Preparing report...

Report for github.com/solo-io/squash

A+    Excellent!    Found 60 issues across 83 files

Tweet

gofmt97%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


golint31%

Golint is a linter for Go source code.

    • squash/pkg/demo/apps.go
    • Line 14: warning: exported var GoApp1Name should have comment or be unexported (golint)
    • Line 28: warning: exported function DeployTemplate should have comment or be unexported (golint)
    • Line 110: warning: exported function DeployGoGo should have comment or be unexported (golint)
    • Line 129: warning: exported function DeployGoJava should have comment or be unexported (golint)
    • squash/pkg/utils/utils.go
    • Line 39: warning: exported function ListSquashDeployments should have comment or be unexported (golint)
    • Line 53: warning: exported function DeleteSquashDeployments should have comment or be unexported (golint)
    • Line 64: warning: exported function DeleteSquashDeployment should have comment or be unexported (golint)
    • Line 84: warning: comment on exported function ExpectPortToBeFree should be of the form "ExpectPortToBeFree ..." (golint)
    • Line 105: warning: exported function ListDebugAttachments should have comment or be unexported (golint)
    • Line 119: warning: exported function GetAllDebugAttachments should have comment or be unexported (golint)
    • squash/pkg/platforms/kubernetes/server.go
    • Line 17: warning: exported type KubeOperations should have comment or be unexported (golint)
    • Line 21: warning: exported function NewKubeOperations should have comment or be unexported (golint)
    • Line 38: warning: exported method KubeOperations.Locate should have comment or be unexported (golint)
    • squash/test/testutils/utils.go
    • Line 21: warning: exported type TestConditions should have comment or be unexported (golint)
    • Line 27: warning: exported function InitializeTestConditions should have comment or be unexported (golint)
    • Line 54: warning: exported function SummarizeTestConditions should have comment or be unexported (golint)
    • Line 62: warning: comment on exported function Squashctl should be of the form "Squashctl ..." (golint)
    • Line 71: warning: exported function SquashctlOut should have comment or be unexported (golint)
    • Line 74: warning: exported function SquashctlOutWithTimeout should have comment or be unexported (golint)
    • Line 131: warning: exported function Curl should have comment or be unexported (golint)
    • Line 136: warning: exported function MachineDebugArgs should have comment or be unexported (golint)
    • squash/pkg/platforms/kubernetes/models/common.go
    • Line 9: warning: exported type KubeAttachment should have comment or be unexported (golint)
    • Line 15: warning: exported function GenericToKubeAttachment should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function DebugAttachmentToKubeAttachment should be of the form "DebugAttachmentToKubeAttachment ..." (golint)
    • squash/pkg/debuggers/local/gdb.go
    • Line 9: warning: exported type GdbInterface should have comment or be unexported (golint)
    • Line 11: warning: exported method GdbInterface.GetRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 16: warning: exported method GdbInterface.GetEditorRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 20: warning: exported method GdbInterface.GetDebugCmd should have comment or be unexported (golint)
    • Line 20: warning: receiver name d should be consistent with previous receiver name g for GdbInterface (golint)
    • Line 30: warning: exported method GdbInterface.ExpectRunningPlank should have comment or be unexported (golint)
    • Line 30: warning: receiver name d should be consistent with previous receiver name g for GdbInterface (golint)
    • Line 34: warning: exported method GdbInterface.WindowsSupportWarning should have comment or be unexported (golint)
    • squash/pkg/platforms/kubernetes/client_alphav2_linux.go
    • Line 29: warning: exported type CRIContainerProcess should have comment or be unexported (golint)
    • Line 33: warning: exported function NewContainerProcess should have comment or be unexported (golint)
    • Line 48: warning: exported method CRIContainerProcess.GetContainerInfo should have comment or be unexported (golint)
    • Line 61: warning: exported method CRIContainerProcess.GetContainerInfoKube should have comment or be unexported (golint)
    • squash/pkg/squash/squash.go
    • Line 19: warning: exported function RunSquash should have comment or be unexported (golint)
    • Line 52: warning: exported type DebugHandler should have comment or be unexported (golint)
    • Line 65: warning: exported function NewDebugHandler should have comment or be unexported (golint)
    • Line 95: warning: comment on exported method DebugHandler.Sync should be of the form "Sync ..." (golint)
    • squash/pkg/debuggers/local/java_port.go
    • Line 9: warning: exported type JavaPortInterface should have comment or be unexported (golint)
    • Line 11: warning: exported method JavaPortInterface.GetRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 16: warning: exported method JavaPortInterface.GetEditorRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 16: warning: receiver name j should be consistent with previous receiver name g for JavaPortInterface (golint)
    • Line 20: warning: exported method JavaPortInterface.GetDebugCmd should have comment or be unexported (golint)
    • Line 20: warning: receiver name d should be consistent with previous receiver name g for JavaPortInterface (golint)
    • Line 30: warning: exported method JavaPortInterface.ExpectRunningPlank should have comment or be unexported (golint)
    • Line 30: warning: receiver name d should be consistent with previous receiver name g for JavaPortInterface (golint)
    • Line 34: warning: exported method JavaPortInterface.WindowsSupportWarning should have comment or be unexported (golint)
    • Line 34: warning: receiver name j should be consistent with previous receiver name g for JavaPortInterface (golint)
    • squash/pkg/debuggers/remote/java.go
    • Line 9: warning: exported type JavaInterface should have comment or be unexported (golint)
    • Line 27: warning: receiver name d should be consistent with previous receiver name g for javaDebugServer (golint)
    • Line 31: warning: exported method JavaInterface.Attach should have comment or be unexported (golint)
    • squash/pkg/debuggers/remote/nodejs.go
    • Line 11: warning: exported const DebuggerPort should have comment (or a comment on this block) or be unexported (golint)
    • Line 15: warning: exported type NodeJsDebugger should have comment or be unexported (golint)
    • Line 21: warning: exported function NewNodeDebugger should have comment or be unexported (golint)
    • Line 37: warning: receiver name d should be consistent with previous receiver name g for nodejsDebugServer (golint)
    • squash/pkg/debuggers/remote/python.go
    • Line 18: warning: exported const PtvsdPortEnvVariable should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type PythonInterface should have comment or be unexported (golint)
    • Line 46: warning: exported method PythonInterface.Attach should have comment or be unexported (golint)
    • squash/pkg/config/squash.go
    • Line 28: warning: exported type Squash should have comment or be unexported (golint)
    • Line 52: warning: exported function NewSquashConfig should have comment or be unexported (golint)
    • Line 56: warning: exported type DebugTarget should have comment or be unexported (golint)
    • Line 61: warning: exported function StartDebugContainer should have comment or be unexported (golint)
    • Line 104: warning: comment on exported method Squash.ExpectToGetUniqueDebugTargetFromSpec should be of the form "ExpectToGetUniqueDebugTargetFromSpec ..." (golint)
    • Line 118: warning: exported method Squash.GetDebugTargetPodFromSpec should have comment or be unexported (golint)
    • Line 130: warning: exported method Squash.GetDebugTargetContainerFromSpec should have comment or be unexported (golint)
    • Line 149: warning: exported method Squash.ReportOrConnectToCreatedDebuggerPod should have comment or be unexported (golint)
    • Line 164: warning: exported type EditorData should have comment or be unexported (golint)
    • Line 227: warning: comment on exported method Squash.GetIntent should be of the form "GetIntent ..." (golint)
    • squash/pkg/debuggers/remote/utils.go
    • Line 14: warning: exported function GetPort should have comment or be unexported (golint)
    • Line 40: warning: exported function GetPortOfJavaProcess should have comment or be unexported (golint)
    • Line 91: warning: exported function GetParticularDebugger should have comment or be unexported (golint)
    • squash/pkg/utils/client.go
    • Line 12: warning: exported function GetDebugAttachmentClientWithRegistration should have comment or be unexported (golint)
    • Line 16: warning: exported function GetBasicDebugAttachmentClient should have comment or be unexported (golint)
    • squash/pkg/api/v1/utils.go
    • Line 11: warning: comment on exported function GenDebugAttachmentName should be of the form "GenDebugAttachmentName ..." (golint)
    • Line 18: warning: exported method DebugAttachment.GetPortFromDebugServerAddress should have comment or be unexported (golint)
    • Line 29: warning: comment on exported method Intent.GetDebugAttachment should be of the form "GetDebugAttachment ..." (golint)
    • Line 41: warning: comment on exported method Intent.GetDebugAttachments should be of the form "GetDebugAttachments ..." (golint)
    • Line 53: warning: exported method Intent.GenerateLabels should have comment or be unexported (golint)
    • squash/pkg/platforms/debug/impl.go
    • Line 10: warning: exported type DebugPlatform should have comment or be unexported (golint)
    • Line 13: warning: exported method DebugPlatform.Locate should have comment or be unexported (golint)
    • Line 16: warning: exported method DebugPlatform.GetContainerInfo should have comment or be unexported (golint)
    • squash/pkg/debuggers/local/dlv.go
    • Line 9: warning: exported type DLV should have comment or be unexported (golint)
    • Line 12: warning: exported method DLV.GetRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 17: warning: exported method DLV.GetEditorRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 22: warning: exported method DLV.GetDebugCmd should have comment or be unexported (golint)
    • Line 30: warning: exported method DLV.ExpectRunningPlank should have comment or be unexported (golint)
    • Line 34: warning: exported method DLV.WindowsSupportWarning should have comment or be unexported (golint)
    • squash/pkg/debuggers/local/nodejs.go
    • Line 9: warning: exported type NodeJsDebugger should have comment or be unexported (golint)
    • Line 11: warning: exported method NodeJsDebugger.GetRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 16: warning: exported method NodeJsDebugger.GetEditorRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 16: warning: receiver name n should be consistent with previous receiver name g for NodeJsDebugger (golint)
    • Line 20: warning: exported method NodeJsDebugger.GetDebugCmd should have comment or be unexported (golint)
    • Line 20: warning: receiver name d should be consistent with previous receiver name g for NodeJsDebugger (golint)
    • Line 31: warning: exported method NodeJsDebugger.ExpectRunningPlank should have comment or be unexported (golint)
    • Line 31: warning: receiver name d should be consistent with previous receiver name g for NodeJsDebugger (golint)
    • Line 36: warning: exported method NodeJsDebugger.WindowsSupportWarning should have comment or be unexported (golint)
    • Line 36: warning: receiver name n should be consistent with previous receiver name g for NodeJsDebugger (golint)
    • squash/pkg/utils/socket/sockets.go
    • Line 75: warning: exported function GetListeningPortsFor should have comment or be unexported (golint)
    • Line 124: warning: exported function GetSocketInodesFor should have comment or be unexported (golint)
    • Line 157: warning: exported type SocketID should have comment or be unexported (golint)
    • Line 286: warning: exported const LISTEN should have comment (or a comment on this block) or be unexported (golint)
    • Line 290: warning: comment on exported function SocketListen should be of the form "SocketListen ..." (golint)
    • squash/pkg/platforms/interface.go
    • Line 9: warning: comment on exported type Container should be of the form "Container ..." (with optional leading article) (golint)
    • Line 17: warning: comment on exported type ContainerLocator should be of the form "ContainerLocator ..." (with optional leading article) (golint)
    • Line 24: warning: comment on exported type ContainerInfo should be of the form "ContainerInfo ..." (with optional leading article) (golint)
    • Line 31: warning: comment on exported type ContainerProcess should be of the form "ContainerProcess ..." (with optional leading article) (golint)
    • squash/pkg/plank/config.go
    • Line 18: warning: exported type Config should have comment or be unexported (golint)
    • Line 28: warning: exported function GetConfig should have comment or be unexported (golint)
    • squash/pkg/squashctl/types.go
    • Line 11: warning: exported type Options should have comment or be unexported (golint)
    • Line 42: warning: exported function NewOptions should have comment or be unexported (golint)
    • Line 47: warning: exported type DebugContainer should have comment or be unexported (golint)
    • Line 57: warning: exported type Wait should have comment or be unexported (golint)
    • Line 61: warning: exported type Error should have comment or be unexported (golint)
    • Line 66: warning: exported type DeployOptions should have comment or be unexported (golint)
    • Line 78: warning: exported type DemoOptions should have comment or be unexported (golint)
    • Line 92: warning: exported type SquashProcessOptions should have comment or be unexported (golint)
    • Line 104: warning: exported type Internal should have comment or be unexported (golint)
    • Line 111: warning: exported type Config should have comment or be unexported (golint)
    • squash/test/testutils/data.go
    • Line 8: warning: exported function GenerateDebugAttachment should have comment or be unexported (golint)
    • Line 25: warning: exported function GenerateDebugAttachmentDlv1 should have comment or be unexported (golint)
    • squash/pkg/platforms/kubernetes/alphav1/runtime.go
    • Line 21: warning: package comment should not have leading space (golint)
    • Line 135: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 161: warning: exported type Protocol should have comment or be unexported (golint)
    • Line 164: warning: don't use underscores in Go names; const Protocol_TCP should be ProtocolTCP (golint)
    • Line 164: warning: exported const Protocol_TCP should have comment (or a comment on this block) or be unexported (golint)
    • Line 165: warning: don't use underscores in Go names; const Protocol_UDP should be ProtocolUDP (golint)
    • Line 168: warning: don't use underscores in Go names; var Protocol_name should be ProtocolName (golint)
    • Line 168: warning: exported var Protocol_name should have comment or be unexported (golint)
    • Line 172: warning: don't use underscores in Go names; var Protocol_value should be ProtocolValue (golint)
    • Line 172: warning: exported var Protocol_value should have comment or be unexported (golint)
    • Line 180: warning: exported method Protocol.EnumDescriptor should have comment or be unexported (golint)
    • Line 182: warning: exported type MountPropagation should have comment or be unexported (golint)
    • Line 185: warning: comment on exported const MountPropagation_PROPAGATION_PRIVATE should be of the form "MountPropagation_PROPAGATION_PRIVATE ..." (golint)
    • Line 186: warning: don't use underscores in Go names; const MountPropagation_PROPAGATION_PRIVATE should be MountPropagationPROPAGATIONPRIVATE (golint)
    • Line 187: warning: comment on exported const MountPropagation_PROPAGATION_HOST_TO_CONTAINER should be of the form "MountPropagation_PROPAGATION_HOST_TO_CONTAINER ..." (golint)
    • Line 188: warning: don't use underscores in Go names; const MountPropagation_PROPAGATION_HOST_TO_CONTAINER should be MountPropagationPROPAGATIONHOSTTOCONTAINER (golint)
    • Line 189: warning: comment on exported const MountPropagation_PROPAGATION_BIDIRECTIONAL should be of the form "MountPropagation_PROPAGATION_BIDIRECTIONAL ..." (golint)
    • Line 191: warning: don't use underscores in Go names; const MountPropagation_PROPAGATION_BIDIRECTIONAL should be MountPropagationPROPAGATIONBIDIRECTIONAL (golint)
    • Line 194: warning: don't use underscores in Go names; var MountPropagation_name should be MountPropagationName (golint)
    • Line 194: warning: exported var MountPropagation_name should have comment or be unexported (golint)
    • Line 199: warning: don't use underscores in Go names; var MountPropagation_value should be MountPropagationValue (golint)
    • Line 199: warning: exported var MountPropagation_value should have comment or be unexported (golint)
    • Line 208: warning: exported method MountPropagation.EnumDescriptor should have comment or be unexported (golint)
    • Line 210: warning: exported type PodSandboxState should have comment or be unexported (golint)
    • Line 213: warning: don't use underscores in Go names; const PodSandboxState_SANDBOX_READY should be PodSandboxStateSANDBOXREADY (golint)
    • Line 213: warning: exported const PodSandboxState_SANDBOX_READY should have comment (or a comment on this block) or be unexported (golint)
    • Line 214: warning: don't use underscores in Go names; const PodSandboxState_SANDBOX_NOTREADY should be PodSandboxStateSANDBOXNOTREADY (golint)
    • Line 217: warning: don't use underscores in Go names; var PodSandboxState_name should be PodSandboxStateName (golint)
    • Line 217: warning: exported var PodSandboxState_name should have comment or be unexported (golint)
    • Line 221: warning: don't use underscores in Go names; var PodSandboxState_value should be PodSandboxStateValue (golint)
    • Line 221: warning: exported var PodSandboxState_value should have comment or be unexported (golint)
    • Line 229: warning: exported method PodSandboxState.EnumDescriptor should have comment or be unexported (golint)
    • Line 231: warning: exported type ContainerState should have comment or be unexported (golint)
    • Line 234: warning: don't use underscores in Go names; const ContainerState_CONTAINER_CREATED should be ContainerStateCONTAINERCREATED (golint)
    • Line 234: warning: exported const ContainerState_CONTAINER_CREATED should have comment (or a comment on this block) or be unexported (golint)
    • Line 235: warning: don't use underscores in Go names; const ContainerState_CONTAINER_RUNNING should be ContainerStateCONTAINERRUNNING (golint)
    • Line 236: warning: don't use underscores in Go names; const ContainerState_CONTAINER_EXITED should be ContainerStateCONTAINEREXITED (golint)
    • Line 237: warning: don't use underscores in Go names; const ContainerState_CONTAINER_UNKNOWN should be ContainerStateCONTAINERUNKNOWN (golint)
    • Line 240: warning: don't use underscores in Go names; var ContainerState_name should be ContainerStateName (golint)
    • Line 240: warning: exported var ContainerState_name should have comment or be unexported (golint)
    • Line 246: warning: don't use underscores in Go names; var ContainerState_value should be ContainerStateValue (golint)
    • Line 246: warning: exported var ContainerState_value should have comment or be unexported (golint)
    • Line 256: warning: exported method ContainerState.EnumDescriptor should have comment or be unexported (golint)
    • Line 258: warning: exported type VersionRequest should have comment or be unexported (golint)
    • Line 263: warning: exported method VersionRequest.Reset should have comment or be unexported (golint)
    • Line 264: warning: exported method VersionRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 265: warning: exported method VersionRequest.Descriptor should have comment or be unexported (golint)
    • Line 267: warning: exported method VersionRequest.GetVersion should have comment or be unexported (golint)
    • Line 274: warning: exported type VersionResponse should have comment or be unexported (golint)
    • Line 287: warning: exported method VersionResponse.Reset should have comment or be unexported (golint)
    • Line 288: warning: exported method VersionResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 289: warning: exported method VersionResponse.Descriptor should have comment or be unexported (golint)
    • Line 291: warning: exported method VersionResponse.GetVersion should have comment or be unexported (golint)
    • Line 298: warning: exported method VersionResponse.GetRuntimeName should have comment or be unexported (golint)
    • Line 305: warning: exported method VersionResponse.GetRuntimeVersion should have comment or be unexported (golint)
    • Line 312: warning: exported method VersionResponse.GetRuntimeApiVersion should have comment or be unexported (golint)
    • Line 330: warning: exported method DNSConfig.Reset should have comment or be unexported (golint)
    • Line 331: warning: exported method DNSConfig.ProtoMessage should have comment or be unexported (golint)
    • Line 332: warning: exported method DNSConfig.Descriptor should have comment or be unexported (golint)
    • Line 334: warning: exported method DNSConfig.GetServers should have comment or be unexported (golint)
    • Line 341: warning: exported method DNSConfig.GetSearches should have comment or be unexported (golint)
    • Line 348: warning: exported method DNSConfig.GetOptions should have comment or be unexported (golint)
    • Line 367: warning: exported method PortMapping.Reset should have comment or be unexported (golint)
    • Line 368: warning: exported method PortMapping.ProtoMessage should have comment or be unexported (golint)
    • Line 369: warning: exported method PortMapping.Descriptor should have comment or be unexported (golint)
    • Line 371: warning: exported method PortMapping.GetProtocol should have comment or be unexported (golint)
    • Line 378: warning: exported method PortMapping.GetContainerPort should have comment or be unexported (golint)
    • Line 385: warning: exported method PortMapping.GetHostPort should have comment or be unexported (golint)
    • Line 392: warning: exported method PortMapping.GetHostIp should have comment or be unexported (golint)
    • Line 413: warning: exported method Mount.Reset should have comment or be unexported (golint)
    • Line 414: warning: exported method Mount.ProtoMessage should have comment or be unexported (golint)
    • Line 415: warning: exported method Mount.Descriptor should have comment or be unexported (golint)
    • Line 417: warning: exported method Mount.GetContainerPath should have comment or be unexported (golint)
    • Line 424: warning: exported method Mount.GetHostPath should have comment or be unexported (golint)
    • Line 431: warning: exported method Mount.GetReadonly should have comment or be unexported (golint)
    • Line 438: warning: exported method Mount.GetSelinuxRelabel should have comment or be unexported (golint)
    • Line 445: warning: exported method Mount.GetPropagation should have comment or be unexported (golint)
    • Line 462: warning: exported method NamespaceOption.Reset should have comment or be unexported (golint)
    • Line 463: warning: exported method NamespaceOption.ProtoMessage should have comment or be unexported (golint)
    • Line 464: warning: exported method NamespaceOption.Descriptor should have comment or be unexported (golint)
    • Line 466: warning: exported method NamespaceOption.GetHostNetwork should have comment or be unexported (golint)
    • Line 473: warning: exported method NamespaceOption.GetHostPid should have comment or be unexported (golint)
    • Line 480: warning: exported method NamespaceOption.GetHostIpc should have comment or be unexported (golint)
    • Line 493: warning: exported method Int64Value.Reset should have comment or be unexported (golint)
    • Line 494: warning: exported method Int64Value.ProtoMessage should have comment or be unexported (golint)
    • Line 495: warning: exported method Int64Value.Descriptor should have comment or be unexported (golint)
    • Line 497: warning: exported method Int64Value.GetValue should have comment or be unexported (golint)
    • Line 537: warning: exported method LinuxSandboxSecurityContext.Reset should have comment or be unexported (golint)
    • Line 538: warning: exported method LinuxSandboxSecurityContext.ProtoMessage should have comment or be unexported (golint)
    • Line 539: warning: exported method LinuxSandboxSecurityContext.Descriptor should have comment or be unexported (golint)
    • Line 541: warning: exported method LinuxSandboxSecurityContext.GetNamespaceOptions should have comment or be unexported (golint)
    • Line 548: warning: exported method LinuxSandboxSecurityContext.GetSelinuxOptions should have comment or be unexported (golint)
    • Line 555: warning: exported method LinuxSandboxSecurityContext.GetRunAsUser should have comment or be unexported (golint)
    • Line 562: warning: exported method LinuxSandboxSecurityContext.GetReadonlyRootfs should have comment or be unexported (golint)
    • Line 569: warning: exported method LinuxSandboxSecurityContext.GetSupplementalGroups should have comment or be unexported (golint)
    • Line 576: warning: exported method LinuxSandboxSecurityContext.GetPrivileged should have comment or be unexported (golint)
    • Line 583: warning: exported method LinuxSandboxSecurityContext.GetSeccompProfilePath should have comment or be unexported (golint)
    • Line 603: warning: exported method LinuxPodSandboxConfig.Reset should have comment or be unexported (golint)
    • Line 604: warning: exported method LinuxPodSandboxConfig.ProtoMessage should have comment or be unexported (golint)
    • Line 605: warning: exported method LinuxPodSandboxConfig.Descriptor should have comment or be unexported (golint)
    • Line 607: warning: exported method LinuxPodSandboxConfig.GetCgroupParent should have comment or be unexported (golint)
    • Line 614: warning: exported method LinuxPodSandboxConfig.GetSecurityContext should have comment or be unexported (golint)
    • Line 621: warning: exported method LinuxPodSandboxConfig.GetSysctls should have comment or be unexported (golint)
    • Line 643: warning: exported method PodSandboxMetadata.Reset should have comment or be unexported (golint)
    • Line 644: warning: exported method PodSandboxMetadata.ProtoMessage should have comment or be unexported (golint)
    • Line 645: warning: exported method PodSandboxMetadata.Descriptor should have comment or be unexported (golint)
    • Line 647: warning: exported method PodSandboxMetadata.GetName should have comment or be unexported (golint)
    • Line 654: warning: exported method PodSandboxMetadata.GetUid should have comment or be unexported (golint)
    • Line 661: warning: exported method PodSandboxMetadata.GetNamespace should have comment or be unexported (golint)
    • Line 668: warning: exported method PodSandboxMetadata.GetAttempt should have comment or be unexported (golint)
    • Line 728: warning: exported method PodSandboxConfig.Reset should have comment or be unexported (golint)
    • Line 729: warning: exported method PodSandboxConfig.ProtoMessage should have comment or be unexported (golint)
    • Line 730: warning: exported method PodSandboxConfig.Descriptor should have comment or be unexported (golint)
    • Line 732: warning: exported method PodSandboxConfig.GetMetadata should have comment or be unexported (golint)
    • Line 739: warning: exported method PodSandboxConfig.GetHostname should have comment or be unexported (golint)
    • Line 746: warning: exported method PodSandboxConfig.GetLogDirectory should have comment or be unexported (golint)
    • Line 753: warning: exported method PodSandboxConfig.GetDnsConfig should have comment or be unexported (golint)
    • Line 760: warning: exported method PodSandboxConfig.GetPortMappings should have comment or be unexported (golint)
    • Line 767: warning: exported method PodSandboxConfig.GetLabels should have comment or be unexported (golint)
    • Line 774: warning: exported method PodSandboxConfig.GetAnnotations should have comment or be unexported (golint)
    • Line 781: warning: exported method PodSandboxConfig.GetLinux should have comment or be unexported (golint)
    • Line 788: warning: exported type RunPodSandboxRequest should have comment or be unexported (golint)
    • Line 793: warning: exported method RunPodSandboxRequest.Reset should have comment or be unexported (golint)
    • Line 794: warning: exported method RunPodSandboxRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 795: warning: exported method RunPodSandboxRequest.Descriptor should have comment or be unexported (golint)
    • Line 797: warning: exported method RunPodSandboxRequest.GetConfig should have comment or be unexported (golint)
    • Line 804: warning: exported type RunPodSandboxResponse should have comment or be unexported (golint)
    • Line 809: warning: exported method RunPodSandboxResponse.Reset should have comment or be unexported (golint)
    • Line 810: warning: exported method RunPodSandboxResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 811: warning: exported method RunPodSandboxResponse.Descriptor should have comment or be unexported (golint)
    • Line 813: warning: exported method RunPodSandboxResponse.GetPodSandboxId should have comment or be unexported (golint)
    • Line 820: warning: exported type StopPodSandboxRequest should have comment or be unexported (golint)
    • Line 825: warning: exported method StopPodSandboxRequest.Reset should have comment or be unexported (golint)
    • Line 826: warning: exported method StopPodSandboxRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 827: warning: exported method StopPodSandboxRequest.Descriptor should have comment or be unexported (golint)
    • Line 829: warning: exported method StopPodSandboxRequest.GetPodSandboxId should have comment or be unexported (golint)
    • Line 836: warning: exported type StopPodSandboxResponse should have comment or be unexported (golint)
    • Line 839: warning: exported method StopPodSandboxResponse.Reset should have comment or be unexported (golint)
    • Line 840: warning: exported method StopPodSandboxResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 841: warning: exported method StopPodSandboxResponse.Descriptor should have comment or be unexported (golint)
    • Line 843: warning: exported type RemovePodSandboxRequest should have comment or be unexported (golint)
    • Line 848: warning: exported method RemovePodSandboxRequest.Reset should have comment or be unexported (golint)
    • Line 849: warning: exported method RemovePodSandboxRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 850: warning: exported method RemovePodSandboxRequest.Descriptor should have comment or be unexported (golint)
    • Line 852: warning: exported method RemovePodSandboxRequest.GetPodSandboxId should have comment or be unexported (golint)
    • Line 859: warning: exported type RemovePodSandboxResponse should have comment or be unexported (golint)
    • Line 862: warning: exported method RemovePodSandboxResponse.Reset should have comment or be unexported (golint)
    • Line 863: warning: exported method RemovePodSandboxResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 864: warning: exported method RemovePodSandboxResponse.Descriptor should have comment or be unexported (golint)
    • Line 866: warning: exported type PodSandboxStatusRequest should have comment or be unexported (golint)
    • Line 873: warning: exported method PodSandboxStatusRequest.Reset should have comment or be unexported (golint)
    • Line 874: warning: exported method PodSandboxStatusRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 875: warning: exported method PodSandboxStatusRequest.Descriptor should have comment or be unexported (golint)
    • Line 877: warning: exported method PodSandboxStatusRequest.GetPodSandboxId should have comment or be unexported (golint)
    • Line 884: warning: exported method PodSandboxStatusRequest.GetVerbose should have comment or be unexported (golint)
    • Line 897: warning: exported method PodSandboxNetworkStatus.Reset should have comment or be unexported (golint)
    • Line 898: warning: exported method PodSandboxNetworkStatus.ProtoMessage should have comment or be unexported (golint)
    • Line 899: warning: exported method PodSandboxNetworkStatus.Descriptor should have comment or be unexported (golint)
    • Line 901: warning: exported method PodSandboxNetworkStatus.GetIp should have comment or be unexported (golint)
    • Line 914: warning: exported method Namespace.Reset should have comment or be unexported (golint)
    • Line 915: warning: exported method Namespace.ProtoMessage should have comment or be unexported (golint)
    • Line 916: warning: exported method Namespace.Descriptor should have comment or be unexported (golint)
    • Line 918: warning: exported method Namespace.GetOptions should have comment or be unexported (golint)
    • Line 925: warning: comment on exported type LinuxPodSandboxStatus should be of the form "LinuxPodSandboxStatus ..." (with optional leading article) (golint)
    • Line 931: warning: exported method LinuxPodSandboxStatus.Reset should have comment or be unexported (golint)
    • Line 932: warning: exported method LinuxPodSandboxStatus.ProtoMessage should have comment or be unexported (golint)
    • Line 933: warning: exported method LinuxPodSandboxStatus.Descriptor should have comment or be unexported (golint)
    • Line 935: warning: exported method LinuxPodSandboxStatus.GetNamespaces should have comment or be unexported (golint)
    • Line 965: warning: exported method PodSandboxStatus.Reset should have comment or be unexported (golint)
    • Line 966: warning: exported method PodSandboxStatus.ProtoMessage should have comment or be unexported (golint)
    • Line 967: warning: exported method PodSandboxStatus.Descriptor should have comment or be unexported (golint)
    • Line 969: warning: exported method PodSandboxStatus.GetId should have comment or be unexported (golint)
    • Line 976: warning: exported method PodSandboxStatus.GetMetadata should have comment or be unexported (golint)
    • Line 983: warning: exported method PodSandboxStatus.GetState should have comment or be unexported (golint)
    • Line 990: warning: exported method PodSandboxStatus.GetCreatedAt should have comment or be unexported (golint)
    • Line 997: warning: exported method PodSandboxStatus.GetNetwork should have comment or be unexported (golint)
    • Line 1004: warning: exported method PodSandboxStatus.GetLinux should have comment or be unexported (golint)
    • Line 1011: warning: exported method PodSandboxStatus.GetLabels should have comment or be unexported (golint)
    • Line 1018: warning: exported method PodSandboxStatus.GetAnnotations should have comment or be unexported (golint)
    • Line 1025: warning: exported type PodSandboxStatusResponse should have comment or be unexported (golint)
    • Line 1035: warning: exported method PodSandboxStatusResponse.Reset should have comment or be unexported (golint)
    • Line 1036: warning: exported method PodSandboxStatusResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 1037: warning: exported method PodSandboxStatusResponse.Descriptor should have comment or be unexported (golint)
    • Line 1039: warning: exported method PodSandboxStatusResponse.GetStatus should have comment or be unexported (golint)
    • Line 1046: warning: exported method PodSandboxStatusResponse.GetInfo should have comment or be unexported (golint)
    • Line 1059: warning: exported method PodSandboxStateValue.Reset should have comment or be unexported (golint)
    • Line 1060: warning: exported method PodSandboxStateValue.ProtoMessage should have comment or be unexported (golint)
    • Line 1061: warning: exported method PodSandboxStateValue.Descriptor should have comment or be unexported (golint)
    • Line 1063: warning: exported method PodSandboxStateValue.GetState should have comment or be unexported (golint)
    • Line 1083: warning: exported method PodSandboxFilter.Reset should have comment or be unexported (golint)
    • Line 1084: warning: exported method PodSandboxFilter.ProtoMessage should have comment or be unexported (golint)
    • Line 1085: warning: exported method PodSandboxFilter.Descriptor should have comment or be unexported (golint)
    • Line 1087: warning: exported method PodSandboxFilter.GetId should have comment or be unexported (golint)
    • Line 1094: warning: exported method PodSandboxFilter.GetState should have comment or be unexported (golint)
    • Line 1101: warning: exported method PodSandboxFilter.GetLabelSelector should have comment or be unexported (golint)
    • Line 1108: warning: exported type ListPodSandboxRequest should have comment or be unexported (golint)
    • Line 1113: warning: exported method ListPodSandboxRequest.Reset should have comment or be unexported (golint)
    • Line 1114: warning: exported method ListPodSandboxRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 1115: warning: exported method ListPodSandboxRequest.Descriptor should have comment or be unexported (golint)
    • Line 1117: warning: exported method ListPodSandboxRequest.GetFilter should have comment or be unexported (golint)
    • Line 1143: warning: exported method PodSandbox.Reset should have comment or be unexported (golint)
    • Line 1144: warning: exported method PodSandbox.ProtoMessage should have comment or be unexported (golint)
    • Line 1145: warning: exported method PodSandbox.Descriptor should have comment or be unexported (golint)
    • Line 1147: warning: exported method PodSandbox.GetId should have comment or be unexported (golint)
    • Line 1154: warning: exported method PodSandbox.GetMetadata should have comment or be unexported (golint)
    • Line 1161: warning: exported method PodSandbox.GetState should have comment or be unexported (golint)
    • Line 1168: warning: exported method PodSandbox.GetCreatedAt should have comment or be unexported (golint)
    • Line 1175: warning: exported method PodSandbox.GetLabels should have comment or be unexported (golint)
    • Line 1182: warning: exported method PodSandbox.GetAnnotations should have comment or be unexported (golint)
    • Line 1189: warning: exported type ListPodSandboxResponse should have comment or be unexported (golint)
    • Line 1194: warning: exported method ListPodSandboxResponse.Reset should have comment or be unexported (golint)
    • Line 1195: warning: exported method ListPodSandboxResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 1196: warning: exported method ListPodSandboxResponse.Descriptor should have comment or be unexported (golint)
    • Line 1198: warning: exported method ListPodSandboxResponse.GetItems should have comment or be unexported (golint)
    • Line 1212: warning: exported method ImageSpec.Reset should have comment or be unexported (golint)
    • Line 1213: warning: exported method ImageSpec.ProtoMessage should have comment or be unexported (golint)
    • Line 1214: warning: exported method ImageSpec.Descriptor should have comment or be unexported (golint)
    • Line 1216: warning: exported method ImageSpec.GetImage should have comment or be unexported (golint)
    • Line 1223: warning: exported type KeyValue should have comment or be unexported (golint)
    • Line 1228: warning: exported method KeyValue.Reset should have comment or be unexported (golint)
    • Line 1229: warning: exported method KeyValue.ProtoMessage should have comment or be unexported (golint)
    • Line 1230: warning: exported method KeyValue.Descriptor should have comment or be unexported (golint)
    • Line 1232: warning: exported method KeyValue.GetKey should have comment or be unexported (golint)
    • Line 1239: warning: exported method KeyValue.GetValue should have comment or be unexported (golint)
    • Line 1267: warning: exported method LinuxContainerResources.Reset should have comment or be unexported (golint)
    • Line 1268: warning: exported method LinuxContainerResources.ProtoMessage should have comment or be unexported (golint)
    • Line 1269: warning: exported method LinuxContainerResources.Descriptor should have comment or be unexported (golint)
    • Line 1271: warning: exported method LinuxContainerResources.GetCpuPeriod should have comment or be unexported (golint)
    • Line 1278: warning: exported method LinuxContainerResources.GetCpuQuota should have comment or be unexported (golint)
    • Line 1285: warning: exported method LinuxContainerResources.GetCpuShares should have comment or be unexported (golint)
    • Line 1292: warning: exported method LinuxContainerResources.GetMemoryLimitInBytes should have comment or be unexported (golint)
    • Line 1299: warning: exported method LinuxContainerResources.GetOomScoreAdj should have comment or be unexported (golint)
    • Line 1306: warning: exported method LinuxContainerResources.GetCpusetCpus should have comment or be unexported (golint)
    • Line 1313: warning: exported method LinuxContainerResources.GetCpusetMems should have comment or be unexported (golint)
    • Line 1328: warning: exported method SELinuxOption.Reset should have comment or be unexported (golint)
    • Line 1329: warning: exported method SELinuxOption.ProtoMessage should have comment or be unexported (golint)
    • Line 1330: warning: exported method SELinuxOption.Descriptor should have comment or be unexported (golint)
    • Line 1332: warning: exported method SELinuxOption.GetUser should have comment or be unexported (golint)
    • Line 1339: warning: exported method SELinuxOption.GetRole should have comment or be unexported (golint)
    • Line 1346: warning: exported method SELinuxOption.GetType should have comment or be unexported (golint)
    • Line 1353: warning: exported method SELinuxOption.GetLevel should have comment or be unexported (golint)
    • Line 1368: warning: exported method Capability.Reset should have comment or be unexported (golint)
    • Line 1369: warning: exported method Capability.ProtoMessage should have comment or be unexported (golint)
    • Line 1370: warning: exported method Capability.Descriptor should have comment or be unexported (golint)
    • Line 1372: warning: exported method Capability.GetAddCapabilities should have comment or be unexported (golint)
    • Line 1379: warning: exported method Capability.GetDropCapabilities should have comment or be unexported (golint)
    • Line 1444: warning: exported method LinuxContainerSecurityContext.Reset should have comment or be unexported (golint)
    • Line 1445: warning: exported method LinuxContainerSecurityContext.ProtoMessage should have comment or be unexported (golint)
    • Line 1446: warning: exported method LinuxContainerSecurityContext.Descriptor should have comment or be unexported (golint)
    • Line 1450: warning: exported method LinuxContainerSecurityContext.GetCapabilities should have comment or be unexported (golint)
    • Line 1457: warning: exported method LinuxContainerSecurityContext.GetPrivileged should have comment or be unexported (golint)
    • Line 1464: warning: exported method LinuxContainerSecurityContext.GetNamespaceOptions should have comment or be unexported (golint)
    • Line 1471: warning: exported method LinuxContainerSecurityContext.GetSelinuxOptions should have comment or be unexported (golint)
    • Line 1478: warning: exported method LinuxContainerSecurityContext.GetRunAsUser should have comment or be unexported (golint)
    • Line 1485: warning: exported method LinuxContainerSecurityContext.GetRunAsUsername should have comment or be unexported (golint)
    • Line 1492: warning: exported method LinuxContainerSecurityContext.GetReadonlyRootfs should have comment or be unexported (golint)
    • Line 1499: warning: exported method LinuxContainerSecurityContext.GetSupplementalGroups should have comment or be unexported (golint)
    • Line 1506: warning: exported method LinuxContainerSecurityContext.GetApparmorProfile should have comment or be unexported (golint)
    • Line 1513: warning: exported method LinuxContainerSecurityContext.GetSeccompProfilePath should have comment or be unexported (golint)
    • Line 1520: warning: exported method LinuxContainerSecurityContext.GetNoNewPrivs should have comment or be unexported (golint)
    • Line 1536: warning: exported method LinuxContainerConfig.Reset should have comment or be unexported (golint)
    • Line 1537: warning: exported method LinuxContainerConfig.ProtoMessage should have comment or be unexported (golint)
    • Line 1538: warning: exported method LinuxContainerConfig.Descriptor should have comment or be unexported (golint)
    • Line 1540: warning: exported method LinuxContainerConfig.GetResources should have comment or be unexported (golint)
    • Line 1547: warning: exported method LinuxContainerConfig.GetSecurityContext should have comment or be unexported (golint)
    • Line 1566: warning: exported method ContainerMetadata.Reset should have comment or be unexported (golint)
    • Line 1567: warning: exported method ContainerMetadata.ProtoMessage should have comment or be unexported (golint)
    • Line 1568: warning: exported method ContainerMetadata.Descriptor should have comment or be unexported (golint)
    • Line 1570: warning: exported method ContainerMetadata.GetName should have comment or be unexported (golint)
    • Line 1577: warning: exported method ContainerMetadata.GetAttempt should have comment or be unexported (golint)
    • Line 1597: warning: exported method Device.Reset should have comment or be unexported (golint)
    • Line 1598: warning: exported method Device.ProtoMessage should have comment or be unexported (golint)
    • Line 1599: warning: exported method Device.Descriptor should have comment or be unexported (golint)
    • Line 1601: warning: exported method Device.GetContainerPath should have comment or be unexported (golint)
    • Line 1608: warning: exported method Device.GetHostPath should have comment or be unexported (golint)
    • Line 1615: warning: exported method Device.GetPermissions should have comment or be unexported (golint)
    • Line 1684: warning: exported method ContainerConfig.Reset should have comment or be unexported (golint)
    • Line 1685: warning: exported method ContainerConfig.ProtoMessage should have comment or be unexported (golint)
    • Line 1686: warning: exported method ContainerConfig.Descriptor should have comment or be unexported (golint)
    • Line 1688: warning: exported method ContainerConfig.GetMetadata should have comment or be unexported (golint)
    • Line 1695: warning: exported method ContainerConfig.GetImage should have comment or be unexported (golint)
    • Line 1702: warning: exported method ContainerConfig.GetCommand should have comment or be unexported (golint)
    • Line 1709: warning: exported method ContainerConfig.GetArgs should have comment or be unexported (golint)
    • Line 1716: warning: exported method ContainerConfig.GetWorkingDir should have comment or be unexported (golint)
    • Line 1723: warning: exported method ContainerConfig.GetEnvs should have comment or be unexported (golint)
    • Line 1730: warning: exported method ContainerConfig.GetMounts should have comment or be unexported (golint)
    • Line 1737: warning: exported method ContainerConfig.GetDevices should have comment or be unexported (golint)
    • Line 1744: warning: exported method ContainerConfig.GetLabels should have comment or be unexported (golint)
    • Line 1751: warning: exported method ContainerConfig.GetAnnotations should have comment or be unexported (golint)
    • Line 1758: warning: exported method ContainerConfig.GetLogPath should have comment or be unexported (golint)
    • Line 1765: warning: exported method ContainerConfig.GetStdin should have comment or be unexported (golint)
    • Line 1772: warning: exported method ContainerConfig.GetStdinOnce should have comment or be unexported (golint)
    • Line 1779: warning: exported method ContainerConfig.GetTty should have comment or be unexported (golint)
    • Line 1786: warning: exported method ContainerConfig.GetLinux should have comment or be unexported (golint)
    • Line 1793: warning: exported type CreateContainerRequest should have comment or be unexported (golint)
    • Line 1805: warning: exported method CreateContainerRequest.Reset should have comment or be unexported (golint)
    • Line 1806: warning: exported method CreateContainerRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 1807: warning: exported method CreateContainerRequest.Descriptor should have comment or be unexported (golint)
    • Line 1809: warning: exported method CreateContainerRequest.GetPodSandboxId should have comment or be unexported (golint)
    • Line 1816: warning: exported method CreateContainerRequest.GetConfig should have comment or be unexported (golint)
    • Line 1823: warning: exported method CreateContainerRequest.GetSandboxConfig should have comment or be unexported (golint)
    • Line 1830: warning: exported type CreateContainerResponse should have comment or be unexported (golint)
    • Line 1835: warning: exported method CreateContainerResponse.Reset should have comment or be unexported (golint)
    • Line 1836: warning: exported method CreateContainerResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 1837: warning: exported method CreateContainerResponse.Descriptor should have comment or be unexported (golint)
    • Line 1839: warning: exported method CreateContainerResponse.GetContainerId should have comment or be unexported (golint)
    • Line 1846: warning: exported type StartContainerRequest should have comment or be unexported (golint)
    • Line 1851: warning: exported method StartContainerRequest.Reset should have comment or be unexported (golint)
    • Line 1852: warning: exported method StartContainerRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 1853: warning: exported method StartContainerRequest.Descriptor should have comment or be unexported (golint)
    • Line 1855: warning: exported method StartContainerRequest.GetContainerId should have comment or be unexported (golint)
    • Line 1862: warning: exported type StartContainerResponse should have comment or be unexported (golint)
    • Line 1865: warning: exported method StartContainerResponse.Reset should have comment or be unexported (golint)
    • Line 1866: warning: exported method StartContainerResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 1867: warning: exported method StartContainerResponse.Descriptor should have comment or be unexported (golint)
    • Line 1869: warning: exported type StopContainerRequest should have comment or be unexported (golint)
    • Line 1877: warning: exported method StopContainerRequest.Reset should have comment or be unexported (golint)
    • Line 1878: warning: exported method StopContainerRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 1879: warning: exported method StopContainerRequest.Descriptor should have comment or be unexported (golint)
    • Line 1881: warning: exported method StopContainerRequest.GetContainerId should have comment or be unexported (golint)
    • Line 1888: warning: exported method StopContainerRequest.GetTimeout should have comment or be unexported (golint)
    • Line 1895: warning: exported type StopContainerResponse should have comment or be unexported (golint)
    • Line 1898: warning: exported method StopContainerResponse.Reset should have comment or be unexported (golint)
    • Line 1899: warning: exported method StopContainerResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 1900: warning: exported method StopContainerResponse.Descriptor should have comment or be unexported (golint)
    • Line 1902: warning: exported type RemoveContainerRequest should have comment or be unexported (golint)
    • Line 1907: warning: exported method RemoveContainerRequest.Reset should have comment or be unexported (golint)
    • Line 1908: warning: exported method RemoveContainerRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 1909: warning: exported method RemoveContainerRequest.Descriptor should have comment or be unexported (golint)
    • Line 1911: warning: exported method RemoveContainerRequest.GetContainerId should have comment or be unexported (golint)
    • Line 1918: warning: exported type RemoveContainerResponse should have comment or be unexported (golint)
    • Line 1921: warning: exported method RemoveContainerResponse.Reset should have comment or be unexported (golint)
    • Line 1922: warning: exported method RemoveContainerResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 1923: warning: exported method RemoveContainerResponse.Descriptor should have comment or be unexported (golint)
    • Line 1931: warning: exported method ContainerStateValue.Reset should have comment or be unexported (golint)
    • Line 1932: warning: exported method ContainerStateValue.ProtoMessage should have comment or be unexported (golint)
    • Line 1933: warning: exported method ContainerStateValue.Descriptor should have comment or be unexported (golint)
    • Line 1935: warning: exported method ContainerStateValue.GetState should have comment or be unexported (golint)
    • Line 1957: warning: exported method ContainerFilter.Reset should have comment or be unexported (golint)
    • Line 1958: warning: exported method ContainerFilter.ProtoMessage should have comment or be unexported (golint)
    • Line 1959: warning: exported method ContainerFilter.Descriptor should have comment or be unexported (golint)
    • Line 1961: warning: exported method ContainerFilter.GetId should have comment or be unexported (golint)
    • Line 1968: warning: exported method ContainerFilter.GetState should have comment or be unexported (golint)
    • Line 1975: warning: exported method ContainerFilter.GetPodSandboxId should have comment or be unexported (golint)
    • Line 1982: warning: exported method ContainerFilter.GetLabelSelector should have comment or be unexported (golint)
    • Line 1989: warning: exported type ListContainersRequest should have comment or be unexported (golint)
    • Line 1993: warning: exported method ListContainersRequest.Reset should have comment or be unexported (golint)
    • Line 1994: warning: exported method ListContainersRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 1995: warning: exported method ListContainersRequest.Descriptor should have comment or be unexported (golint)
    • Line 1997: warning: exported method ListContainersRequest.GetFilter should have comment or be unexported (golint)
    • Line 2032: warning: exported method Container.Reset should have comment or be unexported (golint)
    • Line 2033: warning: exported method Container.ProtoMessage should have comment or be unexported (golint)
    • Line 2034: warning: exported method Container.Descriptor should have comment or be unexported (golint)
    • Line 2036: warning: exported method Container.GetId should have comment or be unexported (golint)
    • Line 2043: warning: exported method Container.GetPodSandboxId should have comment or be unexported (golint)
    • Line 2050: warning: exported method Container.GetMetadata should have comment or be unexported (golint)
    • Line 2057: warning: exported method Container.GetImage should have comment or be unexported (golint)
    • Line 2064: warning: exported method Container.GetImageRef should have comment or be unexported (golint)
    • Line 2071: warning: exported method Container.GetState should have comment or be unexported (golint)
    • Line 2078: warning: exported method Container.GetCreatedAt should have comment or be unexported (golint)
    • Line 2085: warning: exported method Container.GetLabels should have comment or be unexported (golint)
    • Line 2092: warning: exported method Container.GetAnnotations should have comment or be unexported (golint)
    • Line 2099: warning: exported type ListContainersResponse should have comment or be unexported (golint)
    • Line 2104: warning: exported method ListContainersResponse.Reset should have comment or be unexported (golint)
    • Line 2105: warning: exported method ListContainersResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2106: warning: exported method ListContainersResponse.Descriptor should have comment or be unexported (golint)
    • Line 2108: warning: exported method ListContainersResponse.GetContainers should have comment or be unexported (golint)
    • Line 2115: warning: exported type ContainerStatusRequest should have comment or be unexported (golint)
    • Line 2122: warning: exported method ContainerStatusRequest.Reset should have comment or be unexported (golint)
    • Line 2123: warning: exported method ContainerStatusRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2124: warning: exported method ContainerStatusRequest.Descriptor should have comment or be unexported (golint)
    • Line 2126: warning: exported method ContainerStatusRequest.GetContainerId should have comment or be unexported (golint)
    • Line 2133: warning: exported method ContainerStatusRequest.GetVerbose should have comment or be unexported (golint)
    • Line 2179: warning: exported method ContainerStatus.Reset should have comment or be unexported (golint)
    • Line 2180: warning: exported method ContainerStatus.ProtoMessage should have comment or be unexported (golint)
    • Line 2181: warning: exported method ContainerStatus.Descriptor should have comment or be unexported (golint)
    • Line 2183: warning: exported method ContainerStatus.GetId should have comment or be unexported (golint)
    • Line 2190: warning: exported method ContainerStatus.GetMetadata should have comment or be unexported (golint)
    • Line 2197: warning: exported method ContainerStatus.GetState should have comment or be unexported (golint)
    • Line 2204: warning: exported method ContainerStatus.GetCreatedAt should have comment or be unexported (golint)
    • Line 2211: warning: exported method ContainerStatus.GetStartedAt should have comment or be unexported (golint)
    • Line 2218: warning: exported method ContainerStatus.GetFinishedAt should have comment or be unexported (golint)
    • Line 2225: warning: exported method ContainerStatus.GetExitCode should have comment or be unexported (golint)
    • Line 2232: warning: exported method ContainerStatus.GetImage should have comment or be unexported (golint)
    • Line 2239: warning: exported method ContainerStatus.GetImageRef should have comment or be unexported (golint)
    • Line 2246: warning: exported method ContainerStatus.GetReason should have comment or be unexported (golint)
    • Line 2253: warning: exported method ContainerStatus.GetMessage should have comment or be unexported (golint)
    • Line 2260: warning: exported method ContainerStatus.GetLabels should have comment or be unexported (golint)
    • Line 2267: warning: exported method ContainerStatus.GetAnnotations should have comment or be unexported (golint)
    • Line 2274: warning: exported method ContainerStatus.GetMounts should have comment or be unexported (golint)
    • Line 2281: warning: exported method ContainerStatus.GetLogPath should have comment or be unexported (golint)
    • Line 2288: warning: exported type ContainerStatusResponse should have comment or be unexported (golint)
    • Line 2298: warning: exported method ContainerStatusResponse.Reset should have comment or be unexported (golint)
    • Line 2299: warning: exported method ContainerStatusResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2300: warning: exported method ContainerStatusResponse.Descriptor should have comment or be unexported (golint)
    • Line 2302: warning: exported method ContainerStatusResponse.GetStatus should have comment or be unexported (golint)
    • Line 2309: warning: exported method ContainerStatusResponse.GetInfo should have comment or be unexported (golint)
    • Line 2316: warning: exported type UpdateContainerResourcesRequest should have comment or be unexported (golint)
    • Line 2323: warning: exported method UpdateContainerResourcesRequest.Reset should have comment or be unexported (golint)
    • Line 2324: warning: exported method UpdateContainerResourcesRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2325: warning: exported method UpdateContainerResourcesRequest.Descriptor should have comment or be unexported (golint)
    • Line 2329: warning: exported method UpdateContainerResourcesRequest.GetContainerId should have comment or be unexported (golint)
    • Line 2336: warning: exported method UpdateContainerResourcesRequest.GetLinux should have comment or be unexported (golint)
    • Line 2343: warning: exported type UpdateContainerResourcesResponse should have comment or be unexported (golint)
    • Line 2346: warning: exported method UpdateContainerResourcesResponse.Reset should have comment or be unexported (golint)
    • Line 2347: warning: exported method UpdateContainerResourcesResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2348: warning: exported method UpdateContainerResourcesResponse.Descriptor should have comment or be unexported (golint)
    • Line 2352: warning: exported type ExecSyncRequest should have comment or be unexported (golint)
    • Line 2361: warning: exported method ExecSyncRequest.Reset should have comment or be unexported (golint)
    • Line 2362: warning: exported method ExecSyncRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2363: warning: exported method ExecSyncRequest.Descriptor should have comment or be unexported (golint)
    • Line 2365: warning: exported method ExecSyncRequest.GetContainerId should have comment or be unexported (golint)
    • Line 2372: warning: exported method ExecSyncRequest.GetCmd should have comment or be unexported (golint)
    • Line 2379: warning: exported method ExecSyncRequest.GetTimeout should have comment or be unexported (golint)
    • Line 2386: warning: exported type ExecSyncResponse should have comment or be unexported (golint)
    • Line 2395: warning: exported method ExecSyncResponse.Reset should have comment or be unexported (golint)
    • Line 2396: warning: exported method ExecSyncResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2397: warning: exported method ExecSyncResponse.Descriptor should have comment or be unexported (golint)
    • Line 2399: warning: exported method ExecSyncResponse.GetStdout should have comment or be unexported (golint)
    • Line 2406: warning: exported method ExecSyncResponse.GetStderr should have comment or be unexported (golint)
    • Line 2413: warning: exported method ExecSyncResponse.GetExitCode should have comment or be unexported (golint)
    • Line 2420: warning: exported type ExecRequest should have comment or be unexported (golint)
    • Line 2441: warning: exported method ExecRequest.Reset should have comment or be unexported (golint)
    • Line 2442: warning: exported method ExecRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2443: warning: exported method ExecRequest.Descriptor should have comment or be unexported (golint)
    • Line 2445: warning: exported method ExecRequest.GetContainerId should have comment or be unexported (golint)
    • Line 2452: warning: exported method ExecRequest.GetCmd should have comment or be unexported (golint)
    • Line 2459: warning: exported method ExecRequest.GetTty should have comment or be unexported (golint)
    • Line 2466: warning: exported method ExecRequest.GetStdin should have comment or be unexported (golint)
    • Line 2473: warning: exported method ExecRequest.GetStdout should have comment or be unexported (golint)
    • Line 2480: warning: exported method ExecRequest.GetStderr should have comment or be unexported (golint)
    • Line 2487: warning: exported type ExecResponse should have comment or be unexported (golint)
    • Line 2492: warning: exported method ExecResponse.Reset should have comment or be unexported (golint)
    • Line 2493: warning: exported method ExecResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2494: warning: exported method ExecResponse.Descriptor should have comment or be unexported (golint)
    • Line 2496: warning: exported method ExecResponse.GetUrl should have comment or be unexported (golint)
    • Line 2503: warning: exported type AttachRequest should have comment or be unexported (golint)
    • Line 2523: warning: exported method AttachRequest.Reset should have comment or be unexported (golint)
    • Line 2524: warning: exported method AttachRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2525: warning: exported method AttachRequest.Descriptor should have comment or be unexported (golint)
    • Line 2527: warning: exported method AttachRequest.GetContainerId should have comment or be unexported (golint)
    • Line 2534: warning: exported method AttachRequest.GetStdin should have comment or be unexported (golint)
    • Line 2541: warning: exported method AttachRequest.GetTty should have comment or be unexported (golint)
    • Line 2548: warning: exported method AttachRequest.GetStdout should have comment or be unexported (golint)
    • Line 2555: warning: exported method AttachRequest.GetStderr should have comment or be unexported (golint)
    • Line 2562: warning: exported type AttachResponse should have comment or be unexported (golint)
    • Line 2567: warning: exported method AttachResponse.Reset should have comment or be unexported (golint)
    • Line 2568: warning: exported method AttachResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2569: warning: exported method AttachResponse.Descriptor should have comment or be unexported (golint)
    • Line 2571: warning: exported method AttachResponse.GetUrl should have comment or be unexported (golint)
    • Line 2578: warning: exported type PortForwardRequest should have comment or be unexported (golint)
    • Line 2585: warning: exported method PortForwardRequest.Reset should have comment or be unexported (golint)
    • Line 2586: warning: exported method PortForwardRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2587: warning: exported method PortForwardRequest.Descriptor should have comment or be unexported (golint)
    • Line 2589: warning: exported method PortForwardRequest.GetPodSandboxId should have comment or be unexported (golint)
    • Line 2596: warning: exported method PortForwardRequest.GetPort should have comment or be unexported (golint)
    • Line 2603: warning: exported type PortForwardResponse should have comment or be unexported (golint)
    • Line 2608: warning: exported method PortForwardResponse.Reset should have comment or be unexported (golint)
    • Line 2609: warning: exported method PortForwardResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2610: warning: exported method PortForwardResponse.Descriptor should have comment or be unexported (golint)
    • Line 2612: warning: exported method PortForwardResponse.GetUrl should have comment or be unexported (golint)
    • Line 2619: warning: exported type ImageFilter should have comment or be unexported (golint)
    • Line 2624: warning: exported method ImageFilter.Reset should have comment or be unexported (golint)
    • Line 2625: warning: exported method ImageFilter.ProtoMessage should have comment or be unexported (golint)
    • Line 2626: warning: exported method ImageFilter.Descriptor should have comment or be unexported (golint)
    • Line 2628: warning: exported method ImageFilter.GetImage should have comment or be unexported (golint)
    • Line 2635: warning: exported type ListImagesRequest should have comment or be unexported (golint)
    • Line 2640: warning: exported method ListImagesRequest.Reset should have comment or be unexported (golint)
    • Line 2641: warning: exported method ListImagesRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2642: warning: exported method ListImagesRequest.Descriptor should have comment or be unexported (golint)
    • Line 2644: warning: exported method ListImagesRequest.GetFilter should have comment or be unexported (golint)
    • Line 2651: warning: comment on exported type Image should be of the form "Image ..." (with optional leading article) (golint)
    • Line 2660: warning: don't use underscores in Go names; struct field Size_ should be Size (golint)
    • Line 2670: warning: exported method Image.Reset should have comment or be unexported (golint)
    • Line 2671: warning: exported method Image.ProtoMessage should have comment or be unexported (golint)
    • Line 2672: warning: exported method Image.Descriptor should have comment or be unexported (golint)
    • Line 2674: warning: exported method Image.GetId should have comment or be unexported (golint)
    • Line 2681: warning: exported method Image.GetRepoTags should have comment or be unexported (golint)
    • Line 2688: warning: exported method Image.GetRepoDigests should have comment or be unexported (golint)
    • Line 2695: warning: exported method Image.GetSize_ should have comment or be unexported (golint)
    • Line 2695: warning: don't use underscores in Go names; method GetSize_ should be GetSize (golint)
    • Line 2702: warning: exported method Image.GetUid should have comment or be unexported (golint)
    • Line 2709: warning: exported method Image.GetUsername should have comment or be unexported (golint)
    • Line 2716: warning: exported type ListImagesResponse should have comment or be unexported (golint)
    • Line 2721: warning: exported method ListImagesResponse.Reset should have comment or be unexported (golint)
    • Line 2722: warning: exported method ListImagesResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2723: warning: exported method ListImagesResponse.Descriptor should have comment or be unexported (golint)
    • Line 2725: warning: exported method ListImagesResponse.GetImages should have comment or be unexported (golint)
    • Line 2732: warning: exported type ImageStatusRequest should have comment or be unexported (golint)
    • Line 2739: warning: exported method ImageStatusRequest.Reset should have comment or be unexported (golint)
    • Line 2740: warning: exported method ImageStatusRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2741: warning: exported method ImageStatusRequest.Descriptor should have comment or be unexported (golint)
    • Line 2743: warning: exported method ImageStatusRequest.GetImage should have comment or be unexported (golint)
    • Line 2750: warning: exported method ImageStatusRequest.GetVerbose should have comment or be unexported (golint)
    • Line 2757: warning: exported type ImageStatusResponse should have comment or be unexported (golint)
    • Line 2767: warning: exported method ImageStatusResponse.Reset should have comment or be unexported (golint)
    • Line 2768: warning: exported method ImageStatusResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2769: warning: exported method ImageStatusResponse.Descriptor should have comment or be unexported (golint)
    • Line 2771: warning: exported method ImageStatusResponse.GetImage should have comment or be unexported (golint)
    • Line 2778: warning: exported method ImageStatusResponse.GetInfo should have comment or be unexported (golint)
    • Line 2798: warning: exported method AuthConfig.Reset should have comment or be unexported (golint)
    • Line 2799: warning: exported method AuthConfig.ProtoMessage should have comment or be unexported (golint)
    • Line 2800: warning: exported method AuthConfig.Descriptor should have comment or be unexported (golint)
    • Line 2802: warning: exported method AuthConfig.GetUsername should have comment or be unexported (golint)
    • Line 2809: warning: exported method AuthConfig.GetPassword should have comment or be unexported (golint)
    • Line 2816: warning: exported method AuthConfig.GetAuth should have comment or be unexported (golint)
    • Line 2823: warning: exported method AuthConfig.GetServerAddress should have comment or be unexported (golint)
    • Line 2830: warning: exported method AuthConfig.GetIdentityToken should have comment or be unexported (golint)
    • Line 2837: warning: exported method AuthConfig.GetRegistryToken should have comment or be unexported (golint)
    • Line 2844: warning: exported type PullImageRequest should have comment or be unexported (golint)
    • Line 2853: warning: exported method PullImageRequest.Reset should have comment or be unexported (golint)
    • Line 2854: warning: exported method PullImageRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2855: warning: exported method PullImageRequest.Descriptor should have comment or be unexported (golint)
    • Line 2857: warning: exported method PullImageRequest.GetImage should have comment or be unexported (golint)
    • Line 2864: warning: exported method PullImageRequest.GetAuth should have comment or be unexported (golint)
    • Line 2871: warning: exported method PullImageRequest.GetSandboxConfig should have comment or be unexported (golint)
    • Line 2878: warning: exported type PullImageResponse should have comment or be unexported (golint)
    • Line 2884: warning: exported method PullImageResponse.Reset should have comment or be unexported (golint)
    • Line 2885: warning: exported method PullImageResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2886: warning: exported method PullImageResponse.Descriptor should have comment or be unexported (golint)
    • Line 2888: warning: exported method PullImageResponse.GetImageRef should have comment or be unexported (golint)
    • Line 2895: warning: exported type RemoveImageRequest should have comment or be unexported (golint)
    • Line 2900: warning: exported method RemoveImageRequest.Reset should have comment or be unexported (golint)
    • Line 2901: warning: exported method RemoveImageRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2902: warning: exported method RemoveImageRequest.Descriptor should have comment or be unexported (golint)
    • Line 2904: warning: exported method RemoveImageRequest.GetImage should have comment or be unexported (golint)
    • Line 2911: warning: exported type RemoveImageResponse should have comment or be unexported (golint)
    • Line 2914: warning: exported method RemoveImageResponse.Reset should have comment or be unexported (golint)
    • Line 2915: warning: exported method RemoveImageResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2916: warning: exported method RemoveImageResponse.Descriptor should have comment or be unexported (golint)
    • Line 2918: warning: exported type NetworkConfig should have comment or be unexported (golint)
    • Line 2923: warning: exported method NetworkConfig.Reset should have comment or be unexported (golint)
    • Line 2924: warning: exported method NetworkConfig.ProtoMessage should have comment or be unexported (golint)
    • Line 2925: warning: exported method NetworkConfig.Descriptor should have comment or be unexported (golint)
    • Line 2927: warning: exported method NetworkConfig.GetPodCidr should have comment or be unexported (golint)
    • Line 2934: warning: exported type RuntimeConfig should have comment or be unexported (golint)
    • Line 2938: warning: exported method RuntimeConfig.Reset should have comment or be unexported (golint)
    • Line 2939: warning: exported method RuntimeConfig.ProtoMessage should have comment or be unexported (golint)
    • Line 2940: warning: exported method RuntimeConfig.Descriptor should have comment or be unexported (golint)
    • Line 2942: warning: exported method RuntimeConfig.GetNetworkConfig should have comment or be unexported (golint)
    • Line 2949: warning: exported type UpdateRuntimeConfigRequest should have comment or be unexported (golint)
    • Line 2953: warning: exported method UpdateRuntimeConfigRequest.Reset should have comment or be unexported (golint)
    • Line 2954: warning: exported method UpdateRuntimeConfigRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 2955: warning: exported method UpdateRuntimeConfigRequest.Descriptor should have comment or be unexported (golint)
    • Line 2957: warning: exported method UpdateRuntimeConfigRequest.GetRuntimeConfig should have comment or be unexported (golint)
    • Line 2964: warning: exported type UpdateRuntimeConfigResponse should have comment or be unexported (golint)
    • Line 2967: warning: exported method UpdateRuntimeConfigResponse.Reset should have comment or be unexported (golint)
    • Line 2968: warning: exported method UpdateRuntimeConfigResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 2969: warning: exported method UpdateRuntimeConfigResponse.Descriptor should have comment or be unexported (golint)
    • Line 2995: warning: exported method RuntimeCondition.Reset should have comment or be unexported (golint)
    • Line 2996: warning: exported method RuntimeCondition.ProtoMessage should have comment or be unexported (golint)
    • Line 2997: warning: exported method RuntimeCondition.Descriptor should have comment or be unexported (golint)
    • Line 2999: warning: exported method RuntimeCondition.GetType should have comment or be unexported (golint)
    • Line 3006: warning: exported method RuntimeCondition.GetStatus should have comment or be unexported (golint)
    • Line 3013: warning: exported method RuntimeCondition.GetReason should have comment or be unexported (golint)
    • Line 3020: warning: exported method RuntimeCondition.GetMessage should have comment or be unexported (golint)
    • Line 3033: warning: exported method RuntimeStatus.Reset should have comment or be unexported (golint)
    • Line 3034: warning: exported method RuntimeStatus.ProtoMessage should have comment or be unexported (golint)
    • Line 3035: warning: exported method RuntimeStatus.Descriptor should have comment or be unexported (golint)
    • Line 3037: warning: exported method RuntimeStatus.GetConditions should have comment or be unexported (golint)
    • Line 3044: warning: exported type StatusRequest should have comment or be unexported (golint)
    • Line 3049: warning: exported method StatusRequest.Reset should have comment or be unexported (golint)
    • Line 3050: warning: exported method StatusRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 3051: warning: exported method StatusRequest.Descriptor should have comment or be unexported (golint)
    • Line 3053: warning: exported method StatusRequest.GetVerbose should have comment or be unexported (golint)
    • Line 3060: warning: exported type StatusResponse should have comment or be unexported (golint)
    • Line 3070: warning: exported method StatusResponse.Reset should have comment or be unexported (golint)
    • Line 3071: warning: exported method StatusResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 3072: warning: exported method StatusResponse.Descriptor should have comment or be unexported (golint)
    • Line 3074: warning: exported method StatusResponse.GetStatus should have comment or be unexported (golint)
    • Line 3081: warning: exported method StatusResponse.GetInfo should have comment or be unexported (golint)
    • Line 3088: warning: exported type ImageFsInfoRequest should have comment or be unexported (golint)
    • Line 3091: warning: exported method ImageFsInfoRequest.Reset should have comment or be unexported (golint)
    • Line 3092: warning: exported method ImageFsInfoRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 3093: warning: exported method ImageFsInfoRequest.Descriptor should have comment or be unexported (golint)
    • Line 3101: warning: exported method UInt64Value.Reset should have comment or be unexported (golint)
    • Line 3102: warning: exported method UInt64Value.ProtoMessage should have comment or be unexported (golint)
    • Line 3103: warning: exported method UInt64Value.Descriptor should have comment or be unexported (golint)
    • Line 3105: warning: exported method UInt64Value.GetValue should have comment or be unexported (golint)
    • Line 3118: warning: exported method StorageIdentifier.Reset should have comment or be unexported (golint)
    • Line 3119: warning: exported method StorageIdentifier.ProtoMessage should have comment or be unexported (golint)
    • Line 3120: warning: exported method StorageIdentifier.Descriptor should have comment or be unexported (golint)
    • Line 3122: warning: exported method StorageIdentifier.GetUuid should have comment or be unexported (golint)
    • Line 3145: warning: exported method FilesystemUsage.Reset should have comment or be unexported (golint)
    • Line 3146: warning: exported method FilesystemUsage.ProtoMessage should have comment or be unexported (golint)
    • Line 3147: warning: exported method FilesystemUsage.Descriptor should have comment or be unexported (golint)
    • Line 3149: warning: exported method FilesystemUsage.GetTimestamp should have comment or be unexported (golint)
    • Line 3156: warning: exported method FilesystemUsage.GetStorageId should have comment or be unexported (golint)
    • Line 3163: warning: exported method FilesystemUsage.GetUsedBytes should have comment or be unexported (golint)
    • Line 3170: warning: exported method FilesystemUsage.GetInodesUsed should have comment or be unexported (golint)
    • Line 3177: warning: exported type ImageFsInfoResponse should have comment or be unexported (golint)
    • Line 3182: warning: exported method ImageFsInfoResponse.Reset should have comment or be unexported (golint)
    • Line 3183: warning: exported method ImageFsInfoResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 3184: warning: exported method ImageFsInfoResponse.Descriptor should have comment or be unexported (golint)
    • Line 3186: warning: exported method ImageFsInfoResponse.GetImageFilesystems should have comment or be unexported (golint)
    • Line 3193: warning: exported type ContainerStatsRequest should have comment or be unexported (golint)
    • Line 3198: warning: exported method ContainerStatsRequest.Reset should have comment or be unexported (golint)
    • Line 3199: warning: exported method ContainerStatsRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 3200: warning: exported method ContainerStatsRequest.Descriptor should have comment or be unexported (golint)
    • Line 3202: warning: exported method ContainerStatsRequest.GetContainerId should have comment or be unexported (golint)
    • Line 3209: warning: exported type ContainerStatsResponse should have comment or be unexported (golint)
    • Line 3214: warning: exported method ContainerStatsResponse.Reset should have comment or be unexported (golint)
    • Line 3215: warning: exported method ContainerStatsResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 3216: warning: exported method ContainerStatsResponse.Descriptor should have comment or be unexported (golint)
    • Line 3218: warning: exported method ContainerStatsResponse.GetStats should have comment or be unexported (golint)
    • Line 3225: warning: exported type ListContainerStatsRequest should have comment or be unexported (golint)
    • Line 3230: warning: exported method ListContainerStatsRequest.Reset should have comment or be unexported (golint)
    • Line 3231: warning: exported method ListContainerStatsRequest.ProtoMessage should have comment or be unexported (golint)
    • Line 3232: warning: exported method ListContainerStatsRequest.Descriptor should have comment or be unexported (golint)
    • Line 3234: warning: exported method ListContainerStatsRequest.GetFilter should have comment or be unexported (golint)
    • Line 3254: warning: exported method ContainerStatsFilter.Reset should have comment or be unexported (golint)
    • Line 3255: warning: exported method ContainerStatsFilter.ProtoMessage should have comment or be unexported (golint)
    • Line 3256: warning: exported method ContainerStatsFilter.Descriptor should have comment or be unexported (golint)
    • Line 3258: warning: exported method ContainerStatsFilter.GetId should have comment or be unexported (golint)
    • Line 3265: warning: exported method ContainerStatsFilter.GetPodSandboxId should have comment or be unexported (golint)
    • Line 3272: warning: exported method ContainerStatsFilter.GetLabelSelector should have comment or be unexported (golint)
    • Line 3279: warning: exported type ListContainerStatsResponse should have comment or be unexported (golint)
    • Line 3284: warning: exported method ListContainerStatsResponse.Reset should have comment or be unexported (golint)
    • Line 3285: warning: exported method ListContainerStatsResponse.ProtoMessage should have comment or be unexported (golint)
    • Line 3286: warning: exported method ListContainerStatsResponse.Descriptor should have comment or be unexported (golint)
    • Line 3288: warning: exported method ListContainerStatsResponse.GetStats should have comment or be unexported (golint)
    • Line 3310: warning: exported method ContainerAttributes.Reset should have comment or be unexported (golint)
    • Line 3311: warning: exported method ContainerAttributes.ProtoMessage should have comment or be unexported (golint)
    • Line 3312: warning: exported method ContainerAttributes.Descriptor should have comment or be unexported (golint)
    • Line 3314: warning: exported method ContainerAttributes.GetId should have comment or be unexported (golint)
    • Line 3321: warning: exported method ContainerAttributes.GetMetadata should have comment or be unexported (golint)
    • Line 3328: warning: exported method ContainerAttributes.GetLabels should have comment or be unexported (golint)
    • Line 3335: warning: exported method ContainerAttributes.GetAnnotations should have comment or be unexported (golint)
    • Line 3354: warning: exported method ContainerStats.Reset should have comment or be unexported (golint)
    • Line 3355: warning: exported method ContainerStats.ProtoMessage should have comment or be unexported (golint)
    • Line 3356: warning: exported method ContainerStats.Descriptor should have comment or be unexported (golint)
    • Line 3358: warning: exported method ContainerStats.GetAttributes should have comment or be unexported (golint)
    • Line 3365: warning: exported method ContainerStats.GetCpu should have comment or be unexported (golint)
    • Line 3372: warning: exported method ContainerStats.GetMemory should have comment or be unexported (golint)
    • Line 3379: warning: exported method ContainerStats.GetWritableLayer should have comment or be unexported (golint)
    • Line 3394: warning: exported method CpuUsage.Reset should have comment or be unexported (golint)
    • Line 3395: warning: exported method CpuUsage.ProtoMessage should have comment or be unexported (golint)
    • Line 3396: warning: exported method CpuUsage.Descriptor should have comment or be unexported (golint)
    • Line 3398: warning: exported method CpuUsage.GetTimestamp should have comment or be unexported (golint)
    • Line 3405: warning: exported method CpuUsage.GetUsageCoreNanoSeconds should have comment or be unexported (golint)
    • Line 3420: warning: exported method MemoryUsage.Reset should have comment or be unexported (golint)
    • Line 3421: warning: exported method MemoryUsage.ProtoMessage should have comment or be unexported (golint)
    • Line 3422: warning: exported method MemoryUsage.Descriptor should have comment or be unexported (golint)
    • Line 3424: warning: exported method MemoryUsage.GetTimestamp should have comment or be unexported (golint)
    • Line 3431: warning: exported method MemoryUsage.GetWorkingSetBytes should have comment or be unexported (golint)
    • Line 3552: warning: exported type RuntimeServiceClient should have comment or be unexported (golint)
    • Line 3622: warning: exported function NewRuntimeServiceClient should have comment or be unexported (golint)
    • Line 3817: warning: exported type RuntimeServiceServer should have comment or be unexported (golint)
    • Line 3883: warning: exported function RegisterRuntimeServiceServer should have comment or be unexported (golint)
    • Line 3887: warning: context.Context should be the first parameter of a function (golint)
    • Line 3887: warning: don't use underscores in Go names; func _RuntimeService_Version_Handler should be _RuntimeServiceVersionHandler (golint)
    • Line 3905: warning: context.Context should be the first parameter of a function (golint)
    • Line 3905: warning: don't use underscores in Go names; func _RuntimeService_RunPodSandbox_Handler should be _RuntimeServiceRunPodSandboxHandler (golint)
    • Line 3923: warning: context.Context should be the first parameter of a function (golint)
    • Line 3923: warning: don't use underscores in Go names; func _RuntimeService_StopPodSandbox_Handler should be _RuntimeServiceStopPodSandboxHandler (golint)
    • Line 3941: warning: context.Context should be the first parameter of a function (golint)
    • Line 3941: warning: don't use underscores in Go names; func _RuntimeService_RemovePodSandbox_Handler should be _RuntimeServiceRemovePodSandboxHandler (golint)
    • Line 3959: warning: context.Context should be the first parameter of a function (golint)
    • Line 3959: warning: don't use underscores in Go names; func _RuntimeService_PodSandboxStatus_Handler should be _RuntimeServicePodSandboxStatusHandler (golint)
    • Line 3977: warning: context.Context should be the first parameter of a function (golint)
    • Line 3977: warning: don't use underscores in Go names; func _RuntimeService_ListPodSandbox_Handler should be _RuntimeServiceListPodSandboxHandler (golint)
    • Line 3995: warning: context.Context should be the first parameter of a function (golint)
    • Line 3995: warning: don't use underscores in Go names; func _RuntimeService_CreateContainer_Handler should be _RuntimeServiceCreateContainerHandler (golint)
    • Line 4013: warning: context.Context should be the first parameter of a function (golint)
    • Line 4013: warning: don't use underscores in Go names; func _RuntimeService_StartContainer_Handler should be _RuntimeServiceStartContainerHandler (golint)
    • Line 4031: warning: context.Context should be the first parameter of a function (golint)
    • Line 4031: warning: don't use underscores in Go names; func _RuntimeService_StopContainer_Handler should be _RuntimeServiceStopContainerHandler (golint)
    • Line 4049: warning: context.Context should be the first parameter of a function (golint)
    • Line 4049: warning: don't use underscores in Go names; func _RuntimeService_RemoveContainer_Handler should be _RuntimeServiceRemoveContainerHandler (golint)
    • Line 4067: warning: context.Context should be the first parameter of a function (golint)
    • Line 4067: warning: don't use underscores in Go names; func _RuntimeService_ListContainers_Handler should be _RuntimeServiceListContainersHandler (golint)
    • Line 4085: warning: context.Context should be the first parameter of a function (golint)
    • Line 4085: warning: don't use underscores in Go names; func _RuntimeService_ContainerStatus_Handler should be _RuntimeServiceContainerStatusHandler (golint)
    • Line 4103: warning: context.Context should be the first parameter of a function (golint)
    • Line 4103: warning: don't use underscores in Go names; func _RuntimeService_UpdateContainerResources_Handler should be _RuntimeServiceUpdateContainerResourcesHandler (golint)
    • Line 4121: warning: context.Context should be the first parameter of a function (golint)
    • Line 4121: warning: don't use underscores in Go names; func _RuntimeService_ExecSync_Handler should be _RuntimeServiceExecSyncHandler (golint)
    • Line 4139: warning: context.Context should be the first parameter of a function (golint)
    • Line 4139: warning: don't use underscores in Go names; func _RuntimeService_Exec_Handler should be _RuntimeServiceExecHandler (golint)
    • Line 4157: warning: context.Context should be the first parameter of a function (golint)
    • Line 4157: warning: don't use underscores in Go names; func _RuntimeService_Attach_Handler should be _RuntimeServiceAttachHandler (golint)
    • Line 4175: warning: context.Context should be the first parameter of a function (golint)
    • Line 4175: warning: don't use underscores in Go names; func _RuntimeService_PortForward_Handler should be _RuntimeServicePortForwardHandler (golint)
    • Line 4193: warning: context.Context should be the first parameter of a function (golint)
    • Line 4193: warning: don't use underscores in Go names; func _RuntimeService_ContainerStats_Handler should be _RuntimeServiceContainerStatsHandler (golint)
    • Line 4211: warning: context.Context should be the first parameter of a function (golint)
    • Line 4211: warning: don't use underscores in Go names; func _RuntimeService_ListContainerStats_Handler should be _RuntimeServiceListContainerStatsHandler (golint)
    • Line 4229: warning: context.Context should be the first parameter of a function (golint)
    • Line 4229: warning: don't use underscores in Go names; func _RuntimeService_UpdateRuntimeConfig_Handler should be _RuntimeServiceUpdateRuntimeConfigHandler (golint)
    • Line 4247: warning: context.Context should be the first parameter of a function (golint)
    • Line 4247: warning: don't use underscores in Go names; func _RuntimeService_Status_Handler should be _RuntimeServiceStatusHandler (golint)
    • Line 4265: warning: don't use underscores in Go names; var _RuntimeService_serviceDesc should be _RuntimeServiceServiceDesc (golint)
    • Line 4360: warning: exported type ImageServiceClient should have comment or be unexported (golint)
    • Line 4381: warning: exported function NewImageServiceClient should have comment or be unexported (golint)
    • Line 4432: warning: exported type ImageServiceServer should have comment or be unexported (golint)
    • Line 4449: warning: exported function RegisterImageServiceServer should have comment or be unexported (golint)
    • Line 4453: warning: context.Context should be the first parameter of a function (golint)
    • Line 4453: warning: don't use underscores in Go names; func _ImageService_ListImages_Handler should be _ImageServiceListImagesHandler (golint)
    • Line 4471: warning: context.Context should be the first parameter of a function (golint)
    • Line 4471: warning: don't use underscores in Go names; func _ImageService_ImageStatus_Handler should be _ImageServiceImageStatusHandler (golint)
    • Line 4489: warning: context.Context should be the first parameter of a function (golint)
    • Line 4489: warning: don't use underscores in Go names; func _ImageService_PullImage_Handler should be _ImageServicePullImageHandler (golint)
    • Line 4507: warning: context.Context should be the first parameter of a function (golint)
    • Line 4507: warning: don't use underscores in Go names; func _ImageService_RemoveImage_Handler should be _ImageServiceRemoveImageHandler (golint)
    • Line 4525: warning: context.Context should be the first parameter of a function (golint)
    • Line 4525: warning: don't use underscores in Go names; func _ImageService_ImageFsInfo_Handler should be _ImageServiceImageFsInfoHandler (golint)
    • Line 4543: warning: don't use underscores in Go names; var _ImageService_serviceDesc should be _ImageServiceServiceDesc (golint)
    • Line 4572: warning: exported method VersionRequest.Marshal should have comment or be unexported (golint)
    • Line 4582: warning: exported method VersionRequest.MarshalTo should have comment or be unexported (golint)
    • Line 4596: warning: exported method VersionResponse.Marshal should have comment or be unexported (golint)
    • Line 4606: warning: exported method VersionResponse.MarshalTo should have comment or be unexported (golint)
    • Line 4638: warning: exported method DNSConfig.Marshal should have comment or be unexported (golint)
    • Line 4648: warning: exported method DNSConfig.MarshalTo should have comment or be unexported (golint)
    • Line 4701: warning: exported method PortMapping.Marshal should have comment or be unexported (golint)
    • Line 4711: warning: exported method PortMapping.MarshalTo should have comment or be unexported (golint)
    • Line 4740: warning: exported method Mount.Marshal should have comment or be unexported (golint)
    • Line 4750: warning: exported method Mount.MarshalTo should have comment or be unexported (golint)
    • Line 4795: warning: exported method NamespaceOption.Marshal should have comment or be unexported (golint)
    • Line 4805: warning: exported method NamespaceOption.MarshalTo should have comment or be unexported (golint)
    • Line 4843: warning: exported method Int64Value.Marshal should have comment or be unexported (golint)
    • Line 4853: warning: exported method Int64Value.MarshalTo should have comment or be unexported (golint)
    • Line 4866: warning: exported method LinuxSandboxSecurityContext.Marshal should have comment or be unexported (golint)
    • Line 4876: warning: exported method LinuxSandboxSecurityContext.MarshalTo should have comment or be unexported (golint)
    • Line 4958: warning: exported method LinuxPodSandboxConfig.Marshal should have comment or be unexported (golint)
    • Line 4968: warning: exported method LinuxPodSandboxConfig.MarshalTo should have comment or be unexported (golint)
    • Line 5009: warning: exported method PodSandboxMetadata.Marshal should have comment or be unexported (golint)
    • Line 5019: warning: exported method PodSandboxMetadata.MarshalTo should have comment or be unexported (golint)
    • Line 5050: warning: exported method PodSandboxConfig.Marshal should have comment or be unexported (golint)
    • Line 5060: warning: exported method PodSandboxConfig.MarshalTo should have comment or be unexported (golint)
    • Line 5156: warning: exported method RunPodSandboxRequest.Marshal should have comment or be unexported (golint)
    • Line 5166: warning: exported method RunPodSandboxRequest.MarshalTo should have comment or be unexported (golint)
    • Line 5184: warning: exported method RunPodSandboxResponse.Marshal should have comment or be unexported (golint)
    • Line 5194: warning: exported method RunPodSandboxResponse.MarshalTo should have comment or be unexported (golint)
    • Line 5208: warning: exported method StopPodSandboxRequest.Marshal should have comment or be unexported (golint)
    • Line 5218: warning: exported method StopPodSandboxRequest.MarshalTo should have comment or be unexported (golint)
    • Line 5232: warning: exported method StopPodSandboxResponse.Marshal should have comment or be unexported (golint)
    • Line 5242: warning: exported method StopPodSandboxResponse.MarshalTo should have comment or be unexported (golint)
    • Line 5250: warning: exported method RemovePodSandboxRequest.Marshal should have comment or be unexported (golint)
    • Line 5260: warning: exported method RemovePodSandboxRequest.MarshalTo should have comment or be unexported (golint)
    • Line 5274: warning: exported method RemovePodSandboxResponse.Marshal should have comment or be unexported (golint)
    • Line 5284: warning: exported method RemovePodSandboxResponse.MarshalTo should have comment or be unexported (golint)
    • Line 5292: warning: exported method PodSandboxStatusRequest.Marshal should have comment or be unexported (golint)
    • Line 5302: warning: exported method PodSandboxStatusRequest.MarshalTo should have comment or be unexported (golint)
    • Line 5326: warning: exported method PodSandboxNetworkStatus.Marshal should have comment or be unexported (golint)
    • Line 5336: warning: exported method PodSandboxNetworkStatus.MarshalTo should have comment or be unexported (golint)
    • Line 5350: warning: exported method Namespace.Marshal should have comment or be unexported (golint)
    • Line 5360: warning: exported method Namespace.MarshalTo should have comment or be unexported (golint)
    • Line 5378: warning: exported method LinuxPodSandboxStatus.Marshal should have comment or be unexported (golint)
    • Line 5388: warning: exported method LinuxPodSandboxStatus.MarshalTo should have comment or be unexported (golint)
    • Line 5406: warning: exported method PodSandboxStatus.Marshal should have comment or be unexported (golint)
    • Line 5416: warning: exported method PodSandboxStatus.MarshalTo should have comment or be unexported (golint)
    • Line 5504: warning: exported method PodSandboxStatusResponse.Marshal should have comment or be unexported (golint)
    • Line 5514: warning: exported method PodSandboxStatusResponse.MarshalTo should have comment or be unexported (golint)
    • Line 5549: warning: exported method PodSandboxStateValue.Marshal should have comment or be unexported (golint)
    • Line 5559: warning: exported method PodSandboxStateValue.MarshalTo should have comment or be unexported (golint)
    • Line 5572: warning: exported method PodSandboxFilter.Marshal should have comment or be unexported (golint)
    • Line 5582: warning: exported method PodSandboxFilter.MarshalTo should have comment or be unexported (golint)
    • Line 5623: warning: exported method ListPodSandboxRequest.Marshal should have comment or be unexported (golint)
    • Line 5633: warning: exported method ListPodSandboxRequest.MarshalTo should have comment or be unexported (golint)
    • Line 5651: warning: exported method PodSandbox.Marshal should have comment or be unexported (golint)
    • Line 5661: warning: exported method PodSandbox.MarshalTo should have comment or be unexported (golint)
    • Line 5729: warning: exported method ListPodSandboxResponse.Marshal should have comment or be unexported (golint)
    • Line 5739: warning: exported method ListPodSandboxResponse.MarshalTo should have comment or be unexported (golint)
    • Line 5759: warning: exported method ImageSpec.Marshal should have comment or be unexported (golint)
    • Line 5769: warning: exported method ImageSpec.MarshalTo should have comment or be unexported (golint)
    • Line 5783: warning: exported method KeyValue.Marshal should have comment or be unexported (golint)
    • Line 5793: warning: exported method KeyValue.MarshalTo should have comment or be unexported (golint)
    • Line 5813: warning: exported method LinuxContainerResources.Marshal should have comment or be unexported (golint)
    • Line 5823: warning: exported method LinuxContainerResources.MarshalTo should have comment or be unexported (golint)
    • Line 5868: warning: exported method SELinuxOption.Marshal should have comment or be unexported (golint)
    • Line 5878: warning: exported method SELinuxOption.MarshalTo should have comment or be unexported (golint)
    • Line 5910: warning: exported method Capability.Marshal should have comment or be unexported (golint)
    • Line 5920: warning: exported method Capability.MarshalTo should have comment or be unexported (golint)
    • Line 5958: warning: exported method LinuxContainerSecurityContext.Marshal should have comment or be unexported (golint)
    • Line 5968: warning: exported method LinuxContainerSecurityContext.MarshalTo should have comment or be unexported (golint)
    • Line 6082: warning: exported method LinuxContainerConfig.Marshal should have comment or be unexported (golint)
    • Line 6092: warning: exported method LinuxContainerConfig.MarshalTo should have comment or be unexported (golint)
    • Line 6120: warning: exported method ContainerMetadata.Marshal should have comment or be unexported (golint)
    • Line 6130: warning: exported method ContainerMetadata.MarshalTo should have comment or be unexported (golint)
    • Line 6149: warning: exported method Device.Marshal should have comment or be unexported (golint)
    • Line 6159: warning: exported method Device.MarshalTo should have comment or be unexported (golint)
    • Line 6185: warning: exported method ContainerConfig.Marshal should have comment or be unexported (golint)
    • Line 6195: warning: exported method ContainerConfig.MarshalTo should have comment or be unexported (golint)
    • Line 6375: warning: exported method CreateContainerRequest.Marshal should have comment or be unexported (golint)
    • Line 6385: warning: exported method CreateContainerRequest.MarshalTo should have comment or be unexported (golint)
    • Line 6419: warning: exported method CreateContainerResponse.Marshal should have comment or be unexported (golint)
    • Line 6429: warning: exported method CreateContainerResponse.MarshalTo should have comment or be unexported (golint)
    • Line 6443: warning: exported method StartContainerRequest.Marshal should have comment or be unexported (golint)
    • Line 6453: warning: exported method StartContainerRequest.MarshalTo should have comment or be unexported (golint)
    • Line 6467: warning: exported method StartContainerResponse.Marshal should have comment or be unexported (golint)
    • Line 6477: warning: exported method StartContainerResponse.MarshalTo should have comment or be unexported (golint)
    • Line 6485: warning: exported method StopContainerRequest.Marshal should have comment or be unexported (golint)
    • Line 6495: warning: exported method StopContainerRequest.MarshalTo should have comment or be unexported (golint)
    • Line 6514: warning: exported method StopContainerResponse.Marshal should have comment or be unexported (golint)
    • Line 6524: warning: exported method StopContainerResponse.MarshalTo should have comment or be unexported (golint)
    • Line 6532: warning: exported method RemoveContainerRequest.Marshal should have comment or be unexported (golint)
    • Line 6542: warning: exported method RemoveContainerRequest.MarshalTo should have comment or be unexported (golint)
    • Line 6556: warning: exported method RemoveContainerResponse.Marshal should have comment or be unexported (golint)
    • Line 6566: warning: exported method RemoveContainerResponse.MarshalTo should have comment or be unexported (golint)
    • Line 6574: warning: exported method ContainerStateValue.Marshal should have comment or be unexported (golint)
    • Line 6584: warning: exported method ContainerStateValue.MarshalTo should have comment or be unexported (golint)
    • Line 6597: warning: exported method ContainerFilter.Marshal should have comment or be unexported (golint)
    • Line 6607: warning: exported method ContainerFilter.MarshalTo should have comment or be unexported (golint)
    • Line 6654: warning: exported method ListContainersRequest.Marshal should have comment or be unexported (golint)
    • Line 6664: warning: exported method ListContainersRequest.MarshalTo should have comment or be unexported (golint)
    • Line 6682: warning: exported method Container.Marshal should have comment or be unexported (golint)
    • Line 6692: warning: exported method Container.MarshalTo should have comment or be unexported (golint)
    • Line 6782: warning: exported method ListContainersResponse.Marshal should have comment or be unexported (golint)
    • Line 6792: warning: exported method ListContainersResponse.MarshalTo should have comment or be unexported (golint)
    • Line 6812: warning: exported method ContainerStatusRequest.Marshal should have comment or be unexported (golint)
    • Line 6822: warning: exported method ContainerStatusRequest.MarshalTo should have comment or be unexported (golint)
    • Line 6846: warning: exported method ContainerStatus.Marshal should have comment or be unexported (golint)
    • Line 6856: warning: exported method ContainerStatus.MarshalTo should have comment or be unexported (golint)
    • Line 6985: warning: exported method ContainerStatusResponse.Marshal should have comment or be unexported (golint)
    • Line 6995: warning: exported method ContainerStatusResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7030: warning: exported method UpdateContainerResourcesRequest.Marshal should have comment or be unexported (golint)
    • Line 7040: warning: exported method UpdateContainerResourcesRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7064: warning: exported method UpdateContainerResourcesResponse.Marshal should have comment or be unexported (golint)
    • Line 7074: warning: exported method UpdateContainerResourcesResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7082: warning: exported method ExecSyncRequest.Marshal should have comment or be unexported (golint)
    • Line 7092: warning: exported method ExecSyncRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7126: warning: exported method ExecSyncResponse.Marshal should have comment or be unexported (golint)
    • Line 7136: warning: exported method ExecSyncResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7161: warning: exported method ExecRequest.Marshal should have comment or be unexported (golint)
    • Line 7171: warning: exported method ExecRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7240: warning: exported method ExecResponse.Marshal should have comment or be unexported (golint)
    • Line 7250: warning: exported method ExecResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7264: warning: exported method AttachRequest.Marshal should have comment or be unexported (golint)
    • Line 7274: warning: exported method AttachRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7328: warning: exported method AttachResponse.Marshal should have comment or be unexported (golint)
    • Line 7338: warning: exported method AttachResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7352: warning: exported method PortForwardRequest.Marshal should have comment or be unexported (golint)
    • Line 7362: warning: exported method PortForwardRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7394: warning: exported method PortForwardResponse.Marshal should have comment or be unexported (golint)
    • Line 7404: warning: exported method PortForwardResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7418: warning: exported method ImageFilter.Marshal should have comment or be unexported (golint)
    • Line 7428: warning: exported method ImageFilter.MarshalTo should have comment or be unexported (golint)
    • Line 7446: warning: exported method ListImagesRequest.Marshal should have comment or be unexported (golint)
    • Line 7456: warning: exported method ListImagesRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7474: warning: exported method Image.Marshal should have comment or be unexported (golint)
    • Line 7484: warning: exported method Image.MarshalTo should have comment or be unexported (golint)
    • Line 7549: warning: exported method ListImagesResponse.Marshal should have comment or be unexported (golint)
    • Line 7559: warning: exported method ListImagesResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7579: warning: exported method ImageStatusRequest.Marshal should have comment or be unexported (golint)
    • Line 7589: warning: exported method ImageStatusRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7617: warning: exported method ImageStatusResponse.Marshal should have comment or be unexported (golint)
    • Line 7627: warning: exported method ImageStatusResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7662: warning: exported method AuthConfig.Marshal should have comment or be unexported (golint)
    • Line 7672: warning: exported method AuthConfig.MarshalTo should have comment or be unexported (golint)
    • Line 7716: warning: exported method PullImageRequest.Marshal should have comment or be unexported (golint)
    • Line 7726: warning: exported method PullImageRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7764: warning: exported method PullImageResponse.Marshal should have comment or be unexported (golint)
    • Line 7774: warning: exported method PullImageResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7788: warning: exported method RemoveImageRequest.Marshal should have comment or be unexported (golint)
    • Line 7798: warning: exported method RemoveImageRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7816: warning: exported method RemoveImageResponse.Marshal should have comment or be unexported (golint)
    • Line 7826: warning: exported method RemoveImageResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7834: warning: exported method NetworkConfig.Marshal should have comment or be unexported (golint)
    • Line 7844: warning: exported method NetworkConfig.MarshalTo should have comment or be unexported (golint)
    • Line 7858: warning: exported method RuntimeConfig.Marshal should have comment or be unexported (golint)
    • Line 7868: warning: exported method RuntimeConfig.MarshalTo should have comment or be unexported (golint)
    • Line 7886: warning: exported method UpdateRuntimeConfigRequest.Marshal should have comment or be unexported (golint)
    • Line 7896: warning: exported method UpdateRuntimeConfigRequest.MarshalTo should have comment or be unexported (golint)
    • Line 7914: warning: exported method UpdateRuntimeConfigResponse.Marshal should have comment or be unexported (golint)
    • Line 7924: warning: exported method UpdateRuntimeConfigResponse.MarshalTo should have comment or be unexported (golint)
    • Line 7932: warning: exported method RuntimeCondition.Marshal should have comment or be unexported (golint)
    • Line 7942: warning: exported method RuntimeCondition.MarshalTo should have comment or be unexported (golint)
    • Line 7978: warning: exported method RuntimeStatus.Marshal should have comment or be unexported (golint)
    • Line 7988: warning: exported method RuntimeStatus.MarshalTo should have comment or be unexported (golint)
    • Line 8008: warning: exported method StatusRequest.Marshal should have comment or be unexported (golint)
    • Line 8018: warning: exported method StatusRequest.MarshalTo should have comment or be unexported (golint)
    • Line 8036: warning: exported method StatusResponse.Marshal should have comment or be unexported (golint)
    • Line 8046: warning: exported method StatusResponse.MarshalTo should have comment or be unexported (golint)
    • Line 8081: warning: exported method ImageFsInfoRequest.Marshal should have comment or be unexported (golint)
    • Line 8091: warning: exported method ImageFsInfoRequest.MarshalTo should have comment or be unexported (golint)
    • Line 8099: warning: exported method UInt64Value.Marshal should have comment or be unexported (golint)
    • Line 8109: warning: exported method UInt64Value.MarshalTo should have comment or be unexported (golint)
    • Line 8122: warning: exported method StorageIdentifier.Marshal should have comment or be unexported (golint)
    • Line 8132: warning: exported method StorageIdentifier.MarshalTo should have comment or be unexported (golint)
    • Line 8146: warning: exported method FilesystemUsage.Marshal should have comment or be unexported (golint)
    • Line 8156: warning: exported method FilesystemUsage.MarshalTo should have comment or be unexported (golint)
    • Line 8199: warning: exported method ImageFsInfoResponse.Marshal should have comment or be unexported (golint)
    • Line 8209: warning: exported method ImageFsInfoResponse.MarshalTo should have comment or be unexported (golint)
    • Line 8229: warning: exported method ContainerStatsRequest.Marshal should have comment or be unexported (golint)
    • Line 8239: warning: exported method ContainerStatsRequest.MarshalTo should have comment or be unexported (golint)
    • Line 8253: warning: exported method ContainerStatsResponse.Marshal should have comment or be unexported (golint)
    • Line 8263: warning: exported method ContainerStatsResponse.MarshalTo should have comment or be unexported (golint)
    • Line 8281: warning: exported method ListContainerStatsRequest.Marshal should have comment or be unexported (golint)
    • Line 8291: warning: exported method ListContainerStatsRequest.MarshalTo should have comment or be unexported (golint)
    • Line 8309: warning: exported method ContainerStatsFilter.Marshal should have comment or be unexported (golint)
    • Line 8319: warning: exported method ContainerStatsFilter.MarshalTo should have comment or be unexported (golint)
    • Line 8356: warning: exported method ListContainerStatsResponse.Marshal should have comment or be unexported (golint)
    • Line 8366: warning: exported method ListContainerStatsResponse.MarshalTo should have comment or be unexported (golint)
    • Line 8386: warning: exported method ContainerAttributes.Marshal should have comment or be unexported (golint)
    • Line 8396: warning: exported method ContainerAttributes.MarshalTo should have comment or be unexported (golint)
    • Line 8454: warning: exported method ContainerStats.Marshal should have comment or be unexported (golint)
    • Line 8464: warning: exported method ContainerStats.MarshalTo should have comment or be unexported (golint)
    • Line 8512: warning: exported method CpuUsage.Marshal should have comment or be unexported (golint)
    • Line 8522: warning: exported method CpuUsage.MarshalTo should have comment or be unexported (golint)
    • Line 8545: warning: exported method MemoryUsage.Marshal should have comment or be unexported (golint)
    • Line 8555: warning: exported method MemoryUsage.MarshalTo should have comment or be unexported (golint)
    • Line 8605: warning: exported method VersionRequest.Size should have comment or be unexported (golint)
    • Line 8615: warning: exported method VersionResponse.Size should have comment or be unexported (golint)
    • Line 8637: warning: exported method DNSConfig.Size should have comment or be unexported (golint)
    • Line 8661: warning: exported method PortMapping.Size should have comment or be unexported (golint)
    • Line 8680: warning: exported method Mount.Size should have comment or be unexported (golint)
    • Line 8703: warning: exported method NamespaceOption.Size should have comment or be unexported (golint)
    • Line 8718: warning: exported method Int64Value.Size should have comment or be unexported (golint)
    • Line 8727: warning: exported method LinuxSandboxSecurityContext.Size should have comment or be unexported (golint)
    • Line 8762: warning: exported method LinuxPodSandboxConfig.Size should have comment or be unexported (golint)
    • Line 8784: warning: exported method PodSandboxMetadata.Size should have comment or be unexported (golint)
    • Line 8805: warning: exported method PodSandboxConfig.Size should have comment or be unexported (golint)
    • Line 8853: warning: exported method RunPodSandboxRequest.Size should have comment or be unexported (golint)
    • Line 8863: warning: exported method RunPodSandboxResponse.Size should have comment or be unexported (golint)
    • Line 8873: warning: exported method StopPodSandboxRequest.Size should have comment or be unexported (golint)
    • Line 8883: warning: exported method StopPodSandboxResponse.Size should have comment or be unexported (golint)
    • Line 8889: warning: exported method RemovePodSandboxRequest.Size should have comment or be unexported (golint)
    • Line 8899: warning: exported method RemovePodSandboxResponse.Size should have comment or be unexported (golint)
    • Line 8905: warning: exported method PodSandboxStatusRequest.Size should have comment or be unexported (golint)
    • Line 8918: warning: exported method PodSandboxNetworkStatus.Size should have comment or be unexported (golint)
    • Line 8928: warning: exported method Namespace.Size should have comment or be unexported (golint)
    • Line 8938: warning: exported method LinuxPodSandboxStatus.Size should have comment or be unexported (golint)
    • Line 8948: warning: exported method PodSandboxStatus.Size should have comment or be unexported (golint)
    • Line 8992: warning: exported method PodSandboxStatusResponse.Size should have comment or be unexported (golint)
    • Line 9010: warning: exported method PodSandboxStateValue.Size should have comment or be unexported (golint)
    • Line 9019: warning: exported method PodSandboxFilter.Size should have comment or be unexported (golint)
    • Line 9041: warning: exported method ListPodSandboxRequest.Size should have comment or be unexported (golint)
    • Line 9051: warning: exported method PodSandbox.Size should have comment or be unexported (golint)
    • Line 9087: warning: exported method ListPodSandboxResponse.Size should have comment or be unexported (golint)
    • Line 9099: warning: exported method ImageSpec.Size should have comment or be unexported (golint)
    • Line 9109: warning: exported method KeyValue.Size should have comment or be unexported (golint)
    • Line 9123: warning: exported method LinuxContainerResources.Size should have comment or be unexported (golint)
    • Line 9152: warning: exported method SELinuxOption.Size should have comment or be unexported (golint)
    • Line 9174: warning: exported method Capability.Size should have comment or be unexported (golint)
    • Line 9192: warning: exported method LinuxContainerSecurityContext.Size should have comment or be unexported (golint)
    • Line 9242: warning: exported method LinuxContainerConfig.Size should have comment or be unexported (golint)
    • Line 9256: warning: exported method ContainerMetadata.Size should have comment or be unexported (golint)
    • Line 9269: warning: exported method Device.Size should have comment or be unexported (golint)
    • Line 9287: warning: exported method ContainerConfig.Size should have comment or be unexported (golint)
    • Line 9368: warning: exported method CreateContainerRequest.Size should have comment or be unexported (golint)
    • Line 9386: warning: exported method CreateContainerResponse.Size should have comment or be unexported (golint)
    • Line 9396: warning: exported method StartContainerRequest.Size should have comment or be unexported (golint)
    • Line 9406: warning: exported method StartContainerResponse.Size should have comment or be unexported (golint)
    • Line 9412: warning: exported method StopContainerRequest.Size should have comment or be unexported (golint)
    • Line 9425: warning: exported method StopContainerResponse.Size should have comment or be unexported (golint)
    • Line 9431: warning: exported method RemoveContainerRequest.Size should have comment or be unexported (golint)
    • Line 9441: warning: exported method RemoveContainerResponse.Size should have comment or be unexported (golint)
    • Line 9447: warning: exported method ContainerStateValue.Size should have comment or be unexported (golint)
    • Line 9456: warning: exported method ContainerFilter.Size should have comment or be unexported (golint)
    • Line 9482: warning: exported method ListContainersRequest.Size should have comment or be unexported (golint)
    • Line 9492: warning: exported method Container.Size should have comment or be unexported (golint)
    • Line 9540: warning: exported method ListContainersResponse.Size should have comment or be unexported (golint)
    • Line 9552: warning: exported method ContainerStatusRequest.Size should have comment or be unexported (golint)
    • Line 9565: warning: exported method ContainerStatus.Size should have comment or be unexported (golint)
    • Line 9636: warning: exported method ContainerStatusResponse.Size should have comment or be unexported (golint)
    • Line 9654: warning: exported method UpdateContainerResourcesRequest.Size should have comment or be unexported (golint)
    • Line 9668: warning: exported method UpdateContainerResourcesResponse.Size should have comment or be unexported (golint)
    • Line 9674: warning: exported method ExecSyncRequest.Size should have comment or be unexported (golint)
    • Line 9693: warning: exported method ExecSyncResponse.Size should have comment or be unexported (golint)
    • Line 9710: warning: exported method ExecRequest.Size should have comment or be unexported (golint)
    • Line 9738: warning: exported method ExecResponse.Size should have comment or be unexported (golint)
    • Line 9748: warning: exported method AttachRequest.Size should have comment or be unexported (golint)
    • Line 9770: warning: exported method AttachResponse.Size should have comment or be unexported (golint)
    • Line 9780: warning: exported method PortForwardRequest.Size should have comment or be unexported (golint)
    • Line 9797: warning: exported method PortForwardResponse.Size should have comment or be unexported (golint)
    • Line 9807: warning: exported method ImageFilter.Size should have comment or be unexported (golint)
    • Line 9817: warning: exported method ListImagesRequest.Size should have comment or be unexported (golint)
    • Line 9827: warning: exported method Image.Size should have comment or be unexported (golint)
    • Line 9860: warning: exported method ListImagesResponse.Size should have comment or be unexported (golint)
    • Line 9872: warning: exported method ImageStatusRequest.Size should have comment or be unexported (golint)
    • Line 9885: warning: exported method ImageStatusResponse.Size should have comment or be unexported (golint)
    • Line 9903: warning: exported method AuthConfig.Size should have comment or be unexported (golint)
    • Line 9933: warning: exported method PullImageRequest.Size should have comment or be unexported (golint)
    • Line 9951: warning: exported method PullImageResponse.Size should have comment or be unexported (golint)
    • Line 9961: warning: exported method RemoveImageRequest.Size should have comment or be unexported (golint)
    • Line 9971: warning: exported method RemoveImageResponse.Size should have comment or be unexported (golint)
    • Line 9977: warning: exported method NetworkConfig.Size should have comment or be unexported (golint)
    • Line 9987: warning: exported method RuntimeConfig.Size should have comment or be unexported (golint)
    • Line 9997: warning: exported method UpdateRuntimeConfigRequest.Size should have comment or be unexported (golint)
    • Line 10007: warning: exported method UpdateRuntimeConfigResponse.Size should have comment or be unexported (golint)
    • Line 10013: warning: exported method RuntimeCondition.Size should have comment or be unexported (golint)
    • Line 10034: warning: exported method RuntimeStatus.Size should have comment or be unexported (golint)
    • Line 10046: warning: exported method StatusRequest.Size should have comment or be unexported (golint)
    • Line 10055: warning: exported method StatusResponse.Size should have comment or be unexported (golint)
    • Line 10073: warning: exported method ImageFsInfoRequest.Size should have comment or be unexported (golint)
    • Line 10079: warning: exported method UInt64Value.Size should have comment or be unexported (golint)
    • Line 10088: warning: exported method StorageIdentifier.Size should have comment or be unexported (golint)
    • Line 10098: warning: exported method FilesystemUsage.Size should have comment or be unexported (golint)
    • Line 10119: warning: exported method ImageFsInfoResponse.Size should have comment or be unexported (golint)
    • Line 10131: warning: exported method ContainerStatsRequest.Size should have comment or be unexported (golint)
    • Line 10141: warning: exported method ContainerStatsResponse.Size should have comment or be unexported (golint)
    • Line 10151: warning: exported method ListContainerStatsRequest.Size should have comment or be unexported (golint)
    • Line 10161: warning: exported method ContainerStatsFilter.Size should have comment or be unexported (golint)
    • Line 10183: warning: exported method ListContainerStatsResponse.Size should have comment or be unexported (golint)
    • Line 10195: warning: exported method ContainerAttributes.Size should have comment or be unexported (golint)
    • Line 10225: warning: exported method ContainerStats.Size should have comment or be unexported (golint)
    • Line 10247: warning: exported method CpuUsage.Size should have comment or be unexported (golint)
    • Line 10260: warning: exported method MemoryUsage.Size should have comment or be unexported (golint)
    • Line 10286: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10296: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10309: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10321: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10334: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10348: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10360: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10370: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10386: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10408: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10421: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10458: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10468: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10478: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10488: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10497: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10507: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10516: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10527: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10537: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10547: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10557: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10594: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10615: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10625: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10647: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10657: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10692: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10702: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10712: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10723: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10739: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10752: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10763: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10783: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10794: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10805: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10817: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10861: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10873: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10883: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10893: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10902: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10913: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10922: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10932: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10941: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10951: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10974: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 10984: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11022: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11032: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11043: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11087: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11108: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11119: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11128: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11140: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11152: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11167: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11177: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11191: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11201: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11212: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11222: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11232: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11242: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11257: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11267: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11278: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11299: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11314: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11326: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11336: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11346: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11355: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11365: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11375: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11385: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11394: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11407: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11417: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11427: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11448: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11457: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11467: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11477: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11490: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11500: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11510: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11520: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11530: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11552: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11562: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11595: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11608: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11619: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 11638: warning: exported method VersionRequest.Unmarshal should have comment or be unexported (golint)
    • Line 11717: warning: exported method VersionResponse.Unmarshal should have comment or be unexported (golint)
    • Line 11883: warning: exported method DNSConfig.Unmarshal should have comment or be unexported (golint)
    • Line 12020: warning: exported method PortMapping.Unmarshal should have comment or be unexported (golint)
    • Line 12156: warning: exported method Mount.Unmarshal should have comment or be unexported (golint)
    • Line 12323: warning: exported method NamespaceOption.Unmarshal should have comment or be unexported (golint)
    • Line 12433: warning: exported method Int64Value.Unmarshal should have comment or be unexported (golint)
    • Line 12502: warning: exported method LinuxSandboxSecurityContext.Unmarshal should have comment or be unexported (golint)
    • Line 12782: warning: exported method LinuxPodSandboxConfig.Unmarshal should have comment or be unexported (golint)
    • Line 13010: warning: exported method PodSandboxMetadata.Unmarshal should have comment or be unexported (golint)
    • Line 13166: warning: exported method PodSandboxConfig.Unmarshal should have comment or be unexported (golint)
    • Line 13636: warning: exported method RunPodSandboxRequest.Unmarshal should have comment or be unexported (golint)
    • Line 13719: warning: exported method RunPodSandboxResponse.Unmarshal should have comment or be unexported (golint)
    • Line 13798: warning: exported method StopPodSandboxRequest.Unmarshal should have comment or be unexported (golint)
    • Line 13877: warning: exported method StopPodSandboxResponse.Unmarshal should have comment or be unexported (golint)
    • Line 13927: warning: exported method RemovePodSandboxRequest.Unmarshal should have comment or be unexported (golint)
    • Line 14006: warning: exported method RemovePodSandboxResponse.Unmarshal should have comment or be unexported (golint)
    • Line 14056: warning: exported method PodSandboxStatusRequest.Unmarshal should have comment or be unexported (golint)
    • Line 14155: warning: exported method PodSandboxNetworkStatus.Unmarshal should have comment or be unexported (golint)
    • Line 14234: warning: exported method Namespace.Unmarshal should have comment or be unexported (golint)
    • Line 14317: warning: exported method LinuxPodSandboxStatus.Unmarshal should have comment or be unexported (golint)
    • Line 14400: warning: exported method PodSandboxStatus.Unmarshal should have comment or be unexported (golint)
    • Line 14848: warning: exported method PodSandboxStatusResponse.Unmarshal should have comment or be unexported (golint)
    • Line 15047: warning: exported method PodSandboxStateValue.Unmarshal should have comment or be unexported (golint)
    • Line 15116: warning: exported method PodSandboxFilter.Unmarshal should have comment or be unexported (golint)
    • Line 15344: warning: exported method ListPodSandboxRequest.Unmarshal should have comment or be unexported (golint)
    • Line 15427: warning: exported method PodSandbox.Unmarshal should have comment or be unexported (golint)
    • Line 15809: warning: exported method ListPodSandboxResponse.Unmarshal should have comment or be unexported (golint)
    • Line 15890: warning: exported method ImageSpec.Unmarshal should have comment or be unexported (golint)
    • Line 15969: warning: exported method KeyValue.Unmarshal should have comment or be unexported (golint)
    • Line 16077: warning: exported method LinuxContainerResources.Unmarshal should have comment or be unexported (golint)
    • Line 16280: warning: exported method SELinuxOption.Unmarshal should have comment or be unexported (golint)
    • Line 16446: warning: exported method Capability.Unmarshal should have comment or be unexported (golint)
    • Line 16554: warning: exported method LinuxContainerSecurityContext.Unmarshal should have comment or be unexported (golint)
    • Line 16945: warning: exported method LinuxContainerConfig.Unmarshal should have comment or be unexported (golint)
    • Line 17061: warning: exported method ContainerMetadata.Unmarshal should have comment or be unexported (golint)
    • Line 17159: warning: exported method Device.Unmarshal should have comment or be unexported (golint)
    • Line 17296: warning: exported method ContainerConfig.Unmarshal should have comment or be unexported (golint)
    • Line 17946: warning: exported method CreateContainerRequest.Unmarshal should have comment or be unexported (golint)
    • Line 18091: warning: exported method CreateContainerResponse.Unmarshal should have comment or be unexported (golint)
    • Line 18170: warning: exported method StartContainerRequest.Unmarshal should have comment or be unexported (golint)
    • Line 18249: warning: exported method StartContainerResponse.Unmarshal should have comment or be unexported (golint)
    • Line 18299: warning: exported method StopContainerRequest.Unmarshal should have comment or be unexported (golint)
    • Line 18397: warning: exported method StopContainerResponse.Unmarshal should have comment or be unexported (golint)
    • Line 18447: warning: exported method RemoveContainerRequest.Unmarshal should have comment or be unexported (golint)
    • Line 18526: warning: exported method RemoveContainerResponse.Unmarshal should have comment or be unexported (golint)
    • Line 18576: warning: exported method ContainerStateValue.Unmarshal should have comment or be unexported (golint)
    • Line 18645: warning: exported method ContainerFilter.Unmarshal should have comment or be unexported (golint)
    • Line 18902: warning: exported method ListContainersRequest.Unmarshal should have comment or be unexported (golint)
    • Line 18985: warning: exported method Container.Unmarshal should have comment or be unexported (golint)
    • Line 19458: warning: exported method ListContainersResponse.Unmarshal should have comment or be unexported (golint)
    • Line 19539: warning: exported method ContainerStatusRequest.Unmarshal should have comment or be unexported (golint)
    • Line 19638: warning: exported method ContainerStatus.Unmarshal should have comment or be unexported (golint)
    • Line 20257: warning: exported method ContainerStatusResponse.Unmarshal should have comment or be unexported (golint)
    • Line 20456: warning: exported method UpdateContainerResourcesRequest.Unmarshal should have comment or be unexported (golint)
    • Line 20568: warning: exported method UpdateContainerResourcesResponse.Unmarshal should have comment or be unexported (golint)
    • Line 20618: warning: exported method ExecSyncRequest.Unmarshal should have comment or be unexported (golint)
    • Line 20745: warning: exported method ExecSyncResponse.Unmarshal should have comment or be unexported (golint)
    • Line 20876: warning: exported method ExecRequest.Unmarshal should have comment or be unexported (golint)
    • Line 21064: warning: exported method ExecResponse.Unmarshal should have comment or be unexported (golint)
    • Line 21143: warning: exported method AttachRequest.Unmarshal should have comment or be unexported (golint)
    • Line 21302: warning: exported method AttachResponse.Unmarshal should have comment or be unexported (golint)
    • Line 21381: warning: exported method PortForwardRequest.Unmarshal should have comment or be unexported (golint)
    • Line 21522: warning: exported method PortForwardResponse.Unmarshal should have comment or be unexported (golint)
    • Line 21601: warning: exported method ImageFilter.Unmarshal should have comment or be unexported (golint)
    • Line 21684: warning: exported method ListImagesRequest.Unmarshal should have comment or be unexported (golint)
    • Line 21767: warning: exported method Image.Unmarshal should have comment or be unexported (golint)
    • Line 21985: warning: exported method ListImagesResponse.Unmarshal should have comment or be unexported (golint)
    • Line 22066: warning: exported method ImageStatusRequest.Unmarshal should have comment or be unexported (golint)
    • Line 22169: warning: exported method ImageStatusResponse.Unmarshal should have comment or be unexported (golint)
    • Line 22368: warning: exported method AuthConfig.Unmarshal should have comment or be unexported (golint)
    • Line 22592: warning: exported method PullImageRequest.Unmarshal should have comment or be unexported (golint)
    • Line 22741: warning: exported method PullImageResponse.Unmarshal should have comment or be unexported (golint)
    • Line 22820: warning: exported method RemoveImageRequest.Unmarshal should have comment or be unexported (golint)
    • Line 22903: warning: exported method RemoveImageResponse.Unmarshal should have comment or be unexported (golint)
    • Line 22953: warning: exported method NetworkConfig.Unmarshal should have comment or be unexported (golint)
    • Line 23032: warning: exported method RuntimeConfig.Unmarshal should have comment or be unexported (golint)
    • Line 23115: warning: exported method UpdateRuntimeConfigRequest.Unmarshal should have comment or be unexported (golint)
    • Line 23198: warning: exported method UpdateRuntimeConfigResponse.Unmarshal should have comment or be unexported (golint)
    • Line 23248: warning: exported method RuntimeCondition.Unmarshal should have comment or be unexported (golint)
    • Line 23405: warning: exported method RuntimeStatus.Unmarshal should have comment or be unexported (golint)
    • Line 23486: warning: exported method StatusRequest.Unmarshal should have comment or be unexported (golint)
    • Line 23556: warning: exported method StatusResponse.Unmarshal should have comment or be unexported (golint)
    • Line 23755: warning: exported method ImageFsInfoRequest.Unmarshal should have comment or be unexported (golint)
    • Line 23805: warning: exported method UInt64Value.Unmarshal should have comment or be unexported (golint)
    • Line 23874: warning: exported method StorageIdentifier.Unmarshal should have comment or be unexported (golint)
    • Line 23953: warning: exported method FilesystemUsage.Unmarshal should have comment or be unexported (golint)
    • Line 24121: warning: exported method ImageFsInfoResponse.Unmarshal should have comment or be unexported (golint)
    • Line 24202: warning: exported method ContainerStatsRequest.Unmarshal should have comment or be unexported (golint)
    • Line 24281: warning: exported method ContainerStatsResponse.Unmarshal should have comment or be unexported (golint)
    • Line 24364: warning: exported method ListContainerStatsRequest.Unmarshal should have comment or be unexported (golint)
    • Line 24447: warning: exported method ContainerStatsFilter.Unmarshal should have comment or be unexported (golint)
    • Line 24671: warning: exported method ListContainerStatsResponse.Unmarshal should have comment or be unexported (golint)
    • Line 24752: warning: exported method ContainerAttributes.Unmarshal should have comment or be unexported (golint)
    • Line 25096: warning: exported method ContainerStats.Unmarshal should have comment or be unexported (golint)
    • Line 25278: warning: exported method CpuUsage.Unmarshal should have comment or be unexported (golint)
    • Line 25380: warning: exported method MemoryUsage.Unmarshal should have comment or be unexported (golint)
    • Line 25583: warning: exported var ErrInvalidLengthApi should have comment or be unexported (golint)
    • squash/pkg/debuggers/local/python.go
    • Line 7: warning: exported type PythonInterface should have comment or be unexported (golint)
    • Line 9: warning: exported method PythonInterface.GetRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 14: warning: exported method PythonInterface.GetEditorRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 14: warning: receiver name p should be consistent with previous receiver name i for PythonInterface (golint)
    • Line 18: warning: exported method PythonInterface.GetDebugCmd should have comment or be unexported (golint)
    • Line 18: warning: receiver name d should be consistent with previous receiver name i for PythonInterface (golint)
    • Line 23: warning: exported method PythonInterface.ExpectRunningPlank should have comment or be unexported (golint)
    • Line 23: warning: receiver name d should be consistent with previous receiver name i for PythonInterface (golint)
    • Line 28: warning: exported method PythonInterface.WindowsSupportWarning should have comment or be unexported (golint)
    • Line 28: warning: receiver name p should be consistent with previous receiver name i for PythonInterface (golint)
    • squash/pkg/debuggers/remote/dlv.go
    • Line 13: warning: exported type DLV should have comment or be unexported (golint)
    • Line 16: warning: exported type DLVLiveDebugSession should have comment or be unexported (golint)
    • Line 23: warning: exported method DLVLiveDebugSession.Detach should have comment or be unexported (golint)
    • Line 29: warning: exported method DLVLiveDebugSession.Port should have comment or be unexported (golint)
    • Line 33: warning: exported method DLVLiveDebugSession.HostType should have comment or be unexported (golint)
    • Line 37: warning: exported method DLVLiveDebugSession.Cmd should have comment or be unexported (golint)
    • Line 58: warning: exported method DLV.Attach should have comment or be unexported (golint)
    • squash/pkg/platforms/kubernetes/client_alphav1_linux.go
    • Line 28: warning: exported type CRIContainerProcessAlphaV1 should have comment or be unexported (golint)
    • Line 30: warning: exported function NewCRIContainerProcessAlphaV1 should have comment or be unexported (golint)
    • Line 52: warning: exported method CRIContainerProcessAlphaV1.GetContainerInfo should have comment or be unexported (golint)
    • Line 149: warning: exported function FindPidsInNS should have comment or be unexported (golint)
    • squash/ci/internal/extconfig/release.go
    • Line 16: warning: exported function MustPrepareReleaseJsPackage should have comment or be unexported (golint)
    • Line 48: warning: exported function MustPrepareReleaseConfigFile should have comment or be unexported (golint)
    • Line 63: warning: exported function MustGetSha should have comment or be unexported (golint)
    • Line 76: warning: comment on exported function GenerateSoloSha256 should be of the form "GenerateSoloSha256 ..." (golint)
    • squash/pkg/options/default.go
    • Line 10: warning: comment on exported var DebuggerPort should be of the form "DebuggerPort ..." (golint)
    • Line 17: warning: comment on exported var PlankContainerName should be of the form "PlankContainerName ..." (golint)
    • Line 20: warning: comment on exported var ParticularContainerRootName should be of the form "ParticularContainerRootName ..." (golint)
    • Line 24: warning: exported var SquashLabelSelectorKey should have comment or be unexported (golint)
    • Line 28: warning: comment on exported var AvailableDebuggers should be of the form "AvailableDebuggers ..." (golint)
    • Line 35: warning: comment on exported var SquashServiceAccountName should be of the form "SquashServiceAccountName ..." (golint)
    • Line 39: warning: comment on exported var SquashServiceAccountImagePullSecretName should be of the form "SquashServiceAccountImagePullSecretName ..." (golint)
    • Line 42: warning: comment on exported var PlankServiceAccountName should be of the form "PlankServiceAccountName ..." (golint)
    • Line 53: warning: comment on exported var PlankDockerEnvDebuggerType should be of the form "PlankDockerEnvDebuggerType ..." (golint)
    • squash/pkg/debuggers/local/java.go
    • Line 9: warning: exported type JavaInterface should have comment or be unexported (golint)
    • Line 11: warning: exported method JavaInterface.GetRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 16: warning: exported method JavaInterface.GetEditorRemoteConnectionCmd should have comment or be unexported (golint)
    • Line 16: warning: receiver name j should be consistent with previous receiver name g for JavaInterface (golint)
    • Line 20: warning: exported method JavaInterface.GetDebugCmd should have comment or be unexported (golint)
    • Line 20: warning: receiver name d should be consistent with previous receiver name g for JavaInterface (golint)
    • Line 28: warning: exported method JavaInterface.ExpectRunningPlank should have comment or be unexported (golint)
    • Line 28: warning: receiver name d should be consistent with previous receiver name g for JavaInterface (golint)
    • Line 32: warning: exported method JavaInterface.WindowsSupportWarning should have comment or be unexported (golint)
    • Line 32: warning: receiver name j should be consistent with previous receiver name g for JavaInterface (golint)
    • squash/pkg/utils/processwatcher/watcher_linux.go
    • Line 14: warning: exported function PathToInode should have comment or be unexported (golint)
    • Line 28: warning: exported type Watcher should have comment or be unexported (golint)
    • Line 33: warning: exported function NewWatcher should have comment or be unexported (golint)
    • Line 40: warning: exported method Watcher.Watch should have comment or be unexported (golint)
    • Line 73: warning: exported function FindPids should have comment or be unexported (golint)
    • squash/pkg/debuggers/local/utils.go
    • Line 17: warning: exported function GetPortForwardCmd should have comment or be unexported (golint)
    • Line 31: warning: exported function GetParticularDebugger should have comment or be unexported (golint)
    • Line 59: warning: exported function GetDebugPortFromCrd should have comment or be unexported (golint)
    • squash/pkg/version/version.go
    • Line 3: warning: exported var Version should have comment or be unexported (golint)
    • Line 5: warning: exported var ImageVersion should have comment or be unexported (golint)
    • Line 7: warning: exported var ImageRepo should have comment or be unexported (golint)

gocyclo98%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • squash/pkg/platforms/kubernetes/alphav1/runtime.go
    • Line 17296: warning: cyclomatic complexity 180 of function (*ContainerConfig).Unmarshal() is high (> 15) (gocyclo)
    • Line 19638: warning: cyclomatic complexity 172 of function (*ContainerStatus).Unmarshal() is high (> 15) (gocyclo)
    • Line 18985: warning: cyclomatic complexity 129 of function (*Container).Unmarshal() is high (> 15) (gocyclo)
    • Line 13166: warning: cyclomatic complexity 128 of function (*PodSandboxConfig).Unmarshal() is high (> 15) (gocyclo)
    • Line 14400: warning: cyclomatic complexity 123 of function (*PodSandboxStatus).Unmarshal() is high (> 15) (gocyclo)
    • Line 16554: warning: cyclomatic complexity 113 of function (*LinuxContainerSecurityContext).Unmarshal() is high (> 15) (gocyclo)
    • Line 15427: warning: cyclomatic complexity 103 of function (*PodSandbox).Unmarshal() is high (> 15) (gocyclo)
    • Line 24752: warning: cyclomatic complexity 91 of function (*ContainerAttributes).Unmarshal() is high (> 15) (gocyclo)
    • Line 12502: warning: cyclomatic complexity 81 of function (*LinuxSandboxSecurityContext).Unmarshal() is high (> 15) (gocyclo)
    • Line 18645: warning: cyclomatic complexity 69 of function (*ContainerFilter).Unmarshal() is high (> 15) (gocyclo)
    • Line 21767: warning: cyclomatic complexity 61 of function (*Image).Unmarshal() is high (> 15) (gocyclo)
    • Line 15116: warning: cyclomatic complexity 61 of function (*PodSandboxFilter).Unmarshal() is high (> 15) (gocyclo)
    • Line 22368: warning: cyclomatic complexity 61 of function (*AuthConfig).Unmarshal() is high (> 15) (gocyclo)
    • Line 12782: warning: cyclomatic complexity 61 of function (*LinuxPodSandboxConfig).Unmarshal() is high (> 15) (gocyclo)
    • Line 16077: warning: cyclomatic complexity 59 of function (*LinuxContainerResources).Unmarshal() is high (> 15) (gocyclo)
    • Line 24447: warning: cyclomatic complexity 59 of function (*ContainerStatsFilter).Unmarshal() is high (> 15) (gocyclo)
    • Line 22169: warning: cyclomatic complexity 53 of function (*ImageStatusResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 25096: warning: cyclomatic complexity 53 of function (*ContainerStats).Unmarshal() is high (> 15) (gocyclo)
    • Line 23556: warning: cyclomatic complexity 53 of function (*StatusResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 14848: warning: cyclomatic complexity 53 of function (*PodSandboxStatusResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 20876: warning: cyclomatic complexity 53 of function (*ExecRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 20257: warning: cyclomatic complexity 53 of function (*ContainerStatusResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 23953: warning: cyclomatic complexity 49 of function (*FilesystemUsage).Unmarshal() is high (> 15) (gocyclo)
    • Line 12156: warning: cyclomatic complexity 47 of function (*Mount).Unmarshal() is high (> 15) (gocyclo)
    • Line 16280: warning: cyclomatic complexity 45 of function (*SELinuxOption).Unmarshal() is high (> 15) (gocyclo)
    • Line 11717: warning: cyclomatic complexity 45 of function (*VersionResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 21143: warning: cyclomatic complexity 45 of function (*AttachRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 23248: warning: cyclomatic complexity 43 of function (*RuntimeCondition).Unmarshal() is high (> 15) (gocyclo)
    • Line 13010: warning: cyclomatic complexity 43 of function (*PodSandboxMetadata).Unmarshal() is high (> 15) (gocyclo)
    • Line 22592: warning: cyclomatic complexity 43 of function (*PullImageRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 17946: warning: cyclomatic complexity 41 of function (*CreateContainerRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 21381: warning: cyclomatic complexity 39 of function (*PortForwardRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 12020: warning: cyclomatic complexity 39 of function (*PortMapping).Unmarshal() is high (> 15) (gocyclo)
    • Line 11883: warning: cyclomatic complexity 37 of function (*DNSConfig).Unmarshal() is high (> 15) (gocyclo)
    • Line 17159: warning: cyclomatic complexity 37 of function (*Device).Unmarshal() is high (> 15) (gocyclo)
    • Line 20745: warning: cyclomatic complexity 37 of function (*ExecSyncResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 20618: warning: cyclomatic complexity 35 of function (*ExecSyncRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 6195: warning: cyclomatic complexity 34 of function (*ContainerConfig).MarshalTo() is high (> 15) (gocyclo)
    • Line 16945: warning: cyclomatic complexity 33 of function (*LinuxContainerConfig).Unmarshal() is high (> 15) (gocyclo)
    • Line 12323: warning: cyclomatic complexity 31 of function (*NamespaceOption).Unmarshal() is high (> 15) (gocyclo)
    • Line 20456: warning: cyclomatic complexity 31 of function (*UpdateContainerResourcesRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 15969: warning: cyclomatic complexity 29 of function (*KeyValue).Unmarshal() is high (> 15) (gocyclo)
    • Line 25278: warning: cyclomatic complexity 29 of function (*CpuUsage).Unmarshal() is high (> 15) (gocyclo)
    • Line 25482: warning: cyclomatic complexity 29 of function skipApi() is high (> 15) (gocyclo)
    • Line 25380: warning: cyclomatic complexity 29 of function (*MemoryUsage).Unmarshal() is high (> 15) (gocyclo)
    • Line 16446: warning: cyclomatic complexity 29 of function (*Capability).Unmarshal() is high (> 15) (gocyclo)
    • Line 22066: warning: cyclomatic complexity 29 of function (*ImageStatusRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 18299: warning: cyclomatic complexity 27 of function (*StopContainerRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 14056: warning: cyclomatic complexity 27 of function (*PodSandboxStatusRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 19539: warning: cyclomatic complexity 27 of function (*ContainerStatusRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 17061: warning: cyclomatic complexity 27 of function (*ContainerMetadata).Unmarshal() is high (> 15) (gocyclo)
    • Line 21684: warning: cyclomatic complexity 23 of function (*ListImagesRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 13636: warning: cyclomatic complexity 23 of function (*RunPodSandboxRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 14234: warning: cyclomatic complexity 23 of function (*Namespace).Unmarshal() is high (> 15) (gocyclo)
    • Line 14317: warning: cyclomatic complexity 23 of function (*LinuxPodSandboxStatus).Unmarshal() is high (> 15) (gocyclo)
    • Line 21601: warning: cyclomatic complexity 23 of function (*ImageFilter).Unmarshal() is high (> 15) (gocyclo)
    • Line 23032: warning: cyclomatic complexity 23 of function (*RuntimeConfig).Unmarshal() is high (> 15) (gocyclo)
    • Line 18902: warning: cyclomatic complexity 23 of function (*ListContainersRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 24281: warning: cyclomatic complexity 23 of function (*ContainerStatsResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 9287: warning: cyclomatic complexity 23 of function (*ContainerConfig).Size() is high (> 15) (gocyclo)
    • Line 24364: warning: cyclomatic complexity 23 of function (*ListContainerStatsRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 15344: warning: cyclomatic complexity 23 of function (*ListPodSandboxRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 22820: warning: cyclomatic complexity 23 of function (*RemoveImageRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 23115: warning: cyclomatic complexity 23 of function (*UpdateRuntimeConfigRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 24671: warning: cyclomatic complexity 22 of function (*ListContainerStatsResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 23405: warning: cyclomatic complexity 22 of function (*RuntimeStatus).Unmarshal() is high (> 15) (gocyclo)
    • Line 19458: warning: cyclomatic complexity 22 of function (*ListContainersResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 24121: warning: cyclomatic complexity 22 of function (*ImageFsInfoResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 15809: warning: cyclomatic complexity 22 of function (*ListPodSandboxResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 21985: warning: cyclomatic complexity 22 of function (*ListImagesResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 6856: warning: cyclomatic complexity 22 of function (*ContainerStatus).MarshalTo() is high (> 15) (gocyclo)
    • Line 23874: warning: cyclomatic complexity 21 of function (*StorageIdentifier).Unmarshal() is high (> 15) (gocyclo)
    • Line 24202: warning: cyclomatic complexity 21 of function (*ContainerStatsRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 14155: warning: cyclomatic complexity 21 of function (*PodSandboxNetworkStatus).Unmarshal() is high (> 15) (gocyclo)
    • Line 18447: warning: cyclomatic complexity 21 of function (*RemoveContainerRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 15890: warning: cyclomatic complexity 21 of function (*ImageSpec).Unmarshal() is high (> 15) (gocyclo)
    • Line 18091: warning: cyclomatic complexity 21 of function (*CreateContainerResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 22741: warning: cyclomatic complexity 21 of function (*PullImageResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 5968: warning: cyclomatic complexity 21 of function (*LinuxContainerSecurityContext).MarshalTo() is high (> 15) (gocyclo)
    • Line 18170: warning: cyclomatic complexity 21 of function (*StartContainerRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 21302: warning: cyclomatic complexity 21 of function (*AttachResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 13927: warning: cyclomatic complexity 21 of function (*RemovePodSandboxRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 22953: warning: cyclomatic complexity 21 of function (*NetworkConfig).Unmarshal() is high (> 15) (gocyclo)
    • Line 21522: warning: cyclomatic complexity 21 of function (*PortForwardResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 13798: warning: cyclomatic complexity 21 of function (*StopPodSandboxRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 21064: warning: cyclomatic complexity 21 of function (*ExecResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 11638: warning: cyclomatic complexity 21 of function (*VersionRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 13719: warning: cyclomatic complexity 21 of function (*RunPodSandboxResponse).Unmarshal() is high (> 15) (gocyclo)
    • Line 12433: warning: cyclomatic complexity 19 of function (*Int64Value).Unmarshal() is high (> 15) (gocyclo)
    • Line 15047: warning: cyclomatic complexity 19 of function (*PodSandboxStateValue).Unmarshal() is high (> 15) (gocyclo)
    • Line 23486: warning: cyclomatic complexity 19 of function (*StatusRequest).Unmarshal() is high (> 15) (gocyclo)
    • Line 9565: warning: cyclomatic complexity 19 of function (*ContainerStatus).Size() is high (> 15) (gocyclo)
    • Line 23805: warning: cyclomatic complexity 19 of function (*UInt64Value).Unmarshal() is high (> 15) (gocyclo)
    • Line 18576: warning: cyclomatic complexity 19 of function (*ContainerStateValue).Unmarshal() is high (> 15) (gocyclo)
    • Line 5060: warning: cyclomatic complexity 16 of function (*PodSandboxConfig).MarshalTo() is high (> 15) (gocyclo)

ineffassign92%

IneffAssign detects ineffectual assignments in Go code.

    • squash/pkg/platforms/kubernetes/alphav1/runtime.go
    • Line 12982: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 13459: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 13575: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 14704: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 14820: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 15019: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 15316: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 15665: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 15781: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 17680: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 17796: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 18874: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 19314: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 19430: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 20053: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 20169: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 20428: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 22340: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 23727: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 24643: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 24952: warning: ineffectual assignment to iNdEx (ineffassign)
    • Line 25068: warning: ineffectual assignment to iNdEx (ineffassign)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell97%

Misspell Finds commonly misspelled English words