bergerx/kubectl-status

View on GitHub

Showing 47 of 47 total issues

exported method ResourceRepo.NonTerminatedPodsOnTheNode should have comment or be unexported
Open

func (r *ResourceRepo) NonTerminatedPodsOnTheNode(nodeName string) (Objects, error) {
Severity: Minor
Found in pkg/input/input.go by golint

exported method RenderableObject.Kind should have comment or be unexported
Open

func (r RenderableObject) Kind() (kind string) {
Severity: Minor
Found in pkg/plugin/renderable.go by golint

exported method RenderableObject.KubeGetServicesMatchingPod should have comment or be unexported
Open

func (r RenderableObject) KubeGetServicesMatchingPod(namespace, podName string) (out []RenderableObject) {

exported method RenderableObject.KubeGetServicesMatchingLabels should have comment or be unexported
Open

func (r RenderableObject) KubeGetServicesMatchingLabels(namespace string, labels map[string]interface{}) (out []RenderableObject) {

exported method ResourceRepo.ObjectEvents should have comment or be unexported
Open

func (r *ResourceRepo) ObjectEvents(u *unstructured.Unstructured) (*corev1.EventList, error) {
Severity: Minor
Found in pkg/input/input.go by golint

exported method ResourceRepo.DynamicObject should have comment or be unexported
Open

func (r *ResourceRepo) DynamicObject(gvr schema.GroupVersionResource, namespace string, name string) (Object, error) {
Severity: Minor
Found in pkg/input/input.go by golint

exported method RenderableObject.Metadata should have comment or be unexported
Open

func (r RenderableObject) Metadata() (metadata map[string]interface{}) {
Severity: Minor
Found in pkg/plugin/renderable.go by golint
Severity
Category
Status
Source
Language