Preparing report...

Report for github.com/CentaurusInfra/arktos

A+    Excellent!    Found 2094 issues across 7780 files

Tweet

gofmt99%

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!


golint82%

Golint is a linter for Go source code.

    • arktos/pkg/apis/rbac/v1beta1/defaults.go
    • Line 28: warning: exported function SetDefaults_ClusterRoleBinding should have comment or be unexported (golint)
    • Line 28: warning: don't use underscores in Go names; func SetDefaults_ClusterRoleBinding should be SetDefaultsClusterRoleBinding (golint)
    • Line 33: warning: exported function SetDefaults_RoleBinding should have comment or be unexported (golint)
    • Line 33: warning: don't use underscores in Go names; func SetDefaults_RoleBinding should be SetDefaultsRoleBinding (golint)
    • Line 38: warning: exported function SetDefaults_Subject should have comment or be unexported (golint)
    • Line 38: warning: don't use underscores in Go names; func SetDefaults_Subject should be SetDefaultsSubject (golint)
    • arktos/pkg/kubelet/apis/config/v1beta1/defaults.go
    • Line 34: warning: comment on exported const DefaultIPTablesMasqueradeBit should be of the form "DefaultIPTablesMasqueradeBit ..." (golint)
    • Line 36: warning: exported const DefaultIPTablesDropBit should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: comment on exported var DefaultNodeAllocatableEnforcement should be of the form "DefaultNodeAllocatableEnforcement ..." (golint)
    • Line 50: warning: exported function SetDefaults_KubeletConfiguration should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; func SetDefaults_KubeletConfiguration should be SetDefaultsKubeletConfiguration (golint)
    • arktos/test/utils/conditions.go
    • Line 26: warning: exported type ContainerFailures should have comment or be unexported (golint)
    • Line 47: warning: exported function PodRunningReadyOrSucceeded should have comment or be unexported (golint)
    • arktos/pkg/kubectl/util/templates/command_groups.go
    • Line 23: warning: exported type CommandGroup should have comment or be unexported (golint)
    • Line 28: warning: exported type CommandGroups should have comment or be unexported (golint)
    • Line 30: warning: exported method CommandGroups.Add should have comment or be unexported (golint)
    • Line 36: warning: exported method CommandGroups.Has should have comment or be unexported (golint)
    • Line 47: warning: exported function AddAdditionalCommands should have comment or be unexported (golint)
    • arktos/pkg/util/mount/fake.go
    • Line 42: warning: comment on exported const FakeActionMount should be of the form "FakeActionMount ..." (golint)
    • Line 44: warning: exported const FakeActionUnmount should have comment or be unexported (golint)
    • Line 54: warning: exported method FakeMounter.ResetLog should have comment or be unexported (golint)
    • Line 61: warning: exported method FakeMounter.Mount should have comment or be unexported (golint)
    • Line 103: warning: exported method FakeMounter.Unmount should have comment or be unexported (golint)
    • Line 128: warning: exported method FakeMounter.List should have comment or be unexported (golint)
    • Line 135: warning: exported method FakeMounter.IsMountPointMatch should have comment or be unexported (golint)
    • Line 139: warning: exported method FakeMounter.IsLikelyNotMountPoint should have comment or be unexported (golint)
    • Line 169: warning: exported method FakeMounter.DeviceOpened should have comment or be unexported (golint)
    • Line 181: warning: exported method FakeMounter.PathIsDevice should have comment or be unexported (golint)
    • Line 185: warning: exported method FakeMounter.GetDeviceNameFromMount should have comment or be unexported (golint)
    • Line 189: warning: exported method FakeMounter.MakeRShared should have comment or be unexported (golint)
    • Line 193: warning: exported method FakeMounter.GetFileType should have comment or be unexported (golint)
    • Line 200: warning: exported method FakeMounter.MakeDir should have comment or be unexported (golint)
    • Line 204: warning: exported method FakeMounter.MakeFile should have comment or be unexported (golint)
    • Line 208: warning: exported method FakeMounter.ExistsPath should have comment or be unexported (golint)
    • Line 215: warning: exported method FakeMounter.EvalHostSymlinks should have comment or be unexported (golint)
    • Line 219: warning: exported method FakeMounter.GetMountRefs should have comment or be unexported (golint)
    • Line 228: warning: exported method FakeMounter.GetFSGroup should have comment or be unexported (golint)
    • Line 232: warning: exported method FakeMounter.GetSELinuxSupport should have comment or be unexported (golint)
    • Line 236: warning: exported method FakeMounter.GetMode should have comment or be unexported (golint)
    • arktos/pkg/kubelet/pod/testing/fake_mirror_client.go
    • Line 29: warning: exported type FakeMirrorClient should have comment or be unexported (golint)
    • Line 38: warning: exported function NewFakeMirrorClient should have comment or be unexported (golint)
    • Line 46: warning: exported method FakeMirrorClient.CreateMirrorPod should have comment or be unexported (golint)
    • Line 55: warning: exported method FakeMirrorClient.DeleteMirrorPod should have comment or be unexported (golint)
    • Line 63: warning: exported method FakeMirrorClient.HasPod should have comment or be unexported (golint)
    • Line 69: warning: exported method FakeMirrorClient.NumOfPods should have comment or be unexported (golint)
    • Line 75: warning: exported method FakeMirrorClient.GetPods should have comment or be unexported (golint)
    • Line 81: warning: exported method FakeMirrorClient.GetCounts should have comment or be unexported (golint)
    • Line 87: warning: exported type MockCheckpointManager should have comment or be unexported (golint)
    • Line 91: warning: exported method MockCheckpointManager.CreateCheckpoint should have comment or be unexported (golint)
    • Line 96: warning: exported method MockCheckpointManager.GetCheckpoint should have comment or be unexported (golint)
    • Line 101: warning: exported method MockCheckpointManager.RemoveCheckpoint should have comment or be unexported (golint)
    • Line 109: warning: exported method MockCheckpointManager.ListCheckpoints should have comment or be unexported (golint)
    • Line 117: warning: exported function NewMockCheckpointManager should have comment or be unexported (golint)
    • arktos/pkg/master/controller_test.go
    • Line 40: warning: don't use underscores in Go names; var reconcile_tests should be reconcileTests (golint)
    • Line 449: warning: don't use underscores in Go names; var reconcile_tests should be reconcileTests (golint)
    • Line 769: warning: don't use underscores in Go names; var non_reconcile_tests should be nonReconcileTests (golint)
    • Line 896: warning: don't use underscores in Go names; var create_tests should be createTests (golint)
    • Line 950: warning: don't use underscores in Go names; var reconcile_tests should be reconcileTests (golint)
    • Line 1235: warning: don't use underscores in Go names; var non_reconcile_tests should be nonReconcileTests (golint)
    • arktos/pkg/registry/rbac/clusterrole/policybased/storage.go
    • Line 38: warning: exported type Storage should have comment or be unexported (golint)
    • Line 46: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 50: warning: exported method Storage.NamespaceScoped should have comment or be unexported (golint)
    • Line 54: warning: exported method Storage.TenantScoped should have comment or be unexported (golint)
    • Line 58: warning: exported method Storage.StorageVersion should have comment or be unexported (golint)
    • Line 73: warning: exported method Storage.Create should have comment or be unexported (golint)
    • Line 73: warning: receiver name s should be consistent with previous receiver name r for Storage (golint)
    • Line 93: warning: exported method Storage.Update should have comment or be unexported (golint)
    • Line 93: warning: receiver name s should be consistent with previous receiver name r for Storage (golint)
    • arktos/pkg/ssh/ssh.go
    • Line 221: warning: exported function MakePrivateKeySignerFromFile should have comment or be unexported (golint)
    • Line 230: warning: exported function MakePrivateKeySignerFromBytes should have comment or be unexported (golint)
    • Line 238: warning: exported function ParsePublicKeyFromFile should have comment or be unexported (golint)
    • Line 283: warning: exported type SSHTunnelList should have comment or be unexported (golint)
    • Line 294: warning: exported function NewSSHTunnelList should have comment or be unexported (golint)
    • Line 365: warning: exported method SSHTunnelList.Dial should have comment or be unexported (golint)
    • Line 469: warning: exported function EncodePrivateKey should have comment or be unexported (golint)
    • Line 476: warning: exported function EncodePublicKey should have comment or be unexported (golint)
    • Line 487: warning: exported function EncodeSSHKey should have comment or be unexported (golint)
    • Line 495: warning: exported function GenerateKey should have comment or be unexported (golint)
    • arktos/pkg/volume/azure_dd/azure_dd.go
    • Line 18: warning: don't use an underscore in package name (golint)
    • Line 40: warning: comment on exported type DiskController should be of the form "DiskController ..." (with optional leading article) (golint)
    • Line 97: warning: exported function ProbeVolumePlugins should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/apiserver.go
    • Line 29: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 31: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 59: warning: exported var Scheme should have comment or be unexported (golint)
    • Line 83: warning: exported type ExtraConfig should have comment or be unexported (golint)
    • Line 99: warning: exported type Config should have comment or be unexported (golint)
    • Line 109: warning: exported type CompletedConfig should have comment or be unexported (golint)
    • Line 114: warning: exported type CustomResourceDefinitions should have comment or be unexported (golint)
    • Line 278: warning: exported function DefaultAPIResourceConfigSource should have comment or be unexported (golint)
    • arktos/pkg/apis/autoscaling/v2beta2/defaults.go
    • Line 30: warning: exported function SetDefaults_HorizontalPodAutoscaler should have comment or be unexported (golint)
    • Line 30: warning: don't use underscores in Go names; func SetDefaults_HorizontalPodAutoscaler should be SetDefaultsHorizontalPodAutoscaler (golint)
    • arktos/test/utils/replicaset.go
    • Line 31: warning: exported type UpdateReplicaSetFunc should have comment or be unexported (golint)
    • Line 33: warning: exported function UpdateReplicaSetWithRetries should have comment or be unexported (golint)
    • Line 37: warning: exported function UpdateReplicaSetWithRetriesWithMultiTenancy should have comment or be unexported (golint)
    • Line 60: warning: comment on exported function WaitRSStable should be of the form "WaitRSStable ..." (golint)
    • Line 75: warning: exported function UpdateReplicaSetStatusWithRetries should have comment or be unexported (golint)
    • Line 79: warning: exported function UpdateReplicaSetStatusWithRetriesWithMultiTenancy should have comment or be unexported (golint)
    • arktos/pkg/registry/registrytest/endpoint.go
    • Line 33: warning: comment on exported type EndpointRegistry should be of the form "EndpointRegistry ..." (with optional leading article) (golint)
    • Line 42: warning: exported method EndpointRegistry.List should have comment or be unexported (golint)
    • Line 50: warning: exported method EndpointRegistry.New should have comment or be unexported (golint)
    • Line 53: warning: exported method EndpointRegistry.NewList should have comment or be unexported (golint)
    • Line 57: warning: exported method EndpointRegistry.Get should have comment or be unexported (golint)
    • Line 74: warning: exported method EndpointRegistry.Watch should have comment or be unexported (golint)
    • Line 78: warning: exported method EndpointRegistry.Create should have comment or be unexported (golint)
    • Line 82: warning: exported method EndpointRegistry.Update should have comment or be unexported (golint)
    • Line 114: warning: exported method EndpointRegistry.Delete should have comment or be unexported (golint)
    • Line 133: warning: exported method EndpointRegistry.DeleteCollection should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/core/v1/objectreference.go
    • Line 23: warning: comment on exported method ObjectReference.SetGroupVersionKind should be of the form "SetGroupVersionKind ..." (golint)
    • Line 29: warning: exported method ObjectReference.GroupVersionKind should have comment or be unexported (golint)
    • Line 33: warning: exported method ObjectReference.GetObjectKind should have comment or be unexported (golint)
    • arktos/pkg/apis/storage/v1/defaults.go
    • Line 29: warning: exported function SetDefaults_StorageClass should have comment or be unexported (golint)
    • Line 29: warning: don't use underscores in Go names; func SetDefaults_StorageClass should be SetDefaultsStorageClass (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/mergepatch/errors.go
    • Line 26: warning: exported var ErrBadJSONDoc should have comment or be unexported (golint)
    • Line 35: warning: exported function ErrNoMergeKey should have comment or be unexported (golint)
    • Line 39: warning: exported function ErrBadArgType should have comment or be unexported (golint)
    • Line 45: warning: exported function ErrBadArgKind should have comment or be unexported (golint)
    • Line 60: warning: exported function ErrBadPatchType should have comment or be unexported (golint)
    • Line 71: warning: exported type ErrPreconditionFailed should have comment or be unexported (golint)
    • Line 75: warning: exported function NewErrPreconditionFailed should have comment or be unexported (golint)
    • Line 84: warning: exported type ErrConflict should have comment or be unexported (golint)
    • Line 88: warning: exported function NewErrConflict should have comment or be unexported (golint)
    • arktos/pkg/controller/controller_ref_manager.go
    • Line 34: warning: exported type BaseControllerRefManager should have comment or be unexported (golint)
    • Line 43: warning: exported method BaseControllerRefManager.CanAdopt should have comment or be unexported (golint)
    • Line 122: warning: exported type PodControllerRefManager should have comment or be unexported (golint)
    • arktos/pkg/controller/deployment/rolling_test.go
    • Line 39: warning: don't use underscores in Go names; func testDeploymentController_reconcileNewReplicaSet should be testDeploymentControllerReconcileNewReplicaSet (golint)
    • Line 137: warning: don't use underscores in Go names; func testDeploymentController_reconcileOldReplicaSets should be testDeploymentControllerReconcileOldReplicaSets (golint)
    • Line 242: warning: don't use underscores in Go names; func testDeploymentController_cleanupUnhealthyReplicas should be testDeploymentControllerCleanupUnhealthyReplicas (golint)
    • Line 314: warning: don't use underscores in Go names; func testDeploymentController_scaleDownOldReplicaSetsForRollingUpdate should be testDeploymentControllerScaleDownOldReplicaSetsForRollingUpdate (golint)
    • arktos/pkg/master/tunneler/ssh.go
    • Line 37: warning: exported type InstallSSHKey should have comment or be unexported (golint)
    • Line 39: warning: exported type AddressFunc should have comment or be unexported (golint)
    • Line 41: warning: exported type Tunneler should have comment or be unexported (golint)
    • Line 73: warning: exported type SSHTunneler should have comment or be unexported (golint)
    • Line 91: warning: exported function New should have comment or be unexported (golint)
    • Line 149: warning: exported method SSHTunneler.Dial should have comment or be unexported (golint)
    • Line 153: warning: exported method SSHTunneler.SecondsSinceSync should have comment or be unexported (golint)
    • Line 159: warning: exported method SSHTunneler.SecondsSinceSSHKeySync should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/batch/v2alpha1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_CronJob should be mapCronJob (golint)
    • Line 37: warning: exported method CronJob.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_CronJobList should be mapCronJobList (golint)
    • Line 47: warning: exported method CronJobList.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_CronJobSpec should be mapCronJobSpec (golint)
    • Line 62: warning: exported method CronJobSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 66: warning: don't use underscores in Go names; var map_CronJobStatus should be mapCronJobStatus (golint)
    • Line 72: warning: exported method CronJobStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 76: warning: don't use underscores in Go names; var map_JobTemplate should be mapJobTemplate (golint)
    • Line 82: warning: exported method JobTemplate.SwaggerDoc should have comment or be unexported (golint)
    • Line 86: warning: don't use underscores in Go names; var map_JobTemplateSpec should be mapJobTemplateSpec (golint)
    • Line 92: warning: exported method JobTemplateSpec.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/apis/rbac/v1alpha1/defaults.go
    • Line 28: warning: exported function SetDefaults_ClusterRoleBinding should have comment or be unexported (golint)
    • Line 28: warning: don't use underscores in Go names; func SetDefaults_ClusterRoleBinding should be SetDefaultsClusterRoleBinding (golint)
    • Line 33: warning: exported function SetDefaults_RoleBinding should have comment or be unexported (golint)
    • Line 33: warning: don't use underscores in Go names; func SetDefaults_RoleBinding should be SetDefaultsRoleBinding (golint)
    • Line 38: warning: exported function SetDefaults_Subject should have comment or be unexported (golint)
    • Line 38: warning: don't use underscores in Go names; func SetDefaults_Subject should be SetDefaultsSubject (golint)
    • arktos/pkg/kubelet/config/file_linux.go
    • Line 19: warning: package comment should be of the form "Package config ..." (golint)
    • Line 135: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 148: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/staging/src/k8s.io/client-go/scale/scheme/autoscalingv1/conversion.go
    • Line 43: warning: exported function Convert_scheme_ScaleStatus_To_v1_ScaleStatus should have comment or be unexported (golint)
    • Line 43: warning: don't use underscores in Go names; func Convert_scheme_ScaleStatus_To_v1_ScaleStatus should be ConvertSchemeScaleStatusToV1ScaleStatus (golint)
    • Line 57: warning: exported function Convert_v1_ScaleStatus_To_scheme_ScaleStatus should have comment or be unexported (golint)
    • Line 57: warning: don't use underscores in Go names; func Convert_v1_ScaleStatus_To_scheme_ScaleStatus should be ConvertV1ScaleStatusToSchemeScaleStatus (golint)
    • arktos/pkg/controller/nodelifecycle/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_NodeLifecycleControllerConfiguration_To_config_NodeLifecycleControllerConfiguration should be ConvertV1alpha1NodeLifecycleControllerConfigurationToConfigNodeLifecycleControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_NodeLifecycleControllerConfiguration_To_v1alpha1_NodeLifecycleControllerConfiguration should be ConvertConfigNodeLifecycleControllerConfigurationToV1alpha1NodeLifecycleControllerConfiguration (golint)
    • arktos/pkg/util/procfs/procfs_linux.go
    • Line 39: warning: exported type ProcFS should have comment or be unexported (golint)
    • Line 41: warning: exported function NewProcFS should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method ProcFS.GetFullContainerName should be of the form "GetFullContainerName ..." (golint)
    • Line 71: warning: comment on exported function PKill should be of the form "PKill ..." (golint)
    • Line 94: warning: comment on exported function PidOf should be of the form "PidOf ..." (golint)
    • arktos/staging/src/k8s.io/api/apps/v1beta1/types.go
    • Line 27: warning: exported const ControllerRevisionHashLabelKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 79: warning: comment on exported type StatefulSet should be of the form "StatefulSet ..." (with optional leading article) (golint)
    • Line 257: warning: exported type StatefulSetConditionType should have comment or be unexported (golint)
    • Line 289: warning: comment on exported type Deployment should be of the form "Deployment ..." (with optional leading article) (golint)
    • Line 359: warning: comment on exported type DeploymentRollback should be of the form "DeploymentRollback ..." (with optional leading article) (golint)
    • Line 372: warning: comment on exported type RollbackConfig should be of the form "RollbackConfig ..." (with optional leading article) (golint)
    • Line 401: warning: exported type DeploymentStrategyType should have comment or be unexported (golint)
    • Line 404: warning: comment on exported const RecreateDeploymentStrategyType should be of the form "RecreateDeploymentStrategyType ..." (golint)
    • Line 407: warning: comment on exported const RollingUpdateDeploymentStrategyType should be of the form "RollingUpdateDeploymentStrategyType ..." (golint)
    • Line 411: warning: comment on exported type RollingUpdateDeployment should be of the form "RollingUpdateDeployment ..." (with optional leading article) (golint)
    • Line 481: warning: exported type DeploymentConditionType should have comment or be unexported (golint)
    • Line 530: warning: comment on exported type ControllerRevision should be of the form "ControllerRevision ..." (with optional leading article) (golint)
    • arktos/cmd/workload-controller-manager/app/config/controllerconfig.go
    • Line 85: warning: exported method ControllerConfig.GetWorkerNumber should have comment or be unexported (golint)
    • Line 90: warning: exported method ControllerConfig.GetReportHealthIntervalInSecond should have comment or be unexported (golint)
    • Line 94: warning: exported method ControllerConfig.GetQPS should have comment or be unexported (golint)
    • Line 103: warning: exported method ControllerConfig.GetDeafultResyncPeriod should have comment or be unexported (golint)
    • arktos/pkg/kubectl/generate/generate.go
    • Line 58: warning: exported function IsZero should have comment or be unexported (golint)
    • Line 143: warning: exported function MakeProtocols should have comment or be unexported (golint)
    • Line 151: warning: exported function ParseProtocols should have comment or be unexported (golint)
    • Line 177: warning: exported function MakeLabels should have comment or be unexported (golint)
    • Line 209: warning: exported function GetBool should have comment or be unexported (golint)
    • Line 212: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • arktos/pkg/util/config/config.go
    • Line 25: warning: exported type Merger should have comment or be unexported (golint)
    • Line 35: warning: exported method MergeFunc.Merge should have comment or be unexported (golint)
    • Line 97: warning: exported method AccessorFunc.MergedState should have comment or be unexported (golint)
    • Line 101: warning: exported type Listener should have comment or be unexported (golint)
    • Line 109: warning: exported method ListenerFunc.OnUpdate should have comment or be unexported (golint)
    • Line 113: warning: exported type Broadcaster should have comment or be unexported (golint)
    • arktos/pkg/apis/apps/v1beta2/defaults.go
    • Line 29: warning: exported function SetDefaults_DaemonSet should have comment or be unexported (golint)
    • Line 29: warning: don't use underscores in Go names; func SetDefaults_DaemonSet should be SetDefaultsDaemonSet (golint)
    • Line 51: warning: exported function SetDefaults_StatefulSet should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; func SetDefaults_StatefulSet should be SetDefaultsStatefulSet (golint)
    • Line 86: warning: don't use underscores in Go names; func SetDefaults_Deployment should be SetDefaultsDeployment (golint)
    • Line 123: warning: exported function SetDefaults_ReplicaSet should have comment or be unexported (golint)
    • Line 123: warning: don't use underscores in Go names; func SetDefaults_ReplicaSet should be SetDefaultsReplicaSet (golint)
    • arktos/pkg/controller/apis/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_GenericControllerManagerConfiguration_To_config_GenericControllerManagerConfiguration should be ConvertV1alpha1GenericControllerManagerConfigurationToConfigGenericControllerManagerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_GenericControllerManagerConfiguration_To_v1alpha1_GenericControllerManagerConfiguration should be ConvertConfigGenericControllerManagerConfigurationToV1alpha1GenericControllerManagerConfiguration (golint)
    • Line 43: warning: don't use underscores in Go names; func Convert_v1alpha1_KubeCloudSharedConfiguration_To_config_KubeCloudSharedConfiguration should be ConvertV1alpha1KubeCloudSharedConfigurationToConfigKubeCloudSharedConfiguration (golint)
    • Line 48: warning: don't use underscores in Go names; func Convert_config_KubeCloudSharedConfiguration_To_v1alpha1_KubeCloudSharedConfiguration should be ConvertConfigKubeCloudSharedConfigurationToV1alpha1KubeCloudSharedConfiguration (golint)
    • arktos/pkg/kubectl/cmd/certificates/certificates.go
    • Line 39: warning: exported function NewCmdCertificate should have comment or be unexported (golint)
    • Line 56: warning: exported type CertificateOptions should have comment or be unexported (golint)
    • Line 79: warning: exported method CertificateOptions.Complete should have comment or be unexported (golint)
    • Line 106: warning: exported method CertificateOptions.Validate should have comment or be unexported (golint)
    • Line 113: warning: exported function NewCmdCertificateApprove should have comment or be unexported (golint)
    • Line 147: warning: exported method CertificateOptions.RunCertificateApprove should have comment or be unexported (golint)
    • Line 168: warning: exported function NewCmdCertificateDeny should have comment or be unexported (golint)
    • Line 197: warning: exported method CertificateOptions.RunCertificateDeny should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_CSIDriver should be mapCSIDriver (golint)
    • Line 36: warning: exported method CSIDriver.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_CSIDriverList should be mapCSIDriverList (golint)
    • Line 46: warning: exported method CSIDriverList.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_CSIDriverSpec should be mapCSIDriverSpec (golint)
    • Line 56: warning: exported method CSIDriverSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 60: warning: don't use underscores in Go names; var map_CSINode should be mapCSINode (golint)
    • Line 66: warning: exported method CSINode.SwaggerDoc should have comment or be unexported (golint)
    • Line 70: warning: don't use underscores in Go names; var map_CSINodeDriver should be mapCSINodeDriver (golint)
    • Line 77: warning: exported method CSINodeDriver.SwaggerDoc should have comment or be unexported (golint)
    • Line 81: warning: don't use underscores in Go names; var map_CSINodeList should be mapCSINodeList (golint)
    • Line 87: warning: exported method CSINodeList.SwaggerDoc should have comment or be unexported (golint)
    • Line 91: warning: don't use underscores in Go names; var map_CSINodeSpec should be mapCSINodeSpec (golint)
    • Line 96: warning: exported method CSINodeSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 100: warning: don't use underscores in Go names; var map_StorageClass should be mapStorageClass (golint)
    • Line 112: warning: exported method StorageClass.SwaggerDoc should have comment or be unexported (golint)
    • Line 116: warning: don't use underscores in Go names; var map_StorageClassList should be mapStorageClassList (golint)
    • Line 122: warning: exported method StorageClassList.SwaggerDoc should have comment or be unexported (golint)
    • Line 126: warning: don't use underscores in Go names; var map_VolumeAttachment should be mapVolumeAttachment (golint)
    • Line 133: warning: exported method VolumeAttachment.SwaggerDoc should have comment or be unexported (golint)
    • Line 137: warning: don't use underscores in Go names; var map_VolumeAttachmentList should be mapVolumeAttachmentList (golint)
    • Line 143: warning: exported method VolumeAttachmentList.SwaggerDoc should have comment or be unexported (golint)
    • Line 147: warning: don't use underscores in Go names; var map_VolumeAttachmentSource should be mapVolumeAttachmentSource (golint)
    • Line 152: warning: exported method VolumeAttachmentSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 156: warning: don't use underscores in Go names; var map_VolumeAttachmentSpec should be mapVolumeAttachmentSpec (golint)
    • Line 163: warning: exported method VolumeAttachmentSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 167: warning: don't use underscores in Go names; var map_VolumeAttachmentStatus should be mapVolumeAttachmentStatus (golint)
    • Line 175: warning: exported method VolumeAttachmentStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 179: warning: don't use underscores in Go names; var map_VolumeError should be mapVolumeError (golint)
    • Line 185: warning: exported method VolumeError.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/cache/delta_fifo.go
    • Line 164: warning: comment on exported method DeltaFIFO.HasSynced should be of the form "HasSynced ..." (golint)
    • Line 393: warning: comment on exported method DeltaFIFO.IsClosed should be of the form "IsClosed ..." (golint)
    • Line 591: warning: exported const Added should have comment (or a comment on this block) or be unexported (golint)
    • Line 594: warning: comment on exported const Sync should be of the form "Sync ..." (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types_jsonschema.go
    • Line 18: warning: package comment should be of the form "Package v1 ..." (golint)
    • Line 134: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 141: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 157: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 164: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 177: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 184: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 199: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 206: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • arktos/pkg/util/labels/labels.go
    • Line 23: warning: comment on exported function CloneAndAddLabel should be of the form "CloneAndAddLabel ..." (golint)
    • Line 68: warning: comment on exported function CloneSelectorAndAddLabel should be of the form "CloneSelectorAndAddLabel ..." (golint)
    • arktos/staging/src/k8s.io/client-go/util/workqueue/default_rate_limiters.go
    • Line 27: warning: exported type RateLimiter should have comment or be unexported (golint)
    • Line 54: warning: exported method BucketRateLimiter.When should have comment or be unexported (golint)
    • Line 58: warning: exported method BucketRateLimiter.NumRequeues should have comment or be unexported (golint)
    • Line 62: warning: exported method BucketRateLimiter.Forget should have comment or be unexported (golint)
    • Line 77: warning: exported function NewItemExponentialFailureRateLimiter should have comment or be unexported (golint)
    • Line 85: warning: exported function DefaultItemBasedRateLimiter should have comment or be unexported (golint)
    • Line 89: warning: exported method ItemExponentialFailureRateLimiter.When should have comment or be unexported (golint)
    • Line 110: warning: exported method ItemExponentialFailureRateLimiter.NumRequeues should have comment or be unexported (golint)
    • Line 117: warning: exported method ItemExponentialFailureRateLimiter.Forget should have comment or be unexported (golint)
    • Line 136: warning: exported function NewItemFastSlowRateLimiter should have comment or be unexported (golint)
    • Line 145: warning: exported method ItemFastSlowRateLimiter.When should have comment or be unexported (golint)
    • Line 158: warning: exported method ItemFastSlowRateLimiter.NumRequeues should have comment or be unexported (golint)
    • Line 165: warning: exported method ItemFastSlowRateLimiter.Forget should have comment or be unexported (golint)
    • Line 179: warning: exported method MaxOfRateLimiter.When should have comment or be unexported (golint)
    • Line 191: warning: exported function NewMaxOfRateLimiter should have comment or be unexported (golint)
    • Line 195: warning: exported method MaxOfRateLimiter.NumRequeues should have comment or be unexported (golint)
    • Line 207: warning: exported method MaxOfRateLimiter.Forget should have comment or be unexported (golint)
    • arktos/pkg/controller/certificates/signer/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_CSRSigningControllerConfiguration_To_config_CSRSigningControllerConfiguration should be ConvertV1alpha1CSRSigningControllerConfigurationToConfigCSRSigningControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_CSRSigningControllerConfiguration_To_v1alpha1_CSRSigningControllerConfiguration should be ConvertConfigCSRSigningControllerConfigurationToV1alpha1CSRSigningControllerConfiguration (golint)
    • arktos/staging/src/k8s.io/client-go/apiserverupdate/update.go
    • Line 52: warning: exported function GetAPIServerConfigUpdateChGrp should have comment or be unexported (golint)
    • Line 69: warning: exported function GetAPIServerConfig should have comment or be unexported (golint)
    • Line 80: warning: exported function SetAPIServerConfig should have comment or be unexported (golint)
    • Line 108: warning: exported function WatchClientSetUpdate should have comment or be unexported (golint)
    • Line 127: warning: exported function GetClientSetsWatcher should have comment or be unexported (golint)
    • Line 146: warning: exported type ClientSetsWatcher should have comment or be unexported (golint)
    • Line 153: warning: exported method ClientSetsWatcher.AddWatcher should have comment or be unexported (golint)
    • Line 160: warning: exported method ClientSetsWatcher.StartWaitingForComplete should have comment or be unexported (golint)
    • Line 167: warning: exported method ClientSetsWatcher.NotifyDone should have comment or be unexported (golint)
    • arktos/pkg/kubelet/container/testing/fake_runtime_helper.go
    • Line 37: warning: exported method FakeRuntimeHelper.GenerateRunContainerOptions should have comment or be unexported (golint)
    • Line 45: warning: exported method FakeRuntimeHelper.GetPodCgroupParent should have comment or be unexported (golint)
    • Line 49: warning: exported method FakeRuntimeHelper.GetPodDNS should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method FakeRuntimeHelper.GeneratePodHostNameAndDomain should be of the form "GeneratePodHostNameAndDomain ..." (golint)
    • Line 61: warning: exported method FakeRuntimeHelper.GetPodDir should have comment or be unexported (golint)
    • Line 65: warning: exported method FakeRuntimeHelper.GetExtraSupplementalGroupsForPod should have comment or be unexported (golint)
    • arktos/pkg/controller/garbagecollector/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_GarbageCollectorControllerConfiguration_To_config_GarbageCollectorControllerConfiguration should be ConvertV1alpha1GarbageCollectorControllerConfigurationToConfigGarbageCollectorControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_GarbageCollectorControllerConfiguration_To_v1alpha1_GarbageCollectorControllerConfiguration should be ConvertConfigGarbageCollectorControllerConfigurationToV1alpha1GarbageCollectorControllerConfiguration (golint)
    • arktos/pkg/kubelet/dockershim/docker_checkpoint.go
    • Line 36: warning: exported type DockershimCheckpoint should have comment or be unexported (golint)
    • Line 41: warning: exported type Protocol should have comment or be unexported (golint)
    • Line 77: warning: exported function NewPodSandboxCheckpoint should have comment or be unexported (golint)
    • Line 87: warning: exported method PodSandboxCheckpoint.MarshalCheckpoint should have comment or be unexported (golint)
    • Line 92: warning: exported method PodSandboxCheckpoint.UnmarshalCheckpoint should have comment or be unexported (golint)
    • Line 96: warning: exported method PodSandboxCheckpoint.VerifyChecksum should have comment or be unexported (golint)
    • Line 100: warning: exported method PodSandboxCheckpoint.GetData should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/storage/resource_encoding_config.go
    • Line 26: warning: exported type ResourceEncodingConfig should have comment or be unexported (golint)
    • Line 36: warning: exported type DefaultResourceEncodingConfig should have comment or be unexported (golint)
    • Line 42: warning: exported type OverridingResourceEncoding should have comment or be unexported (golint)
    • Line 49: warning: exported function NewDefaultResourceEncodingConfig should have comment or be unexported (golint)
    • Line 53: warning: exported method DefaultResourceEncodingConfig.SetResourceEncoding should have comment or be unexported (golint)
    • Line 60: warning: exported method DefaultResourceEncodingConfig.StorageEncodingFor should have comment or be unexported (golint)
    • Line 74: warning: exported method DefaultResourceEncodingConfig.InMemoryEncodingFor should have comment or be unexported (golint)
    • arktos/pkg/registry/core/pod/strategy.go
    • Line 166: warning: exported var StatusStrategy should have comment or be unexported (golint)
    • Line 230: warning: context.Context should be the first parameter of a function (golint)
    • Line 243: warning: context.Context should be the first parameter of a function (golint)
    • Line 293: warning: context.Context should be the first parameter of a function (golint)
    • Line 429: warning: context.Context should be the first parameter of a function (golint)
    • Line 441: warning: context.Context should be the first parameter of a function (golint)
    • Line 451: warning: context.Context should be the first parameter of a function (golint)
    • Line 510: warning: context.Context should be the first parameter of a function (golint)
    • arktos/pkg/util/iptables/iptables.go
    • Line 37: warning: exported type RulePosition should have comment or be unexported (golint)
    • Line 40: warning: exported const Prepend should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported type Interface should be of the form "Interface ..." (with optional leading article) (golint)
    • Line 76: warning: exported type Protocol should have comment or be unexported (golint)
    • Line 79: warning: exported const ProtocolIpv4 should have comment (or a comment on this block) or be unexported (golint)
    • Line 83: warning: exported type Table should have comment or be unexported (golint)
    • Line 86: warning: exported const TableNAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 91: warning: exported type Chain should have comment or be unexported (golint)
    • Line 94: warning: exported const ChainPostrouting should have comment (or a comment on this block) or be unexported (golint)
    • Line 110: warning: comment on exported type RestoreCountersFlag should be of the form "RestoreCountersFlag ..." (with optional leading article) (golint)
    • Line 113: warning: exported const RestoreCounters should have comment or be unexported (golint)
    • Line 114: warning: exported const NoRestoreCounters should have comment or be unexported (golint)
    • Line 116: warning: comment on exported type FlushFlag should be of the form "FlushFlag ..." (with optional leading article) (golint)
    • Line 119: warning: exported const FlushTables should have comment or be unexported (golint)
    • Line 120: warning: exported const NoFlushTables should have comment or be unexported (golint)
    • Line 122: warning: comment on exported const MinCheckVersion should be of the form "MinCheckVersion ..." (golint)
    • Line 126: warning: comment on exported const WaitMinVersion should be of the form "WaitMinVersion ..." (golint)
    • Line 128: warning: exported const WaitSecondsMinVersion should have comment or be unexported (golint)
    • Line 129: warning: exported const WaitString should have comment or be unexported (golint)
    • Line 130: warning: exported const WaitSecondsValue should have comment or be unexported (golint)
    • Line 132: warning: exported const LockfilePath16x should have comment or be unexported (golint)
    • arktos/pkg/kubeapiserver/options/cloudprovider.go
    • Line 23: warning: exported type CloudProviderOptions should have comment or be unexported (golint)
    • Line 28: warning: exported function NewCloudProviderOptions should have comment or be unexported (golint)
    • Line 32: warning: exported method CloudProviderOptions.Validate should have comment or be unexported (golint)
    • Line 37: warning: exported method CloudProviderOptions.AddFlags should have comment or be unexported (golint)
    • arktos/pkg/apis/core/json.go
    • Line 27: warning: exported method AvoidPods.MarshalJSON should have comment or be unexported (golint)
    • Line 28: warning: exported method AvoidPods.UnmarshalJSON should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/metrics/pkg/client/custom_metrics/fake/fake_client.go
    • Line 30: warning: exported type GetForActionImpl should have comment or be unexported (golint)
    • Line 36: warning: exported type GetForAction should have comment or be unexported (golint)
    • Line 42: warning: exported method GetForActionImpl.GetMetricName should have comment or be unexported (golint)
    • Line 46: warning: exported method GetForActionImpl.GetLabelSelector should have comment or be unexported (golint)
    • Line 50: warning: exported method GetForActionImpl.GetSubresource should have comment or be unexported (golint)
    • Line 54: warning: exported method GetForActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 66: warning: exported function NewGetForAction should have comment or be unexported (golint)
    • Line 85: warning: exported function NewRootGetForAction should have comment or be unexported (golint)
    • Line 104: warning: exported type FakeCustomMetricsClient should have comment or be unexported (golint)
    • Line 108: warning: exported method FakeCustomMetricsClient.RootScopedMetrics should have comment or be unexported (golint)
    • Line 114: warning: exported method FakeCustomMetricsClient.NamespacedMetrics should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/testing/fake.go
    • Line 213: warning: comment on exported function NewInternalNamespacedTypeWithMultiTenancy should be of the form "NewInternalNamespacedTypeWithMultiTenancy ..." (golint)
    • Line 353: warning: exported method TestFactory.WithNamespaceWithMultiTenancy should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/api/validation/objectmeta.go
    • Line 34: warning: exported const FieldImmutableErrorMsg should have comment or be unexported (golint)
    • Line 84: warning: exported function ValidateOwnerReferences should have comment or be unexported (golint)
    • Line 101: warning: comment on exported function ValidateFinalizerName should be of the form "ValidateFinalizerName ..." (golint)
    • Line 111: warning: exported function ValidateNoNewFinalizers should have comment or be unexported (golint)
    • Line 120: warning: exported function ValidateImmutableField should have comment or be unexported (golint)
    • Line 141: warning: comment on exported function ValidateObjectMetaAccessor should be of the form "ValidateObjectMetaAccessor ..." (golint)
    • Line 241: warning: exported function ValidateObjectMetaAccessorUpdate should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/rollingupdate/rollingupdate.go
    • Line 81: warning: exported type RollingUpdateOptions should have comment or be unexported (golint)
    • Line 117: warning: exported function NewRollingUpdateOptions should have comment or be unexported (golint)
    • Line 130: warning: exported function NewCmdRollingUpdate should have comment or be unexported (golint)
    • Line 198: warning: exported method RollingUpdateOptions.Complete should have comment or be unexported (golint)
    • Line 246: warning: exported method RollingUpdateOptions.Validate should have comment or be unexported (golint)
    • Line 250: warning: exported method RollingUpdateOptions.Run should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/clock/clock.go
    • Line 48: warning: comment on exported method RealClock.After should be of the form "After ..." (golint)
    • Line 53: warning: exported method RealClock.NewTimer should have comment or be unexported (golint)
    • Line 59: warning: exported method RealClock.NewTicker should have comment or be unexported (golint)
    • Line 65: warning: exported method RealClock.Sleep should have comment or be unexported (golint)
    • Line 86: warning: exported function NewFakeClock should have comment or be unexported (golint)
    • Line 106: warning: comment on exported method FakeClock.After should be of the form "After ..." (golint)
    • Line 119: warning: comment on exported method FakeClock.NewTimer should be of the form "NewTimer ..." (golint)
    • Line 136: warning: exported method FakeClock.NewTicker should have comment or be unexported (golint)
    • Line 153: warning: comment on exported method FakeClock.Step should be of the form "Step ..." (golint)
    • Line 160: warning: comment on exported method FakeClock.SetTime should be of the form "SetTime ..." (golint)
    • Line 200: warning: comment on exported method FakeClock.HasWaiters should be of the form "HasWaiters ..." (golint)
    • Line 208: warning: exported method FakeClock.Sleep should have comment or be unexported (golint)
    • Line 229: warning: comment on exported method IntervalClock.After should be of the form "After ..." (golint)
    • Line 235: warning: comment on exported method IntervalClock.NewTimer should be of the form "NewTimer ..." (golint)
    • Line 241: warning: comment on exported method IntervalClock.NewTicker should be of the form "NewTicker ..." (golint)
    • Line 247: warning: exported method IntervalClock.Sleep should have comment or be unexported (golint)
    • Line 322: warning: exported type Ticker should have comment or be unexported (golint)
    • arktos/pkg/kubeapiserver/options/authorization.go
    • Line 32: warning: exported type BuiltInAuthorizationOptions should have comment or be unexported (golint)
    • Line 40: warning: exported function NewBuiltInAuthorizationOptions should have comment or be unexported (golint)
    • Line 48: warning: exported method BuiltInAuthorizationOptions.Validate should have comment or be unexported (golint)
    • Line 91: warning: exported method BuiltInAuthorizationOptions.AddFlags should have comment or be unexported (golint)
    • Line 112: warning: exported method BuiltInAuthorizationOptions.ToAuthorizationConfig should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/clusterinfo/clusterinfo.go
    • Line 50: warning: exported type ClusterInfoOptions should have comment or be unexported (golint)
    • Line 60: warning: exported function NewCmdClusterInfo should have comment or be unexported (golint)
    • Line 79: warning: exported method ClusterInfoOptions.Complete should have comment or be unexported (golint)
    • Line 100: warning: comment on exported method ClusterInfoOptions.Run should be of the form "Run ..." (golint)
    • arktos/staging/src/k8s.io/metrics/pkg/apis/metrics/types.go
    • Line 32: warning: comment on exported type NodeMetrics should be of the form "NodeMetrics ..." (with optional leading article) (golint)
    • Line 64: warning: comment on exported type PodMetrics should be of the form "PodMetrics ..." (with optional leading article) (golint)
    • Line 91: warning: comment on exported type ContainerMetrics should be of the form "ContainerMetrics ..." (with optional leading article) (golint)
    • arktos/pkg/kubectl/metricsutil/metrics_printer.go
    • Line 32: warning: exported var MeasuredResources should have comment or be unexported (golint)
    • Line 42: warning: exported type ResourceMetricsInfo should have comment or be unexported (golint)
    • Line 48: warning: exported type TopCmdPrinter should have comment or be unexported (golint)
    • Line 52: warning: exported function NewTopCmdPrinter should have comment or be unexported (golint)
    • Line 56: warning: exported type NodeMetricsSorter should have comment or be unexported (golint)
    • Line 85: warning: exported function NewNodeMetricsSorter should have comment or be unexported (golint)
    • Line 102: warning: exported type PodMetricsSorter should have comment or be unexported (golint)
    • Line 135: warning: exported function NewPodMetricsSorter should have comment or be unexported (golint)
    • Line 151: warning: exported method TopCmdPrinter.PrintNodeMetrics should have comment or be unexported (golint)
    • Line 188: warning: exported method TopCmdPrinter.PrintPodMetrics should have comment or be unexported (golint)
    • arktos/test/e2e_node/resource_collector.go
    • Line 20: warning: don't use an underscore in package name (golint)
    • Line 51: warning: should not use dot imports (golint)
    • Line 52: warning: should not use dot imports (golint)
    • Line 68: warning: exported type ResourceCollector should have comment or be unexported (golint)
    • Line 443: warning: comment on exported method ResourceCollector.GetResourceTimeSeries should be of the form "GetResourceTimeSeries ..." (golint)
    • Line 467: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • arktos/staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_ControllerRevision should be mapControllerRevision (golint)
    • Line 37: warning: exported method ControllerRevision.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_ControllerRevisionList should be mapControllerRevisionList (golint)
    • Line 47: warning: exported method ControllerRevisionList.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_DaemonSet should be mapDaemonSet (golint)
    • Line 58: warning: exported method DaemonSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; var map_DaemonSetCondition should be mapDaemonSetCondition (golint)
    • Line 71: warning: exported method DaemonSetCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 75: warning: don't use underscores in Go names; var map_DaemonSetList should be mapDaemonSetList (golint)
    • Line 81: warning: exported method DaemonSetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 85: warning: don't use underscores in Go names; var map_DaemonSetSpec should be mapDaemonSetSpec (golint)
    • Line 94: warning: exported method DaemonSetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 98: warning: don't use underscores in Go names; var map_DaemonSetStatus should be mapDaemonSetStatus (golint)
    • Line 112: warning: exported method DaemonSetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 116: warning: don't use underscores in Go names; var map_DaemonSetUpdateStrategy should be mapDaemonSetUpdateStrategy (golint)
    • Line 122: warning: exported method DaemonSetUpdateStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 126: warning: don't use underscores in Go names; var map_Deployment should be mapDeployment (golint)
    • Line 133: warning: exported method Deployment.SwaggerDoc should have comment or be unexported (golint)
    • Line 137: warning: don't use underscores in Go names; var map_DeploymentCondition should be mapDeploymentCondition (golint)
    • Line 147: warning: exported method DeploymentCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 151: warning: don't use underscores in Go names; var map_DeploymentList should be mapDeploymentList (golint)
    • Line 157: warning: exported method DeploymentList.SwaggerDoc should have comment or be unexported (golint)
    • Line 161: warning: don't use underscores in Go names; var map_DeploymentSpec should be mapDeploymentSpec (golint)
    • Line 173: warning: exported method DeploymentSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 177: warning: don't use underscores in Go names; var map_DeploymentStatus should be mapDeploymentStatus (golint)
    • Line 189: warning: exported method DeploymentStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 193: warning: don't use underscores in Go names; var map_DeploymentStrategy should be mapDeploymentStrategy (golint)
    • Line 199: warning: exported method DeploymentStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 203: warning: don't use underscores in Go names; var map_ReplicaSet should be mapReplicaSet (golint)
    • Line 210: warning: exported method ReplicaSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 214: warning: don't use underscores in Go names; var map_ReplicaSetCondition should be mapReplicaSetCondition (golint)
    • Line 223: warning: exported method ReplicaSetCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 227: warning: don't use underscores in Go names; var map_ReplicaSetList should be mapReplicaSetList (golint)
    • Line 233: warning: exported method ReplicaSetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 237: warning: don't use underscores in Go names; var map_ReplicaSetSpec should be mapReplicaSetSpec (golint)
    • Line 245: warning: exported method ReplicaSetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 249: warning: don't use underscores in Go names; var map_ReplicaSetStatus should be mapReplicaSetStatus (golint)
    • Line 259: warning: exported method ReplicaSetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 263: warning: don't use underscores in Go names; var map_RollingUpdateDaemonSet should be mapRollingUpdateDaemonSet (golint)
    • Line 268: warning: exported method RollingUpdateDaemonSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 272: warning: don't use underscores in Go names; var map_RollingUpdateDeployment should be mapRollingUpdateDeployment (golint)
    • Line 278: warning: exported method RollingUpdateDeployment.SwaggerDoc should have comment or be unexported (golint)
    • Line 282: warning: don't use underscores in Go names; var map_RollingUpdateStatefulSetStrategy should be mapRollingUpdateStatefulSetStrategy (golint)
    • Line 287: warning: exported method RollingUpdateStatefulSetStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 291: warning: don't use underscores in Go names; var map_StatefulSet should be mapStatefulSet (golint)
    • Line 297: warning: exported method StatefulSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 301: warning: don't use underscores in Go names; var map_StatefulSetCondition should be mapStatefulSetCondition (golint)
    • Line 310: warning: exported method StatefulSetCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 314: warning: don't use underscores in Go names; var map_StatefulSetList should be mapStatefulSetList (golint)
    • Line 318: warning: exported method StatefulSetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 322: warning: don't use underscores in Go names; var map_StatefulSetSpec should be mapStatefulSetSpec (golint)
    • Line 334: warning: exported method StatefulSetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 338: warning: don't use underscores in Go names; var map_StatefulSetStatus should be mapStatefulSetStatus (golint)
    • Line 351: warning: exported method StatefulSetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 355: warning: don't use underscores in Go names; var map_StatefulSetUpdateStrategy should be mapStatefulSetUpdateStrategy (golint)
    • Line 361: warning: exported method StatefulSetUpdateStrategy.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/v1alpha1/types.go
    • Line 32: warning: exported type ReferenceType should have comment or be unexported (golint)
    • Line 35: warning: exported const FlunderReferenceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported type FlunderSpec should have comment or be unexported (golint)
    • Line 46: warning: exported type FlunderStatus should have comment or be unexported (golint)
    • Line 52: warning: exported type Flunder should have comment or be unexported (golint)
    • Line 65: warning: exported type Fischer should have comment or be unexported (golint)
    • arktos/test/e2e/common/events.go
    • Line 38: warning: exported type Action should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function ObserveNodeUpdateAfterAction should be of the form "ObserveNodeUpdateAfterAction ..." (golint)
    • Line 97: warning: comment on exported function ObserveEventAfterAction should be of the form "ObserveEventAfterAction ..." (golint)
    • arktos/pkg/credentialprovider/keyring.go
    • Line 84: warning: exported function DockerConfigEntryToLazyAuthConfiguration should have comment or be unexported (golint)
    • Line 94: warning: exported method BasicDockerKeyring.Add should have comment or be unexported (golint)
    • Line 295: warning: exported type FakeKeyring should have comment or be unexported (golint)
    • Line 300: warning: exported method FakeKeyring.Lookup should have comment or be unexported (golint)
    • Line 307: warning: exported method UnionDockerKeyring.Lookup should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/core/v1/annotation_key_constants.go
    • Line 29: warning: comment on exported const MirrorPodAnnotationKey should be of the form "MirrorPodAnnotationKey ..." (golint)
    • Line 59: warning: comment on exported const ObjectTTLAnnotationKey should be of the form "ObjectTTLAnnotationKey ..." (golint)
    • Line 64: warning: comment on exported const NonConvertibleAnnotationPrefix should be of the form "NonConvertibleAnnotationPrefix ..." (golint)
    • arktos/pkg/apis/core/validation/validation.go
    • Line 99: warning: exported function ValidateDNS1123Label should have comment or be unexported (golint)
    • Line 116: warning: exported function ValidatePodSpecificAnnotations should have comment or be unexported (golint)
    • Line 152: warning: exported function ValidatePodSpecificAnnotationUpdates should have comment or be unexported (golint)
    • Line 183: warning: exported function ValidateEndpointsSpecificAnnotations should have comment or be unexported (golint)
    • Line 266: warning: comment on exported var ValidatePriorityClassName should be of the form "ValidatePriorityClassName ..." (golint)
    • Line 281: warning: comment on exported function ValidateNonnegativeField should be of the form "ValidateNonnegativeField ..." (golint)
    • Line 286: warning: comment on exported function ValidateNonnegativeQuantity should be of the form "ValidateNonnegativeQuantity ..." (golint)
    • Line 295: warning: comment on exported function ValidatePositiveQuantityValue should be of the form "ValidatePositiveQuantityValue ..." (golint)
    • Line 304: warning: exported function ValidateImmutableField should have comment or be unexported (golint)
    • Line 308: warning: exported function ValidateImmutableAnnotation should have comment or be unexported (golint)
    • Line 341: warning: exported function ValidateVolumes should have comment or be unexported (golint)
    • Line 369: warning: exported function IsMatchedVolume should have comment or be unexported (golint)
    • Line 1461: warning: exported function ValidateCSIDriverName should have comment or be unexported (golint)
    • Line 1562: warning: exported function ValidatePersistentVolumeSpec should have comment or be unexported (golint)
    • Line 1836: warning: exported function ValidatePersistentVolume should have comment or be unexported (golint)
    • Line 2185: warning: exported function ValidateEnvFrom should have comment or be unexported (golint)
    • Line 2301: warning: exported function GetVolumeMountMap should have comment or be unexported (golint)
    • Line 2311: warning: exported function GetVolumeDeviceMap should have comment or be unexported (golint)
    • Line 2321: warning: exported function ValidateVolumeMounts should have comment or be unexported (golint)
    • Line 2368: warning: exported function ValidateVolumeDevices should have comment or be unexported (golint)
    • Line 2518: warning: exported function ValidatePortNumOrName should have comment or be unexported (golint)
    • Line 2760: warning: exported function ValidatePreemptionPolicy should have comment or be unexported (golint)
    • Line 2787: warning: comment on exported const MaxDNSNameservers should be of the form "MaxDNSNameservers ..." (golint)
    • Line 2791: warning: comment on exported const MaxDNSSearchPaths should be of the form "MaxDNSSearchPaths ..." (golint)
    • Line 2793: warning: comment on exported const MaxDNSSearchListChars should be of the form "MaxDNSSearchListChars ..." (golint)
    • Line 2952: warning: exported function ValidateHostAliases should have comment or be unexported (golint)
    • Line 3249: warning: comment on exported function ValidateControllerInstance should be of the form "ValidateControllerInstance ..." (golint)
    • Line 3255: warning: comment on exported function ValidateControllerInstanceUpdate should be of the form "ValidateControllerInstanceUpdate ..." (golint)
    • Line 3545: warning: exported function ValidateSeccompProfile should have comment or be unexported (golint)
    • Line 3558: warning: exported function ValidateSeccompPodAnnotations should have comment or be unexported (golint)
    • Line 3572: warning: exported function ValidateAppArmorPodAnnotations should have comment or be unexported (golint)
    • Line 3606: warning: comment on exported const SysctlSegmentFmt should be of the form "SysctlSegmentFmt ..." (golint)
    • Line 3609: warning: comment on exported const SysctlFmt should be of the form "SysctlFmt ..." (golint)
    • Line 3612: warning: comment on exported const SysctlMaxLength should be of the form "SysctlMaxLength ..." (golint)
    • Line 3683: warning: exported function ValidateContainerUpdates should have comment or be unexported (golint)
    • Line 4247: warning: exported function ValidateDataPartitionConfig should have comment or be unexported (golint)
    • Line 4252: warning: exported function ValidateDataPartitionConfigUpdate should have comment or be unexported (golint)
    • Line 4283: warning: exported function ValidateReplicationControllerStatus should have comment or be unexported (golint)
    • Line 4306: warning: comment on exported function ValidateNonEmptySelector should be of the form "ValidateNonEmptySelector ..." (golint)
    • Line 4316: warning: comment on exported function ValidatePodTemplateSpecForRC should be of the form "ValidatePodTemplateSpecForRC ..." (golint)
    • Line 4365: warning: exported function ValidateReadOnlyPersistentDisks should have comment or be unexported (golint)
    • Line 4431: warning: exported function ValidateNodeSpecificAnnotations should have comment or be unexported (golint)
    • Line 4717: warning: comment on exported function ValidateResourceQuotaResourceName should be of the form "ValidateResourceQuotaResourceName ..." (golint)
    • Line 5047: warning: comment on exported function ValidateResourceRequirements should be of the form "ValidateResourceRequirements ..." (golint)
    • Line 5218: warning: exported function ValidateResourceQuotaStatus should have comment or be unexported (golint)
    • Line 5237: warning: exported function ValidateResourceQuotaSpec should have comment or be unexported (golint)
    • Line 5667: warning: exported function ValidatePodLogOptions should have comment or be unexported (golint)
    • Line 5737: warning: exported function IsDecremented should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/conversion.go
    • Line 40: warning: exported function Convert_apiextensions_JSONSchemaProps_To_v1beta1_JSONSchemaProps should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; func Convert_apiextensions_JSONSchemaProps_To_v1beta1_JSONSchemaProps should be ConvertApiextensionsJSONSchemaPropsToV1beta1JSONSchemaProps (golint)
    • Line 53: warning: exported function Convert_apiextensions_JSON_To_v1beta1_JSON should have comment or be unexported (golint)
    • Line 53: warning: don't use underscores in Go names; func Convert_apiextensions_JSON_To_v1beta1_JSON should be ConvertApiextensionsJSONToV1beta1JSON (golint)
    • Line 62: warning: exported function Convert_v1beta1_JSON_To_apiextensions_JSON should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; func Convert_v1beta1_JSON_To_apiextensions_JSON should be ConvertV1beta1JSONToApiextensionsJSON (golint)
    • arktos/staging/src/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_VolumeAttachment should be mapVolumeAttachment (golint)
    • Line 37: warning: exported method VolumeAttachment.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_VolumeAttachmentList should be mapVolumeAttachmentList (golint)
    • Line 47: warning: exported method VolumeAttachmentList.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_VolumeAttachmentSource should be mapVolumeAttachmentSource (golint)
    • Line 56: warning: exported method VolumeAttachmentSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 60: warning: don't use underscores in Go names; var map_VolumeAttachmentSpec should be mapVolumeAttachmentSpec (golint)
    • Line 67: warning: exported method VolumeAttachmentSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 71: warning: don't use underscores in Go names; var map_VolumeAttachmentStatus should be mapVolumeAttachmentStatus (golint)
    • Line 79: warning: exported method VolumeAttachmentStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 83: warning: don't use underscores in Go names; var map_VolumeError should be mapVolumeError (golint)
    • Line 89: warning: exported method VolumeError.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/cache/listers.go
    • Line 34: warning: exported function ListAll should have comment or be unexported (golint)
    • Line 54: warning: exported function ListAllByTenant should have comment or be unexported (golint)
    • Line 95: warning: exported function ListAllByNamespace should have comment or be unexported (golint)
    • Line 166: warning: exported function NewGenericLister should have comment or be unexported (golint)
    • arktos/pkg/controller/garbagecollector/garbagecollector_test.go
    • Line 59: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 1135: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 1140: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 1144: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 1173: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • arktos/pkg/master/master.go
    • Line 119: warning: exported type ExtraConfig should have comment or be unexported (golint)
    • Line 194: warning: exported type Config should have comment or be unexported (golint)
    • Line 204: warning: exported type CompletedConfig should have comment or be unexported (golint)
    • Line 264: warning: receiver name cfg should be consistent with previous receiver name c for Config (golint)
    • Line 389: warning: exported method Master.InstallLegacyAPI should have comment or be unexported (golint)
    • Line 493: warning: exported function DefaultAPIResourceConfigSource should have comment or be unexported (golint)
    • arktos/pkg/registry/apps/deployment/storage/storage.go
    • Line 57: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 68: warning: exported type REST should have comment or be unexported (golint)
    • Line 113: warning: exported method REST.WithCategories should have comment or be unexported (golint)
    • Line 123: warning: exported method StatusREST.New should have comment or be unexported (golint)
    • Line 165: warning: exported method RollbackREST.Create should have comment or be unexported (golint)
    • Line 232: warning: exported type ScaleREST should have comment or be unexported (golint)
    • Line 240: warning: exported method ScaleREST.GroupVersionKind should have comment or be unexported (golint)
    • Line 258: warning: exported method ScaleREST.Get should have comment or be unexported (golint)
    • Line 271: warning: exported method ScaleREST.Update should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/conversion.go
    • Line 32: warning: exported function AddConversionFuncs should have comment or be unexported (golint)
    • Line 85: warning: exported function Convert_Pointer_float64_To_float64 should have comment or be unexported (golint)
    • Line 85: warning: don't use underscores in Go names; func Convert_Pointer_float64_To_float64 should be ConvertPointerFloat64ToFloat64 (golint)
    • Line 94: warning: exported function Convert_float64_To_Pointer_float64 should have comment or be unexported (golint)
    • Line 94: warning: don't use underscores in Go names; func Convert_float64_To_Pointer_float64 should be ConvertFloat64ToPointerFloat64 (golint)
    • Line 100: warning: exported function Convert_Pointer_int32_To_int32 should have comment or be unexported (golint)
    • Line 100: warning: don't use underscores in Go names; func Convert_Pointer_int32_To_int32 should be ConvertPointerInt32ToInt32 (golint)
    • Line 109: warning: exported function Convert_int32_To_Pointer_int32 should have comment or be unexported (golint)
    • Line 109: warning: don't use underscores in Go names; func Convert_int32_To_Pointer_int32 should be ConvertInt32ToPointerInt32 (golint)
    • Line 115: warning: exported function Convert_Pointer_int64_To_int64 should have comment or be unexported (golint)
    • Line 115: warning: don't use underscores in Go names; func Convert_Pointer_int64_To_int64 should be ConvertPointerInt64ToInt64 (golint)
    • Line 124: warning: exported function Convert_int64_To_Pointer_int64 should have comment or be unexported (golint)
    • Line 124: warning: don't use underscores in Go names; func Convert_int64_To_Pointer_int64 should be ConvertInt64ToPointerInt64 (golint)
    • Line 130: warning: exported function Convert_Pointer_int64_To_int should have comment or be unexported (golint)
    • Line 130: warning: don't use underscores in Go names; func Convert_Pointer_int64_To_int should be ConvertPointerInt64ToInt (golint)
    • Line 139: warning: exported function Convert_int_To_Pointer_int64 should have comment or be unexported (golint)
    • Line 139: warning: don't use underscores in Go names; func Convert_int_To_Pointer_int64 should be ConvertIntToPointerInt64 (golint)
    • Line 145: warning: exported function Convert_Pointer_string_To_string should have comment or be unexported (golint)
    • Line 145: warning: don't use underscores in Go names; func Convert_Pointer_string_To_string should be ConvertPointerStringToString (golint)
    • Line 154: warning: exported function Convert_string_To_Pointer_string should have comment or be unexported (golint)
    • Line 154: warning: don't use underscores in Go names; func Convert_string_To_Pointer_string should be ConvertStringToPointerString (golint)
    • Line 164: warning: exported function Convert_Pointer_bool_To_bool should have comment or be unexported (golint)
    • Line 164: warning: don't use underscores in Go names; func Convert_Pointer_bool_To_bool should be ConvertPointerBoolToBool (golint)
    • Line 173: warning: exported function Convert_bool_To_Pointer_bool should have comment or be unexported (golint)
    • Line 173: warning: don't use underscores in Go names; func Convert_bool_To_Pointer_bool should be ConvertBoolToPointerBool (golint)
    • Line 183: warning: comment on exported function Convert_v1_TypeMeta_To_v1_TypeMeta should be of the form "Convert_v1_TypeMeta_To_v1_TypeMeta ..." (golint)
    • Line 184: warning: don't use underscores in Go names; func Convert_v1_TypeMeta_To_v1_TypeMeta should be ConvertV1TypeMetaToV1TypeMeta (golint)
    • Line 191: warning: comment on exported function Convert_v1_ListMeta_To_v1_ListMeta should be of the form "Convert_v1_ListMeta_To_v1_ListMeta ..." (golint)
    • Line 192: warning: don't use underscores in Go names; func Convert_v1_ListMeta_To_v1_ListMeta should be ConvertV1ListMetaToV1ListMeta (golint)
    • Line 197: warning: comment on exported function Convert_intstr_IntOrString_To_intstr_IntOrString should be of the form "Convert_intstr_IntOrString_To_intstr_IntOrString ..." (golint)
    • Line 198: warning: don't use underscores in Go names; func Convert_intstr_IntOrString_To_intstr_IntOrString should be ConvertIntstrIntOrStringToIntstrIntOrString (golint)
    • Line 203: warning: comment on exported function Convert_v1_Time_To_v1_Time should be of the form "Convert_v1_Time_To_v1_Time ..." (golint)
    • Line 204: warning: don't use underscores in Go names; func Convert_v1_Time_To_v1_Time should be ConvertV1TimeToV1Time (golint)
    • Line 210: warning: comment on exported function Convert_v1_MicroTime_To_v1_MicroTime should be of the form "Convert_v1_MicroTime_To_v1_MicroTime ..." (golint)
    • Line 211: warning: don't use underscores in Go names; func Convert_v1_MicroTime_To_v1_MicroTime should be ConvertV1MicroTimeToV1MicroTime (golint)
    • Line 217: warning: exported function Convert_Pointer_v1_Duration_To_v1_Duration should have comment or be unexported (golint)
    • Line 217: warning: don't use underscores in Go names; func Convert_Pointer_v1_Duration_To_v1_Duration should be ConvertPointerV1DurationToV1Duration (golint)
    • Line 226: warning: exported function Convert_v1_Duration_To_Pointer_v1_Duration should have comment or be unexported (golint)
    • Line 226: warning: don't use underscores in Go names; func Convert_v1_Duration_To_Pointer_v1_Duration should be ConvertV1DurationToPointerV1Duration (golint)
    • Line 233: warning: don't use underscores in Go names; func Convert_Slice_string_To_v1_Time should be ConvertSliceStringToV1Time (golint)
    • Line 241: warning: exported function Convert_string_To_labels_Selector should have comment or be unexported (golint)
    • Line 241: warning: don't use underscores in Go names; func Convert_string_To_labels_Selector should be ConvertStringToLabelsSelector (golint)
    • Line 250: warning: exported function Convert_string_To_fields_Selector should have comment or be unexported (golint)
    • Line 250: warning: don't use underscores in Go names; func Convert_string_To_fields_Selector should be ConvertStringToFieldsSelector (golint)
    • Line 259: warning: exported function Convert_labels_Selector_To_string should have comment or be unexported (golint)
    • Line 259: warning: don't use underscores in Go names; func Convert_labels_Selector_To_string should be ConvertLabelsSelectorToString (golint)
    • Line 267: warning: exported function Convert_fields_Selector_To_string should have comment or be unexported (golint)
    • Line 267: warning: don't use underscores in Go names; func Convert_fields_Selector_To_string should be ConvertFieldsSelectorToString (golint)
    • Line 275: warning: comment on exported function Convert_resource_Quantity_To_resource_Quantity should be of the form "Convert_resource_Quantity_To_resource_Quantity ..." (golint)
    • Line 276: warning: don't use underscores in Go names; func Convert_resource_Quantity_To_resource_Quantity should be ConvertResourceQuantityToResourceQuantity (golint)
    • Line 281: warning: exported function Convert_Map_string_To_string_To_v1_LabelSelector should have comment or be unexported (golint)
    • Line 281: warning: don't use underscores in Go names; func Convert_Map_string_To_string_To_v1_LabelSelector should be ConvertMapStringToStringToV1LabelSelector (golint)
    • Line 291: warning: exported function Convert_v1_LabelSelector_To_Map_string_To_string should have comment or be unexported (golint)
    • Line 291: warning: don't use underscores in Go names; func Convert_v1_LabelSelector_To_Map_string_To_string should be ConvertV1LabelSelectorToMapStringToString (golint)
    • Line 300: warning: don't use underscores in Go names; func Convert_Slice_string_To_Slice_int32 should be ConvertSliceStringToSliceInt32 (golint)
    • Line 314: warning: don't use underscores in Go names; func Convert_Slice_string_To_v1_DeletionPropagation should be ConvertSliceStringToV1DeletionPropagation (golint)
    • Line 324: warning: don't use underscores in Go names; func Convert_Slice_string_To_v1_IncludeObjectPolicy should be ConvertSliceStringToV1IncludeObjectPolicy (golint)
    • arktos/pkg/cloudfabric-controller/controllerframework/controllerinstancemanager.go
    • Line 44: warning: exported type ControllerInstanceManager should have comment or be unexported (golint)
    • Line 62: warning: exported var GetInstanceHandler should have comment or be unexported (golint)
    • Line 74: warning: exported function NewControllerInstanceManager should have comment or be unexported (golint)
    • Line 114: warning: exported function GetInstanceId should have comment or be unexported (golint)
    • Line 118: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 166: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 243: warning: exported method ControllerInstanceManager.Run should have comment or be unexported (golint)
    • Line 255: warning: exported method ControllerInstanceManager.GetUpdateChGrp should have comment or be unexported (golint)
    • Line 259: warning: exported method ControllerInstanceManager.ListControllerInstances should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/code-generator/cmd/client-gen/types/types.go
    • Line 19: warning: exported type Version should have comment or be unexported (golint)
    • Line 25: warning: exported method Version.NonEmpty should have comment or be unexported (golint)
    • Line 32: warning: exported type Group should have comment or be unexported (golint)
    • Line 38: warning: exported method Group.NonEmpty should have comment or be unexported (golint)
    • Line 45: warning: exported type PackageVersion should have comment or be unexported (golint)
    • Line 51: warning: exported type GroupVersion should have comment or be unexported (golint)
    • Line 56: warning: exported type GroupVersions should have comment or be unexported (golint)
    • Line 72: warning: exported type GroupInstallPackage should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/rest/urlbackoff.go
    • Line 35: warning: exported type BackoffManager should have comment or be unexported (golint)
    • Line 52: warning: exported method NoBackoff.UpdateBackoff should have comment or be unexported (golint)
    • Line 56: warning: exported method NoBackoff.CalculateBackoff should have comment or be unexported (golint)
    • Line 60: warning: exported method NoBackoff.Sleep should have comment or be unexported (golint)
    • Line 105: warning: exported method URLBackoff.Sleep should have comment or be unexported (golint)
    • arktos/test/e2e/lifecycle/bootstrap/util.go
    • Line 49: warning: exported function GenerateTokenId should have comment or be unexported (golint)
    • Line 56: warning: exported function GenerateTokenSecret should have comment or be unexported (golint)
    • Line 77: warning: exported function TimeStringFromNow should have comment or be unexported (golint)
    • Line 81: warning: exported function WaitforSignedClusterInfoByBootStrapToken should have comment or be unexported (golint)
    • Line 97: warning: exported function WaitForSignedClusterInfoGetUpdatedByBootstrapToken should have comment or be unexported (golint)
    • Line 113: warning: exported function WaitForSignedClusterInfoByBootstrapTokenToDisappear should have comment or be unexported (golint)
    • Line 129: warning: exported function WaitForBootstrapTokenSecretToDisappear should have comment or be unexported (golint)
    • Line 140: warning: exported function WaitForBootstrapTokenSecretNotDisappear should have comment or be unexported (golint)
    • arktos/pkg/registry/core/action/strategy.go
    • Line 93: warning: exported var StatusStrategy should have comment or be unexported (golint)
    • Line 114: warning: exported function MatchAction should have comment or be unexported (golint)
    • Line 123: warning: exported function NodeNameTriggerFunc should have comment or be unexported (golint)
    • arktos/pkg/kubelet/apis/deviceplugin/v1beta1/constants.go
    • Line 22: warning: comment on exported const Unhealthy should be of the form "Unhealthy ..." (golint)
    • Line 25: warning: comment on exported const Version should be of the form "Version ..." (golint)
    • Line 33: warning: comment on exported const KubeletPreStartContainerRPCTimeoutInSecs should be of the form "KubeletPreStartContainerRPCTimeoutInSecs ..." (golint)
    • Line 37: warning: exported var SupportedVersions should have comment or be unexported (golint)
    • arktos/pkg/volume/csi/fake/fake_closer.go
    • Line 23: warning: exported function NewCloser should have comment or be unexported (golint)
    • Line 29: warning: exported type Closer should have comment or be unexported (golint)
    • Line 34: warning: exported method Closer.Close should have comment or be unexported (golint)
    • Line 39: warning: exported method Closer.Check should have comment or be unexported (golint)
    • arktos/test/utils/image/manifest.go
    • Line 303: warning: comment on exported function GetE2EVmImage should be of the form "GetE2EVmImage ..." (golint)
    • Line 308: warning: exported method Config.GetE2EVmImage should have comment or be unexported (golint)
    • Line 317: warning: comment on exported function GetDefaultVmE2EImage should be of the form "GetDefaultVmE2EImage ..." (golint)
    • arktos/pkg/apis/core/v1/defaults.go
    • Line 36: warning: exported function SetDefaults_ResourceList should have comment or be unexported (golint)
    • Line 36: warning: don't use underscores in Go names; func SetDefaults_ResourceList should be SetDefaultsResourceList (golint)
    • Line 47: warning: exported function SetDefaults_ReplicationController should have comment or be unexported (golint)
    • Line 47: warning: don't use underscores in Go names; func SetDefaults_ReplicationController should be SetDefaultsReplicationController (golint)
    • Line 66: warning: exported function SetDefaults_Volume should have comment or be unexported (golint)
    • Line 66: warning: don't use underscores in Go names; func SetDefaults_Volume should be SetDefaultsVolume (golint)
    • Line 73: warning: exported function SetDefaults_ContainerPort should have comment or be unexported (golint)
    • Line 73: warning: don't use underscores in Go names; func SetDefaults_ContainerPort should be SetDefaultsContainerPort (golint)
    • Line 78: warning: exported function SetDefaults_Container should have comment or be unexported (golint)
    • Line 78: warning: don't use underscores in Go names; func SetDefaults_Container should be SetDefaultsContainer (golint)
    • Line 98: warning: exported function SetDefaults_Service should have comment or be unexported (golint)
    • Line 98: warning: don't use underscores in Go names; func SetDefaults_Service should be SetDefaultsService (golint)
    • Line 135: warning: exported function SetDefaults_Pod should have comment or be unexported (golint)
    • Line 135: warning: don't use underscores in Go names; func SetDefaults_Pod should be SetDefaultsPod (golint)
    • Line 183: warning: exported function SetDefaults_PodSpec should have comment or be unexported (golint)
    • Line 183: warning: don't use underscores in Go names; func SetDefaults_PodSpec should be SetDefaultsPodSpec (golint)
    • Line 214: warning: exported function SetDefaults_Probe should have comment or be unexported (golint)
    • Line 214: warning: don't use underscores in Go names; func SetDefaults_Probe should be SetDefaultsProbe (golint)
    • Line 228: warning: exported function SetDefaults_SecretVolumeSource should have comment or be unexported (golint)
    • Line 228: warning: don't use underscores in Go names; func SetDefaults_SecretVolumeSource should be SetDefaultsSecretVolumeSource (golint)
    • Line 234: warning: exported function SetDefaults_ConfigMapVolumeSource should have comment or be unexported (golint)
    • Line 234: warning: don't use underscores in Go names; func SetDefaults_ConfigMapVolumeSource should be SetDefaultsConfigMapVolumeSource (golint)
    • Line 240: warning: exported function SetDefaults_DownwardAPIVolumeSource should have comment or be unexported (golint)
    • Line 240: warning: don't use underscores in Go names; func SetDefaults_DownwardAPIVolumeSource should be SetDefaultsDownwardAPIVolumeSource (golint)
    • Line 246: warning: exported function SetDefaults_Secret should have comment or be unexported (golint)
    • Line 246: warning: don't use underscores in Go names; func SetDefaults_Secret should be SetDefaultsSecret (golint)
    • Line 251: warning: exported function SetDefaults_ProjectedVolumeSource should have comment or be unexported (golint)
    • Line 251: warning: don't use underscores in Go names; func SetDefaults_ProjectedVolumeSource should be SetDefaultsProjectedVolumeSource (golint)
    • Line 257: warning: exported function SetDefaults_ServiceAccountTokenProjection should have comment or be unexported (golint)
    • Line 257: warning: don't use underscores in Go names; func SetDefaults_ServiceAccountTokenProjection should be SetDefaultsServiceAccountTokenProjection (golint)
    • Line 263: warning: exported function SetDefaults_PersistentVolume should have comment or be unexported (golint)
    • Line 263: warning: don't use underscores in Go names; func SetDefaults_PersistentVolume should be SetDefaultsPersistentVolume (golint)
    • Line 275: warning: exported function SetDefaults_PersistentVolumeClaim should have comment or be unexported (golint)
    • Line 275: warning: don't use underscores in Go names; func SetDefaults_PersistentVolumeClaim should be SetDefaultsPersistentVolumeClaim (golint)
    • Line 284: warning: exported function SetDefaults_ISCSIVolumeSource should have comment or be unexported (golint)
    • Line 284: warning: don't use underscores in Go names; func SetDefaults_ISCSIVolumeSource should be SetDefaultsISCSIVolumeSource (golint)
    • Line 289: warning: exported function SetDefaults_ISCSIPersistentVolumeSource should have comment or be unexported (golint)
    • Line 289: warning: don't use underscores in Go names; func SetDefaults_ISCSIPersistentVolumeSource should be SetDefaultsISCSIPersistentVolumeSource (golint)
    • Line 294: warning: exported function SetDefaults_AzureDiskVolumeSource should have comment or be unexported (golint)
    • Line 294: warning: don't use underscores in Go names; func SetDefaults_AzureDiskVolumeSource should be SetDefaultsAzureDiskVolumeSource (golint)
    • Line 312: warning: exported function SetDefaults_Endpoints should have comment or be unexported (golint)
    • Line 312: warning: don't use underscores in Go names; func SetDefaults_Endpoints should be SetDefaultsEndpoints (golint)
    • Line 323: warning: exported function SetDefaults_HTTPGetAction should have comment or be unexported (golint)
    • Line 323: warning: don't use underscores in Go names; func SetDefaults_HTTPGetAction should be SetDefaultsHTTPGetAction (golint)
    • Line 331: warning: exported function SetDefaults_TenantStatus should have comment or be unexported (golint)
    • Line 331: warning: don't use underscores in Go names; func SetDefaults_TenantStatus should be SetDefaultsTenantStatus (golint)
    • Line 336: warning: exported function SetDefaults_NamespaceStatus should have comment or be unexported (golint)
    • Line 336: warning: don't use underscores in Go names; func SetDefaults_NamespaceStatus should be SetDefaultsNamespaceStatus (golint)
    • Line 341: warning: exported function SetDefaults_NodeStatus should have comment or be unexported (golint)
    • Line 341: warning: don't use underscores in Go names; func SetDefaults_NodeStatus should be SetDefaultsNodeStatus (golint)
    • Line 350: warning: exported function SetDefaults_ObjectFieldSelector should have comment or be unexported (golint)
    • Line 350: warning: don't use underscores in Go names; func SetDefaults_ObjectFieldSelector should be SetDefaultsObjectFieldSelector (golint)
    • Line 355: warning: exported function SetDefaults_LimitRangeItem should have comment or be unexported (golint)
    • Line 355: warning: don't use underscores in Go names; func SetDefaults_LimitRangeItem should be SetDefaultsLimitRangeItem (golint)
    • Line 386: warning: exported function SetDefaults_ConfigMap should have comment or be unexported (golint)
    • Line 386: warning: don't use underscores in Go names; func SetDefaults_ConfigMap should be SetDefaultsConfigMap (golint)
    • Line 403: warning: exported function SetDefaults_RBDVolumeSource should have comment or be unexported (golint)
    • Line 403: warning: don't use underscores in Go names; func SetDefaults_RBDVolumeSource should be SetDefaultsRBDVolumeSource (golint)
    • Line 415: warning: exported function SetDefaults_RBDPersistentVolumeSource should have comment or be unexported (golint)
    • Line 415: warning: don't use underscores in Go names; func SetDefaults_RBDPersistentVolumeSource should be SetDefaultsRBDPersistentVolumeSource (golint)
    • Line 427: warning: exported function SetDefaults_ScaleIOVolumeSource should have comment or be unexported (golint)
    • Line 427: warning: don't use underscores in Go names; func SetDefaults_ScaleIOVolumeSource should be SetDefaultsScaleIOVolumeSource (golint)
    • Line 436: warning: exported function SetDefaults_ScaleIOPersistentVolumeSource should have comment or be unexported (golint)
    • Line 436: warning: don't use underscores in Go names; func SetDefaults_ScaleIOPersistentVolumeSource should be SetDefaultsScaleIOPersistentVolumeSource (golint)
    • Line 445: warning: exported function SetDefaults_HostPathVolumeSource should have comment or be unexported (golint)
    • Line 445: warning: don't use underscores in Go names; func SetDefaults_HostPathVolumeSource should be SetDefaultsHostPathVolumeSource (golint)
    • arktos/pkg/controller/client_builder.go
    • Line 61: warning: exported method SimpleControllerClientBuilder.Config should have comment or be unexported (golint)
    • Line 66: warning: exported method SimpleControllerClientBuilder.ConfigOrDie should have comment or be unexported (golint)
    • Line 74: warning: exported method SimpleControllerClientBuilder.Client should have comment or be unexported (golint)
    • Line 82: warning: exported method SimpleControllerClientBuilder.ClientOrDie should have comment or be unexported (golint)
    • Line 109: warning: comment on exported method SAControllerClientBuilder.Config should be of the form "Config ..." (golint)
    • Line 225: warning: exported method SAControllerClientBuilder.ConfigOrDie should have comment or be unexported (golint)
    • Line 233: warning: exported method SAControllerClientBuilder.Client should have comment or be unexported (golint)
    • Line 241: warning: exported method SAControllerClientBuilder.ClientOrDie should have comment or be unexported (golint)
    • arktos/pkg/apis/networking/v1/defaults.go
    • Line 29: warning: exported function SetDefaults_NetworkPolicyPort should have comment or be unexported (golint)
    • Line 29: warning: don't use underscores in Go names; func SetDefaults_NetworkPolicyPort should be SetDefaultsNetworkPolicyPort (golint)
    • Line 37: warning: exported function SetDefaults_NetworkPolicy should have comment or be unexported (golint)
    • Line 37: warning: don't use underscores in Go names; func SetDefaults_NetworkPolicy should be SetDefaultsNetworkPolicy (golint)
    • arktos/staging/src/k8s.io/metrics/pkg/apis/custom_metrics/types.go
    • Line 17: warning: don't use an underscore in package name (golint)
    • Line 25: warning: exported type MetricIdentifier should have comment or be unexported (golint)
    • Line 37: warning: comment on exported type MetricValueList should be of the form "MetricValueList ..." (with optional leading article) (golint)
    • Line 48: warning: comment on exported type MetricValue should be of the form "MetricValue ..." (with optional leading article) (golint)
    • Line 70: warning: comment on exported const AllObjects should be of the form "AllObjects ..." (golint)
    • arktos/pkg/kubelet/cm/cgroup_manager_linux.go
    • Line 55: warning: exported var RootCgroupName should have comment or be unexported (golint)
    • Line 83: warning: comment on exported method CgroupName.ToSystemd should be of the form "ToSystemd ..." (golint)
    • Line 106: warning: exported function ParseSystemdToCgroupName should have comment or be unexported (golint)
    • Line 117: warning: exported method CgroupName.ToCgroupfs should have comment or be unexported (golint)
    • Line 121: warning: exported function ParseCgroupfsToCgroupName should have comment or be unexported (golint)
    • Line 129: warning: exported function IsSystemdStyleName should have comment or be unexported (golint)
    • arktos/pkg/kubelet/util/podConverter/podConverter.go
    • Line 17: warning: don't use MixedCaps in package name; podConverter should be podconverter (golint)
    • Line 55: warning: exported const VirtletRuntimeKeyName should have comment (or a comment on this block) or be unexported (golint)
    • Line 67: warning: comment on exported function ConvertVmPodToContainerPod should be of the form "ConvertVmPodToContainerPod ..." (golint)
    • Line 160: warning: comment on exported function DumpPodSyncResult should be of the form "DumpPodSyncResult ..." (golint)
    • arktos/pkg/registry/rbac/reconciliation/clusterrolebinding_interfaces.go
    • Line 27: warning: comment on exported type ClusterRoleBindingAdapter should be of the form "ClusterRoleBindingAdapter ..." (with optional leading article) (golint)
    • Line 34: warning: exported method ClusterRoleBindingAdapter.GetObject should have comment or be unexported (golint)
    • Line 38: warning: exported method ClusterRoleBindingAdapter.GetNamespace should have comment or be unexported (golint)
    • Line 42: warning: exported method ClusterRoleBindingAdapter.GetName should have comment or be unexported (golint)
    • Line 46: warning: exported method ClusterRoleBindingAdapter.GetUID should have comment or be unexported (golint)
    • Line 50: warning: exported method ClusterRoleBindingAdapter.GetLabels should have comment or be unexported (golint)
    • Line 54: warning: exported method ClusterRoleBindingAdapter.SetLabels should have comment or be unexported (golint)
    • Line 58: warning: exported method ClusterRoleBindingAdapter.GetAnnotations should have comment or be unexported (golint)
    • Line 62: warning: exported method ClusterRoleBindingAdapter.SetAnnotations should have comment or be unexported (golint)
    • Line 66: warning: exported method ClusterRoleBindingAdapter.GetRoleRef should have comment or be unexported (golint)
    • Line 70: warning: exported method ClusterRoleBindingAdapter.GetSubjects should have comment or be unexported (golint)
    • Line 74: warning: exported method ClusterRoleBindingAdapter.SetSubjects should have comment or be unexported (golint)
    • Line 78: warning: exported type ClusterRoleBindingClientAdapter should have comment or be unexported (golint)
    • Line 82: warning: exported method ClusterRoleBindingClientAdapter.Get should have comment or be unexported (golint)
    • Line 90: warning: exported method ClusterRoleBindingClientAdapter.Create should have comment or be unexported (golint)
    • Line 98: warning: exported method ClusterRoleBindingClientAdapter.Update should have comment or be unexported (golint)
    • Line 107: warning: exported method ClusterRoleBindingClientAdapter.Delete should have comment or be unexported (golint)
    • arktos/pkg/volume/vsphere_volume/vsphere_volume_util.go
    • Line 17: warning: don't use an underscore in package name (golint)
    • Line 44: warning: exported const StoragePolicyName should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: exported var ErrProbeVolume should have comment or be unexported (golint)
    • Line 67: warning: exported type VsphereDiskUtil should have comment or be unexported (golint)
    • Line 69: warning: exported type VolumeSpec should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/code-generator/cmd/client-gen/args/args.go
    • Line 30: warning: exported var DefaultInputDirs should have comment or be unexported (golint)
    • Line 32: warning: comment on exported type CustomArgs should be of the form "CustomArgs ..." (with optional leading article) (golint)
    • Line 54: warning: exported function NewDefaults should have comment or be unexported (golint)
    • Line 72: warning: exported method CustomArgs.AddFlags should have comment or be unexported (golint)
    • Line 86: warning: exported function Validate should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/get/customcolumn.go
    • Line 145: warning: comment on exported type CustomColumnsPrinter should be of the form "CustomColumnsPrinter ..." (with optional leading article) (golint)
    • Line 156: warning: exported method CustomColumnsPrinter.PrintObj should have comment or be unexported (golint)
    • arktos/pkg/controller/vmpod/vm_controller.go
    • Line 34: warning: exported type VMPodController should have comment or be unexported (golint)
    • Line 40: warning: exported function NewVMPod should have comment or be unexported (golint)
    • Line 79: warning: exported method VMPodController.Run should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/rest/fake/fake.go
    • Line 17: warning: package comment should be of the form "Package fake ..." (golint)
    • Line 67: warning: exported method RESTClient.Get should have comment or be unexported (golint)
    • Line 71: warning: exported method RESTClient.Put should have comment or be unexported (golint)
    • Line 75: warning: exported method RESTClient.Patch should have comment or be unexported (golint)
    • Line 79: warning: exported method RESTClient.Post should have comment or be unexported (golint)
    • Line 83: warning: exported method RESTClient.Delete should have comment or be unexported (golint)
    • Line 87: warning: exported method RESTClient.Verb should have comment or be unexported (golint)
    • Line 91: warning: exported method RESTClient.APIVersion should have comment or be unexported (golint)
    • Line 95: warning: exported method RESTClient.GetRateLimiter should have comment or be unexported (golint)
    • Line 99: warning: exported method RESTClient.Request should have comment or be unexported (golint)
    • arktos/pkg/controller/disruption/disruption.go
    • Line 72: warning: exported type DisruptionController should have comment or be unexported (golint)
    • Line 117: warning: exported function NewDisruptionController should have comment or be unexported (golint)
    • Line 330: warning: exported method DisruptionController.Run should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/cache/listwatch.go
    • Line 81: warning: comment on exported function InferTenantFromNamespace should be of the form "InferTenantFromNamespace ..." (golint)
    • Line 98: warning: exported function NewListWatchFromClientWithMultiTenancy should have comment or be unexported (golint)
    • Line 112: warning: exported function NewFilteredListWatchFromClientWithMultiTenancy should have comment or be unexported (golint)
    • arktos/pkg/apis/apps/v1/conversion.go
    • Line 74: warning: exported function Convert_v1_DeploymentSpec_To_apps_DeploymentSpec should have comment or be unexported (golint)
    • Line 74: warning: don't use underscores in Go names; func Convert_v1_DeploymentSpec_To_apps_DeploymentSpec should be ConvertV1DeploymentSpecToAppsDeploymentSpec (golint)
    • Line 95: warning: exported function Convert_apps_DeploymentSpec_To_v1_DeploymentSpec should have comment or be unexported (golint)
    • Line 95: warning: don't use underscores in Go names; func Convert_apps_DeploymentSpec_To_v1_DeploymentSpec should be ConvertAppsDeploymentSpecToV1DeploymentSpec (golint)
    • Line 117: warning: exported function Convert_apps_DeploymentStrategy_To_v1_DeploymentStrategy should have comment or be unexported (golint)
    • Line 117: warning: don't use underscores in Go names; func Convert_apps_DeploymentStrategy_To_v1_DeploymentStrategy should be ConvertAppsDeploymentStrategyToV1DeploymentStrategy (golint)
    • Line 130: warning: exported function Convert_v1_DeploymentStrategy_To_apps_DeploymentStrategy should have comment or be unexported (golint)
    • Line 130: warning: don't use underscores in Go names; func Convert_v1_DeploymentStrategy_To_apps_DeploymentStrategy should be ConvertV1DeploymentStrategyToAppsDeploymentStrategy (golint)
    • Line 143: warning: exported function Convert_v1_RollingUpdateDeployment_To_apps_RollingUpdateDeployment should have comment or be unexported (golint)
    • Line 143: warning: don't use underscores in Go names; func Convert_v1_RollingUpdateDeployment_To_apps_RollingUpdateDeployment should be ConvertV1RollingUpdateDeploymentToAppsRollingUpdateDeployment (golint)
    • Line 153: warning: exported function Convert_apps_RollingUpdateDeployment_To_v1_RollingUpdateDeployment should have comment or be unexported (golint)
    • Line 153: warning: don't use underscores in Go names; func Convert_apps_RollingUpdateDeployment_To_v1_RollingUpdateDeployment should be ConvertAppsRollingUpdateDeploymentToV1RollingUpdateDeployment (golint)
    • Line 169: warning: exported function Convert_v1_Deployment_To_apps_Deployment should have comment or be unexported (golint)
    • Line 169: warning: don't use underscores in Go names; func Convert_v1_Deployment_To_apps_Deployment should be ConvertV1DeploymentToAppsDeployment (golint)
    • Line 180: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 196: warning: exported function Convert_apps_Deployment_To_v1_Deployment should have comment or be unexported (golint)
    • Line 196: warning: don't use underscores in Go names; func Convert_apps_Deployment_To_v1_Deployment should be ConvertAppsDeploymentToV1Deployment (golint)
    • Line 221: warning: exported function Convert_apps_RollingUpdateDaemonSet_To_v1_RollingUpdateDaemonSet should have comment or be unexported (golint)
    • Line 221: warning: don't use underscores in Go names; func Convert_apps_RollingUpdateDaemonSet_To_v1_RollingUpdateDaemonSet should be ConvertAppsRollingUpdateDaemonSetToV1RollingUpdateDaemonSet (golint)
    • Line 231: warning: exported function Convert_v1_RollingUpdateDaemonSet_To_apps_RollingUpdateDaemonSet should have comment or be unexported (golint)
    • Line 231: warning: don't use underscores in Go names; func Convert_v1_RollingUpdateDaemonSet_To_apps_RollingUpdateDaemonSet should be ConvertV1RollingUpdateDaemonSetToAppsRollingUpdateDaemonSet (golint)
    • Line 238: warning: exported function Convert_apps_DaemonSet_To_v1_DaemonSet should have comment or be unexported (golint)
    • Line 238: warning: don't use underscores in Go names; func Convert_apps_DaemonSet_To_v1_DaemonSet should be ConvertAppsDaemonSetToV1DaemonSet (golint)
    • Line 252: warning: exported function Convert_apps_DaemonSetSpec_To_v1_DaemonSetSpec should have comment or be unexported (golint)
    • Line 252: warning: don't use underscores in Go names; func Convert_apps_DaemonSetSpec_To_v1_DaemonSetSpec should be ConvertAppsDaemonSetSpecToV1DaemonSetSpec (golint)
    • Line 270: warning: exported function Convert_apps_DaemonSetUpdateStrategy_To_v1_DaemonSetUpdateStrategy should have comment or be unexported (golint)
    • Line 270: warning: don't use underscores in Go names; func Convert_apps_DaemonSetUpdateStrategy_To_v1_DaemonSetUpdateStrategy should be ConvertAppsDaemonSetUpdateStrategyToV1DaemonSetUpdateStrategy (golint)
    • Line 281: warning: exported function Convert_v1_DaemonSet_To_apps_DaemonSet should have comment or be unexported (golint)
    • Line 281: warning: don't use underscores in Go names; func Convert_v1_DaemonSet_To_apps_DaemonSet should be ConvertV1DaemonSetToAppsDaemonSet (golint)
    • Line 289: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 301: warning: exported function Convert_v1_DaemonSetSpec_To_apps_DaemonSetSpec should have comment or be unexported (golint)
    • Line 301: warning: don't use underscores in Go names; func Convert_v1_DaemonSetSpec_To_apps_DaemonSetSpec should be ConvertV1DaemonSetSpecToAppsDaemonSetSpec (golint)
    • Line 319: warning: exported function Convert_v1_DaemonSetUpdateStrategy_To_apps_DaemonSetUpdateStrategy should have comment or be unexported (golint)
    • Line 319: warning: don't use underscores in Go names; func Convert_v1_DaemonSetUpdateStrategy_To_apps_DaemonSetUpdateStrategy should be ConvertV1DaemonSetUpdateStrategyToAppsDaemonSetUpdateStrategy (golint)
    • Line 330: warning: exported function Convert_apps_ReplicaSetSpec_To_v1_ReplicaSetSpec should have comment or be unexported (golint)
    • Line 330: warning: don't use underscores in Go names; func Convert_apps_ReplicaSetSpec_To_v1_ReplicaSetSpec should be ConvertAppsReplicaSetSpecToV1ReplicaSetSpec (golint)
    • Line 341: warning: exported function Convert_v1_ReplicaSetSpec_To_apps_ReplicaSetSpec should have comment or be unexported (golint)
    • Line 341: warning: don't use underscores in Go names; func Convert_v1_ReplicaSetSpec_To_apps_ReplicaSetSpec should be ConvertV1ReplicaSetSpecToAppsReplicaSetSpec (golint)
    • Line 353: warning: exported function Convert_v1_StatefulSetSpec_To_apps_StatefulSetSpec should have comment or be unexported (golint)
    • Line 353: warning: don't use underscores in Go names; func Convert_v1_StatefulSetSpec_To_apps_StatefulSetSpec should be ConvertV1StatefulSetSpecToAppsStatefulSetSpec (golint)
    • Line 394: warning: exported function Convert_apps_StatefulSetSpec_To_v1_StatefulSetSpec should have comment or be unexported (golint)
    • Line 394: warning: don't use underscores in Go names; func Convert_apps_StatefulSetSpec_To_v1_StatefulSetSpec should be ConvertAppsStatefulSetSpecToV1StatefulSetSpec (golint)
    • Line 434: warning: exported function Convert_v1_StatefulSetUpdateStrategy_To_apps_StatefulSetUpdateStrategy should have comment or be unexported (golint)
    • Line 434: warning: don't use underscores in Go names; func Convert_v1_StatefulSetUpdateStrategy_To_apps_StatefulSetUpdateStrategy should be ConvertV1StatefulSetUpdateStrategyToAppsStatefulSetUpdateStrategy (golint)
    • Line 445: warning: exported function Convert_apps_StatefulSetUpdateStrategy_To_v1_StatefulSetUpdateStrategy should have comment or be unexported (golint)
    • Line 445: warning: don't use underscores in Go names; func Convert_apps_StatefulSetUpdateStrategy_To_v1_StatefulSetUpdateStrategy should be ConvertAppsStatefulSetUpdateStrategyToV1StatefulSetUpdateStrategy (golint)
    • Line 457: warning: exported function Convert_v1_StatefulSetStatus_To_apps_StatefulSetStatus should have comment or be unexported (golint)
    • Line 457: warning: don't use underscores in Go names; func Convert_v1_StatefulSetStatus_To_apps_StatefulSetStatus should be ConvertV1StatefulSetStatusToAppsStatefulSetStatus (golint)
    • Line 479: warning: exported function Convert_apps_StatefulSetStatus_To_v1_StatefulSetStatus should have comment or be unexported (golint)
    • Line 479: warning: don't use underscores in Go names; func Convert_apps_StatefulSetStatus_To_v1_StatefulSetStatus should be ConvertAppsStatefulSetStatusToV1StatefulSetStatus (golint)
    • arktos/pkg/apis/batch/validation/validation.go
    • Line 33: warning: comment on exported function ValidateGeneratedSelector should be of the form "ValidateGeneratedSelector ..." (golint)
    • Line 79: warning: exported function ValidateJob should have comment or be unexported (golint)
    • Line 87: warning: exported function ValidateJobSpec should have comment or be unexported (golint)
    • Line 134: warning: exported function ValidateJobStatus should have comment or be unexported (golint)
    • Line 142: warning: exported function ValidateJobUpdate should have comment or be unexported (golint)
    • Line 148: warning: exported function ValidateJobUpdateStatus should have comment or be unexported (golint)
    • Line 154: warning: exported function ValidateJobSpecUpdate should have comment or be unexported (golint)
    • Line 163: warning: exported function ValidateJobStatusUpdate should have comment or be unexported (golint)
    • Line 169: warning: exported function ValidateCronJob should have comment or be unexported (golint)
    • Line 183: warning: exported function ValidateCronJobUpdate should have comment or be unexported (golint)
    • Line 191: warning: exported function ValidateCronJobSpec should have comment or be unexported (golint)
    • Line 241: warning: exported function ValidateJobTemplate should have comment or be unexported (golint)
    • Line 248: warning: exported function ValidateJobTemplateSpec should have comment or be unexported (golint)
    • arktos/pkg/kubelet/cadvisor/testing/cadvisor_fake.go
    • Line 32: warning: exported const FakeNumCores should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported method Fake.Start should have comment or be unexported (golint)
    • Line 45: warning: exported method Fake.ContainerInfo should have comment or be unexported (golint)
    • Line 49: warning: exported method Fake.ContainerInfoV2 should have comment or be unexported (golint)
    • Line 53: warning: exported method Fake.SubcontainerInfo should have comment or be unexported (golint)
    • Line 57: warning: exported method Fake.DockerContainer should have comment or be unexported (golint)
    • Line 61: warning: exported method Fake.MachineInfo should have comment or be unexported (golint)
    • Line 71: warning: exported method Fake.VersionInfo should have comment or be unexported (golint)
    • Line 79: warning: exported method Fake.ImagesFsInfo should have comment or be unexported (golint)
    • Line 83: warning: exported method Fake.RootFsInfo should have comment or be unexported (golint)
    • Line 87: warning: exported method Fake.WatchEvents should have comment or be unexported (golint)
    • Line 91: warning: exported method Fake.GetDirFsInfo should have comment or be unexported (golint)
    • arktos/pkg/apis/rbac/v1/helpers.go
    • Line 38: warning: exported function NewRule should have comment or be unexported (golint)
    • Line 44: warning: exported method PolicyRuleBuilder.Groups should have comment or be unexported (golint)
    • Line 49: warning: exported method PolicyRuleBuilder.Resources should have comment or be unexported (golint)
    • Line 54: warning: exported method PolicyRuleBuilder.Names should have comment or be unexported (golint)
    • Line 59: warning: exported method PolicyRuleBuilder.URLs should have comment or be unexported (golint)
    • Line 64: warning: exported method PolicyRuleBuilder.RuleOrDie should have comment or be unexported (golint)
    • Line 72: warning: exported method PolicyRuleBuilder.Rule should have comment or be unexported (golint)
    • Line 111: warning: exported function NewClusterBinding should have comment or be unexported (golint)
    • Line 124: warning: exported method ClusterRoleBindingBuilder.Groups should have comment or be unexported (golint)
    • Line 131: warning: exported method ClusterRoleBindingBuilder.Users should have comment or be unexported (golint)
    • Line 138: warning: exported method ClusterRoleBindingBuilder.SAs should have comment or be unexported (golint)
    • Line 145: warning: exported method ClusterRoleBindingBuilder.BindingOrDie should have comment or be unexported (golint)
    • Line 153: warning: exported method ClusterRoleBindingBuilder.Binding should have comment or be unexported (golint)
    • Line 189: warning: exported function NewRoleBindingForClusterRole should have comment or be unexported (golint)
    • arktos/pkg/util/labels/labels_test.go
    • Line 62: warning: don't use underscores in Go names; var got_rm should be gotRm (golint)
    • Line 154: warning: don't use underscores in Go names; var ls_in should be lsIn (golint)
    • Line 155: warning: don't use underscores in Go names; var ls_out should be lsOut (golint)
    • Line 203: warning: don't use underscores in Go names; var ls_in should be lsIn (golint)
    • Line 204: warning: don't use underscores in Go names; var ls_out should be lsOut (golint)
    • arktos/pkg/kubemark/hollow_proxy.go
    • Line 40: warning: exported type HollowProxy should have comment or be unexported (golint)
    • Line 44: warning: exported type FakeProxier should have comment or be unexported (golint)
    • Line 46: warning: exported method FakeProxier.Sync should have comment or be unexported (golint)
    • Line 47: warning: exported method FakeProxier.SyncLoop should have comment or be unexported (golint)
    • Line 50: warning: exported method FakeProxier.OnServiceAdd should have comment or be unexported (golint)
    • Line 51: warning: exported method FakeProxier.OnServiceUpdate should have comment or be unexported (golint)
    • Line 52: warning: exported method FakeProxier.OnServiceDelete should have comment or be unexported (golint)
    • Line 53: warning: exported method FakeProxier.OnServiceSynced should have comment or be unexported (golint)
    • Line 54: warning: exported method FakeProxier.OnEndpointsAdd should have comment or be unexported (golint)
    • Line 55: warning: exported method FakeProxier.OnEndpointsUpdate should have comment or be unexported (golint)
    • Line 56: warning: exported method FakeProxier.OnEndpointsDelete should have comment or be unexported (golint)
    • Line 57: warning: exported method FakeProxier.OnEndpointsSynced should have comment or be unexported (golint)
    • Line 59: warning: exported function NewHollowProxyOrDie should have comment or be unexported (golint)
    • Line 125: warning: exported method HollowProxy.Run should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/cli-runtime/pkg/genericclioptions/builder_flags.go
    • Line 55: warning: exported method ResourceBuilderFlags.WithFile should have comment or be unexported (golint)
    • Line 65: warning: exported method ResourceBuilderFlags.WithLabelSelector should have comment or be unexported (golint)
    • Line 70: warning: exported method ResourceBuilderFlags.WithFieldSelector should have comment or be unexported (golint)
    • Line 75: warning: exported method ResourceBuilderFlags.WithAllNamespaces should have comment or be unexported (golint)
    • Line 80: warning: exported method ResourceBuilderFlags.WithAll should have comment or be unexported (golint)
    • Line 85: warning: exported method ResourceBuilderFlags.WithLocal should have comment or be unexported (golint)
    • Line 90: warning: exported method ResourceBuilderFlags.WithScheme should have comment or be unexported (golint)
    • Line 95: warning: exported method ResourceBuilderFlags.WithLatest should have comment or be unexported (golint)
    • Line 100: warning: exported method ResourceBuilderFlags.StopOnError should have comment or be unexported (golint)
    • arktos/pkg/controller/replicaset/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_ReplicaSetControllerConfiguration_To_config_ReplicaSetControllerConfiguration should be ConvertV1alpha1ReplicaSetControllerConfigurationToConfigReplicaSetControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_ReplicaSetControllerConfiguration_To_v1alpha1_ReplicaSetControllerConfiguration should be ConvertConfigReplicaSetControllerConfigurationToV1alpha1ReplicaSetControllerConfiguration (golint)
    • arktos/pkg/kubectl/rolling_updater.go
    • Line 554: warning: exported function Rename should have comment or be unexported (golint)
    • Line 582: warning: exported function LoadExistingNextReplicationController should have comment or be unexported (golint)
    • Line 593: warning: exported type NewControllerConfig should have comment or be unexported (golint)
    • Line 603: warning: exported function CreateNewControllerFromCurrentController should have comment or be unexported (golint)
    • Line 656: warning: exported function AbortRollingUpdate should have comment or be unexported (golint)
    • Line 680: warning: exported function GetNextControllerAnnotation should have comment or be unexported (golint)
    • Line 685: warning: exported function SetNextControllerAnnotation should have comment or be unexported (golint)
    • Line 692: warning: exported function UpdateExistingReplicationController should have comment or be unexported (golint)
    • Line 706: warning: exported function AddDeploymentKeyToReplicationController should have comment or be unexported (golint)
    • Line 837: warning: exported function FindSourceController should have comment or be unexported (golint)
    • arktos/pkg/kubelet/container/testing/fake_runtime.go
    • Line 33: warning: should not use dot imports (golint)
    • Line 37: warning: exported type FakePod should have comment or be unexported (golint)
    • Line 64: warning: exported const FakeHost should have comment or be unexported (golint)
    • Line 66: warning: exported type FakeStreamingRuntime should have comment or be unexported (golint)
    • Line 75: warning: exported type FakeVersion should have comment or be unexported (golint)
    • Line 83: warning: exported method FakeVersion.Compare should have comment or be unexported (golint)
    • Line 97: warning: exported type FakeRuntimeCache should have comment or be unexported (golint)
    • Line 101: warning: exported function NewFakeRuntimeCache should have comment or be unexported (golint)
    • Line 105: warning: exported method FakeRuntimeCache.GetPods should have comment or be unexported (golint)
    • Line 109: warning: exported method FakeRuntimeCache.ForceUpdateIfOlder should have comment or be unexported (golint)
    • Line 153: warning: exported method FakeRuntime.AssertStartedPods should have comment or be unexported (golint)
    • Line 159: warning: exported method FakeRuntime.AssertKilledPods should have comment or be unexported (golint)
    • Line 165: warning: exported method FakeRuntime.AssertStartedContainers should have comment or be unexported (golint)
    • Line 171: warning: exported method FakeRuntime.AssertKilledContainers should have comment or be unexported (golint)
    • Line 177: warning: exported method FakeRuntime.Type should have comment or be unexported (golint)
    • Line 181: warning: exported method FakeRuntime.Version should have comment or be unexported (golint)
    • Line 189: warning: exported method FakeRuntime.APIVersion should have comment or be unexported (golint)
    • Line 197: warning: exported method FakeRuntime.Status should have comment or be unexported (golint)
    • Line 205: warning: exported method FakeRuntime.GetPods should have comment or be unexported (golint)
    • Line 224: warning: exported method FakeRuntime.SyncPod should have comment or be unexported (golint)
    • Line 240: warning: exported method FakeRuntime.KillPod should have comment or be unexported (golint)
    • Line 252: warning: exported method FakeRuntime.RunContainerInPod should have comment or be unexported (golint)
    • Line 269: warning: exported method FakeRuntime.KillContainerInPod should have comment or be unexported (golint)
    • Line 286: warning: exported method FakeRuntime.GetPodStatus should have comment or be unexported (golint)
    • Line 295: warning: exported method FakeRuntime.GetContainerLogs should have comment or be unexported (golint)
    • Line 303: warning: exported method FakeRuntime.PullImage should have comment or be unexported (golint)
    • Line 311: warning: exported method FakeRuntime.GetImageRef should have comment or be unexported (golint)
    • Line 324: warning: exported method FakeRuntime.ListImages should have comment or be unexported (golint)
    • Line 332: warning: exported method FakeRuntime.RemoveImage should have comment or be unexported (golint)
    • Line 349: warning: exported method FakeRuntime.GarbageCollect should have comment or be unexported (golint)
    • Line 357: warning: exported method FakeRuntime.DeleteContainer should have comment or be unexported (golint)
    • Line 365: warning: exported method FakeRuntime.ImageStats should have comment or be unexported (golint)
    • Line 373: warning: exported method FakeStreamingRuntime.GetExec should have comment or be unexported (golint)
    • Line 381: warning: exported method FakeStreamingRuntime.GetAttach should have comment or be unexported (golint)
    • Line 389: warning: exported method FakeStreamingRuntime.GetPortForward should have comment or be unexported (golint)
    • Line 397: warning: exported method FakeRuntime.RebootVM should have comment or be unexported (golint)
    • Line 405: warning: exported method FakeRuntime.CreateSnapshot should have comment or be unexported (golint)
    • Line 413: warning: exported method FakeRuntime.RestoreToSnapshot should have comment or be unexported (golint)
    • Line 421: warning: exported type FakeContainerCommandRunner should have comment or be unexported (golint)
    • Line 433: warning: exported method FakeContainerCommandRunner.RunInContainer should have comment or be unexported (golint)
    • Line 441: warning: comment on exported method FakeRuntime.AttachNetworkInterface should be of the form "AttachNetworkInterface ..." (golint)
    • Line 450: warning: exported method FakeRuntime.DetachNetworkInterface should have comment or be unexported (golint)
    • Line 458: warning: exported method FakeRuntime.ListNetworkInterfaces should have comment or be unexported (golint)
    • arktos/pkg/kubelet/util/format/pod.go
    • Line 55: warning: comment on exported function PodWithDeletionTimestampAndResourceVersion should be of the form "PodWithDeletionTimestampAndResourceVersion ..." (golint)
    • Line 70: warning: comment on exported function PodsWithDeletionTimestampsAndResourceVersions should be of the form "PodsWithDeletionTimestampsAndResourceVersions ..." (golint)
    • arktos/pkg/registry/authentication/tokenreview/storage.go
    • Line 38: warning: exported type REST should have comment or be unexported (golint)
    • Line 43: warning: exported function NewREST should have comment or be unexported (golint)
    • Line 50: warning: exported method REST.NamespaceScoped should have comment or be unexported (golint)
    • Line 54: warning: exported method REST.TenantScoped should have comment or be unexported (golint)
    • Line 58: warning: exported method REST.New should have comment or be unexported (golint)
    • Line 62: warning: exported method REST.Create should have comment or be unexported (golint)
    • arktos/pkg/kubectl/rollback.go
    • Line 51: warning: exported type RollbackVisitor should have comment or be unexported (golint)
    • Line 56: warning: exported method RollbackVisitor.VisitDeployment should have comment or be unexported (golint)
    • Line 60: warning: exported method RollbackVisitor.VisitStatefulSet should have comment or be unexported (golint)
    • Line 64: warning: exported method RollbackVisitor.VisitDaemonSet should have comment or be unexported (golint)
    • Line 68: warning: exported method RollbackVisitor.VisitJob should have comment or be unexported (golint)
    • Line 69: warning: exported method RollbackVisitor.VisitPod should have comment or be unexported (golint)
    • Line 70: warning: exported method RollbackVisitor.VisitReplicaSet should have comment or be unexported (golint)
    • Line 71: warning: exported method RollbackVisitor.VisitReplicationController should have comment or be unexported (golint)
    • Line 72: warning: exported method RollbackVisitor.VisitCronJob should have comment or be unexported (golint)
    • Line 94: warning: exported type DeploymentRollbacker should have comment or be unexported (golint)
    • Line 98: warning: exported method DeploymentRollbacker.Rollback should have comment or be unexported (golint)
    • Line 255: warning: exported type DaemonSetRollbacker should have comment or be unexported (golint)
    • Line 259: warning: exported method DaemonSetRollbacker.Rollback should have comment or be unexported (golint)
    • Line 341: warning: exported type StatefulSetRollbacker should have comment or be unexported (golint)
    • Line 345: warning: comment on exported method StatefulSetRollbacker.Rollback should be of the form "Rollback ..." (golint)
    • arktos/pkg/registry/core/componentstatus/rest.go
    • Line 33: warning: exported type REST should have comment or be unexported (golint)
    • Line 44: warning: exported method REST.NamespaceScoped should have comment or be unexported (golint)
    • Line 48: warning: exported method REST.TenantScoped should have comment or be unexported (golint)
    • Line 52: warning: exported method REST.New should have comment or be unexported (golint)
    • Line 56: warning: exported method REST.NewList should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method REST.List should be of the form "List ..." (golint)
    • Line 85: warning: exported method REST.Get should have comment or be unexported (golint)
    • Line 90: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 95: warning: exported function ToConditionStatus should have comment or be unexported (golint)
    • Line 132: warning: receiver name r should be consistent with previous receiver name rs for REST (golint)
    • arktos/pkg/kubectl/generate/versioned/service_basic.go
    • Line 33: warning: exported type ServiceCommonGeneratorV1 should have comment or be unexported (golint)
    • Line 42: warning: exported type ServiceClusterIPGeneratorV1 should have comment or be unexported (golint)
    • Line 46: warning: exported type ServiceNodePortGeneratorV1 should have comment or be unexported (golint)
    • Line 50: warning: exported type ServiceLoadBalancerGeneratorV1 should have comment or be unexported (golint)
    • Line 54: warning: comment on exported type ServiceExternalNameGeneratorV1 should be of the form "ServiceExternalNameGeneratorV1 ..." (with optional leading article) (golint)
    • Line 59: warning: exported type ServiceExternalNeutronLBGeneratorV1 should have comment or be unexported (golint)
    • Line 63: warning: exported method ServiceClusterIPGeneratorV1.ParamNames should have comment or be unexported (golint)
    • Line 70: warning: exported method ServiceNodePortGeneratorV1.ParamNames should have comment or be unexported (golint)
    • Line 77: warning: exported method ServiceLoadBalancerGeneratorV1.ParamNames should have comment or be unexported (golint)
    • Line 84: warning: exported method ServiceExternalNameGeneratorV1.ParamNames should have comment or be unexported (golint)
    • Line 91: warning: exported method ServiceExternalNeutronLBGeneratorV1.ParamNames should have comment or be unexported (golint)
    • Line 129: warning: exported method ServiceCommonGeneratorV1.GenerateCommon should have comment or be unexported (golint)
    • Line 153: warning: exported method ServiceLoadBalancerGeneratorV1.Generate should have comment or be unexported (golint)
    • Line 166: warning: exported method ServiceNodePortGeneratorV1.Generate should have comment or be unexported (golint)
    • Line 179: warning: exported method ServiceClusterIPGeneratorV1.Generate should have comment or be unexported (golint)
    • Line 192: warning: exported method ServiceExternalNameGeneratorV1.Generate should have comment or be unexported (golint)
    • Line 205: warning: exported method ServiceExternalNeutronLBGeneratorV1.Generate should have comment or be unexported (golint)
    • Line 241: warning: exported method ServiceCommonGeneratorV1.StructuredGenerate should have comment or be unexported (golint)
    • arktos/pkg/registry/authorization/selfsubjectaccessreview/rest.go
    • Line 35: warning: exported type REST should have comment or be unexported (golint)
    • Line 39: warning: exported function NewREST should have comment or be unexported (golint)
    • Line 43: warning: exported method REST.NamespaceScoped should have comment or be unexported (golint)
    • Line 47: warning: exported method REST.TenantScoped should have comment or be unexported (golint)
    • Line 51: warning: exported method REST.New should have comment or be unexported (golint)
    • Line 55: warning: exported method REST.Create should have comment or be unexported (golint)
    • arktos/pkg/registry/registrytest/node.go
    • Line 51: warning: exported function NewNodeRegistry should have comment or be unexported (golint)
    • Line 57: warning: exported method NodeRegistry.SetError should have comment or be unexported (golint)
    • Line 63: warning: exported method NodeRegistry.ListNodes should have comment or be unexported (golint)
    • Line 69: warning: exported method NodeRegistry.CreateNode should have comment or be unexported (golint)
    • Line 77: warning: exported method NodeRegistry.UpdateNode should have comment or be unexported (golint)
    • Line 89: warning: exported method NodeRegistry.GetNode should have comment or be unexported (golint)
    • Line 103: warning: exported method NodeRegistry.DeleteNode should have comment or be unexported (golint)
    • Line 116: warning: exported method NodeRegistry.WatchNodes should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types_jsonschema.go
    • Line 18: warning: package comment should be of the form "Package v1beta1 ..." (golint)
    • Line 134: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 141: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 157: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 164: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 177: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 184: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 199: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 206: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • arktos/pkg/apis/storage/types.go
    • Line 97: warning: comment on exported type VolumeAttachment should be of the form "VolumeAttachment ..." (with optional leading article) (golint)
    • Line 134: warning: comment on exported type VolumeAttachmentSpec should be of the form "VolumeAttachmentSpec ..." (with optional leading article) (golint)
    • Line 166: warning: comment on exported type VolumeAttachmentStatus should be of the form "VolumeAttachmentStatus ..." (with optional leading article) (golint)
    • Line 194: warning: comment on exported type VolumeError should be of the form "VolumeError ..." (with optional leading article) (golint)
    • arktos/pkg/kubectl/cmd/drain/drain.go
    • Line 47: warning: exported type DrainCmdOptions should have comment or be unexported (golint)
    • Line 69: warning: exported function NewCmdCordon should have comment or be unexported (golint)
    • Line 97: warning: exported function NewCmdUncordon should have comment or be unexported (golint)
    • Line 150: warning: exported function NewDrainCmdOptions should have comment or be unexported (golint)
    • Line 161: warning: exported function NewCmdDrain should have comment or be unexported (golint)
    • Line 356: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/storage/selection_predicate.go
    • Line 35: warning: exported function DefaultClusterScopedAttr should have comment or be unexported (golint)
    • Line 47: warning: exported function DefaultTenantScopedAttr should have comment or be unexported (golint)
    • Line 60: warning: exported function DefaultNamespaceScopedAttr should have comment or be unexported (golint)
    • Line 74: warning: exported method AttrFunc.WithFieldMutation should have comment or be unexported (golint)
    • Line 148: warning: comment on exported method SelectionPredicate.MatcherIndex should be of the form "MatcherIndex ..." (golint)
    • Line 171: warning: comment on exported function FieldIndex should be of the form "FieldIndex ..." (golint)
    • arktos/pkg/apis/autoscaling/v2beta1/defaults.go
    • Line 30: warning: exported function SetDefaults_HorizontalPodAutoscaler should have comment or be unexported (golint)
    • Line 30: warning: don't use underscores in Go names; func SetDefaults_HorizontalPodAutoscaler should be SetDefaultsHorizontalPodAutoscaler (golint)
    • arktos/test/e2e/storage/vsphere/vsphere_utils.go
    • Line 58: warning: exported const DummyDiskName should have comment (or a comment on this block) or be unexported (golint)
    • Line 576: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 778: warning: comment on exported function GetReadySchedulableNodeInfos should be of the form "GetReadySchedulableNodeInfos ..." (golint)
    • arktos/pkg/security/apparmor/helpers.go
    • Line 53: warning: comment on exported function GetProfileName should be of the form "GetProfileName ..." (golint)
    • Line 64: warning: comment on exported function SetProfileName should be of the form "SetProfileName ..." (golint)
    • Line 73: warning: comment on exported function SetProfileNameFromPodAnnotations should be of the form "SetProfileNameFromPodAnnotations ..." (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics.go
    • Line 131: warning: exported function UpdateObjectCount should have comment or be unexported (golint)
    • Line 135: warning: exported function RecordEtcdRequestLatency should have comment or be unexported (golint)
    • Line 140: warning: exported function ObserveGetCache should have comment or be unexported (golint)
    • Line 145: warning: exported function ObserveAddCache should have comment or be unexported (golint)
    • Line 150: warning: exported function ObserveCacheHit should have comment or be unexported (golint)
    • Line 155: warning: exported function ObserveCacheMiss should have comment or be unexported (golint)
    • Line 160: warning: exported function ObserveNewEntry should have comment or be unexported (golint)
    • Line 165: warning: exported function Reset should have comment or be unexported (golint)
    • arktos/pkg/volume/iscsi/iscsi_util.go
    • Line 121: warning: comment on exported type StatFunc should be of the form "StatFunc ..." (with optional leading article) (golint)
    • Line 124: warning: exported type GlobFunc should have comment or be unexported (golint)
    • Line 199: warning: exported type ISCSIUtil should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured.go
    • Line 53: warning: exported method Unstructured.GetObjectKind should have comment or be unexported (golint)
    • Line 55: warning: exported method Unstructured.IsList should have comment or be unexported (golint)
    • Line 63: warning: exported method Unstructured.ToList should have comment or be unexported (golint)
    • Line 84: warning: exported method Unstructured.EachListItem should have comment or be unexported (golint)
    • Line 105: warning: exported method Unstructured.UnstructuredContent should have comment or be unexported (golint)
    • Line 112: warning: exported method Unstructured.SetUnstructuredContent should have comment or be unexported (golint)
    • Line 118: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 126: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 133: warning: receiver name in should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 141: warning: exported method Unstructured.DeepCopy should have comment or be unexported (golint)
    • Line 141: warning: receiver name in should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 151: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 158: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 165: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 172: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 179: warning: exported method Unstructured.GetOwnerReferences should have comment or be unexported (golint)
    • Line 179: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 200: warning: exported method Unstructured.SetOwnerReferences should have comment or be unexported (golint)
    • Line 200: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 218: warning: exported method Unstructured.GetAPIVersion should have comment or be unexported (golint)
    • Line 218: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 222: warning: exported method Unstructured.SetAPIVersion should have comment or be unexported (golint)
    • Line 222: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 226: warning: exported method Unstructured.GetKind should have comment or be unexported (golint)
    • Line 226: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 230: warning: exported method Unstructured.SetKind should have comment or be unexported (golint)
    • Line 230: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 234: warning: exported method Unstructured.GetTenant should have comment or be unexported (golint)
    • Line 234: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 238: warning: exported method Unstructured.SetTenant should have comment or be unexported (golint)
    • Line 238: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 246: warning: exported method Unstructured.GetNamespace should have comment or be unexported (golint)
    • Line 246: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 250: warning: exported method Unstructured.SetNamespace should have comment or be unexported (golint)
    • Line 250: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 258: warning: exported method Unstructured.GetName should have comment or be unexported (golint)
    • Line 258: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 262: warning: exported method Unstructured.SetName should have comment or be unexported (golint)
    • Line 262: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 270: warning: exported method Unstructured.GetGenerateName should have comment or be unexported (golint)
    • Line 270: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 274: warning: exported method Unstructured.SetGenerateName should have comment or be unexported (golint)
    • Line 274: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 282: warning: exported method Unstructured.GetUID should have comment or be unexported (golint)
    • Line 282: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 286: warning: exported method Unstructured.SetUID should have comment or be unexported (golint)
    • Line 286: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 294: warning: exported method Unstructured.GetHashKey should have comment or be unexported (golint)
    • Line 294: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 302: warning: exported method Unstructured.SetHashKey should have comment or be unexported (golint)
    • Line 302: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 310: warning: exported method Unstructured.GetResourceVersion should have comment or be unexported (golint)
    • Line 310: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 314: warning: exported method Unstructured.SetResourceVersion should have comment or be unexported (golint)
    • Line 314: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 322: warning: exported method Unstructured.GetGeneration should have comment or be unexported (golint)
    • Line 322: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 330: warning: exported method Unstructured.SetGeneration should have comment or be unexported (golint)
    • Line 330: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 338: warning: exported method Unstructured.GetSelfLink should have comment or be unexported (golint)
    • Line 338: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 342: warning: exported method Unstructured.SetSelfLink should have comment or be unexported (golint)
    • Line 342: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 350: warning: exported method Unstructured.GetContinue should have comment or be unexported (golint)
    • Line 350: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 354: warning: exported method Unstructured.SetContinue should have comment or be unexported (golint)
    • Line 354: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 362: warning: exported method Unstructured.GetRemainingItemCount should have comment or be unexported (golint)
    • Line 362: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 366: warning: exported method Unstructured.SetRemainingItemCount should have comment or be unexported (golint)
    • Line 366: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 374: warning: exported method Unstructured.GetCreationTimestamp should have comment or be unexported (golint)
    • Line 374: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 380: warning: exported method Unstructured.SetCreationTimestamp should have comment or be unexported (golint)
    • Line 380: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 389: warning: exported method Unstructured.GetDeletionTimestamp should have comment or be unexported (golint)
    • Line 389: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 398: warning: exported method Unstructured.SetDeletionTimestamp should have comment or be unexported (golint)
    • Line 398: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 407: warning: exported method Unstructured.GetDeletionGracePeriodSeconds should have comment or be unexported (golint)
    • Line 407: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 415: warning: exported method Unstructured.SetDeletionGracePeriodSeconds should have comment or be unexported (golint)
    • Line 415: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 423: warning: exported method Unstructured.GetLabels should have comment or be unexported (golint)
    • Line 423: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 428: warning: exported method Unstructured.SetLabels should have comment or be unexported (golint)
    • Line 428: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 436: warning: exported method Unstructured.GetAnnotations should have comment or be unexported (golint)
    • Line 436: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 441: warning: exported method Unstructured.SetAnnotations should have comment or be unexported (golint)
    • Line 441: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 449: warning: exported method Unstructured.SetGroupVersionKind should have comment or be unexported (golint)
    • Line 449: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 454: warning: exported method Unstructured.GroupVersionKind should have comment or be unexported (golint)
    • Line 454: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 463: warning: exported method Unstructured.GetInitializers should have comment or be unexported (golint)
    • Line 463: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 476: warning: exported method Unstructured.SetInitializers should have comment or be unexported (golint)
    • Line 476: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 488: warning: exported method Unstructured.GetFinalizers should have comment or be unexported (golint)
    • Line 488: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 493: warning: exported method Unstructured.SetFinalizers should have comment or be unexported (golint)
    • Line 493: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 501: warning: exported method Unstructured.GetClusterName should have comment or be unexported (golint)
    • Line 501: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 505: warning: exported method Unstructured.SetClusterName should have comment or be unexported (golint)
    • Line 505: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 513: warning: exported method Unstructured.GetManagedFields should have comment or be unexported (golint)
    • Line 513: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 535: warning: exported method Unstructured.SetManagedFields should have comment or be unexported (golint)
    • Line 535: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/runtime/embedded.go
    • Line 73: warning: exported method Unknown.UnmarshalJSON should have comment or be unexported (golint)
    • Line 84: warning: comment on exported method Unknown.MarshalJSON should be of the form "MarshalJSON ..." (golint)
    • Line 97: warning: exported function Convert_runtime_Object_To_runtime_RawExtension should have comment or be unexported (golint)
    • Line 97: warning: don't use underscores in Go names; func Convert_runtime_Object_To_runtime_RawExtension should be ConvertRuntimeObjectToRuntimeRawExtension (golint)
    • Line 118: warning: exported function Convert_runtime_RawExtension_To_runtime_Object should have comment or be unexported (golint)
    • Line 118: warning: don't use underscores in Go names; func Convert_runtime_RawExtension_To_runtime_Object should be ConvertRuntimeRawExtensionToRuntimeObject (golint)
    • Line 137: warning: exported function DefaultEmbeddedConversions should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/exec/exec.go
    • Line 77: warning: exported function NewCmdExec should have comment or be unexported (golint)
    • Line 114: warning: exported method DefaultRemoteExecutor.Execute should have comment or be unexported (golint)
    • Line 128: warning: exported type StreamOptions should have comment or be unexported (golint)
    • Line 236: warning: exported method StreamOptions.SetupTTY should have comment or be unexported (golint)
    • arktos/pkg/proxy/winuserspace/proxier.go
    • Line 431: warning: exported method Proxier.OnServiceAdd should have comment or be unexported (golint)
    • Line 435: warning: exported method Proxier.OnServiceUpdate should have comment or be unexported (golint)
    • Line 440: warning: exported method Proxier.OnServiceDelete should have comment or be unexported (golint)
    • Line 444: warning: exported method Proxier.OnServiceSynced should have comment or be unexported (golint)
    • Line 447: warning: exported method Proxier.OnEndpointsAdd should have comment or be unexported (golint)
    • Line 451: warning: exported method Proxier.OnEndpointsUpdate should have comment or be unexported (golint)
    • Line 455: warning: exported method Proxier.OnEndpointsDelete should have comment or be unexported (golint)
    • Line 459: warning: exported method Proxier.OnEndpointsSynced should have comment or be unexported (golint)
    • arktos/pkg/kubelet/cadvisor/testing/cadvisor_mock.go
    • Line 27: warning: exported type Mock should have comment or be unexported (golint)
    • Line 33: warning: exported method Mock.Start should have comment or be unexported (golint)
    • Line 50: warning: exported method Mock.SubcontainerInfo should have comment or be unexported (golint)
    • Line 67: warning: exported method Mock.VersionInfo should have comment or be unexported (golint)
    • Line 72: warning: exported method Mock.ImagesFsInfo should have comment or be unexported (golint)
    • Line 77: warning: exported method Mock.RootFsInfo should have comment or be unexported (golint)
    • Line 82: warning: exported method Mock.WatchEvents should have comment or be unexported (golint)
    • Line 87: warning: exported method Mock.GetDirFsInfo should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/api/meta/multirestmapper.go
    • Line 53: warning: exported method MultiRESTMapper.ResourcesFor should have comment or be unexported (golint)
    • Line 88: warning: exported method MultiRESTMapper.KindsFor should have comment or be unexported (golint)
    • Line 123: warning: exported method MultiRESTMapper.ResourceFor should have comment or be unexported (golint)
    • Line 135: warning: exported method MultiRESTMapper.KindFor should have comment or be unexported (golint)
    • arktos/pkg/registry/rbac/validation/rule.go
    • Line 37: warning: exported type AuthorizationRuleResolver should have comment or be unexported (golint)
    • Line 91: warning: exported type DefaultRuleResolver should have comment or be unexported (golint)
    • Line 98: warning: exported function NewDefaultRuleResolver should have comment or be unexported (golint)
    • Line 102: warning: exported type RoleGetter should have comment or be unexported (golint)
    • Line 107: warning: exported type RoleBindingLister should have comment or be unexported (golint)
    • Line 112: warning: exported type ClusterRoleGetter should have comment or be unexported (golint)
    • Line 117: warning: exported type ClusterRoleBindingLister should have comment or be unexported (golint)
    • Line 122: warning: exported method DefaultRuleResolver.RulesFor should have comment or be unexported (golint)
    • Line 183: warning: exported method DefaultRuleResolver.VisitRulesFor should have comment or be unexported (golint)
    • Line 359: warning: exported method StaticRoles.GetRole should have comment or be unexported (golint)
    • Line 371: warning: exported method StaticRoles.GetRoleWithMultiTenancy should have comment or be unexported (golint)
    • Line 386: warning: exported method StaticRoles.GetClusterRole should have comment or be unexported (golint)
    • Line 395: warning: exported method StaticRoles.GetClusterRoleWithMultiTenancy should have comment or be unexported (golint)
    • Line 404: warning: exported method StaticRoles.ListRoleBindings should have comment or be unexported (golint)
    • Line 420: warning: exported method StaticRoles.ListRoleBindingsWithMultiTenancy should have comment or be unexported (golint)
    • Line 436: warning: exported method StaticRoles.ListClusterRoleBindings should have comment or be unexported (golint)
    • Line 440: warning: exported method StaticRoles.ListClusterRoleBindingsWithMultiTenancy should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/watch/watch.go
    • Line 41: warning: exported type AggregatedWatchInterface should have comment or be unexported (golint)
    • Line 50: warning: exported type AggregatedWatcher should have comment or be unexported (golint)
    • Line 67: warning: exported function NewAggregatedWatcher should have comment or be unexported (golint)
    • Line 81: warning: exported function NewAggregatedWatcherWithReset should have comment or be unexported (golint)
    • Line 129: warning: exported method AggregatedWatcher.AddWatchInterface should have comment or be unexported (golint)
    • Line 180: warning: exported function PrintEvent should have comment or be unexported (golint)
    • Line 188: warning: exported method AggregatedWatcher.Stop should have comment or be unexported (golint)
    • Line 210: warning: exported method AggregatedWatcher.ResultChan should have comment or be unexported (golint)
    • Line 214: warning: exported method AggregatedWatcher.GetErrors should have comment or be unexported (golint)
    • Line 234: warning: exported method AggregatedWatcher.GetWatchersCount should have comment or be unexported (golint)
    • Line 245: warning: exported const Added should have comment (or a comment on this block) or be unexported (golint)
    • Line 298: warning: exported function NewFake should have comment or be unexported (golint)
    • Line 304: warning: exported function NewFakeWithChanSize should have comment or be unexported (golint)
    • Line 321: warning: exported method FakeWatcher.IsStopped should have comment or be unexported (golint)
    • Line 335: warning: exported method FakeWatcher.ResultChan should have comment or be unexported (golint)
    • Line 371: warning: exported function NewRaceFreeFake should have comment or be unexported (golint)
    • Line 388: warning: exported method RaceFreeFakeWatcher.IsStopped should have comment or be unexported (golint)
    • Line 402: warning: exported method RaceFreeFakeWatcher.ResultChan should have comment or be unexported (golint)
    • arktos/pkg/kubectl/generate/versioned/run.go
    • Line 38: warning: exported type DeploymentV1Beta1 should have comment or be unexported (golint)
    • Line 40: warning: exported method DeploymentV1Beta1.ParamNames should have comment or be unexported (golint)
    • Line 61: warning: exported method DeploymentV1Beta1.Generate should have comment or be unexported (golint)
    • Line 126: warning: exported type DeploymentAppsV1Beta1 should have comment or be unexported (golint)
    • Line 128: warning: exported method DeploymentAppsV1Beta1.ParamNames should have comment or be unexported (golint)
    • Line 149: warning: exported method DeploymentAppsV1Beta1.Generate should have comment or be unexported (golint)
    • Line 214: warning: exported type DeploymentAppsV1 should have comment or be unexported (golint)
    • Line 216: warning: exported method DeploymentAppsV1.ParamNames should have comment or be unexported (golint)
    • Line 237: warning: exported method DeploymentAppsV1.Generate should have comment or be unexported (golint)
    • Line 379: warning: exported type JobV1 should have comment or be unexported (golint)
    • Line 381: warning: exported method JobV1.ParamNames should have comment or be unexported (golint)
    • Line 403: warning: exported method JobV1.Generate should have comment or be unexported (golint)
    • Line 473: warning: exported type CronJobV2Alpha1 should have comment or be unexported (golint)
    • Line 475: warning: exported method CronJobV2Alpha1.ParamNames should have comment or be unexported (golint)
    • Line 498: warning: exported method CronJobV2Alpha1.Generate should have comment or be unexported (golint)
    • Line 574: warning: exported type CronJobV1Beta1 should have comment or be unexported (golint)
    • Line 576: warning: exported method CronJobV1Beta1.ParamNames should have comment or be unexported (golint)
    • Line 599: warning: exported method CronJobV1Beta1.Generate should have comment or be unexported (golint)
    • Line 675: warning: exported type BasicReplicationController should have comment or be unexported (golint)
    • Line 677: warning: exported method BasicReplicationController.ParamNames should have comment or be unexported (golint)
    • Line 772: warning: exported method BasicReplicationController.Generate should have comment or be unexported (golint)
    • Line 897: warning: exported type BasicPod should have comment or be unexported (golint)
    • Line 899: warning: exported method BasicPod.ParamNames should have comment or be unexported (golint)
    • Line 921: warning: exported method BasicPod.Generate should have comment or be unexported (golint)
    • arktos/pkg/kubelet/dockershim/network/cni/testing/mock_cni.go
    • Line 18: warning: package comment should be of the form "Package mock_cni ..." (golint)
    • Line 20: warning: don't use an underscore in package name (golint)
    • Line 29: warning: exported type MockCNI should have comment or be unexported (golint)
    • Line 33: warning: exported method MockCNI.AddNetwork should have comment or be unexported (golint)
    • Line 38: warning: exported method MockCNI.DelNetwork should have comment or be unexported (golint)
    • Line 43: warning: exported method MockCNI.DelNetworkList should have comment or be unexported (golint)
    • Line 48: warning: exported method MockCNI.GetNetworkListCachedResult should have comment or be unexported (golint)
    • Line 53: warning: exported method MockCNI.AddNetworkList should have comment or be unexported (golint)
    • Line 58: warning: exported method MockCNI.CheckNetworkList should have comment or be unexported (golint)
    • Line 63: warning: exported method MockCNI.CheckNetwork should have comment or be unexported (golint)
    • Line 68: warning: exported method MockCNI.GetNetworkCachedResult should have comment or be unexported (golint)
    • Line 73: warning: exported method MockCNI.ValidateNetworkList should have comment or be unexported (golint)
    • Line 78: warning: exported method MockCNI.ValidateNetwork should have comment or be unexported (golint)
    • arktos/pkg/controller/tenant/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_TenantControllerConfiguration_To_config_TenantControllerConfiguration should be ConvertV1alpha1TenantControllerConfigurationToConfigTenantControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_TenantControllerConfiguration_To_v1alpha1_TenantControllerConfiguration should be ConvertConfigTenantControllerConfigurationToV1alpha1TenantControllerConfiguration (golint)
    • arktos/pkg/kubelet/status/status_manager.go
    • Line 85: warning: comment on exported type PodDeletionSafetyProvider should be of the form "PodDeletionSafetyProvider ..." (with optional leading article) (golint)
    • Line 117: warning: exported function NewManager should have comment or be unexported (golint)
    • arktos/pkg/registry/registrytest/service.go
    • Line 31: warning: exported function NewServiceRegistry should have comment or be unexported (golint)
    • Line 35: warning: exported type ServiceRegistry should have comment or be unexported (golint)
    • Line 47: warning: exported method ServiceRegistry.SetError should have comment or be unexported (golint)
    • Line 53: warning: exported method ServiceRegistry.ListServices should have comment or be unexported (golint)
    • Line 77: warning: exported method ServiceRegistry.CreateService should have comment or be unexported (golint)
    • Line 87: warning: exported method ServiceRegistry.GetService should have comment or be unexported (golint)
    • Line 95: warning: exported method ServiceRegistry.DeleteService should have comment or be unexported (golint)
    • Line 104: warning: exported method ServiceRegistry.UpdateService should have comment or be unexported (golint)
    • Line 114: warning: exported method ServiceRegistry.WatchServices should have comment or be unexported (golint)
    • Line 121: warning: exported method ServiceRegistry.ExportService should have comment or be unexported (golint)
    • arktos/pkg/apis/autoscaling/v1/defaults.go
    • Line 28: warning: exported function SetDefaults_HorizontalPodAutoscaler should have comment or be unexported (golint)
    • Line 28: warning: don't use underscores in Go names; func SetDefaults_HorizontalPodAutoscaler should be SetDefaultsHorizontalPodAutoscaler (golint)
    • arktos/staging/src/k8s.io/client-go/scale/scheme/appsv1beta1/conversion.go
    • Line 42: warning: exported function Convert_scheme_ScaleStatus_To_v1beta1_ScaleStatus should have comment or be unexported (golint)
    • Line 42: warning: don't use underscores in Go names; func Convert_scheme_ScaleStatus_To_v1beta1_ScaleStatus should be ConvertSchemeScaleStatusToV1beta1ScaleStatus (golint)
    • Line 61: warning: exported function Convert_v1beta1_ScaleStatus_To_scheme_ScaleStatus should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; func Convert_v1beta1_ScaleStatus_To_scheme_ScaleStatus should be ConvertV1beta1ScaleStatusToSchemeScaleStatus (golint)
    • arktos/pkg/apis/apps/v1beta1/defaults.go
    • Line 30: warning: exported function SetDefaults_StatefulSet should have comment or be unexported (golint)
    • Line 30: warning: don't use underscores in Go names; func SetDefaults_StatefulSet should be SetDefaultsStatefulSet (golint)
    • Line 72: warning: don't use underscores in Go names; func SetDefaults_Deployment should be SetDefaultsDeployment (golint)
    • arktos/staging/src/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_HTTPIngressPath should be mapHTTPIngressPath (golint)
    • Line 36: warning: exported method HTTPIngressPath.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_HTTPIngressRuleValue should be mapHTTPIngressRuleValue (golint)
    • Line 45: warning: exported method HTTPIngressRuleValue.SwaggerDoc should have comment or be unexported (golint)
    • Line 49: warning: don't use underscores in Go names; var map_Ingress should be mapIngress (golint)
    • Line 56: warning: exported method Ingress.SwaggerDoc should have comment or be unexported (golint)
    • Line 60: warning: don't use underscores in Go names; var map_IngressBackend should be mapIngressBackend (golint)
    • Line 66: warning: exported method IngressBackend.SwaggerDoc should have comment or be unexported (golint)
    • Line 70: warning: don't use underscores in Go names; var map_IngressList should be mapIngressList (golint)
    • Line 76: warning: exported method IngressList.SwaggerDoc should have comment or be unexported (golint)
    • Line 80: warning: don't use underscores in Go names; var map_IngressRule should be mapIngressRule (golint)
    • Line 85: warning: exported method IngressRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 89: warning: don't use underscores in Go names; var map_IngressRuleValue should be mapIngressRuleValue (golint)
    • Line 93: warning: exported method IngressRuleValue.SwaggerDoc should have comment or be unexported (golint)
    • Line 97: warning: don't use underscores in Go names; var map_IngressSpec should be mapIngressSpec (golint)
    • Line 104: warning: exported method IngressSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 108: warning: don't use underscores in Go names; var map_IngressStatus should be mapIngressStatus (golint)
    • Line 113: warning: exported method IngressStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 117: warning: don't use underscores in Go names; var map_IngressTLS should be mapIngressTLS (golint)
    • Line 123: warning: exported method IngressTLS.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/authorization/authorizer/rule.go
    • Line 19: warning: exported type ResourceRuleInfo should have comment or be unexported (golint)
    • Line 38: warning: exported method DefaultResourceRuleInfo.GetVerbs should have comment or be unexported (golint)
    • Line 42: warning: exported method DefaultResourceRuleInfo.GetAPIGroups should have comment or be unexported (golint)
    • Line 46: warning: exported method DefaultResourceRuleInfo.GetResources should have comment or be unexported (golint)
    • Line 50: warning: exported method DefaultResourceRuleInfo.GetResourceNames should have comment or be unexported (golint)
    • Line 54: warning: exported type NonResourceRuleInfo should have comment or be unexported (golint)
    • Line 67: warning: exported method DefaultNonResourceRuleInfo.GetVerbs should have comment or be unexported (golint)
    • Line 71: warning: exported method DefaultNonResourceRuleInfo.GetNonResourceURLs should have comment or be unexported (golint)
    • arktos/pkg/registry/events/rest/storage_events.go
    • Line 32: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 36: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 57: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_AggregationRule should be mapAggregationRule (golint)
    • Line 35: warning: exported method AggregationRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; var map_ClusterRole should be mapClusterRole (golint)
    • Line 46: warning: exported method ClusterRole.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_ClusterRoleBinding should be mapClusterRoleBinding (golint)
    • Line 57: warning: exported method ClusterRoleBinding.SwaggerDoc should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; var map_ClusterRoleBindingList should be mapClusterRoleBindingList (golint)
    • Line 67: warning: exported method ClusterRoleBindingList.SwaggerDoc should have comment or be unexported (golint)
    • Line 71: warning: don't use underscores in Go names; var map_ClusterRoleList should be mapClusterRoleList (golint)
    • Line 77: warning: exported method ClusterRoleList.SwaggerDoc should have comment or be unexported (golint)
    • Line 81: warning: don't use underscores in Go names; var map_PolicyRule should be mapPolicyRule (golint)
    • Line 90: warning: exported method PolicyRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 94: warning: don't use underscores in Go names; var map_Role should be mapRole (golint)
    • Line 100: warning: exported method Role.SwaggerDoc should have comment or be unexported (golint)
    • Line 104: warning: don't use underscores in Go names; var map_RoleBinding should be mapRoleBinding (golint)
    • Line 111: warning: exported method RoleBinding.SwaggerDoc should have comment or be unexported (golint)
    • Line 115: warning: don't use underscores in Go names; var map_RoleBindingList should be mapRoleBindingList (golint)
    • Line 121: warning: exported method RoleBindingList.SwaggerDoc should have comment or be unexported (golint)
    • Line 125: warning: don't use underscores in Go names; var map_RoleList should be mapRoleList (golint)
    • Line 131: warning: exported method RoleList.SwaggerDoc should have comment or be unexported (golint)
    • Line 135: warning: don't use underscores in Go names; var map_RoleRef should be mapRoleRef (golint)
    • Line 142: warning: exported method RoleRef.SwaggerDoc should have comment or be unexported (golint)
    • Line 146: warning: don't use underscores in Go names; var map_Subject should be mapSubject (golint)
    • Line 154: warning: exported method Subject.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/features/kube_features.go
    • Line 34: warning: comment on exported const StreamingProxyRedirects should be of the form "StreamingProxyRedirects ..." (golint)
    • Line 42: warning: comment on exported const ValidateProxyRedirects should be of the form "ValidateProxyRedirects ..." (golint)
    • Line 50: warning: comment on exported const AdvancedAuditing should be of the form "AdvancedAuditing ..." (golint)
    • Line 60: warning: comment on exported const DynamicAuditing should be of the form "DynamicAuditing ..." (golint)
    • Line 67: warning: comment on exported const APIResponseCompression should be of the form "APIResponseCompression ..." (golint)
    • Line 73: warning: comment on exported const APIListChunking should be of the form "APIListChunking ..." (golint)
    • Line 81: warning: comment on exported const DryRun should be of the form "DryRun ..." (golint)
    • Line 90: warning: comment on exported const RemainingItemCount should be of the form "RemainingItemCount ..." (golint)
    • Line 97: warning: comment on exported const ServerSideApply should be of the form "ServerSideApply ..." (golint)
    • Line 103: warning: comment on exported const StorageVersionHash should be of the form "StorageVersionHash ..." (golint)
    • Line 111: warning: comment on exported const WinOverlay should be of the form "WinOverlay ..." (golint)
    • Line 117: warning: comment on exported const WinDSR should be of the form "WinDSR ..." (golint)
    • Line 123: warning: comment on exported const WatchBookmark should be of the form "WatchBookmark ..." (golint)
    • Line 131: warning: comment on exported const RequestManagement should be of the form "RequestManagement ..." (golint)
    • Line 138: warning: comment on exported const RemoveSelfLink should be of the form "RemoveSelfLink ..." (golint)
    • arktos/pkg/apis/core/v1/validation/validation.go
    • Line 35: warning: exported function ValidateResourceRequirements should have comment or be unexported (golint)
    • Line 96: warning: comment on exported function ValidateNonnegativeQuantity should be of the form "ValidateNonnegativeQuantity ..." (golint)
    • Line 125: warning: exported function ValidatePodLogOptions should have comment or be unexported (golint)
    • Line 144: warning: exported function AccumulateUniqueHostPorts should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/api/meta/restmapper.go
    • Line 18: warning: package comment should be of the form "Package meta ..." (golint)
    • Line 39: warning: exported var RESTScopeNamespace should have comment or be unexported (golint)
    • Line 43: warning: exported var RESTScopeTenant should have comment or be unexported (golint)
    • Line 47: warning: exported var RESTScopeRoot should have comment or be unexported (golint)
    • Line 101: warning: exported method DefaultRESTMapper.Add should have comment or be unexported (golint)
    • Line 106: warning: exported method DefaultRESTMapper.AddSpecific should have comment or be unexported (golint)
    • Line 194: warning: exported method DefaultRESTMapper.ResourcesFor should have comment or be unexported (golint)
    • Line 281: warning: exported method DefaultRESTMapper.ResourceFor should have comment or be unexported (golint)
    • Line 293: warning: exported method DefaultRESTMapper.KindsFor should have comment or be unexported (golint)
    • Line 360: warning: exported method DefaultRESTMapper.KindFor should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/runtime/conversion.go
    • Line 72: warning: exported function Convert_Slice_string_To_string should have comment or be unexported (golint)
    • Line 72: warning: don't use underscores in Go names; func Convert_Slice_string_To_string should be ConvertSliceStringToString (golint)
    • Line 80: warning: exported function Convert_Slice_string_To_int should have comment or be unexported (golint)
    • Line 80: warning: don't use underscores in Go names; func Convert_Slice_string_To_int should be ConvertSliceStringToInt (golint)
    • Line 96: warning: don't use underscores in Go names; func Convert_Slice_string_To_bool should be ConvertSliceStringToBool (golint)
    • Line 110: warning: exported function Convert_Slice_string_To_int64 should have comment or be unexported (golint)
    • Line 110: warning: don't use underscores in Go names; func Convert_Slice_string_To_int64 should be ConvertSliceStringToInt64 (golint)
    • arktos/pkg/kubectl/cmd/explain/explain.go
    • Line 54: warning: exported type ExplainOptions should have comment or be unexported (golint)
    • Line 65: warning: exported function NewExplainOptions should have comment or be unexported (golint)
    • Line 93: warning: exported method ExplainOptions.Complete should have comment or be unexported (golint)
    • Line 107: warning: exported method ExplainOptions.Validate should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/replace/replace.go
    • Line 68: warning: exported type ReplaceOptions should have comment or be unexported (golint)
    • Line 95: warning: exported function NewReplaceOptions should have comment or be unexported (golint)
    • Line 104: warning: exported function NewCmdReplace should have comment or be unexported (golint)
    • Line 130: warning: exported method ReplaceOptions.Complete should have comment or be unexported (golint)
    • Line 196: warning: exported method ReplaceOptions.Validate should have comment or be unexported (golint)
    • Line 212: warning: exported method ReplaceOptions.Run should have comment or be unexported (golint)
    • arktos/pkg/registry/core/event/strategy.go
    • Line 97: warning: exported function MatchEvent should have comment or be unexported (golint)
    • Line 123: warning: exported function TestStrategy_Scope should have comment or be unexported (golint)
    • Line 123: warning: don't use underscores in Go names; func TestStrategy_Scope should be TestStrategyScope (golint)
    • arktos/staging/src/k8s.io/api/batch/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_CronJob should be mapCronJob (golint)
    • Line 37: warning: exported method CronJob.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_CronJobList should be mapCronJobList (golint)
    • Line 47: warning: exported method CronJobList.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_CronJobSpec should be mapCronJobSpec (golint)
    • Line 62: warning: exported method CronJobSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 66: warning: don't use underscores in Go names; var map_CronJobStatus should be mapCronJobStatus (golint)
    • Line 72: warning: exported method CronJobStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 76: warning: don't use underscores in Go names; var map_JobTemplate should be mapJobTemplate (golint)
    • Line 82: warning: exported method JobTemplate.SwaggerDoc should have comment or be unexported (golint)
    • Line 86: warning: don't use underscores in Go names; var map_JobTemplateSpec should be mapJobTemplateSpec (golint)
    • Line 92: warning: exported method JobTemplateSpec.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/testing/fixture.go
    • Line 556: warning: exported function DefaultWatchReactor should have comment or be unexported (golint)
    • Line 571: warning: exported method SimpleReactor.Handles should have comment or be unexported (golint)
    • Line 584: warning: exported method SimpleReactor.React should have comment or be unexported (golint)
    • Line 596: warning: exported method SimpleWatchReactor.Handles should have comment or be unexported (golint)
    • Line 605: warning: exported method SimpleWatchReactor.React should have comment or be unexported (golint)
    • Line 617: warning: exported method SimpleProxyReactor.Handles should have comment or be unexported (golint)
    • Line 626: warning: exported method SimpleProxyReactor.React should have comment or be unexported (golint)
    • arktos/pkg/apis/node/v1alpha1/conversion.go
    • Line 33: warning: exported function Convert_v1alpha1_RuntimeClass_To_node_RuntimeClass should have comment or be unexported (golint)
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_RuntimeClass_To_node_RuntimeClass should be ConvertV1alpha1RuntimeClassToNodeRuntimeClass (golint)
    • Line 39: warning: exported function Convert_node_RuntimeClass_To_v1alpha1_RuntimeClass should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; func Convert_node_RuntimeClass_To_v1alpha1_RuntimeClass should be ConvertNodeRuntimeClassToV1alpha1RuntimeClass (golint)
    • arktos/staging/src/k8s.io/client-go/datapartition/apiserverconfigmanager_test.go
    • Line 39: warning: don't use underscores in Go names; var callNum_SetApiServerConfigMap should be callNumSetAPIServerConfigMap (golint)
    • Line 40: warning: don't use underscores in Go names; var callNum_ExternalSetAPIServerConfig should be callNumExternalSetAPIServerConfig (golint)
    • Line 41: warning: don't use underscores in Go names; var callNum_StartWaitForComplete should be callNumStartWaitForComplete (golint)
    • Line 42: warning: don't use underscores in Go names; var callNum_SendUpdateMessage should be callNumSendUpdateMessage (golint)
    • arktos/pkg/controller/namespace/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_NamespaceControllerConfiguration_To_config_NamespaceControllerConfiguration should be ConvertV1alpha1NamespaceControllerConfigurationToConfigNamespaceControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_NamespaceControllerConfiguration_To_v1alpha1_NamespaceControllerConfiguration should be ConvertConfigNamespaceControllerConfigurationToV1alpha1NamespaceControllerConfiguration (golint)
    • arktos/pkg/kubelet/cm/helpers_linux.go
    • Line 39: warning: comment on exported const MinShares should be of the form "MinShares ..." (golint)
    • Line 41: warning: exported const SharesPerCPU should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported const QuotaPeriod should be of the form "QuotaPeriod ..." (golint)
    • arktos/pkg/controller/ttlafterfinished/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_TTLAfterFinishedControllerConfiguration_To_config_TTLAfterFinishedControllerConfiguration should be ConvertV1alpha1TTLAfterFinishedControllerConfigurationToConfigTTLAfterFinishedControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_TTLAfterFinishedControllerConfiguration_To_v1alpha1_TTLAfterFinishedControllerConfiguration should be ConvertConfigTTLAfterFinishedControllerConfigurationToV1alpha1TTLAfterFinishedControllerConfiguration (golint)
    • arktos/pkg/kubeapiserver/options/authentication.go
    • Line 40: warning: exported type BuiltInAuthenticationOptions should have comment or be unexported (golint)
    • Line 56: warning: exported type AnonymousAuthenticationOptions should have comment or be unexported (golint)
    • Line 60: warning: exported type BootstrapTokenAuthenticationOptions should have comment or be unexported (golint)
    • Line 64: warning: exported type OIDCAuthenticationOptions should have comment or be unexported (golint)
    • Line 76: warning: exported type PasswordFileAuthenticationOptions should have comment or be unexported (golint)
    • Line 80: warning: exported type ServiceAccountAuthenticationOptions should have comment or be unexported (golint)
    • Line 87: warning: exported type TokenFileAuthenticationOptions should have comment or be unexported (golint)
    • Line 91: warning: exported type WebHookAuthenticationOptions should have comment or be unexported (golint)
    • Line 96: warning: exported function NewBuiltInAuthenticationOptions should have comment or be unexported (golint)
    • Line 103: warning: exported method BuiltInAuthenticationOptions.WithAll should have comment or be unexported (golint)
    • Line 116: warning: exported method BuiltInAuthenticationOptions.WithAnonymous should have comment or be unexported (golint)
    • Line 121: warning: exported method BuiltInAuthenticationOptions.WithBootstrapToken should have comment or be unexported (golint)
    • Line 126: warning: exported method BuiltInAuthenticationOptions.WithClientCert should have comment or be unexported (golint)
    • Line 131: warning: exported method BuiltInAuthenticationOptions.WithOIDC should have comment or be unexported (golint)
    • Line 136: warning: exported method BuiltInAuthenticationOptions.WithPasswordFile should have comment or be unexported (golint)
    • Line 141: warning: exported method BuiltInAuthenticationOptions.WithRequestHeader should have comment or be unexported (golint)
    • Line 146: warning: exported method BuiltInAuthenticationOptions.WithServiceAccounts should have comment or be unexported (golint)
    • Line 151: warning: exported method BuiltInAuthenticationOptions.WithTokenFile should have comment or be unexported (golint)
    • Line 156: warning: exported method BuiltInAuthenticationOptions.WithWebHook should have comment or be unexported (golint)
    • Line 192: warning: exported method BuiltInAuthenticationOptions.AddFlags should have comment or be unexported (golint)
    • Line 310: warning: exported method BuiltInAuthenticationOptions.ToAuthenticationConfig should have comment or be unexported (golint)
    • Line 379: warning: exported method BuiltInAuthenticationOptions.ApplyTo should have comment or be unexported (golint)
    • Line 379: warning: receiver name o should be consistent with previous receiver name s for BuiltInAuthenticationOptions (golint)
    • Line 407: warning: receiver name o should be consistent with previous receiver name s for BuiltInAuthenticationOptions (golint)
    • arktos/staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_StorageClass should be mapStorageClass (golint)
    • Line 42: warning: exported method StorageClass.SwaggerDoc should have comment or be unexported (golint)
    • Line 46: warning: don't use underscores in Go names; var map_StorageClassList should be mapStorageClassList (golint)
    • Line 52: warning: exported method StorageClassList.SwaggerDoc should have comment or be unexported (golint)
    • Line 56: warning: don't use underscores in Go names; var map_VolumeAttachment should be mapVolumeAttachment (golint)
    • Line 63: warning: exported method VolumeAttachment.SwaggerDoc should have comment or be unexported (golint)
    • Line 67: warning: don't use underscores in Go names; var map_VolumeAttachmentList should be mapVolumeAttachmentList (golint)
    • Line 73: warning: exported method VolumeAttachmentList.SwaggerDoc should have comment or be unexported (golint)
    • Line 77: warning: don't use underscores in Go names; var map_VolumeAttachmentSource should be mapVolumeAttachmentSource (golint)
    • Line 82: warning: exported method VolumeAttachmentSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 86: warning: don't use underscores in Go names; var map_VolumeAttachmentSpec should be mapVolumeAttachmentSpec (golint)
    • Line 93: warning: exported method VolumeAttachmentSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 97: warning: don't use underscores in Go names; var map_VolumeAttachmentStatus should be mapVolumeAttachmentStatus (golint)
    • Line 105: warning: exported method VolumeAttachmentStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 109: warning: don't use underscores in Go names; var map_VolumeError should be mapVolumeError (golint)
    • Line 115: warning: exported method VolumeError.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/testing/util.go
    • Line 41: warning: exported function DefaultHeader should have comment or be unexported (golint)
    • Line 47: warning: exported function DefaultClientConfig should have comment or be unexported (golint)
    • Line 60: warning: exported function ObjBody should have comment or be unexported (golint)
    • Line 64: warning: exported function BytesBody should have comment or be unexported (golint)
    • Line 68: warning: exported function StringBody should have comment or be unexported (golint)
    • Line 72: warning: exported function TestData should have comment or be unexported (golint)
    • Line 132: warning: exported function GenResponseWithJsonEncodedBody should have comment or be unexported (golint)
    • Line 140: warning: exported function InitTestErrorHandler should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/remotecommand/constants.go
    • Line 26: warning: exported const DefaultStreamCreationTimeout should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: comment on exported const StreamProtocolV1Name should be of the form "StreamProtocolV1Name ..." (golint)
    • Line 34: warning: comment on exported const StreamProtocolV2Name should be of the form "StreamProtocolV2Name ..." (golint)
    • Line 39: warning: comment on exported const StreamProtocolV3Name should be of the form "StreamProtocolV3Name ..." (golint)
    • Line 44: warning: comment on exported const StreamProtocolV4Name should be of the form "StreamProtocolV4Name ..." (golint)
    • Line 53: warning: exported var SupportedStreamingProtocols should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/clientcmd/overrides.go
    • Line 70: warning: comment on exported type ClusterOverrideFlags should be of the form "ClusterOverrideFlags ..." (with optional leading article) (golint)
    • Line 116: warning: comment on exported method FlagInfo.BindStringArrayFlag should be of the form "BindStringArrayFlag ..." (golint)
    • Line 145: warning: exported const FlagClusterName should have comment (or a comment on this block) or be unexported (golint)
    • Line 235: warning: comment on exported function BindContextFlags should be of the form "BindContextFlags ..." (golint)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/vsphere/vsphere.go
    • Line 101: warning: comment on exported type VSphereInstance should be of the form "VSphereInstance ..." (with optional leading article) (golint)
    • Line 107: warning: comment on exported type VirtualCenterConfig should be of the form "VirtualCenterConfig ..." (with optional leading article) (golint)
    • Line 123: warning: comment on exported type VSphereConfig should be of the form "VSphereConfig ..." (with optional leading article) (golint)
    • Line 201: warning: exported type Volumes should have comment or be unexported (golint)
    • Line 257: warning: comment on exported method VSphere.SetInformers should be of the form "SetInformers ..." (golint)
    • Line 608: warning: context.Context should be the first parameter of a function (golint)
    • Line 831: warning: exported method VSphere.InstanceType should have comment or be unexported (golint)
    • Line 835: warning: exported method VSphere.Clusters should have comment or be unexported (golint)
    • Line 1408: warning: comment on exported method VSphere.NodeAdded should be of the form "NodeAdded ..." (golint)
    • Line 1422: warning: comment on exported method VSphere.NodeDeleted should be of the form "NodeDeleted ..." (golint)
    • Line 1436: warning: exported method VSphere.NodeManager should have comment or be unexported (golint)
    • Line 1554: warning: exported method VSphere.GetZoneByNodeName should have comment or be unexported (golint)
    • Line 1558: warning: exported method VSphere.GetZoneByProviderID should have comment or be unexported (golint)
    • arktos/pkg/cloudfabric-controller/controller_utils.go
    • Line 48: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 58: warning: comment on exported const ExpectationsTimeout should be of the form "ExpectationsTimeout ..." (golint)
    • Line 69: warning: comment on exported const SlowStartInitialBatchSize should be of the form "SlowStartInitialBatchSize ..." (golint)
    • Line 86: warning: exported var UpdateTaintBackoff should have comment or be unexported (golint)
    • Line 92: warning: exported var UpdateLabelBackoff should have comment or be unexported (golint)
    • Line 99: warning: exported var KeyFunc should have comment or be unexported (golint)
    • Line 102: warning: exported type ResyncPeriodFunc should have comment or be unexported (golint)
    • Line 104: warning: comment on exported function NoResyncPeriodFunc should be of the form "NoResyncPeriodFunc ..." (golint)
    • Line 223: warning: exported method ControllerExpectations.ExpectCreations should have comment or be unexported (golint)
    • Line 227: warning: exported method ControllerExpectations.ExpectDeletions should have comment or be unexported (golint)
    • Line 231: warning: comment on exported method ControllerExpectations.LowerExpectations should be of the form "LowerExpectations ..." (golint)
    • Line 240: warning: comment on exported method ControllerExpectations.RaiseExpectations should be of the form "RaiseExpectations ..." (golint)
    • Line 275: warning: receiver name e should be consistent with previous receiver name exp for ControlleeExpectations (golint)
    • Line 281: warning: receiver name e should be consistent with previous receiver name exp for ControlleeExpectations (golint)
    • Line 287: warning: receiver name e should be consistent with previous receiver name exp for ControlleeExpectations (golint)
    • Line 421: warning: exported method RealRSControl.PatchReplicaSet should have comment or be unexported (golint)
    • Line 426: warning: comment on exported type ControllerRevisionControlInterface should be of the form "ControllerRevisionControlInterface ..." (with optional leading article) (golint)
    • Line 442: warning: exported method RealControllerRevisionControl.PatchControllerRevision should have comment or be unexported (golint)
    • Line 447: warning: exported method RealControllerRevisionControl.PatchControllerRevisionWithMultiTenancy should have comment or be unexported (golint)
    • Line 531: warning: exported method RealPodControl.CreatePods should have comment or be unexported (golint)
    • Line 535: warning: exported method RealPodControl.CreatePodsWithMultiTenancy should have comment or be unexported (golint)
    • Line 539: warning: exported method RealPodControl.CreatePodsWithControllerRef should have comment or be unexported (golint)
    • Line 543: warning: exported method RealPodControl.CreatePodsWithControllerRefWithMultiTenancy should have comment or be unexported (golint)
    • Line 550: warning: exported method RealPodControl.CreatePodsOnNode should have comment or be unexported (golint)
    • Line 554: warning: exported method RealPodControl.CreatePodsOnNodeWithMultiTenancy should have comment or be unexported (golint)
    • Line 561: warning: exported method RealPodControl.PatchPod should have comment or be unexported (golint)
    • Line 566: warning: exported method RealPodControl.PatchPodWithMultiTenancy should have comment or be unexported (golint)
    • Line 571: warning: exported function GetPodFromTemplate should have comment or be unexported (golint)
    • Line 623: warning: exported method RealPodControl.DeletePod should have comment or be unexported (golint)
    • Line 627: warning: exported method RealPodControl.DeletePodWithMultiTenancy should have comment or be unexported (golint)
    • Line 642: warning: exported type FakePodControl should have comment or be unexported (golint)
    • Line 655: warning: exported method FakePodControl.PatchPod should have comment or be unexported (golint)
    • Line 659: warning: exported method FakePodControl.PatchPodWithMultiTenancy should have comment or be unexported (golint)
    • Line 669: warning: exported method FakePodControl.CreatePods should have comment or be unexported (golint)
    • Line 673: warning: exported method FakePodControl.CreatePodsWithMultiTenancy should have comment or be unexported (golint)
    • Line 687: warning: exported method FakePodControl.CreatePodsWithControllerRef should have comment or be unexported (golint)
    • Line 691: warning: exported method FakePodControl.CreatePodsWithControllerRefWithMultiTenancy should have comment or be unexported (golint)
    • Line 706: warning: exported method FakePodControl.CreatePodsOnNode should have comment or be unexported (golint)
    • Line 710: warning: exported method FakePodControl.CreatePodsOnNodeWithMultiTenancy should have comment or be unexported (golint)
    • Line 725: warning: exported method FakePodControl.DeletePod should have comment or be unexported (golint)
    • Line 729: warning: exported method FakePodControl.DeletePodWithMultiTenancy should have comment or be unexported (golint)
    • Line 739: warning: exported method FakePodControl.Clear should have comment or be unexported (golint)
    • Line 870: warning: exported function IsPodActive should have comment or be unexported (golint)
    • Line 1109: warning: exported function AddOrUpdateLabelsOnNode should have comment or be unexported (golint)
    • arktos/pkg/registry/authorization/subjectaccessreview/rest.go
    • Line 34: warning: exported type REST should have comment or be unexported (golint)
    • Line 38: warning: exported function NewREST should have comment or be unexported (golint)
    • Line 42: warning: exported method REST.NamespaceScoped should have comment or be unexported (golint)
    • Line 46: warning: exported method REST.TenantScoped should have comment or be unexported (golint)
    • Line 50: warning: exported method REST.New should have comment or be unexported (golint)
    • Line 54: warning: exported method REST.Create should have comment or be unexported (golint)
    • arktos/pkg/kubectl/generate/versioned/generator.go
    • Line 40: warning: comment on exported const RunV1GeneratorName should be of the form "RunV1GeneratorName ..." (golint)
    • Line 44: warning: exported const RunPodV1GeneratorName should have comment (or a comment on this block) or be unexported (golint)
    • Line 227: warning: exported function HasResource should have comment or be unexported (golint)
    • arktos/pkg/kubelet/metrics/metrics.go
    • Line 34: warning: exported const KubeletSubsystem should have comment (or a comment on this block) or be unexported (golint)
    • Line 58: warning: comment on exported const RuntimeOperationsKey should be of the form "RuntimeOperationsKey ..." (golint)
    • Line 65: warning: comment on exported const DevicePluginRegistrationCountKey should be of the form "DevicePluginRegistrationCountKey ..." (golint)
    • Line 71: warning: comment on exported const AssignedConfigKey should be of the form "AssignedConfigKey ..." (golint)
    • Line 82: warning: comment on exported const RunPodSandboxDurationKey should be of the form "RunPodSandboxDurationKey ..." (golint)
    • Line 88: warning: exported var NodeName should have comment or be unexported (golint)
    • Line 162: warning: comment on exported var RuntimeOperations should be of the form "RuntimeOperations ..." (golint)
    • Line 407: warning: comment on exported function SinceInMicroseconds should be of the form "SinceInMicroseconds ..." (golint)
    • Line 493: warning: exported function SetAssignedConfig should have comment or be unexported (golint)
    • Line 511: warning: exported function SetActiveConfig should have comment or be unexported (golint)
    • Line 529: warning: exported function SetLastKnownGoodConfig should have comment or be unexported (golint)
    • Line 544: warning: exported function SetConfigError should have comment or be unexported (golint)
    • Line 552: warning: exported function SetNodeName should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/net/http.go
    • Line 129: warning: exported type RoundTripperWrapper should have comment or be unexported (golint)
    • Line 134: warning: exported type DialFunc should have comment or be unexported (golint)
    • Line 136: warning: exported function DialerFor should have comment or be unexported (golint)
    • Line 162: warning: exported type TLSClientConfigHolder should have comment or be unexported (golint)
    • Line 166: warning: exported function TLSClientConfig should have comment or be unexported (golint)
    • Line 183: warning: exported function FormatURL should have comment or be unexported (golint)
    • Line 191: warning: exported function GetHTTPClient should have comment or be unexported (golint)
    • Line 246: warning: comment on exported function GetClientIP should be of the form "GetClientIP ..." (golint)
    • Line 257: warning: comment on exported function AppendForwardedForHeader should be of the form "AppendForwardedForHeader ..." (golint)
    • Line 321: warning: exported method DialerFunc.Dial should have comment or be unexported (golint)
    • arktos/test/integration/cloudfabriccontrollers/testutil.go
    • Line 39: warning: exported const Interval should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported function RunControllerAndInformers should be of the form "RunControllerAndInformers ..." (golint)
    • Line 77: warning: exported function RmSetup should have comment or be unexported (golint)
    • Line 90: warning: exported function RmSetupControllerMaster should have comment or be unexported (golint)
    • Line 143: warning: exported function GenerateUUIDInControllerRange should have comment or be unexported (golint)
    • Line 153: warning: exported function CleanupControllers should have comment or be unexported (golint)
    • arktos/pkg/features/kube_features.go
    • Line 35: warning: comment on exported const AppArmor should be of the form "AppArmor ..." (golint)
    • Line 39: warning: comment on exported const DynamicKubeletConfig should be of the form "DynamicKubeletConfig ..." (golint)
    • Line 44: warning: comment on exported const ExperimentalHostUserNamespaceDefaultingGate should be of the form "ExperimentalHostUserNamespaceDefaultingGate ..." (golint)
    • Line 52: warning: comment on exported const ExperimentalCriticalPodAnnotation should be of the form "ExperimentalCriticalPodAnnotation ..." (golint)
    • Line 61: warning: comment on exported const DevicePlugins should be of the form "DevicePlugins ..." (golint)
    • Line 67: warning: comment on exported const TaintBasedEvictions should be of the form "TaintBasedEvictions ..." (golint)
    • Line 74: warning: comment on exported const RotateKubeletServerCertificate should be of the form "RotateKubeletServerCertificate ..." (golint)
    • Line 83: warning: comment on exported const RotateKubeletClientCertificate should be of the form "RotateKubeletClientCertificate ..." (golint)
    • Line 90: warning: comment on exported const PersistentLocalVolumes should be of the form "PersistentLocalVolumes ..." (golint)
    • Line 98: warning: comment on exported const LocalStorageCapacityIsolation should be of the form "LocalStorageCapacityIsolation ..." (golint)
    • Line 104: warning: comment on exported const ExpandPersistentVolumes should be of the form "ExpandPersistentVolumes ..." (golint)
    • Line 109: warning: comment on exported const ExpandInUsePersistentVolumes should be of the form "ExpandInUsePersistentVolumes ..." (golint)
    • Line 114: warning: comment on exported const ExpandCSIVolumes should be of the form "ExpandCSIVolumes ..." (golint)
    • Line 119: warning: comment on exported const DebugContainers should be of the form "DebugContainers ..." (golint)
    • Line 125: warning: comment on exported const PodShareProcessNamespace should be of the form "PodShareProcessNamespace ..." (golint)
    • Line 131: warning: comment on exported const PodPriority should be of the form "PodPriority ..." (golint)
    • Line 139: warning: comment on exported const TaintNodesByCondition should be of the form "TaintNodesByCondition ..." (golint)
    • Line 146: warning: comment on exported const QOSReserved should be of the form "QOSReserved ..." (golint)
    • Line 153: warning: comment on exported const CPUManager should be of the form "CPUManager ..." (golint)
    • Line 160: warning: comment on exported const CPUCFSQuotaPeriod should be of the form "CPUCFSQuotaPeriod ..." (golint)
    • Line 166: warning: comment on exported const HugePages should be of the form "HugePages ..." (golint)
    • Line 173: warning: comment on exported const Sysctls should be of the form "Sysctls ..." (golint)
    • Line 179: warning: comment on exported const ServiceNodeExclusion should be of the form "ServiceNodeExclusion ..." (golint)
    • Line 185: warning: comment on exported const MountContainers should be of the form "MountContainers ..." (golint)
    • Line 191: warning: comment on exported const VolumeScheduling should be of the form "VolumeScheduling ..." (golint)
    • Line 197: warning: comment on exported const CSIPersistentVolume should be of the form "CSIPersistentVolume ..." (golint)
    • Line 203: warning: comment on exported const CSIDriverRegistry should be of the form "CSIDriverRegistry ..." (golint)
    • Line 209: warning: comment on exported const CSINodeInfo should be of the form "CSINodeInfo ..." (golint)
    • Line 215: warning: comment on exported const CustomPodDNS should be of the form "CustomPodDNS ..." (golint)
    • Line 221: warning: comment on exported const BlockVolume should be of the form "BlockVolume ..." (golint)
    • Line 228: warning: comment on exported const StorageObjectInUseProtection should be of the form "StorageObjectInUseProtection ..." (golint)
    • Line 234: warning: comment on exported const ResourceLimitsPriorityFunction should be of the form "ResourceLimitsPriorityFunction ..." (golint)
    • Line 240: warning: comment on exported const SupportIPVSProxyMode should be of the form "SupportIPVSProxyMode ..." (golint)
    • Line 246: warning: comment on exported const SupportPodPidsLimit should be of the form "SupportPodPidsLimit ..." (golint)
    • Line 253: warning: comment on exported const HyperVContainer should be of the form "HyperVContainer ..." (golint)
    • Line 259: warning: comment on exported const ScheduleDaemonSetPods should be of the form "ScheduleDaemonSetPods ..." (golint)
    • Line 265: warning: comment on exported const TokenRequest should be of the form "TokenRequest ..." (golint)
    • Line 271: warning: comment on exported const TokenRequestProjection should be of the form "TokenRequestProjection ..." (golint)
    • Line 277: warning: comment on exported const BoundServiceAccountTokenVolume should be of the form "BoundServiceAccountTokenVolume ..." (golint)
    • Line 285: warning: comment on exported const CRIContainerLogRotation should be of the form "CRIContainerLogRotation ..." (golint)
    • Line 291: warning: comment on exported const RunAsGroup should be of the form "RunAsGroup ..." (golint)
    • Line 297: warning: comment on exported const VolumeSubpath should be of the form "VolumeSubpath ..." (golint)
    • Line 304: warning: comment on exported const AttachVolumeLimit should be of the form "AttachVolumeLimit ..." (golint)
    • Line 311: warning: comment on exported const BalanceAttachedNodeVolumes should be of the form "BalanceAttachedNodeVolumes ..." (golint)
    • Line 319: warning: comment on exported const PodReadinessGates should be of the form "PodReadinessGates ..." (golint)
    • Line 325: warning: comment on exported const VolumeSubpathEnvExpansion should be of the form "VolumeSubpathEnvExpansion ..." (golint)
    • Line 332: warning: comment on exported const KubeletPluginsWatcher should be of the form "KubeletPluginsWatcher ..." (golint)
    • Line 339: warning: comment on exported const ResourceQuotaScopeSelectors should be of the form "ResourceQuotaScopeSelectors ..." (golint)
    • Line 346: warning: comment on exported const CSIBlockVolume should be of the form "CSIBlockVolume ..." (golint)
    • Line 353: warning: comment on exported const CSIInlineVolume should be of the form "CSIInlineVolume ..." (golint)
    • Line 359: warning: comment on exported const RuntimeClass should be of the form "RuntimeClass ..." (golint)
    • Line 366: warning: comment on exported const NodeLease should be of the form "NodeLease ..." (golint)
    • Line 374: warning: comment on exported const SCTPSupport should be of the form "SCTPSupport ..." (golint)
    • Line 380: warning: comment on exported const VolumeSnapshotDataSource should be of the form "VolumeSnapshotDataSource ..." (golint)
    • Line 386: warning: comment on exported const ProcMountType should be of the form "ProcMountType ..." (golint)
    • Line 392: warning: comment on exported const TTLAfterFinished should be of the form "TTLAfterFinished ..." (golint)
    • Line 398: warning: comment on exported const KubeletPodResources should be of the form "KubeletPodResources ..." (golint)
    • Line 405: warning: comment on exported const CSIMigration should be of the form "CSIMigration ..." (golint)
    • Line 411: warning: comment on exported const CSIMigrationGCE should be of the form "CSIMigrationGCE ..." (golint)
    • Line 417: warning: comment on exported const CSIMigrationAWS should be of the form "CSIMigrationAWS ..." (golint)
    • Line 423: warning: comment on exported const CSIMigrationAzureDisk should be of the form "CSIMigrationAzureDisk ..." (golint)
    • Line 429: warning: comment on exported const CSIMigrationAzureFile should be of the form "CSIMigrationAzureFile ..." (golint)
    • Line 435: warning: comment on exported const SupportNodePidsLimit should be of the form "SupportNodePidsLimit ..." (golint)
    • Line 441: warning: comment on exported const WindowsGMSA should be of the form "WindowsGMSA ..." (golint)
    • Line 447: warning: comment on exported const CSIMigrationOpenStack should be of the form "CSIMigrationOpenStack ..." (golint)
    • Line 459: warning: comment on exported const ServiceLoadBalancerFinalizer should be of the form "ServiceLoadBalancerFinalizer ..." (golint)
    • Line 465: warning: comment on exported const LocalStorageCapacityIsolationFSQuotaMonitoring should be of the form "LocalStorageCapacityIsolationFSQuotaMonitoring ..." (golint)
    • Line 472: warning: comment on exported const NonPreemptingPriority should be of the form "NonPreemptingPriority ..." (golint)
    • Line 478: warning: comment on exported const VolumePVCDataSource should be of the form "VolumePVCDataSource ..." (golint)
    • Line 484: warning: comment on exported const InPlacePodVerticalScaling should be of the form "InPlacePodVerticalScaling ..." (golint)
    • Line 490: warning: comment on exported const PerNetworkServiceIPAlloc should be of the form "PerNetworkServiceIPAlloc ..." (golint)
    • Line 496: warning: comment on exported const MandatoryArktosNetwork should be of the form "MandatoryArktosNetwork ..." (golint)
    • Line 502: warning: comment on exported const WorkloadInfoDefaulting should be of the form "WorkloadInfoDefaulting ..." (golint)
    • Line 508: warning: comment on exported const QPSDoubleGCController should be of the form "QPSDoubleGCController ..." (golint)
    • Line 514: warning: comment on exported const QPSDoubleRSController should be of the form "QPSDoubleRSController ..." (golint)
    • arktos/pkg/registry/core/node/strategy.go
    • Line 53: warning: comment on exported var Strategy should be of the form "Strategy ..." (golint)
    • Line 144: warning: exported var StatusStrategy should have comment or be unexported (golint)
    • Line 214: warning: context.Context should be the first parameter of a function (golint)
    • arktos/staging/src/k8s.io/cli-runtime/pkg/resource/visitor.go
    • Line 99: warning: exported method Info.GetClient should have comment or be unexported (golint)
    • Line 135: warning: comment on exported method Info.GetWithMultiTenancy should be of the form "GetWithMultiTenancy ..." (golint)
    • Line 244: warning: comment on exported method Info.WatchWithMultiTenancy should be of the form "WatchWithMultiTenancy ..." (golint)
    • Line 293: warning: exported function ValidateSchema should have comment or be unexported (golint)
    • Line 311: warning: exported method URLVisitor.Visit should have comment or be unexported (golint)
    • Line 455: warning: exported method FlattenListVisitor.Visit should have comment or be unexported (golint)
    • Line 667: warning: exported function UpdateObjectNamespace should have comment or be unexported (golint)
    • Line 677: warning: exported function UpdateObjectTenant should have comment or be unexported (golint)
    • Line 845: warning: comment on exported function CreateAndRefreshWithMultiTenancy should be of the form "CreateAndRefreshWithMultiTenancy ..." (golint)
    • Line 855: warning: exported type FilterFunc should have comment or be unexported (golint)
    • Line 857: warning: exported type FilteredVisitor should have comment or be unexported (golint)
    • Line 862: warning: exported function NewFilteredVisitor should have comment or be unexported (golint)
    • Line 869: warning: exported method FilteredVisitor.Visit should have comment or be unexported (golint)
    • Line 887: warning: exported function FilterByLabelSelector should have comment or be unexported (golint)
    • Line 903: warning: exported type InfoListVisitor should have comment or be unexported (golint)
    • Line 905: warning: exported method InfoListVisitor.Visit should have comment or be unexported (golint)
    • arktos/pkg/apis/rbac/v1alpha1/helpers.go
    • Line 34: warning: exported function NewRule should have comment or be unexported (golint)
    • Line 40: warning: exported method PolicyRuleBuilder.Groups should have comment or be unexported (golint)
    • Line 45: warning: exported method PolicyRuleBuilder.Resources should have comment or be unexported (golint)
    • Line 50: warning: exported method PolicyRuleBuilder.Names should have comment or be unexported (golint)
    • Line 55: warning: exported method PolicyRuleBuilder.URLs should have comment or be unexported (golint)
    • Line 60: warning: exported method PolicyRuleBuilder.RuleOrDie should have comment or be unexported (golint)
    • Line 68: warning: exported method PolicyRuleBuilder.Rule should have comment or be unexported (golint)
    • Line 100: warning: exported function NewClusterBinding should have comment or be unexported (golint)
    • Line 113: warning: exported method ClusterRoleBindingBuilder.Groups should have comment or be unexported (golint)
    • Line 120: warning: exported method ClusterRoleBindingBuilder.Users should have comment or be unexported (golint)
    • Line 127: warning: exported method ClusterRoleBindingBuilder.SAs should have comment or be unexported (golint)
    • Line 134: warning: exported method ClusterRoleBindingBuilder.BindingOrDie should have comment or be unexported (golint)
    • Line 142: warning: exported method ClusterRoleBindingBuilder.Binding should have comment or be unexported (golint)
    • arktos/pkg/apis/rbac/validation/validation.go
    • Line 37: warning: exported function ValidateRole should have comment or be unexported (golint)
    • Line 52: warning: exported function ValidateRoleUpdate should have comment or be unexported (golint)
    • Line 59: warning: exported function ValidateClusterRole should have comment or be unexported (golint)
    • Line 90: warning: exported function ValidateClusterRoleUpdate should have comment or be unexported (golint)
    • Line 123: warning: exported function ValidateRoleBinding should have comment or be unexported (golint)
    • Line 156: warning: exported function ValidateRoleBindingUpdate should have comment or be unexported (golint)
    • Line 167: warning: exported function ValidateClusterRoleBinding should have comment or be unexported (golint)
    • Line 200: warning: exported function ValidateClusterRoleBindingUpdate should have comment or be unexported (golint)
    • arktos/pkg/util/mount/mount_linux.go
    • Line 105: warning: receiver name m should be consistent with previous receiver name mounter for Mounter (golint)
    • Line 223: warning: exported method Mounter.IsMountPointMatch should have comment or be unexported (golint)
    • Line 307: warning: comment on exported method Mounter.GetDeviceNameFromMount should be of the form "GetDeviceNameFromMount ..." (golint)
    • Line 390: warning: exported method Mounter.MakeRShared should have comment or be unexported (golint)
    • Line 394: warning: exported method Mounter.GetFileType should have comment or be unexported (golint)
    • Line 398: warning: exported method Mounter.MakeDir should have comment or be unexported (golint)
    • Line 408: warning: exported method Mounter.MakeFile should have comment or be unexported (golint)
    • Line 419: warning: exported method Mounter.ExistsPath should have comment or be unexported (golint)
    • Line 423: warning: exported method Mounter.EvalHostSymlinks should have comment or be unexported (golint)
    • Line 498: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 503: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 729: warning: exported method Mounter.GetMountRefs should have comment or be unexported (golint)
    • Line 746: warning: exported method Mounter.GetSELinuxSupport should have comment or be unexported (golint)
    • Line 750: warning: exported method Mounter.GetFSGroup should have comment or be unexported (golint)
    • Line 758: warning: exported method Mounter.GetMode should have comment or be unexported (golint)
    • arktos/pkg/controller/podautoscaler/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_config_HPAControllerConfiguration_To_v1alpha1_HPAControllerConfiguration should be ConvertConfigHPAControllerConfigurationToV1alpha1HPAControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_v1alpha1_HPAControllerConfiguration_To_config_HPAControllerConfiguration should be ConvertV1alpha1HPAControllerConfigurationToConfigHPAControllerConfiguration (golint)
    • arktos/pkg/kubectl/cmd/create/create_cronjob.go
    • Line 53: warning: exported type CreateCronJobOptions should have comment or be unexported (golint)
    • Line 74: warning: exported function NewCreateCronJobOptions should have comment or be unexported (golint)
    • Line 109: warning: exported method CreateCronJobOptions.Complete should have comment or be unexported (golint)
    • Line 157: warning: exported method CreateCronJobOptions.Validate should have comment or be unexported (golint)
    • Line 167: warning: exported method CreateCronJobOptions.Run should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/net/interface.go
    • Line 32: warning: exported type AddressFamily should have comment or be unexported (golint)
    • Line 44: warning: exported type Route should have comment or be unexported (golint)
    • Line 51: warning: exported type RouteFile should have comment or be unexported (golint)
    • Line 220: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 261: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 348: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 352: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 356: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 404: warning: comment on exported function ChooseBindAddress should be of the form "ChooseBindAddress ..." (golint)
    • arktos/staging/src/k8s.io/code-generator/cmd/informer-gen/generators/informer.go
    • Line 157: warning: don't use underscores in Go names; var typeInformerStruct_ClusterScope should be typeInformerStructClusterScope (golint)
    • Line 164: warning: don't use underscores in Go names; var typeInformerStruct_NamespaceScope should be typeInformerStructNamespaceScope (golint)
    • Line 173: warning: don't use underscores in Go names; var typeInformerStruct_TenantScope should be typeInformerStructTenantScope (golint)
    • Line 181: warning: don't use underscores in Go names; var typeInformerPublicConstructor_ClusterScope should be typeInformerPublicConstructorClusterScope (golint)
    • Line 190: warning: don't use underscores in Go names; var typeInformerPublicConstructor_TenantScope should be typeInformerPublicConstructorTenantScope (golint)
    • Line 203: warning: don't use underscores in Go names; var typeInformerPublicConstructor_NamespaceScope should be typeInformerPublicConstructorNamespaceScope (golint)
    • Line 216: warning: don't use underscores in Go names; var typeFilteredInformerPublicConstructor_ClusterScope should be typeFilteredInformerPublicConstructorClusterScope (golint)
    • Line 243: warning: don't use underscores in Go names; var typeFilteredInformerPublicConstructor_TenantScope should be typeFilteredInformerPublicConstructorTenantScope (golint)
    • Line 274: warning: don't use underscores in Go names; var typeFilteredInformerPublicConstructor_NamespaceScope should be typeFilteredInformerPublicConstructorNamespaceScope (golint)
    • Line 305: warning: don't use underscores in Go names; var typeInformerConstructor_ClusterScope should be typeInformerConstructorClusterScope (golint)
    • Line 311: warning: don't use underscores in Go names; var typeInformerConstructor_TenantScope should be typeInformerConstructorTenantScope (golint)
    • Line 317: warning: don't use underscores in Go names; var typeInformerConstructor_NamespaceScope should be typeInformerConstructorNamespaceScope (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/admission/plugins.go
    • Line 38: warning: exported type Plugins should have comment or be unexported (golint)
    • Line 43: warning: exported function NewPlugins should have comment or be unexported (golint)
    • Line 202: warning: exported type PluginInitializers should have comment or be unexported (golint)
    • Line 204: warning: exported method PluginInitializers.Initialize should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/metrics/pkg/apis/external_metrics/types.go
    • Line 17: warning: don't use an underscore in package name (golint)
    • Line 26: warning: comment on exported type ExternalMetricValueList should be of the form "ExternalMetricValueList ..." (with optional leading article) (golint)
    • Line 37: warning: comment on exported type ExternalMetricValue should be of the form "ExternalMetricValue ..." (with optional leading article) (golint)
    • arktos/pkg/kubelet/remote/remote_runtime.go
    • Line 501: warning: exported method RemoteRuntimeService.ListContainerStats should have comment or be unexported (golint)
    • Line 518: warning: exported method RemoteRuntimeService.ReopenContainerLog should have comment or be unexported (golint)
    • Line 530: warning: exported method RemoteRuntimeService.RebootVM should have comment or be unexported (golint)
    • Line 545: warning: exported method RemoteRuntimeService.CreateSnapshot should have comment or be unexported (golint)
    • Line 563: warning: exported method RemoteRuntimeService.RestoreToSnapshot should have comment or be unexported (golint)
    • Line 581: warning: comment on exported method RemoteRuntimeService.AttachNetworkInterface should be of the form "AttachNetworkInterface ..." (golint)
    • Line 601: warning: exported method RemoteRuntimeService.DetachNetworkInterface should have comment or be unexported (golint)
    • Line 617: warning: exported method RemoteRuntimeService.ListNetworkInterfaces should have comment or be unexported (golint)
    • arktos/pkg/apis/autoscaling/v1/conversion.go
    • Line 64: warning: exported function Convert_autoscaling_MetricTarget_To_v1_CrossVersionObjectReference should have comment or be unexported (golint)
    • Line 64: warning: don't use underscores in Go names; func Convert_autoscaling_MetricTarget_To_v1_CrossVersionObjectReference should be ConvertAutoscalingMetricTargetToV1CrossVersionObjectReference (golint)
    • Line 68: warning: exported function Convert_v1_CrossVersionObjectReference_To_autoscaling_MetricTarget should have comment or be unexported (golint)
    • Line 68: warning: don't use underscores in Go names; func Convert_v1_CrossVersionObjectReference_To_autoscaling_MetricTarget should be ConvertV1CrossVersionObjectReferenceToAutoscalingMetricTarget (golint)
    • Line 72: warning: exported function Convert_autoscaling_ExternalMetricSource_To_v1_ExternalMetricSource should have comment or be unexported (golint)
    • Line 72: warning: don't use underscores in Go names; func Convert_autoscaling_ExternalMetricSource_To_v1_ExternalMetricSource should be ConvertAutoscalingExternalMetricSourceToV1ExternalMetricSource (golint)
    • Line 80: warning: exported function Convert_v1_ExternalMetricSource_To_autoscaling_ExternalMetricSource should have comment or be unexported (golint)
    • Line 80: warning: don't use underscores in Go names; func Convert_v1_ExternalMetricSource_To_autoscaling_ExternalMetricSource should be ConvertV1ExternalMetricSourceToAutoscalingExternalMetricSource (golint)
    • Line 102: warning: exported function Convert_autoscaling_ObjectMetricSource_To_v1_ObjectMetricSource should have comment or be unexported (golint)
    • Line 102: warning: don't use underscores in Go names; func Convert_autoscaling_ObjectMetricSource_To_v1_ObjectMetricSource should be ConvertAutoscalingObjectMetricSourceToV1ObjectMetricSource (golint)
    • Line 117: warning: exported function Convert_v1_ObjectMetricSource_To_autoscaling_ObjectMetricSource should have comment or be unexported (golint)
    • Line 117: warning: don't use underscores in Go names; func Convert_v1_ObjectMetricSource_To_autoscaling_ObjectMetricSource should be ConvertV1ObjectMetricSourceToAutoscalingObjectMetricSource (golint)
    • Line 142: warning: exported function Convert_autoscaling_PodsMetricSource_To_v1_PodsMetricSource should have comment or be unexported (golint)
    • Line 142: warning: don't use underscores in Go names; func Convert_autoscaling_PodsMetricSource_To_v1_PodsMetricSource should be ConvertAutoscalingPodsMetricSourceToV1PodsMetricSource (golint)
    • Line 152: warning: exported function Convert_v1_PodsMetricSource_To_autoscaling_PodsMetricSource should have comment or be unexported (golint)
    • Line 152: warning: don't use underscores in Go names; func Convert_v1_PodsMetricSource_To_autoscaling_PodsMetricSource should be ConvertV1PodsMetricSourceToAutoscalingPodsMetricSource (golint)
    • Line 166: warning: exported function Convert_autoscaling_ExternalMetricStatus_To_v1_ExternalMetricStatus should have comment or be unexported (golint)
    • Line 166: warning: don't use underscores in Go names; func Convert_autoscaling_ExternalMetricStatus_To_v1_ExternalMetricStatus should be ConvertAutoscalingExternalMetricStatusToV1ExternalMetricStatus (golint)
    • Line 178: warning: exported function Convert_v1_ExternalMetricStatus_To_autoscaling_ExternalMetricStatus should have comment or be unexported (golint)
    • Line 178: warning: don't use underscores in Go names; func Convert_v1_ExternalMetricStatus_To_autoscaling_ExternalMetricStatus should be ConvertV1ExternalMetricStatusToAutoscalingExternalMetricStatus (golint)
    • Line 192: warning: exported function Convert_autoscaling_ObjectMetricStatus_To_v1_ObjectMetricStatus should have comment or be unexported (golint)
    • Line 192: warning: don't use underscores in Go names; func Convert_autoscaling_ObjectMetricStatus_To_v1_ObjectMetricStatus should be ConvertAutoscalingObjectMetricStatusToV1ObjectMetricStatus (golint)
    • Line 210: warning: exported function Convert_v1_ObjectMetricStatus_To_autoscaling_ObjectMetricStatus should have comment or be unexported (golint)
    • Line 210: warning: don't use underscores in Go names; func Convert_v1_ObjectMetricStatus_To_autoscaling_ObjectMetricStatus should be ConvertV1ObjectMetricStatusToAutoscalingObjectMetricStatus (golint)
    • Line 227: warning: exported function Convert_autoscaling_PodsMetricStatus_To_v1_PodsMetricStatus should have comment or be unexported (golint)
    • Line 227: warning: don't use underscores in Go names; func Convert_autoscaling_PodsMetricStatus_To_v1_PodsMetricStatus should be ConvertAutoscalingPodsMetricStatusToV1PodsMetricStatus (golint)
    • Line 236: warning: exported function Convert_v1_PodsMetricStatus_To_autoscaling_PodsMetricStatus should have comment or be unexported (golint)
    • Line 236: warning: don't use underscores in Go names; func Convert_v1_PodsMetricStatus_To_autoscaling_PodsMetricStatus should be ConvertV1PodsMetricStatusToAutoscalingPodsMetricStatus (golint)
    • Line 247: warning: exported function Convert_v1_ResourceMetricSource_To_autoscaling_ResourceMetricSource should have comment or be unexported (golint)
    • Line 247: warning: don't use underscores in Go names; func Convert_v1_ResourceMetricSource_To_autoscaling_ResourceMetricSource should be ConvertV1ResourceMetricSourceToAutoscalingResourceMetricSource (golint)
    • Line 265: warning: exported function Convert_autoscaling_ResourceMetricSource_To_v1_ResourceMetricSource should have comment or be unexported (golint)
    • Line 265: warning: don't use underscores in Go names; func Convert_autoscaling_ResourceMetricSource_To_v1_ResourceMetricSource should be ConvertAutoscalingResourceMetricSourceToV1ResourceMetricSource (golint)
    • Line 272: warning: exported function Convert_v1_ResourceMetricStatus_To_autoscaling_ResourceMetricStatus should have comment or be unexported (golint)
    • Line 272: warning: don't use underscores in Go names; func Convert_v1_ResourceMetricStatus_To_autoscaling_ResourceMetricStatus should be ConvertV1ResourceMetricStatusToAutoscalingResourceMetricStatus (golint)
    • Line 283: warning: exported function Convert_autoscaling_ResourceMetricStatus_To_v1_ResourceMetricStatus should have comment or be unexported (golint)
    • Line 283: warning: don't use underscores in Go names; func Convert_autoscaling_ResourceMetricStatus_To_v1_ResourceMetricStatus should be ConvertAutoscalingResourceMetricStatusToV1ResourceMetricStatus (golint)
    • Line 292: warning: exported function Convert_autoscaling_HorizontalPodAutoscaler_To_v1_HorizontalPodAutoscaler should have comment or be unexported (golint)
    • Line 292: warning: don't use underscores in Go names; func Convert_autoscaling_HorizontalPodAutoscaler_To_v1_HorizontalPodAutoscaler should be ConvertAutoscalingHorizontalPodAutoscalerToV1HorizontalPodAutoscaler (golint)
    • Line 361: warning: exported function Convert_v1_HorizontalPodAutoscaler_To_autoscaling_HorizontalPodAutoscaler should have comment or be unexported (golint)
    • Line 361: warning: don't use underscores in Go names; func Convert_v1_HorizontalPodAutoscaler_To_autoscaling_HorizontalPodAutoscaler should be ConvertV1HorizontalPodAutoscalerToAutoscalingHorizontalPodAutoscaler (golint)
    • Line 439: warning: exported function Convert_autoscaling_HorizontalPodAutoscalerSpec_To_v1_HorizontalPodAutoscalerSpec should have comment or be unexported (golint)
    • Line 439: warning: don't use underscores in Go names; func Convert_autoscaling_HorizontalPodAutoscalerSpec_To_v1_HorizontalPodAutoscalerSpec should be ConvertAutoscalingHorizontalPodAutoscalerSpecToV1HorizontalPodAutoscalerSpec (golint)
    • Line 460: warning: exported function Convert_v1_HorizontalPodAutoscalerSpec_To_autoscaling_HorizontalPodAutoscalerSpec should have comment or be unexported (golint)
    • Line 460: warning: don't use underscores in Go names; func Convert_v1_HorizontalPodAutoscalerSpec_To_autoscaling_HorizontalPodAutoscalerSpec should be ConvertV1HorizontalPodAutoscalerSpecToAutoscalingHorizontalPodAutoscalerSpec (golint)
    • Line 487: warning: exported function Convert_autoscaling_HorizontalPodAutoscalerStatus_To_v1_HorizontalPodAutoscalerStatus should have comment or be unexported (golint)
    • Line 487: warning: don't use underscores in Go names; func Convert_autoscaling_HorizontalPodAutoscalerStatus_To_v1_HorizontalPodAutoscalerStatus should be ConvertAutoscalingHorizontalPodAutoscalerStatusToV1HorizontalPodAutoscalerStatus (golint)
    • Line 506: warning: exported function Convert_v1_HorizontalPodAutoscalerStatus_To_autoscaling_HorizontalPodAutoscalerStatus should have comment or be unexported (golint)
    • Line 506: warning: don't use underscores in Go names; func Convert_v1_HorizontalPodAutoscalerStatus_To_autoscaling_HorizontalPodAutoscalerStatus should be ConvertV1HorizontalPodAutoscalerStatusToAutoscalingHorizontalPodAutoscalerStatus (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/dryrun.go
    • Line 28: warning: exported type DryRunnableStorage should have comment or be unexported (golint)
    • Line 33: warning: exported method DryRunnableStorage.Versioner should have comment or be unexported (golint)
    • Line 37: warning: exported method DryRunnableStorage.Create should have comment or be unexported (golint)
    • Line 48: warning: exported method DryRunnableStorage.Delete should have comment or be unexported (golint)
    • Line 61: warning: exported method DryRunnableStorage.Watch should have comment or be unexported (golint)
    • Line 65: warning: exported method DryRunnableStorage.WatchList should have comment or be unexported (golint)
    • Line 69: warning: exported method DryRunnableStorage.Get should have comment or be unexported (golint)
    • Line 73: warning: exported method DryRunnableStorage.GetToList should have comment or be unexported (golint)
    • Line 77: warning: exported method DryRunnableStorage.List should have comment or be unexported (golint)
    • Line 81: warning: exported method DryRunnableStorage.GuaranteedUpdate should have comment or be unexported (golint)
    • Line 104: warning: exported method DryRunnableStorage.Count should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/autoscaling/v1/types.go
    • Line 36: warning: comment on exported type HorizontalPodAutoscalerSpec should be of the form "HorizontalPodAutoscalerSpec ..." (with optional leading article) (golint)
    • Line 52: warning: comment on exported type HorizontalPodAutoscalerStatus should be of the form "HorizontalPodAutoscalerStatus ..." (with optional leading article) (golint)
    • Line 78: warning: comment on exported type HorizontalPodAutoscaler should be of the form "HorizontalPodAutoscaler ..." (with optional leading article) (golint)
    • Line 96: warning: comment on exported type HorizontalPodAutoscalerList should be of the form "HorizontalPodAutoscalerList ..." (with optional leading article) (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/defaults.go
    • Line 30: warning: exported function SetDefaults_CustomResourceDefinition should have comment or be unexported (golint)
    • Line 30: warning: don't use underscores in Go names; func SetDefaults_CustomResourceDefinition should be SetDefaultsCustomResourceDefinition (golint)
    • Line 42: warning: exported function SetDefaults_CustomResourceDefinitionSpec should have comment or be unexported (golint)
    • Line 42: warning: don't use underscores in Go names; func SetDefaults_CustomResourceDefinitionSpec should be SetDefaultsCustomResourceDefinitionSpec (golint)
    • Line 78: warning: don't use underscores in Go names; func SetDefaults_ServiceReference should be SetDefaultsServiceReference (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/storage/errors.go
    • Line 26: warning: exported const ErrCodeKeyNotFound should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported function NewKeyNotFoundError should have comment or be unexported (golint)
    • Line 49: warning: exported function NewKeyExistsError should have comment or be unexported (golint)
    • Line 57: warning: exported function NewResourceVersionConflictsError should have comment or be unexported (golint)
    • Line 65: warning: exported function NewUnreachableError should have comment or be unexported (golint)
    • Line 73: warning: exported function NewInvalidObjError should have comment or be unexported (golint)
    • Line 81: warning: exported type StorageError should have comment or be unexported (golint)
    • Line 144: warning: exported function NewInvalidError should have comment or be unexported (golint)
    • Line 164: warning: exported function NewInternalError should have comment or be unexported (golint)
    • Line 168: warning: exported function NewInternalErrorf should have comment or be unexported (golint)
    • arktos/pkg/apis/apps/v1beta2/conversion.go
    • Line 94: warning: exported function Convert_apps_RollingUpdateDaemonSet_To_v1beta2_RollingUpdateDaemonSet should have comment or be unexported (golint)
    • Line 94: warning: don't use underscores in Go names; func Convert_apps_RollingUpdateDaemonSet_To_v1beta2_RollingUpdateDaemonSet should be ConvertAppsRollingUpdateDaemonSetToV1beta2RollingUpdateDaemonSet (golint)
    • Line 104: warning: exported function Convert_v1beta2_RollingUpdateDaemonSet_To_apps_RollingUpdateDaemonSet should have comment or be unexported (golint)
    • Line 104: warning: don't use underscores in Go names; func Convert_v1beta2_RollingUpdateDaemonSet_To_apps_RollingUpdateDaemonSet should be ConvertV1beta2RollingUpdateDaemonSetToAppsRollingUpdateDaemonSet (golint)
    • Line 111: warning: exported function Convert_v1beta2_StatefulSetSpec_To_apps_StatefulSetSpec should have comment or be unexported (golint)
    • Line 111: warning: don't use underscores in Go names; func Convert_v1beta2_StatefulSetSpec_To_apps_StatefulSetSpec should be ConvertV1beta2StatefulSetSpecToAppsStatefulSetSpec (golint)
    • Line 152: warning: exported function Convert_apps_StatefulSetSpec_To_v1beta2_StatefulSetSpec should have comment or be unexported (golint)
    • Line 152: warning: don't use underscores in Go names; func Convert_apps_StatefulSetSpec_To_v1beta2_StatefulSetSpec should be ConvertAppsStatefulSetSpecToV1beta2StatefulSetSpec (golint)
    • Line 192: warning: exported function Convert_v1beta2_StatefulSetUpdateStrategy_To_apps_StatefulSetUpdateStrategy should have comment or be unexported (golint)
    • Line 192: warning: don't use underscores in Go names; func Convert_v1beta2_StatefulSetUpdateStrategy_To_apps_StatefulSetUpdateStrategy should be ConvertV1beta2StatefulSetUpdateStrategyToAppsStatefulSetUpdateStrategy (golint)
    • Line 203: warning: exported function Convert_apps_StatefulSetUpdateStrategy_To_v1beta2_StatefulSetUpdateStrategy should have comment or be unexported (golint)
    • Line 203: warning: don't use underscores in Go names; func Convert_apps_StatefulSetUpdateStrategy_To_v1beta2_StatefulSetUpdateStrategy should be ConvertAppsStatefulSetUpdateStrategyToV1beta2StatefulSetUpdateStrategy (golint)
    • Line 215: warning: exported function Convert_v1beta2_StatefulSetStatus_To_apps_StatefulSetStatus should have comment or be unexported (golint)
    • Line 215: warning: don't use underscores in Go names; func Convert_v1beta2_StatefulSetStatus_To_apps_StatefulSetStatus should be ConvertV1beta2StatefulSetStatusToAppsStatefulSetStatus (golint)
    • Line 237: warning: exported function Convert_apps_StatefulSetStatus_To_v1beta2_StatefulSetStatus should have comment or be unexported (golint)
    • Line 237: warning: don't use underscores in Go names; func Convert_apps_StatefulSetStatus_To_v1beta2_StatefulSetStatus should be ConvertAppsStatefulSetStatusToV1beta2StatefulSetStatus (golint)
    • Line 260: warning: exported function Convert_autoscaling_ScaleStatus_To_v1beta2_ScaleStatus should have comment or be unexported (golint)
    • Line 260: warning: don't use underscores in Go names; func Convert_autoscaling_ScaleStatus_To_v1beta2_ScaleStatus should be ConvertAutoscalingScaleStatusToV1beta2ScaleStatus (golint)
    • Line 276: warning: exported function Convert_v1beta2_ScaleStatus_To_autoscaling_ScaleStatus should have comment or be unexported (golint)
    • Line 276: warning: don't use underscores in Go names; func Convert_v1beta2_ScaleStatus_To_autoscaling_ScaleStatus should be ConvertV1beta2ScaleStatusToAutoscalingScaleStatus (golint)
    • Line 297: warning: exported function Convert_v1beta2_DeploymentSpec_To_apps_DeploymentSpec should have comment or be unexported (golint)
    • Line 297: warning: don't use underscores in Go names; func Convert_v1beta2_DeploymentSpec_To_apps_DeploymentSpec should be ConvertV1beta2DeploymentSpecToAppsDeploymentSpec (golint)
    • Line 318: warning: exported function Convert_apps_DeploymentSpec_To_v1beta2_DeploymentSpec should have comment or be unexported (golint)
    • Line 318: warning: don't use underscores in Go names; func Convert_apps_DeploymentSpec_To_v1beta2_DeploymentSpec should be ConvertAppsDeploymentSpecToV1beta2DeploymentSpec (golint)
    • Line 340: warning: exported function Convert_apps_DeploymentStrategy_To_v1beta2_DeploymentStrategy should have comment or be unexported (golint)
    • Line 340: warning: don't use underscores in Go names; func Convert_apps_DeploymentStrategy_To_v1beta2_DeploymentStrategy should be ConvertAppsDeploymentStrategyToV1beta2DeploymentStrategy (golint)
    • Line 353: warning: exported function Convert_v1beta2_DeploymentStrategy_To_apps_DeploymentStrategy should have comment or be unexported (golint)
    • Line 353: warning: don't use underscores in Go names; func Convert_v1beta2_DeploymentStrategy_To_apps_DeploymentStrategy should be ConvertV1beta2DeploymentStrategyToAppsDeploymentStrategy (golint)
    • Line 366: warning: exported function Convert_v1beta2_RollingUpdateDeployment_To_apps_RollingUpdateDeployment should have comment or be unexported (golint)
    • Line 366: warning: don't use underscores in Go names; func Convert_v1beta2_RollingUpdateDeployment_To_apps_RollingUpdateDeployment should be ConvertV1beta2RollingUpdateDeploymentToAppsRollingUpdateDeployment (golint)
    • Line 376: warning: exported function Convert_apps_RollingUpdateDeployment_To_v1beta2_RollingUpdateDeployment should have comment or be unexported (golint)
    • Line 376: warning: don't use underscores in Go names; func Convert_apps_RollingUpdateDeployment_To_v1beta2_RollingUpdateDeployment should be ConvertAppsRollingUpdateDeploymentToV1beta2RollingUpdateDeployment (golint)
    • Line 392: warning: exported function Convert_apps_ReplicaSetSpec_To_v1beta2_ReplicaSetSpec should have comment or be unexported (golint)
    • Line 392: warning: don't use underscores in Go names; func Convert_apps_ReplicaSetSpec_To_v1beta2_ReplicaSetSpec should be ConvertAppsReplicaSetSpecToV1beta2ReplicaSetSpec (golint)
    • Line 403: warning: exported function Convert_v1beta2_Deployment_To_apps_Deployment should have comment or be unexported (golint)
    • Line 403: warning: don't use underscores in Go names; func Convert_v1beta2_Deployment_To_apps_Deployment should be ConvertV1beta2DeploymentToAppsDeployment (golint)
    • Line 414: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 430: warning: exported function Convert_v1beta2_ReplicaSetSpec_To_apps_ReplicaSetSpec should have comment or be unexported (golint)
    • Line 430: warning: don't use underscores in Go names; func Convert_v1beta2_ReplicaSetSpec_To_apps_ReplicaSetSpec should be ConvertV1beta2ReplicaSetSpecToAppsReplicaSetSpec (golint)
    • Line 442: warning: exported function Convert_apps_Deployment_To_v1beta2_Deployment should have comment or be unexported (golint)
    • Line 442: warning: don't use underscores in Go names; func Convert_apps_Deployment_To_v1beta2_Deployment should be ConvertAppsDeploymentToV1beta2Deployment (golint)
    • Line 467: warning: exported function Convert_apps_DaemonSet_To_v1beta2_DaemonSet should have comment or be unexported (golint)
    • Line 467: warning: don't use underscores in Go names; func Convert_apps_DaemonSet_To_v1beta2_DaemonSet should be ConvertAppsDaemonSetToV1beta2DaemonSet (golint)
    • Line 480: warning: exported function Convert_apps_DaemonSetSpec_To_v1beta2_DaemonSetSpec should have comment or be unexported (golint)
    • Line 480: warning: don't use underscores in Go names; func Convert_apps_DaemonSetSpec_To_v1beta2_DaemonSetSpec should be ConvertAppsDaemonSetSpecToV1beta2DaemonSetSpec (golint)
    • Line 498: warning: exported function Convert_apps_DaemonSetUpdateStrategy_To_v1beta2_DaemonSetUpdateStrategy should have comment or be unexported (golint)
    • Line 498: warning: don't use underscores in Go names; func Convert_apps_DaemonSetUpdateStrategy_To_v1beta2_DaemonSetUpdateStrategy should be ConvertAppsDaemonSetUpdateStrategyToV1beta2DaemonSetUpdateStrategy (golint)
    • Line 509: warning: exported function Convert_v1beta2_DaemonSet_To_apps_DaemonSet should have comment or be unexported (golint)
    • Line 509: warning: don't use underscores in Go names; func Convert_v1beta2_DaemonSet_To_apps_DaemonSet should be ConvertV1beta2DaemonSetToAppsDaemonSet (golint)
    • Line 517: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 529: warning: exported function Convert_v1beta2_DaemonSetSpec_To_apps_DaemonSetSpec should have comment or be unexported (golint)
    • Line 529: warning: don't use underscores in Go names; func Convert_v1beta2_DaemonSetSpec_To_apps_DaemonSetSpec should be ConvertV1beta2DaemonSetSpecToAppsDaemonSetSpec (golint)
    • Line 547: warning: exported function Convert_v1beta2_DaemonSetUpdateStrategy_To_apps_DaemonSetUpdateStrategy should have comment or be unexported (golint)
    • Line 547: warning: don't use underscores in Go names; func Convert_v1beta2_DaemonSetUpdateStrategy_To_apps_DaemonSetUpdateStrategy should be ConvertV1beta2DaemonSetUpdateStrategyToAppsDaemonSetUpdateStrategy (golint)
    • arktos/pkg/kubectl/cmd/plugin/plugin.go
    • Line 52: warning: exported var ValidPluginFilenamePrefixes should have comment or be unexported (golint)
    • Line 55: warning: exported function NewCmdPlugin should have comment or be unexported (golint)
    • Line 70: warning: exported type PluginListOptions should have comment or be unexported (golint)
    • Line 99: warning: exported method PluginListOptions.Complete should have comment or be unexported (golint)
    • Line 109: warning: exported method PluginListOptions.Run should have comment or be unexported (golint)
    • Line 179: warning: comment on exported type PathVerifier should be of the form "PathVerifier ..." (with optional leading article) (golint)
    • Line 185: warning: exported type CommandOverrideVerifier should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/admissionregistration/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_MutatingWebhook should be mapMutatingWebhook (golint)
    • Line 45: warning: exported method MutatingWebhook.SwaggerDoc should have comment or be unexported (golint)
    • Line 49: warning: don't use underscores in Go names; var map_MutatingWebhookConfiguration should be mapMutatingWebhookConfiguration (golint)
    • Line 55: warning: exported method MutatingWebhookConfiguration.SwaggerDoc should have comment or be unexported (golint)
    • Line 59: warning: don't use underscores in Go names; var map_MutatingWebhookConfigurationList should be mapMutatingWebhookConfigurationList (golint)
    • Line 65: warning: exported method MutatingWebhookConfigurationList.SwaggerDoc should have comment or be unexported (golint)
    • Line 69: warning: don't use underscores in Go names; var map_Rule should be mapRule (golint)
    • Line 77: warning: exported method Rule.SwaggerDoc should have comment or be unexported (golint)
    • Line 81: warning: don't use underscores in Go names; var map_RuleWithOperations should be mapRuleWithOperations (golint)
    • Line 86: warning: exported method RuleWithOperations.SwaggerDoc should have comment or be unexported (golint)
    • Line 90: warning: don't use underscores in Go names; var map_ServiceReference should be mapServiceReference (golint)
    • Line 98: warning: exported method ServiceReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 102: warning: don't use underscores in Go names; var map_ValidatingWebhook should be mapValidatingWebhook (golint)
    • Line 116: warning: exported method ValidatingWebhook.SwaggerDoc should have comment or be unexported (golint)
    • Line 120: warning: don't use underscores in Go names; var map_ValidatingWebhookConfiguration should be mapValidatingWebhookConfiguration (golint)
    • Line 126: warning: exported method ValidatingWebhookConfiguration.SwaggerDoc should have comment or be unexported (golint)
    • Line 130: warning: don't use underscores in Go names; var map_ValidatingWebhookConfigurationList should be mapValidatingWebhookConfigurationList (golint)
    • Line 136: warning: exported method ValidatingWebhookConfigurationList.SwaggerDoc should have comment or be unexported (golint)
    • Line 140: warning: don't use underscores in Go names; var map_WebhookClientConfig should be mapWebhookClientConfig (golint)
    • Line 147: warning: exported method WebhookClientConfig.SwaggerDoc should have comment or be unexported (golint)
    • arktos/test/e2e/arktos/multi_tenancy/cmd/framework/testsuite.go
    • Line 29: warning: exported type TestSuite should have comment or be unexported (golint)
    • Line 36: warning: exported method TestSuite.LoadTestSuite should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var type_error should be typeError (golint)
    • Line 56: warning: don't use underscores in Go names; var resolved_output should be resolvedOutput (golint)
    • Line 59: warning: don't use underscores in Go names; var random_generate should be randomGenerate (golint)
    • Line 60: warning: don't use underscores in Go names; var length_str should be lengthStr (golint)
    • Line 83: warning: exported method TestSuite.Run should have comment or be unexported (golint)
    • arktos/pkg/credentialprovider/config.go
    • Line 52: warning: exported type DockerConfigEntry should have comment or be unexported (golint)
    • Line 72: warning: exported function SetPreferredDockercfgPath should have comment or be unexported (golint)
    • Line 78: warning: exported function GetPreferredDockercfgPath should have comment or be unexported (golint)
    • Line 162: warning: exported function ReadDockerConfigFile should have comment or be unexported (golint)
    • Line 182: warning: exported function ReadUrl should have comment or be unexported (golint)
    • Line 217: warning: exported function ReadDockerConfigFileFromUrl should have comment or be unexported (golint)
    • Line 220: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 256: warning: exported method DockerConfigEntry.UnmarshalJSON should have comment or be unexported (golint)
    • Line 275: warning: exported method DockerConfigEntry.MarshalJSON should have comment or be unexported (golint)
    • arktos/pkg/registry/core/namespace/storage/storage.go
    • Line 45: warning: comment on exported type REST should be of the form "REST ..." (with optional leading article) (golint)
    • Line 92: warning: exported method REST.NamespaceScoped should have comment or be unexported (golint)
    • Line 96: warning: exported method REST.TenantScoped should have comment or be unexported (golint)
    • Line 100: warning: exported method REST.New should have comment or be unexported (golint)
    • Line 104: warning: exported method REST.NewList should have comment or be unexported (golint)
    • Line 108: warning: exported method REST.List should have comment or be unexported (golint)
    • Line 112: warning: exported method REST.Create should have comment or be unexported (golint)
    • Line 116: warning: exported method REST.Update should have comment or be unexported (golint)
    • Line 120: warning: exported method REST.Get should have comment or be unexported (golint)
    • Line 124: warning: exported method REST.Watch should have comment or be unexported (golint)
    • Line 128: warning: exported method REST.Export should have comment or be unexported (golint)
    • Line 282: warning: exported method REST.ConvertToTable should have comment or be unexported (golint)
    • Line 282: warning: receiver name e should be consistent with previous receiver name r for REST (golint)
    • Line 296: warning: exported method REST.StorageVersion should have comment or be unexported (golint)
    • Line 300: warning: exported method StatusREST.New should have comment or be unexported (golint)
    • Line 316: warning: exported method FinalizeREST.New should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/imagepolicy/v1alpha1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_ImageReview should be mapImageReview (golint)
    • Line 36: warning: exported method ImageReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_ImageReviewContainerSpec should be mapImageReviewContainerSpec (golint)
    • Line 45: warning: exported method ImageReviewContainerSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 49: warning: don't use underscores in Go names; var map_ImageReviewSpec should be mapImageReviewSpec (golint)
    • Line 56: warning: exported method ImageReviewSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 60: warning: don't use underscores in Go names; var map_ImageReviewStatus should be mapImageReviewStatus (golint)
    • Line 67: warning: exported method ImageReviewStatus.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/registry/core/replicationcontroller/storage/storage.go
    • Line 52: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 62: warning: exported type REST should have comment or be unexported (golint)
    • Line 112: warning: exported method StatusREST.New should have comment or be unexported (golint)
    • Line 128: warning: exported type ScaleREST should have comment or be unexported (golint)
    • Line 136: warning: exported method ScaleREST.GroupVersionKind should have comment or be unexported (golint)
    • Line 150: warning: exported method ScaleREST.Get should have comment or be unexported (golint)
    • Line 159: warning: exported method ScaleREST.Update should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/vsphere/nodemanager.go
    • Line 33: warning: comment on exported type NodeInfo should be of the form "NodeInfo ..." (with optional leading article) (golint)
    • Line 47: warning: exported type NodeManager should have comment or be unexported (golint)
    • Line 65: warning: exported type NodeDetails should have comment or be unexported (golint)
    • Line 78: warning: exported method NodeManager.DiscoverNode should have comment or be unexported (golint)
    • Line 230: warning: exported method NodeManager.RegisterNode should have comment or be unexported (golint)
    • Line 235: warning: exported method NodeManager.UnRegisterNode should have comment or be unexported (golint)
    • Line 240: warning: exported method NodeManager.RediscoverNode should have comment or be unexported (golint)
    • Line 249: warning: exported method NodeManager.GetNode should have comment or be unexported (golint)
    • Line 336: warning: exported method NodeManager.GetVSphereInstance should have comment or be unexported (golint)
    • Line 375: warning: exported method NodeInfo.VM should have comment or be unexported (golint)
    • Line 375: warning: receiver name nodeInfo should be consistent with previous receiver name n for NodeInfo (golint)
    • Line 448: warning: exported method NodeManager.CredentialManager should have comment or be unexported (golint)
    • Line 454: warning: exported method NodeManager.UpdateCredentialManager should have comment or be unexported (golint)
    • Line 460: warning: exported method NodeManager.GetHostsInZone should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/node/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_RuntimeClass should be mapRuntimeClass (golint)
    • Line 36: warning: exported method RuntimeClass.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_RuntimeClassList should be mapRuntimeClassList (golint)
    • Line 46: warning: exported method RuntimeClassList.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/apis/certificates/v1beta1/defaults.go
    • Line 27: warning: exported function SetDefaults_CertificateSigningRequestSpec should have comment or be unexported (golint)
    • Line 27: warning: don't use underscores in Go names; func SetDefaults_CertificateSigningRequestSpec should be SetDefaultsCertificateSigningRequestSpec (golint)
    • arktos/pkg/controller/endpoint/trigger_time_tracker_test.go
    • Line 50: warning: don't use underscores in Go names; func testNewService_NoPods should be testNewServiceNoPods (golint)
    • Line 65: warning: don't use underscores in Go names; func testNewService_ExistingPods should be testNewServiceExistingPods (golint)
    • Line 127: warning: don't use underscores in Go names; func testPodsUpdated_NoOp should be testPodsUpdatedNoOp (golint)
    • Line 192: warning: don't use underscores in Go names; func testServiceUpdated_NoPodChange should be testServiceUpdatedNoPodChange (golint)
    • arktos/pkg/master/client_ca_hook.go
    • Line 35: warning: exported type ClientCARegistrationHook should have comment or be unexported (golint)
    • Line 45: warning: exported method ClientCARegistrationHook.PostStartHook should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/util/workqueue/metrics.go
    • Line 193: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 197: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 201: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 205: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 209: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 213: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 217: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • arktos/test/e2e_node/remote/remote.go
    • Line 34: warning: var testTimeoutSeconds is of type *time.Duration; don't use unit-specific suffix "Seconds" (golint)
    • Line 39: warning: exported function CreateTestArchive should have comment or be unexported (golint)
    • Line 66: warning: comment on exported function RunRemote should be of the form "RunRemote ..." (golint)
    • Line 146: warning: comment on exported function GetTimestampFromWorkspaceDir should be of the form "GetTimestampFromWorkspaceDir ..." (golint)
    • arktos/staging/src/k8s.io/cloud-provider/cloud.go
    • Line 64: warning: exported type InformerUser should have comment or be unexported (golint)
    • Line 77: warning: comment on exported function DefaultLoadBalancerName should be of the form "DefaultLoadBalancerName ..." (golint)
    • Line 202: warning: error var InstanceNotFound should have name of the form ErrFoo (golint)
    • Line 202: warning: exported var InstanceNotFound should have comment or be unexported (golint)
    • Line 203: warning: error var DiskNotFound should have name of the form ErrFoo (golint)
    • Line 204: warning: error var NotImplemented should have name of the form ErrFoo (golint)
    • arktos/staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/types.go
    • Line 32: warning: exported type ReferenceType should have comment or be unexported (golint)
    • Line 35: warning: exported const FlunderReferenceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported type FlunderSpec should have comment or be unexported (golint)
    • Line 48: warning: exported type FlunderStatus should have comment or be unexported (golint)
    • Line 54: warning: exported type Flunder should have comment or be unexported (golint)
    • Line 67: warning: exported type Fischer should have comment or be unexported (golint)
    • arktos/pkg/controller/controller_utils.go
    • Line 49: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 59: warning: comment on exported const ExpectationsTimeout should be of the form "ExpectationsTimeout ..." (golint)
    • Line 70: warning: comment on exported const SlowStartInitialBatchSize should be of the form "SlowStartInitialBatchSize ..." (golint)
    • Line 87: warning: exported var UpdateTaintBackoff should have comment or be unexported (golint)
    • Line 93: warning: exported var UpdateLabelBackoff should have comment or be unexported (golint)
    • Line 100: warning: exported var KeyFunc should have comment or be unexported (golint)
    • Line 103: warning: exported type ResyncPeriodFunc should have comment or be unexported (golint)
    • Line 105: warning: comment on exported function NoResyncPeriodFunc should be of the form "NoResyncPeriodFunc ..." (golint)
    • Line 224: warning: exported method ControllerExpectations.ExpectCreations should have comment or be unexported (golint)
    • Line 228: warning: exported method ControllerExpectations.ExpectDeletions should have comment or be unexported (golint)
    • Line 232: warning: comment on exported method ControllerExpectations.LowerExpectations should be of the form "LowerExpectations ..." (golint)
    • Line 241: warning: comment on exported method ControllerExpectations.RaiseExpectations should be of the form "RaiseExpectations ..." (golint)
    • Line 276: warning: receiver name e should be consistent with previous receiver name exp for ControlleeExpectations (golint)
    • Line 282: warning: receiver name e should be consistent with previous receiver name exp for ControlleeExpectations (golint)
    • Line 288: warning: receiver name e should be consistent with previous receiver name exp for ControlleeExpectations (golint)
    • Line 422: warning: exported method RealRSControl.PatchReplicaSet should have comment or be unexported (golint)
    • Line 427: warning: comment on exported type ControllerRevisionControlInterface should be of the form "ControllerRevisionControlInterface ..." (with optional leading article) (golint)
    • Line 443: warning: exported method RealControllerRevisionControl.PatchControllerRevision should have comment or be unexported (golint)
    • Line 448: warning: exported method RealControllerRevisionControl.PatchControllerRevisionWithMultiTenancy should have comment or be unexported (golint)
    • Line 532: warning: exported method RealPodControl.CreatePods should have comment or be unexported (golint)
    • Line 536: warning: exported method RealPodControl.CreatePodsWithMultiTenancy should have comment or be unexported (golint)
    • Line 540: warning: exported method RealPodControl.CreatePodsWithControllerRef should have comment or be unexported (golint)
    • Line 544: warning: exported method RealPodControl.CreatePodsWithControllerRefWithMultiTenancy should have comment or be unexported (golint)
    • Line 551: warning: exported method RealPodControl.CreatePodsOnNode should have comment or be unexported (golint)
    • Line 555: warning: exported method RealPodControl.CreatePodsOnNodeWithMultiTenancy should have comment or be unexported (golint)
    • Line 562: warning: exported method RealPodControl.PatchPod should have comment or be unexported (golint)
    • Line 567: warning: exported method RealPodControl.PatchPodWithMultiTenancy should have comment or be unexported (golint)
    • Line 572: warning: exported function GetPodFromTemplate should have comment or be unexported (golint)
    • Line 624: warning: exported method RealPodControl.DeletePod should have comment or be unexported (golint)
    • Line 628: warning: exported method RealPodControl.DeletePodWithMultiTenancy should have comment or be unexported (golint)
    • Line 643: warning: exported type FakePodControl should have comment or be unexported (golint)
    • Line 656: warning: exported method FakePodControl.PatchPod should have comment or be unexported (golint)
    • Line 660: warning: exported method FakePodControl.PatchPodWithMultiTenancy should have comment or be unexported (golint)
    • Line 670: warning: exported method FakePodControl.CreatePods should have comment or be unexported (golint)
    • Line 674: warning: exported method FakePodControl.CreatePodsWithMultiTenancy should have comment or be unexported (golint)
    • Line 688: warning: exported method FakePodControl.CreatePodsWithControllerRef should have comment or be unexported (golint)
    • Line 692: warning: exported method FakePodControl.CreatePodsWithControllerRefWithMultiTenancy should have comment or be unexported (golint)
    • Line 707: warning: exported method FakePodControl.CreatePodsOnNode should have comment or be unexported (golint)
    • Line 711: warning: exported method FakePodControl.CreatePodsOnNodeWithMultiTenancy should have comment or be unexported (golint)
    • Line 726: warning: exported method FakePodControl.DeletePod should have comment or be unexported (golint)
    • Line 730: warning: exported method FakePodControl.DeletePodWithMultiTenancy should have comment or be unexported (golint)
    • Line 740: warning: exported method FakePodControl.Clear should have comment or be unexported (golint)
    • Line 871: warning: exported function IsPodActive should have comment or be unexported (golint)
    • Line 1110: warning: exported function AddOrUpdateLabelsOnNode should have comment or be unexported (golint)
    • arktos/pkg/kubectl/generate/versioned/service.go
    • Line 31: warning: comment on exported type ServiceGeneratorV1 should be of the form "ServiceGeneratorV1 ..." (with optional leading article) (golint)
    • Line 34: warning: exported method ServiceGeneratorV1.ParamNames should have comment or be unexported (golint)
    • Line 38: warning: exported method ServiceGeneratorV1.Generate should have comment or be unexported (golint)
    • Line 43: warning: exported type ServiceGeneratorV2 should have comment or be unexported (golint)
    • Line 45: warning: exported method ServiceGeneratorV2.ParamNames should have comment or be unexported (golint)
    • Line 49: warning: exported method ServiceGeneratorV2.Generate should have comment or be unexported (golint)
    • arktos/pkg/kubelet/types/labels.go
    • Line 21: warning: exported const KubernetesPodNameLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported function GetContainerName should have comment or be unexported (golint)
    • Line 32: warning: exported function GetPodName should have comment or be unexported (golint)
    • Line 36: warning: exported function GetPodUID should have comment or be unexported (golint)
    • Line 40: warning: exported function GetPodNamespace should have comment or be unexported (golint)
    • Line 44: warning: exported function GetPodTenant should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip/compatibility.go
    • Line 94: warning: exported function NewCompatibilityTestOptions should have comment or be unexported (golint)
    • Line 105: warning: exported method CompatibilityTestOptions.Complete should have comment or be unexported (golint)
    • Line 206: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 250: warning: exported method CompatibilityTestOptions.Run should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go
    • Line 60: warning: exported type DiffOptions should have comment or be unexported (golint)
    • Line 75: warning: exported type MergeOptions should have comment or be unexported (golint)
    • Line 103: warning: exported function CreateTwoWayMergePatchUsingLookupPatchMeta should have comment or be unexported (golint)
    • Line 139: warning: exported function CreateTwoWayMergeMapPatchUsingLookupPatchMeta should have comment or be unexported (golint)
    • Line 435: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 821: warning: exported function StrategicMergePatchUsingLookupPatchMeta should have comment or be unexported (golint)
    • Line 875: warning: exported function StrategicMergeMapPatchUsingLookupPatchMeta should have comment or be unexported (golint)
    • Line 1388: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 1404: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 1731: warning: exported type SortableSliceOfMaps should have comment or be unexported (golint)
    • Line 1780: warning: exported type SortableSliceOfScalars should have comment or be unexported (golint)
    • Line 2100: warning: exported function ItemAddedToModifiedSlice should have comment or be unexported (golint)
    • Line 2102: warning: exported function ItemRemovedFromModifiedSlice should have comment or be unexported (golint)
    • Line 2104: warning: exported function ItemMatchesOriginalAndModifiedSlice should have comment or be unexported (golint)
    • Line 2106: warning: exported function CreateDeleteDirective should have comment or be unexported (golint)
    • arktos/pkg/apis/apps/v1/defaults.go
    • Line 35: warning: don't use underscores in Go names; func SetDefaults_Deployment should be SetDefaultsDeployment (golint)
    • Line 72: warning: exported function SetDefaults_DaemonSet should have comment or be unexported (golint)
    • Line 72: warning: don't use underscores in Go names; func SetDefaults_DaemonSet should be SetDefaultsDaemonSet (golint)
    • Line 94: warning: exported function SetDefaults_StatefulSet should have comment or be unexported (golint)
    • Line 94: warning: don't use underscores in Go names; func SetDefaults_StatefulSet should be SetDefaultsStatefulSet (golint)
    • Line 122: warning: exported function SetDefaults_ReplicaSet should have comment or be unexported (golint)
    • Line 122: warning: don't use underscores in Go names; func SetDefaults_ReplicaSet should be SetDefaultsReplicaSet (golint)
    • arktos/pkg/volume/scaleio/sio_util.go
    • Line 79: warning: error var secretNotFoundErr should have name of the form errFoo (golint)
    • Line 80: warning: error var configMapNotFoundErr should have name of the form errFoo (golint)
    • Line 81: warning: error var gatewayNotProvidedErr should have name of the form errFoo (golint)
    • Line 82: warning: error var secretRefNotProvidedErr should have name of the form errFoo (golint)
    • Line 83: warning: error var systemNotProvidedErr should have name of the form errFoo (golint)
    • Line 84: warning: error var storagePoolNotProvidedErr should have name of the form errFoo (golint)
    • Line 85: warning: error var protectionDomainNotProvidedErr should have name of the form errFoo (golint)
    • arktos/staging/src/k8s.io/cri-api/pkg/apis/testing/fake_image_service.go
    • Line 28: warning: exported type FakeImageService should have comment or be unexported (golint)
    • Line 40: warning: exported method FakeImageService.SetFakeImages should have comment or be unexported (golint)
    • Line 50: warning: exported method FakeImageService.SetFakeImageSize should have comment or be unexported (golint)
    • Line 57: warning: exported method FakeImageService.SetFakeFilesystemUsage should have comment or be unexported (golint)
    • Line 64: warning: exported function NewFakeImageService should have comment or be unexported (golint)
    • Line 90: warning: exported method FakeImageService.ListImages should have comment or be unexported (golint)
    • Line 109: warning: exported method FakeImageService.ImageStatus should have comment or be unexported (golint)
    • Line 118: warning: exported method FakeImageService.PullImage should have comment or be unexported (golint)
    • Line 135: warning: exported method FakeImageService.RemoveImage should have comment or be unexported (golint)
    • Line 157: warning: exported method FakeImageService.AssertImagePulledWithAuth should have comment or be unexported (golint)
    • arktos/test/e2e_node/runner/remote/run_remote.go
    • Line 107: warning: exported type Archive should have comment or be unexported (golint)
    • Line 113: warning: exported type TestResult should have comment or be unexported (golint)
    • Line 132: warning: comment on exported type ImageConfig should be of the form "ImageConfig ..." (with optional leading article) (golint)
    • Line 138: warning: exported type Accelerator should have comment or be unexported (golint)
    • Line 143: warning: exported type Resources should have comment or be unexported (golint)
    • Line 147: warning: exported type GCEImage should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/describe/describe.go
    • Line 73: warning: exported type DescribeOptions should have comment or be unexported (golint)
    • Line 96: warning: exported function NewCmdDescribe should have comment or be unexported (golint)
    • Line 129: warning: exported method DescribeOptions.Complete should have comment or be unexported (golint)
    • Line 164: warning: exported method DescribeOptions.Validate should have comment or be unexported (golint)
    • Line 168: warning: exported method DescribeOptions.Run should have comment or be unexported (golint)
    • Line 226: warning: exported method DescribeOptions.DescribeMatchingResources should have comment or be unexported (golint)
    • arktos/cmd/kubeadm/app/apis/kubeadm/v1beta2/defaults.go
    • Line 69: warning: don't use underscores in Go names; func SetDefaults_InitConfiguration should be SetDefaultsInitConfiguration (golint)
    • Line 75: warning: don't use underscores in Go names; func SetDefaults_ClusterConfiguration should be SetDefaultsClusterConfiguration (golint)
    • Line 106: warning: don't use underscores in Go names; func SetDefaults_APIServer should be SetDefaultsAPIServer (golint)
    • Line 115: warning: don't use underscores in Go names; func SetDefaults_DNS should be SetDefaultsDNS (golint)
    • Line 122: warning: don't use underscores in Go names; func SetDefaults_Etcd should be SetDefaultsEtcd (golint)
    • Line 134: warning: don't use underscores in Go names; func SetDefaults_JoinConfiguration should be SetDefaultsJoinConfiguration (golint)
    • Line 143: warning: exported function SetDefaults_JoinControlPlane should have comment or be unexported (golint)
    • Line 143: warning: don't use underscores in Go names; func SetDefaults_JoinControlPlane should be SetDefaultsJoinControlPlane (golint)
    • Line 150: warning: don't use underscores in Go names; func SetDefaults_Discovery should be SetDefaultsDiscovery (golint)
    • Line 167: warning: don't use underscores in Go names; func SetDefaults_FileDiscovery should be SetDefaultsFileDiscovery (golint)
    • Line 182: warning: don't use underscores in Go names; func SetDefaults_BootstrapTokens should be SetDefaultsBootstrapTokens (golint)
    • Line 194: warning: don't use underscores in Go names; func SetDefaults_BootstrapToken should be SetDefaultsBootstrapToken (golint)
    • Line 210: warning: don't use underscores in Go names; func SetDefaults_APIEndpoint should be SetDefaultsAPIEndpoint (golint)
    • arktos/pkg/apis/autoscaling/v2beta1/conversion.go
    • Line 60: warning: exported function Convert_autoscaling_MetricTarget_To_v2beta1_CrossVersionObjectReference should have comment or be unexported (golint)
    • Line 60: warning: don't use underscores in Go names; func Convert_autoscaling_MetricTarget_To_v2beta1_CrossVersionObjectReference should be ConvertAutoscalingMetricTargetToV2beta1CrossVersionObjectReference (golint)
    • Line 64: warning: exported function Convert_v2beta1_CrossVersionObjectReference_To_autoscaling_MetricTarget should have comment or be unexported (golint)
    • Line 64: warning: don't use underscores in Go names; func Convert_v2beta1_CrossVersionObjectReference_To_autoscaling_MetricTarget should be ConvertV2beta1CrossVersionObjectReferenceToAutoscalingMetricTarget (golint)
    • Line 68: warning: exported function Convert_v2beta1_ResourceMetricStatus_To_autoscaling_ResourceMetricStatus should have comment or be unexported (golint)
    • Line 68: warning: don't use underscores in Go names; func Convert_v2beta1_ResourceMetricStatus_To_autoscaling_ResourceMetricStatus should be ConvertV2beta1ResourceMetricStatusToAutoscalingResourceMetricStatus (golint)
    • Line 79: warning: exported function Convert_autoscaling_ResourceMetricStatus_To_v2beta1_ResourceMetricStatus should have comment or be unexported (golint)
    • Line 79: warning: don't use underscores in Go names; func Convert_autoscaling_ResourceMetricStatus_To_v2beta1_ResourceMetricStatus should be ConvertAutoscalingResourceMetricStatusToV2beta1ResourceMetricStatus (golint)
    • Line 88: warning: exported function Convert_v2beta1_ResourceMetricSource_To_autoscaling_ResourceMetricSource should have comment or be unexported (golint)
    • Line 88: warning: don't use underscores in Go names; func Convert_v2beta1_ResourceMetricSource_To_autoscaling_ResourceMetricSource should be ConvertV2beta1ResourceMetricSourceToAutoscalingResourceMetricSource (golint)
    • Line 107: warning: exported function Convert_autoscaling_ResourceMetricSource_To_v2beta1_ResourceMetricSource should have comment or be unexported (golint)
    • Line 107: warning: don't use underscores in Go names; func Convert_autoscaling_ResourceMetricSource_To_v2beta1_ResourceMetricSource should be ConvertAutoscalingResourceMetricSourceToV2beta1ResourceMetricSource (golint)
    • Line 114: warning: exported function Convert_autoscaling_ExternalMetricSource_To_v2beta1_ExternalMetricSource should have comment or be unexported (golint)
    • Line 114: warning: don't use underscores in Go names; func Convert_autoscaling_ExternalMetricSource_To_v2beta1_ExternalMetricSource should be ConvertAutoscalingExternalMetricSourceToV2beta1ExternalMetricSource (golint)
    • Line 122: warning: exported function Convert_v2beta1_ExternalMetricSource_To_autoscaling_ExternalMetricSource should have comment or be unexported (golint)
    • Line 122: warning: don't use underscores in Go names; func Convert_v2beta1_ExternalMetricSource_To_autoscaling_ExternalMetricSource should be ConvertV2beta1ExternalMetricSourceToAutoscalingExternalMetricSource (golint)
    • Line 146: warning: exported function Convert_autoscaling_ObjectMetricSource_To_v2beta1_ObjectMetricSource should have comment or be unexported (golint)
    • Line 146: warning: don't use underscores in Go names; func Convert_autoscaling_ObjectMetricSource_To_v2beta1_ObjectMetricSource should be ConvertAutoscalingObjectMetricSourceToV2beta1ObjectMetricSource (golint)
    • Line 163: warning: exported function Convert_v2beta1_ObjectMetricSource_To_autoscaling_ObjectMetricSource should have comment or be unexported (golint)
    • Line 163: warning: don't use underscores in Go names; func Convert_v2beta1_ObjectMetricSource_To_autoscaling_ObjectMetricSource should be ConvertV2beta1ObjectMetricSourceToAutoscalingObjectMetricSource (golint)
    • Line 187: warning: exported function Convert_autoscaling_PodsMetricSource_To_v2beta1_PodsMetricSource should have comment or be unexported (golint)
    • Line 187: warning: don't use underscores in Go names; func Convert_autoscaling_PodsMetricSource_To_v2beta1_PodsMetricSource should be ConvertAutoscalingPodsMetricSourceToV2beta1PodsMetricSource (golint)
    • Line 199: warning: exported function Convert_v2beta1_PodsMetricSource_To_autoscaling_PodsMetricSource should have comment or be unexported (golint)
    • Line 199: warning: don't use underscores in Go names; func Convert_v2beta1_PodsMetricSource_To_autoscaling_PodsMetricSource should be ConvertV2beta1PodsMetricSourceToAutoscalingPodsMetricSource (golint)
    • Line 214: warning: exported function Convert_autoscaling_ExternalMetricStatus_To_v2beta1_ExternalMetricStatus should have comment or be unexported (golint)
    • Line 214: warning: don't use underscores in Go names; func Convert_autoscaling_ExternalMetricStatus_To_v2beta1_ExternalMetricStatus should be ConvertAutoscalingExternalMetricStatusToV2beta1ExternalMetricStatus (golint)
    • Line 226: warning: exported function Convert_v2beta1_ExternalMetricStatus_To_autoscaling_ExternalMetricStatus should have comment or be unexported (golint)
    • Line 226: warning: don't use underscores in Go names; func Convert_v2beta1_ExternalMetricStatus_To_autoscaling_ExternalMetricStatus should be ConvertV2beta1ExternalMetricStatusToAutoscalingExternalMetricStatus (golint)
    • Line 240: warning: exported function Convert_autoscaling_ObjectMetricStatus_To_v2beta1_ObjectMetricStatus should have comment or be unexported (golint)
    • Line 240: warning: don't use underscores in Go names; func Convert_autoscaling_ObjectMetricStatus_To_v2beta1_ObjectMetricStatus should be ConvertAutoscalingObjectMetricStatusToV2beta1ObjectMetricStatus (golint)
    • Line 258: warning: exported function Convert_v2beta1_ObjectMetricStatus_To_autoscaling_ObjectMetricStatus should have comment or be unexported (golint)
    • Line 258: warning: don't use underscores in Go names; func Convert_v2beta1_ObjectMetricStatus_To_autoscaling_ObjectMetricStatus should be ConvertV2beta1ObjectMetricStatusToAutoscalingObjectMetricStatus (golint)
    • Line 275: warning: exported function Convert_autoscaling_PodsMetricStatus_To_v2beta1_PodsMetricStatus should have comment or be unexported (golint)
    • Line 275: warning: don't use underscores in Go names; func Convert_autoscaling_PodsMetricStatus_To_v2beta1_PodsMetricStatus should be ConvertAutoscalingPodsMetricStatusToV2beta1PodsMetricStatus (golint)
    • Line 284: warning: exported function Convert_v2beta1_PodsMetricStatus_To_autoscaling_PodsMetricStatus should have comment or be unexported (golint)
    • Line 284: warning: don't use underscores in Go names; func Convert_v2beta1_PodsMetricStatus_To_autoscaling_PodsMetricStatus should be ConvertV2beta1PodsMetricStatusToAutoscalingPodsMetricStatus (golint)
    • arktos/pkg/kubectl/cmd/clusterinfo/clusterinfo_dump.go
    • Line 46: warning: exported type ClusterInfoDumpOptions should have comment or be unexported (golint)
    • Line 64: warning: exported function NewCmdClusterInfoDump should have comment or be unexported (golint)
    • Line 128: warning: exported method ClusterInfoDumpOptions.Complete should have comment or be unexported (golint)
    • Line 167: warning: exported method ClusterInfoDumpOptions.Run should have comment or be unexported (golint)
    • arktos/pkg/volume/plugins.go
    • Line 47: warning: exported type ProbeOperation should have comment or be unexported (golint)
    • Line 48: warning: exported type ProbeEvent should have comment or be unexported (golint)
    • Line 58: warning: comment on exported const VolumeParameterFSType should be of the form "VolumeParameterFSType ..." (golint)
    • Line 64: warning: exported const ProbeAddOrUpdate should have comment (or a comment on this block) or be unexported (golint)
    • Line 118: warning: exported type DynamicPluginProber should have comment or be unexported (golint)
    • Line 821: warning: comment on exported method VolumePluginMgr.FindRecyclablePluginBySpec should be of the form "FindRecyclablePluginBySpec ..." (golint)
    • Line 968: warning: comment on exported method VolumePluginMgr.FindExpandablePluginByName should be of the form "FindExpandablePluginByName ..." (golint)
    • Line 1033: warning: exported method VolumePluginMgr.Run should have comment or be unexported (golint)
    • Line 1096: warning: comment on exported function ValidateRecyclerPodTemplate should be of the form "ValidateRecyclerPodTemplate ..." (golint)
    • arktos/pkg/controller/deployment/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_DeploymentControllerConfiguration_To_config_DeploymentControllerConfiguration should be ConvertV1alpha1DeploymentControllerConfigurationToConfigDeploymentControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_DeploymentControllerConfiguration_To_v1alpha1_DeploymentControllerConfiguration should be ConvertConfigDeploymentControllerConfigurationToV1alpha1DeploymentControllerConfiguration (golint)
    • arktos/pkg/controller/serviceaccount/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_SAControllerConfiguration_To_config_SAControllerConfiguration should be ConvertV1alpha1SAControllerConfigurationToConfigSAControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_SAControllerConfiguration_To_v1alpha1_SAControllerConfiguration should be ConvertConfigSAControllerConfigurationToV1alpha1SAControllerConfiguration (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go
    • Line 50: warning: exported const APIServerComponent should have comment (or a comment on this block) or be unexported (golint)
    • Line 129: warning: exported var DeprecatedDroppedRequests should have comment or be unexported (golint)
    • Line 195: warning: exported function UpdateInflightRequestMetrics should have comment or be unexported (golint)
    • Line 373: warning: exported method ResponseWriterDelegator.WriteHeader should have comment or be unexported (golint)
    • Line 388: warning: exported method ResponseWriterDelegator.Status should have comment or be unexported (golint)
    • Line 392: warning: exported method ResponseWriterDelegator.ContentLength should have comment or be unexported (golint)
    • arktos/pkg/kubelet/container/testing/runtime_mock.go
    • Line 32: warning: should not use dot imports (golint)
    • Line 36: warning: exported type Mock should have comment or be unexported (golint)
    • Line 42: warning: exported method Mock.Start should have comment or be unexported (golint)
    • Line 47: warning: exported method Mock.Type should have comment or be unexported (golint)
    • Line 52: warning: exported method Mock.Version should have comment or be unexported (golint)
    • Line 57: warning: exported method Mock.APIVersion should have comment or be unexported (golint)
    • Line 62: warning: exported method Mock.Status should have comment or be unexported (golint)
    • Line 67: warning: exported method Mock.GetPods should have comment or be unexported (golint)
    • Line 72: warning: exported method Mock.SyncPod should have comment or be unexported (golint)
    • Line 77: warning: exported method Mock.KillPod should have comment or be unexported (golint)
    • Line 82: warning: exported method Mock.RunContainerInPod should have comment or be unexported (golint)
    • Line 87: warning: exported method Mock.KillContainerInPod should have comment or be unexported (golint)
    • Line 92: warning: exported method Mock.GetPodStatus should have comment or be unexported (golint)
    • Line 97: warning: exported method Mock.ExecInContainer should have comment or be unexported (golint)
    • Line 102: warning: exported method Mock.AttachContainer should have comment or be unexported (golint)
    • Line 107: warning: exported method Mock.GetContainerLogs should have comment or be unexported (golint)
    • Line 112: warning: exported method Mock.PullImage should have comment or be unexported (golint)
    • Line 117: warning: exported method Mock.GetImageRef should have comment or be unexported (golint)
    • Line 122: warning: exported method Mock.ListImages should have comment or be unexported (golint)
    • Line 127: warning: exported method Mock.RemoveImage should have comment or be unexported (golint)
    • Line 132: warning: exported method Mock.PortForward should have comment or be unexported (golint)
    • Line 137: warning: exported method Mock.GarbageCollect should have comment or be unexported (golint)
    • Line 142: warning: exported method Mock.DeleteContainer should have comment or be unexported (golint)
    • Line 146: warning: exported method Mock.RebootVM should have comment or be unexported (golint)
    • Line 150: warning: exported method Mock.CreateSnapshot should have comment or be unexported (golint)
    • Line 154: warning: exported method Mock.RestoreToSnapshot should have comment or be unexported (golint)
    • Line 158: warning: exported method Mock.ImageStats should have comment or be unexported (golint)
    • Line 168: warning: comment on exported method Mock.AttachNetworkInterface should be of the form "AttachNetworkInterface ..." (golint)
    • Line 174: warning: exported method Mock.DetachNetworkInterface should have comment or be unexported (golint)
    • Line 179: warning: exported method Mock.ListNetworkInterfaces should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/storage/util.go
    • Line 29: warning: exported type SimpleUpdateFunc should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function SimpleUpdate should be of the form "SimpleUpdate ..." (golint)
    • Line 39: warning: exported function EverythingFunc should have comment or be unexported (golint)
    • Line 43: warning: exported function NamespaceKeyFunc should have comment or be unexported (golint)
    • Line 55: warning: exported function NoNamespaceKeyFunc should have comment or be unexported (golint)
    • arktos/pkg/apis/extensions/v1beta1/defaults.go
    • Line 33: warning: exported function SetDefaults_DaemonSet should have comment or be unexported (golint)
    • Line 33: warning: don't use underscores in Go names; func SetDefaults_DaemonSet should be SetDefaultsDaemonSet (golint)
    • Line 68: warning: exported function SetDefaults_PodSecurityPolicySpec should have comment or be unexported (golint)
    • Line 68: warning: don't use underscores in Go names; func SetDefaults_PodSecurityPolicySpec should be SetDefaultsPodSecurityPolicySpec (golint)
    • Line 77: warning: exported function SetDefaults_Deployment should have comment or be unexported (golint)
    • Line 77: warning: don't use underscores in Go names; func SetDefaults_Deployment should be SetDefaultsDeployment (golint)
    • Line 129: warning: exported function SetDefaults_ReplicaSet should have comment or be unexported (golint)
    • Line 129: warning: don't use underscores in Go names; func SetDefaults_ReplicaSet should be SetDefaultsReplicaSet (golint)
    • Line 149: warning: exported function SetDefaults_NetworkPolicy should have comment or be unexported (golint)
    • Line 149: warning: don't use underscores in Go names; func SetDefaults_NetworkPolicy should be SetDefaultsNetworkPolicy (golint)
    • arktos/pkg/kubectl/util/templates/markdown.go
    • Line 101: warning: exported method ASCIIRenderer.GetFlags should have comment or be unexported (golint)
    • Line 102: warning: exported method ASCIIRenderer.HRule should have comment or be unexported (golint)
    • Line 105: warning: exported method ASCIIRenderer.LineBreak should have comment or be unexported (golint)
    • Line 106: warning: exported method ASCIIRenderer.TitleBlock should have comment or be unexported (golint)
    • Line 107: warning: exported method ASCIIRenderer.Header should have comment or be unexported (golint)
    • Line 108: warning: exported method ASCIIRenderer.BlockHtml should have comment or be unexported (golint)
    • Line 109: warning: exported method ASCIIRenderer.BlockQuote should have comment or be unexported (golint)
    • Line 110: warning: exported method ASCIIRenderer.TableRow should have comment or be unexported (golint)
    • Line 111: warning: exported method ASCIIRenderer.TableHeaderCell should have comment or be unexported (golint)
    • Line 112: warning: exported method ASCIIRenderer.TableCell should have comment or be unexported (golint)
    • Line 113: warning: exported method ASCIIRenderer.Footnotes should have comment or be unexported (golint)
    • Line 114: warning: exported method ASCIIRenderer.FootnoteItem should have comment or be unexported (golint)
    • Line 115: warning: exported method ASCIIRenderer.AutoLink should have comment or be unexported (golint)
    • Line 116: warning: exported method ASCIIRenderer.CodeSpan should have comment or be unexported (golint)
    • Line 117: warning: exported method ASCIIRenderer.DoubleEmphasis should have comment or be unexported (golint)
    • Line 118: warning: exported method ASCIIRenderer.Emphasis should have comment or be unexported (golint)
    • Line 119: warning: exported method ASCIIRenderer.RawHtmlTag should have comment or be unexported (golint)
    • Line 120: warning: exported method ASCIIRenderer.TripleEmphasis should have comment or be unexported (golint)
    • Line 121: warning: exported method ASCIIRenderer.StrikeThrough should have comment or be unexported (golint)
    • Line 122: warning: exported method ASCIIRenderer.FootnoteRef should have comment or be unexported (golint)
    • Line 123: warning: exported method ASCIIRenderer.Entity should have comment or be unexported (golint)
    • Line 124: warning: exported method ASCIIRenderer.Smartypants should have comment or be unexported (golint)
    • Line 125: warning: exported method ASCIIRenderer.DocumentHeader should have comment or be unexported (golint)
    • Line 126: warning: exported method ASCIIRenderer.DocumentFooter should have comment or be unexported (golint)
    • Line 127: warning: exported method ASCIIRenderer.TocHeaderWithAnchor should have comment or be unexported (golint)
    • Line 128: warning: exported method ASCIIRenderer.TocHeader should have comment or be unexported (golint)
    • Line 129: warning: exported method ASCIIRenderer.TocFinalize should have comment or be unexported (golint)
    • Line 131: warning: exported method ASCIIRenderer.Table should have comment or be unexported (golint)
    • Line 135: warning: exported method ASCIIRenderer.Link should have comment or be unexported (golint)
    • Line 139: warning: exported method ASCIIRenderer.Image should have comment or be unexported (golint)
    • arktos/pkg/kubelet/container/runtime_cache_fake.go
    • Line 19: warning: comment on exported type TestRuntimeCache should be of the form "TestRuntimeCache ..." (with optional leading article) (golint)
    • Line 27: warning: exported method TestRuntimeCache.UpdateCacheWithLock should have comment or be unexported (golint)
    • Line 33: warning: exported method TestRuntimeCache.GetCachedPods should have comment or be unexported (golint)
    • Line 39: warning: exported function NewTestRuntimeCache should have comment or be unexported (golint)
    • arktos/pkg/controller/client_builder_dynamic.go
    • Line 48: warning: exported type DynamicControllerClientBuilder should have comment or be unexported (golint)
    • Line 75: warning: exported function NewDynamicClientBuilder should have comment or be unexported (golint)
    • Line 88: warning: comment on exported function NewTestDynamicClientBuilder should be of the form "NewTestDynamicClientBuilder ..." (golint)
    • Line 102: warning: exported method DynamicControllerClientBuilder.Config should have comment or be unexported (golint)
    • Line 135: warning: exported method DynamicControllerClientBuilder.ConfigOrDie should have comment or be unexported (golint)
    • Line 143: warning: exported method DynamicControllerClientBuilder.Client should have comment or be unexported (golint)
    • Line 151: warning: exported method DynamicControllerClientBuilder.ClientOrDie should have comment or be unexported (golint)
    • arktos/pkg/apis/rbac/v1beta1/helpers.go
    • Line 34: warning: exported function NewRule should have comment or be unexported (golint)
    • Line 40: warning: exported method PolicyRuleBuilder.Groups should have comment or be unexported (golint)
    • Line 45: warning: exported method PolicyRuleBuilder.Resources should have comment or be unexported (golint)
    • Line 50: warning: exported method PolicyRuleBuilder.Names should have comment or be unexported (golint)
    • Line 55: warning: exported method PolicyRuleBuilder.URLs should have comment or be unexported (golint)
    • Line 60: warning: exported method PolicyRuleBuilder.RuleOrDie should have comment or be unexported (golint)
    • Line 68: warning: exported method PolicyRuleBuilder.Rule should have comment or be unexported (golint)
    • Line 100: warning: exported function NewClusterBinding should have comment or be unexported (golint)
    • Line 113: warning: exported method ClusterRoleBindingBuilder.Groups should have comment or be unexported (golint)
    • Line 120: warning: exported method ClusterRoleBindingBuilder.Users should have comment or be unexported (golint)
    • Line 127: warning: exported method ClusterRoleBindingBuilder.SAs should have comment or be unexported (golint)
    • Line 134: warning: exported method ClusterRoleBindingBuilder.BindingOrDie should have comment or be unexported (golint)
    • Line 142: warning: exported method ClusterRoleBindingBuilder.Binding should have comment or be unexported (golint)
    • arktos/pkg/controller/endpoint/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_EndpointControllerConfiguration_To_config_EndpointControllerConfiguration should be ConvertV1alpha1EndpointControllerConfigurationToConfigEndpointControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_EndpointControllerConfiguration_To_v1alpha1_EndpointControllerConfiguration should be ConvertConfigEndpointControllerConfigurationToV1alpha1EndpointControllerConfiguration (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/util/wsstream/conn.go
    • Line 34: warning: comment on exported const ChannelWebSocketProtocol should be of the form "ChannelWebSocketProtocol ..." (golint)
    • Line 50: warning: comment on exported const Base64ChannelWebSocketProtocol should be of the form "Base64ChannelWebSocketProtocol ..." (golint)
    • Line 73: warning: exported type ChannelType should have comment or be unexported (golint)
    • Line 76: warning: exported const IgnoreChannel should have comment (or a comment on this block) or be unexported (golint)
    • arktos/pkg/serviceaccount/legacy.go
    • Line 32: warning: exported function LegacyClaims should have comment or be unexported (golint)
    • Line 44: warning: exported const LegacyIssuer should have comment or be unexported (golint)
    • Line 54: warning: exported function NewLegacyValidator should have comment or be unexported (golint)
    • arktos/test/integration/cloudfabriccontrollers/replicaset.go
    • Line 31: warning: exported type UpdateReplicaSetFunc should have comment or be unexported (golint)
    • Line 33: warning: exported function UpdateReplicaSetWithRetriesWithMultiTenancy should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function WaitRSStable should be of the form "WaitRSStable ..." (golint)
    • Line 71: warning: exported function UpdateReplicaSetStatusWithRetriesWithMultiTenancy should have comment or be unexported (golint)
    • arktos/pkg/apis/events/v1beta1/conversion.go
    • Line 26: warning: exported function Convert_v1beta1_Event_To_core_Event should have comment or be unexported (golint)
    • Line 26: warning: don't use underscores in Go names; func Convert_v1beta1_Event_To_core_Event should be ConvertV1beta1EventToCoreEvent (golint)
    • Line 43: warning: exported function Convert_core_Event_To_v1beta1_Event should have comment or be unexported (golint)
    • Line 43: warning: don't use underscores in Go names; func Convert_core_Event_To_v1beta1_Event should be ConvertCoreEventToV1beta1Event (golint)
    • arktos/staging/src/k8s.io/cli-runtime/pkg/genericclioptions/config_flags_fake.go
    • Line 32: warning: exported type TestConfigFlags should have comment or be unexported (golint)
    • Line 38: warning: exported method TestConfigFlags.ToRawKubeConfigLoader should have comment or be unexported (golint)
    • Line 45: warning: exported method TestConfigFlags.ToRESTConfig should have comment or be unexported (golint)
    • Line 49: warning: exported method TestConfigFlags.ToDiscoveryClient should have comment or be unexported (golint)
    • Line 53: warning: exported method TestConfigFlags.ToRESTMapper should have comment or be unexported (golint)
    • Line 65: warning: exported method TestConfigFlags.WithClientConfig should have comment or be unexported (golint)
    • Line 70: warning: exported method TestConfigFlags.WithRESTMapper should have comment or be unexported (golint)
    • Line 75: warning: exported method TestConfigFlags.WithDiscoveryClient should have comment or be unexported (golint)
    • Line 80: warning: exported method TestConfigFlags.WithNamespace should have comment or be unexported (golint)
    • Line 84: warning: exported method TestConfigFlags.WithNamespaceWithMultiTenancy should have comment or be unexported (golint)
    • Line 96: warning: exported function NewTestConfigFlags should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/clientcmd/api/v1/register.go
    • Line 29: warning: comment on exported var SchemeBuilder should be of the form "SchemeBuilder ..." (golint)
    • Line 33: warning: exported var AddToScheme should have comment or be unexported (golint)
    • Line 50: warning: exported method Config.GetObjectKind should have comment or be unexported (golint)
    • Line 51: warning: exported method Config.SetGroupVersionKind should have comment or be unexported (golint)
    • Line 54: warning: exported method Config.GroupVersionKind should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/component-base/cli/flag/namedcertkey_flag.go
    • Line 41: warning: exported method NamedCertKey.Set should have comment or be unexported (golint)
    • Line 67: warning: exported method NamedCertKey.Type should have comment or be unexported (golint)
    • Line 80: warning: comment on exported function NewNamedCertKeyArray should be of the form "NewNamedCertKeyArray ..." (golint)
    • Line 88: warning: exported method NamedCertKeyArray.Set should have comment or be unexported (golint)
    • Line 103: warning: exported method NamedCertKeyArray.Type should have comment or be unexported (golint)
    • arktos/pkg/kubectl/history.go
    • Line 45: warning: exported const ChangeCauseAnnotation should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported type HistoryVisitor should have comment or be unexported (golint)
    • Line 58: warning: exported method HistoryVisitor.VisitDeployment should have comment or be unexported (golint)
    • Line 62: warning: exported method HistoryVisitor.VisitStatefulSet should have comment or be unexported (golint)
    • Line 66: warning: exported method HistoryVisitor.VisitDaemonSet should have comment or be unexported (golint)
    • Line 70: warning: exported method HistoryVisitor.VisitJob should have comment or be unexported (golint)
    • Line 71: warning: exported method HistoryVisitor.VisitPod should have comment or be unexported (golint)
    • Line 72: warning: exported method HistoryVisitor.VisitReplicaSet should have comment or be unexported (golint)
    • Line 73: warning: exported method HistoryVisitor.VisitReplicationController should have comment or be unexported (golint)
    • Line 74: warning: exported method HistoryVisitor.VisitCronJob should have comment or be unexported (golint)
    • Line 97: warning: exported type DeploymentHistoryViewer should have comment or be unexported (golint)
    • Line 175: warning: exported type DaemonSetHistoryViewer should have comment or be unexported (golint)
    • Line 230: warning: exported type StatefulSetHistoryViewer should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/networking/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_IPBlock should be mapIPBlock (golint)
    • Line 36: warning: exported method IPBlock.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_NetworkPolicy should be mapNetworkPolicy (golint)
    • Line 46: warning: exported method NetworkPolicy.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_NetworkPolicyEgressRule should be mapNetworkPolicyEgressRule (golint)
    • Line 56: warning: exported method NetworkPolicyEgressRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 60: warning: don't use underscores in Go names; var map_NetworkPolicyIngressRule should be mapNetworkPolicyIngressRule (golint)
    • Line 66: warning: exported method NetworkPolicyIngressRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 70: warning: don't use underscores in Go names; var map_NetworkPolicyList should be mapNetworkPolicyList (golint)
    • Line 76: warning: exported method NetworkPolicyList.SwaggerDoc should have comment or be unexported (golint)
    • Line 80: warning: don't use underscores in Go names; var map_NetworkPolicyPeer should be mapNetworkPolicyPeer (golint)
    • Line 87: warning: exported method NetworkPolicyPeer.SwaggerDoc should have comment or be unexported (golint)
    • Line 91: warning: don't use underscores in Go names; var map_NetworkPolicyPort should be mapNetworkPolicyPort (golint)
    • Line 97: warning: exported method NetworkPolicyPort.SwaggerDoc should have comment or be unexported (golint)
    • Line 101: warning: don't use underscores in Go names; var map_NetworkPolicySpec should be mapNetworkPolicySpec (golint)
    • Line 109: warning: exported method NetworkPolicySpec.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/testing/types.go
    • Line 26: warning: exported type Simple should have comment or be unexported (golint)
    • Line 37: warning: exported type SimpleTenant should have comment or be unexported (golint)
    • Line 48: warning: exported type SimpleRoot should have comment or be unexported (golint)
    • Line 59: warning: exported type SimpleGetOptions should have comment or be unexported (golint)
    • Line 66: warning: exported method SimpleGetOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 75: warning: exported type SimpleList should have comment or be unexported (golint)
    • arktos/pkg/registry/core/pod/rest/log.go
    • Line 49: warning: comment on exported method LogREST.ProducesMIMETypes should be of the form "ProducesMIMETypes ..." (golint)
    • Line 59: warning: comment on exported method LogREST.ProducesObject should be of the form "ProducesObject ..." (golint)
    • arktos/test/e2e/arktos/multi_tenancy/cmd/framework/errors.go
    • Line 25: warning: exported type ErrorList should have comment or be unexported (golint)
    • Line 29: warning: exported function NewErrorList should have comment or be unexported (golint)
    • Line 33: warning: exported method ErrorList.IsEmpty should have comment or be unexported (golint)
    • Line 37: warning: exported method ErrorList.Add should have comment or be unexported (golint)
    • Line 43: warning: exported method ErrorList.Concat should have comment or be unexported (golint)
    • Line 64: warning: exported function ErrorIfNegative should have comment or be unexported (golint)
    • Line 72: warning: exported function ErrorIfEmpty should have comment or be unexported (golint)
    • Line 80: warning: exported function ErrorIfOutOfBounds should have comment or be unexported (golint)
    • arktos/test/e2e/storage/vsphere/nodemapper.go
    • Line 36: warning: exported type NodeMapper should have comment or be unexported (golint)
    • Line 39: warning: exported type NodeInfo should have comment or be unexported (golint)
    • Line 49: warning: exported const DatacenterType should have comment (or a comment on this block) or be unexported (golint)
    • Line 211: warning: comment on exported method NodeMapper.GenerateZoneToDatastoreMap should be of the form "GenerateZoneToDatastoreMap ..." (golint)
    • Line 275: warning: comment on exported method NodeMapper.GetDatastoresInZone should be of the form "GetDatastoresInZone ..." (golint)
    • arktos/staging/src/k8s.io/code-generator/cmd/lister-gen/generators/lister.go
    • Line 282: warning: don't use underscores in Go names; var typeListerInterface_NamespaceScope should be typeListerInterfaceNamespaceScope (golint)
    • Line 294: warning: don't use underscores in Go names; var typeListerInterface_TenantScope should be typeListerInterfaceTenantScope (golint)
    • Line 308: warning: don't use underscores in Go names; var typeListerInterface_ClusterScope should be typeListerInterfaceClusterScope (golint)
    • Line 333: warning: don't use underscores in Go names; var typeLister_List should be typeListerList (golint)
    • Line 343: warning: don't use underscores in Go names; var typeLister_Get_TenantScope should be typeListerGetTenantScope (golint)
    • Line 356: warning: don't use underscores in Go names; var typeLister_Get_ClusterScope should be typeListerGetClusterScope (golint)
    • Line 390: warning: don't use underscores in Go names; var tenantLister_List should be tenantListerList (golint)
    • Line 400: warning: don't use underscores in Go names; var tenantLister_Get should be tenantListerGet (golint)
    • Line 418: warning: don't use underscores in Go names; var typeLister_NamespaceLister should be typeListerNamespaceLister (golint)
    • Line 429: warning: don't use underscores in Go names; var typeLister_TenantLister should be typeListerTenantLister (golint)
    • Line 461: warning: don't use underscores in Go names; var namespaceLister_List should be namespaceListerList (golint)
    • Line 471: warning: don't use underscores in Go names; var namespaceLister_Get should be namespaceListerGet (golint)
    • arktos/pkg/apis/core/types.go
    • Line 33: warning: comment on exported const TenantSystem should be of the form "TenantSystem ..." (golint)
    • Line 174: warning: comment on exported type PersistentVolumeSource should be of the form "PersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 252: warning: exported type PersistentVolumeClaimVolumeSource should have comment or be unexported (golint)
    • Line 272: warning: exported type PersistentVolume should have comment or be unexported (golint)
    • Line 286: warning: exported type PersistentVolumeSpec should have comment or be unexported (golint)
    • Line 355: warning: exported type PersistentVolumeStatus should have comment or be unexported (golint)
    • Line 369: warning: exported type PersistentVolumeList should have comment or be unexported (golint)
    • Line 395: warning: exported type PersistentVolumeClaimList should have comment or be unexported (golint)
    • Line 443: warning: exported type PersistentVolumeClaimConditionType should have comment or be unexported (golint)
    • Line 453: warning: exported type PersistentVolumeClaimCondition should have comment or be unexported (golint)
    • Line 466: warning: exported type PersistentVolumeClaimStatus should have comment or be unexported (golint)
    • Line 480: warning: exported type PersistentVolumeAccessMode should have comment or be unexported (golint)
    • Line 483: warning: comment on exported const ReadWriteOnce should be of the form "ReadWriteOnce ..." (golint)
    • Line 485: warning: comment on exported const ReadOnlyMany should be of the form "ReadOnlyMany ..." (golint)
    • Line 487: warning: comment on exported const ReadWriteMany should be of the form "ReadWriteMany ..." (golint)
    • Line 491: warning: exported type PersistentVolumePhase should have comment or be unexported (golint)
    • Line 494: warning: comment on exported const VolumePending should be of the form "VolumePending ..." (golint)
    • Line 496: warning: comment on exported const VolumeAvailable should be of the form "VolumeAvailable ..." (golint)
    • Line 499: warning: comment on exported const VolumeBound should be of the form "VolumeBound ..." (golint)
    • Line 501: warning: comment on exported const VolumeReleased should be of the form "VolumeReleased ..." (golint)
    • Line 505: warning: comment on exported const VolumeFailed should be of the form "VolumeFailed ..." (golint)
    • Line 509: warning: exported type PersistentVolumeClaimPhase should have comment or be unexported (golint)
    • Line 512: warning: comment on exported const ClaimPending should be of the form "ClaimPending ..." (golint)
    • Line 514: warning: comment on exported const ClaimBound should be of the form "ClaimBound ..." (golint)
    • Line 516: warning: comment on exported const ClaimLost should be of the form "ClaimLost ..." (golint)
    • Line 522: warning: exported type HostPathType should have comment or be unexported (golint)
    • Line 525: warning: comment on exported const HostPathUnset should be of the form "HostPathUnset ..." (golint)
    • Line 527: warning: comment on exported const HostPathDirectoryOrCreate should be of the form "HostPathDirectoryOrCreate ..." (golint)
    • Line 530: warning: comment on exported const HostPathDirectory should be of the form "HostPathDirectory ..." (golint)
    • Line 532: warning: comment on exported const HostPathFileOrCreate should be of the form "HostPathFileOrCreate ..." (golint)
    • Line 535: warning: comment on exported const HostPathFile should be of the form "HostPathFile ..." (golint)
    • Line 537: warning: comment on exported const HostPathSocket should be of the form "HostPathSocket ..." (golint)
    • Line 539: warning: comment on exported const HostPathCharDev should be of the form "HostPathCharDev ..." (golint)
    • Line 541: warning: comment on exported const HostPathBlockDev should be of the form "HostPathBlockDev ..." (golint)
    • Line 545: warning: comment on exported type HostPathVolumeSource should be of the form "HostPathVolumeSource ..." (with optional leading article) (golint)
    • Line 554: warning: comment on exported type EmptyDirVolumeSource should be of the form "EmptyDirVolumeSource ..." (with optional leading article) (golint)
    • Line 579: warning: exported const StorageMediumDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 596: warning: comment on exported type GCEPersistentDiskVolumeSource should be of the form "GCEPersistentDiskVolumeSource ..." (with optional leading article) (golint)
    • Line 622: warning: comment on exported type ISCSIVolumeSource should be of the form "ISCSIVolumeSource ..." (with optional leading article) (golint)
    • Line 718: warning: comment on exported type FCVolumeSource should be of the form "FCVolumeSource ..." (with optional leading article) (golint)
    • Line 770: warning: comment on exported type FlexVolumeSource should be of the form "FlexVolumeSource ..." (with optional leading article) (golint)
    • Line 796: warning: comment on exported type AWSElasticBlockStoreVolumeSource should be of the form "AWSElasticBlockStoreVolumeSource ..." (with optional leading article) (golint)
    • Line 822: warning: comment on exported type GitRepoVolumeSource should be of the form "GitRepoVolumeSource ..." (with optional leading article) (golint)
    • Line 844: warning: comment on exported type SecretVolumeSource should be of the form "SecretVolumeSource ..." (with optional leading article) (golint)
    • Line 874: warning: comment on exported type SecretProjection should be of the form "SecretProjection ..." (with optional leading article) (golint)
    • Line 896: warning: comment on exported type NFSVolumeSource should be of the form "NFSVolumeSource ..." (with optional leading article) (golint)
    • Line 911: warning: comment on exported type QuobyteVolumeSource should be of the form "QuobyteVolumeSource ..." (with optional leading article) (golint)
    • Line 943: warning: comment on exported type GlusterfsVolumeSource should be of the form "GlusterfsVolumeSource ..." (with optional leading article) (golint)
    • Line 958: warning: comment on exported type GlusterfsPersistentVolumeSource should be of the form "GlusterfsPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 982: warning: comment on exported type RBDVolumeSource should be of the form "RBDVolumeSource ..." (with optional leading article) (golint)
    • Line 1013: warning: comment on exported type RBDPersistentVolumeSource should be of the form "RBDPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 1044: warning: comment on exported type CinderVolumeSource should be of the form "CinderVolumeSource ..." (with optional leading article) (golint)
    • Line 1066: warning: comment on exported type CinderPersistentVolumeSource should be of the form "CinderPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 1088: warning: comment on exported type CephFSVolumeSource should be of the form "CephFSVolumeSource ..." (with optional leading article) (golint)
    • Line 1122: warning: comment on exported type CephFSPersistentVolumeSource should be of the form "CephFSPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 1145: warning: comment on exported type FlockerVolumeSource should be of the form "FlockerVolumeSource ..." (with optional leading article) (golint)
    • Line 1158: warning: comment on exported type DownwardAPIVolumeSource should be of the form "DownwardAPIVolumeSource ..." (with optional leading article) (golint)
    • Line 1173: warning: comment on exported type DownwardAPIVolumeFile should be of the form "DownwardAPIVolumeFile ..." (with optional leading article) (golint)
    • Line 1192: warning: comment on exported type DownwardAPIProjection should be of the form "DownwardAPIProjection ..." (with optional leading article) (golint)
    • Line 1201: warning: comment on exported type AzureFileVolumeSource should be of the form "AzureFileVolumeSource ..." (with optional leading article) (golint)
    • Line 1213: warning: comment on exported type AzureFilePersistentVolumeSource should be of the form "AzureFilePersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 1229: warning: comment on exported type VsphereVirtualDiskVolumeSource should be of the form "VsphereVirtualDiskVolumeSource ..." (with optional leading article) (golint)
    • Line 1246: warning: comment on exported type PhotonPersistentDiskVolumeSource should be of the form "PhotonPersistentDiskVolumeSource ..." (with optional leading article) (golint)
    • Line 1271: warning: exported type AzureDataDiskCachingMode should have comment or be unexported (golint)
    • Line 1272: warning: exported type AzureDataDiskKind should have comment or be unexported (golint)
    • Line 1275: warning: exported const AzureDataDiskCachingNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 1284: warning: comment on exported type AzureDiskVolumeSource should be of the form "AzureDiskVolumeSource ..." (with optional leading article) (golint)
    • Line 1381: warning: comment on exported type StorageOSVolumeSource should be of the form "StorageOSVolumeSource ..." (with optional leading article) (golint)
    • Line 1409: warning: comment on exported type StorageOSPersistentVolumeSource should be of the form "StorageOSPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 1437: warning: comment on exported type ConfigMapVolumeSource should be of the form "ConfigMapVolumeSource ..." (with optional leading article) (golint)
    • Line 1466: warning: comment on exported type ConfigMapProjection should be of the form "ConfigMapProjection ..." (with optional leading article) (golint)
    • Line 1511: warning: comment on exported type ProjectedVolumeSource should be of the form "ProjectedVolumeSource ..." (with optional leading article) (golint)
    • Line 1524: warning: comment on exported type VolumeProjection should be of the form "VolumeProjection ..." (with optional leading article) (golint)
    • Line 1538: warning: comment on exported type KeyToPath should be of the form "KeyToPath ..." (with optional leading article) (golint)
    • Line 1556: warning: comment on exported type LocalVolumeSource should be of the form "LocalVolumeSource ..." (with optional leading article) (golint)
    • Line 1570: warning: comment on exported type CSIPersistentVolumeSource should be of the form "CSIPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 1630: warning: comment on exported type CSIVolumeSource should be of the form "CSIVolumeSource ..." (with optional leading article) (golint)
    • Line 1805: warning: comment on exported type ConfigMapKeySelector should be of the form "ConfigMapKeySelector ..." (with optional leading article) (golint)
    • Line 2034: warning: comment on exported type CommonInfo should be of the form "CommonInfo ..." (with optional leading article) (golint)
    • Line 2137: warning: comment on exported type Nic should be of the form "Nic ..." (with optional leading article) (golint)
    • Line 2162: warning: exported type VmPowerSpec should have comment or be unexported (golint)
    • Line 2172: warning: comment on exported type VirtualMachine should be of the form "VirtualMachine ..." (with optional leading article) (golint)
    • Line 2259: warning: exported type ConditionStatus should have comment or be unexported (golint)
    • Line 2271: warning: exported type ContainerStateWaiting should have comment or be unexported (golint)
    • Line 2280: warning: exported type ContainerStateRunning should have comment or be unexported (golint)
    • Line 2285: warning: exported type ContainerStateTerminated should have comment or be unexported (golint)
    • Line 2313: warning: exported type ContainerStatus should have comment or be unexported (golint)
    • Line 2334: warning: exported type VmState should have comment or be unexported (golint)
    • Line 2337: warning: exported const VmActive should have comment (or a comment on this block) or be unexported (golint)
    • Line 2350: warning: exported type VmPowerState should have comment or be unexported (golint)
    • Line 2402: warning: exported type PodConditionType should have comment or be unexported (golint)
    • Line 2422: warning: exported type PodCondition should have comment or be unexported (golint)
    • Line 2442: warning: exported const RestartPolicyAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 2482: warning: comment on exported type NodeSelector should be of the form "NodeSelector ..." (with optional leading article) (golint)
    • Line 2490: warning: comment on exported type NodeSelectorTerm should be of the form "NodeSelectorTerm ..." (with optional leading article) (golint)
    • Line 2500: warning: comment on exported type NodeSelectorRequirement should be of the form "NodeSelectorRequirement ..." (with optional leading article) (golint)
    • Line 2517: warning: comment on exported type NodeSelectorOperator should be of the form "NodeSelectorOperator ..." (with optional leading article) (golint)
    • Line 2522: warning: exported const NodeSelectorOpIn should have comment (or a comment on this block) or be unexported (golint)
    • Line 2530: warning: comment on exported type TopologySelectorTerm should be of the form "TopologySelectorTerm ..." (with optional leading article) (golint)
    • Line 2541: warning: comment on exported type TopologySelectorLabelRequirement should be of the form "TopologySelectorLabelRequirement ..." (with optional leading article) (golint)
    • Line 2564: warning: comment on exported type PodAffinity should be of the form "PodAffinity ..." (with optional leading article) (golint)
    • Line 2599: warning: comment on exported type PodAntiAffinity should be of the form "PodAntiAffinity ..." (with optional leading article) (golint)
    • Line 2634: warning: comment on exported type WeightedPodAffinityTerm should be of the form "WeightedPodAffinityTerm ..." (with optional leading article) (golint)
    • Line 2643: warning: comment on exported type PodAffinityTerm should be of the form "PodAffinityTerm ..." (with optional leading article) (golint)
    • Line 2665: warning: comment on exported type NodeAffinity should be of the form "NodeAffinity ..." (with optional leading article) (golint)
    • Line 2696: warning: comment on exported type PreferredSchedulingTerm should be of the form "PreferredSchedulingTerm ..." (with optional leading article) (golint)
    • Line 2705: warning: comment on exported type Taint should be of the form "Taint ..." (with optional leading article) (golint)
    • Line 2723: warning: exported type TaintEffect should have comment or be unexported (golint)
    • Line 2726: warning: comment on exported const TaintEffectNoSchedule should be of the form "TaintEffectNoSchedule ..." (golint)
    • Line 2731: warning: comment on exported const TaintEffectPreferNoSchedule should be of the form "TaintEffectPreferNoSchedule ..." (golint)
    • Line 2741: warning: comment on exported const TaintEffectNoExecute should be of the form "TaintEffectNoExecute ..." (golint)
    • Line 2746: warning: comment on exported type Toleration should be of the form "Toleration ..." (with optional leading article) (golint)
    • Line 2775: warning: comment on exported type TolerationOperator should be of the form "TolerationOperator ..." (with optional leading article) (golint)
    • Line 2779: warning: exported const TolerationOpExists should have comment (or a comment on this block) or be unexported (golint)
    • Line 2927: warning: exported method PodSpec.Workloads should have comment or be unexported (golint)
    • Line 2967: warning: exported method PodSpec.SetWorkloads should have comment or be unexported (golint)
    • Line 3329: warning: exported type ReplicationControllerConditionType should have comment or be unexported (golint)
    • Line 3402: warning: comment on exported type ServiceAffinity should be of the form "ServiceAffinity ..." (with optional leading article) (golint)
    • Line 3438: warning: comment on exported type ServiceType should be of the form "ServiceType ..." (with optional leading article) (golint)
    • Line 3461: warning: comment on exported type ServiceExternalTrafficPolicyType should be of the form "ServiceExternalTrafficPolicyType ..." (with optional leading article) (golint)
    • Line 3608: warning: exported type ServicePort should have comment or be unexported (golint)
    • Line 3803: warning: don't use underscores in Go names; struct field DoNotUse_ExternalID should be DoNotUseExternalID (golint)
    • Line 3811: warning: exported type ConfigMapNodeConfigSource should have comment or be unexported (golint)
    • Line 3966: warning: exported type UniqueVolumeName should have comment or be unexported (golint)
    • Line 3987: warning: comment on exported type PreferAvoidPodsEntry should be of the form "PreferAvoidPodsEntry ..." (with optional leading article) (golint)
    • Line 4002: warning: comment on exported type PodSignature should be of the form "PodSignature ..." (with optional leading article) (golint)
    • Line 4010: warning: comment on exported type ContainerImage should be of the form "ContainerImage ..." (with optional leading article) (golint)
    • Line 4019: warning: exported type NodePhase should have comment or be unexported (golint)
    • Line 4031: warning: exported type NodeConditionType should have comment or be unexported (golint)
    • Line 4053: warning: exported type NodeCondition should have comment or be unexported (golint)
    • Line 4066: warning: exported type NodeAddressType should have comment or be unexported (golint)
    • Line 4069: warning: exported const NodeHostName should have comment (or a comment on this block) or be unexported (golint)
    • Line 4076: warning: exported type NodeAddress should have comment or be unexported (golint)
    • Line 4110: warning: comment on exported const ResourceDefaultNamespacePrefix should be of the form "ResourceDefaultNamespacePrefix ..." (golint)
    • Line 4112: warning: comment on exported const ResourceHugePagesPrefix should be of the form "ResourceHugePagesPrefix ..." (golint)
    • Line 4114: warning: comment on exported const ResourceAttachableVolumesPrefix should be of the form "ResourceAttachableVolumesPrefix ..." (golint)
    • Line 4203: warning: exported type NamespacePhase should have comment or be unexported (golint)
    • Line 4215: warning: comment on exported type Namespace should be of the form "Namespace ..." (with optional leading article) (golint)
    • Line 4258: warning: exported type TenantPhase should have comment or be unexported (golint)
    • Line 4314: warning: exported type Operation should have comment or be unexported (golint)
    • Line 4317: warning: exported const RebootOp should have comment (or a comment on this block) or be unexported (golint)
    • Line 4322: warning: exported type RebootParams should have comment or be unexported (golint)
    • Line 4326: warning: exported type SnapshotParams should have comment or be unexported (golint)
    • Line 4330: warning: exported type RestoreParams should have comment or be unexported (golint)
    • Line 4352: warning: exported type RebootAction should have comment or be unexported (golint)
    • Line 4356: warning: exported type RebootStatus should have comment or be unexported (golint)
    • Line 4360: warning: exported type SnapshotAction should have comment or be unexported (golint)
    • Line 4364: warning: exported type SnapshotStatus should have comment or be unexported (golint)
    • Line 4368: warning: exported type RestoreAction should have comment or be unexported (golint)
    • Line 4372: warning: exported type RestoreStatus should have comment or be unexported (golint)
    • Line 4376: warning: exported type ActionSpec should have comment or be unexported (golint)
    • Line 4385: warning: exported type ActionStatus should have comment or be unexported (golint)
    • Line 4397: warning: comment on exported type Action should be of the form "Action ..." (with optional leading article) (golint)
    • Line 4615: warning: exported type SerializedReference should have comment or be unexported (golint)
    • Line 4621: warning: exported type EventSource should have comment or be unexported (golint)
    • Line 4708: warning: exported type EventSeries should have comment or be unexported (golint)
    • Line 4718: warning: exported type EventSeriesState should have comment or be unexported (golint)
    • Line 4721: warning: exported const EventSeriesStateOngoing should have comment (or a comment on this block) or be unexported (golint)
    • Line 4742: warning: comment on exported type LimitType should be of the form "LimitType ..." (with optional leading article) (golint)
    • Line 4746: warning: comment on exported const LimitTypePod should be of the form "LimitTypePod ..." (golint)
    • Line 4748: warning: comment on exported const LimitTypeContainer should be of the form "LimitTypeContainer ..." (golint)
    • Line 4750: warning: comment on exported const LimitTypePersistentVolumeClaim should be of the form "LimitTypePersistentVolumeClaim ..." (golint)
    • Line 4856: warning: comment on exported const ResourceQuotaScopeTerminating should be of the form "ResourceQuotaScopeTerminating ..." (golint)
    • Line 4858: warning: comment on exported const ResourceQuotaScopeNotTerminating should be of the form "ResourceQuotaScopeNotTerminating ..." (golint)
    • Line 4860: warning: comment on exported const ResourceQuotaScopeBestEffort should be of the form "ResourceQuotaScopeBestEffort ..." (golint)
    • Line 4862: warning: comment on exported const ResourceQuotaScopeNotBestEffort should be of the form "ResourceQuotaScopeNotBestEffort ..." (golint)
    • Line 4864: warning: comment on exported const ResourceQuotaScopePriorityClass should be of the form "ResourceQuotaScopePriorityClass ..." (golint)
    • Line 4883: warning: comment on exported type ScopeSelector should be of the form "ScopeSelector ..." (with optional leading article) (golint)
    • Line 4891: warning: comment on exported type ScopedResourceSelectorRequirement should be of the form "ScopedResourceSelectorRequirement ..." (with optional leading article) (golint)
    • Line 4907: warning: comment on exported type ScopeSelectorOperator should be of the form "ScopeSelectorOperator ..." (with optional leading article) (golint)
    • Line 4912: warning: exported const ScopeSelectorOpIn should have comment (or a comment on this block) or be unexported (golint)
    • Line 4978: warning: exported const MaxSecretSize should have comment or be unexported (golint)
    • Line 4980: warning: exported type SecretType should have comment or be unexported (golint)
    • Line 5068: warning: exported type SecretList should have comment or be unexported (golint)
    • Line 5156: warning: comment on exported type ComponentConditionType should be of the form "ComponentConditionType ..." (with optional leading article) (golint)
    • Line 5164: warning: exported type ComponentCondition should have comment or be unexported (golint)
    • Line 5187: warning: exported type ComponentStatusList should have comment or be unexported (golint)
    • Line 5253: warning: exported type ProcMountType should have comment or be unexported (golint)
    • Line 5323: warning: comment on exported const DefaultSchedulerName should be of the form "DefaultSchedulerName ..." (golint)
    • Line 5326: warning: comment on exported const DefaultHardPodAffinitySymmetricWeight should be of the form "DefaultHardPodAffinitySymmetricWeight ..." (golint)
    • arktos/pkg/controller/podautoscaler/rate_limiters.go
    • Line 32: warning: exported function NewFixedItemIntervalRateLimiter should have comment or be unexported (golint)
    • Line 38: warning: exported method FixedItemIntervalRateLimiter.When should have comment or be unexported (golint)
    • Line 42: warning: exported method FixedItemIntervalRateLimiter.NumRequeues should have comment or be unexported (golint)
    • Line 46: warning: exported method FixedItemIntervalRateLimiter.Forget should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/dynamic/dynamicinformer/informer.go
    • Line 46: warning: exported function NewFilteredDynamicSharedInformerFactoryWithMultiTenancy should have comment or be unexported (golint)
    • Line 126: warning: exported function NewFilteredDynamicInformer should have comment or be unexported (golint)
    • Line 130: warning: comment on exported function NewFilteredDynamicInformerWithMultiTenancy should be of the form "NewFilteredDynamicInformerWithMultiTenancy ..." (golint)
    • arktos/pkg/kubectl/cmd/util/helpers.go
    • Line 51: warning: exported const ApplyAnnotationsFlag should have comment (or a comment on this block) or be unexported (golint)
    • Line 293: warning: exported function UsageErrorf should have comment or be unexported (golint)
    • Line 298: warning: exported function IsFilenameSliceEmpty should have comment or be unexported (golint)
    • Line 302: warning: exported function GetFlagString should have comment or be unexported (golint)
    • Line 328: warning: exported function GetFlagBool should have comment or be unexported (golint)
    • Line 336: warning: comment on exported function GetFlagInt should be of the form "GetFlagInt ..." (golint)
    • Line 345: warning: comment on exported function GetFlagInt32 should be of the form "GetFlagInt32 ..." (golint)
    • Line 354: warning: comment on exported function GetFlagInt64 should be of the form "GetFlagInt64 ..." (golint)
    • Line 363: warning: exported function GetFlagDuration should have comment or be unexported (golint)
    • Line 371: warning: exported function GetPodRunningTimeoutFlag should have comment or be unexported (golint)
    • Line 379: warning: exported function AddValidateFlags should have comment or be unexported (golint)
    • Line 383: warning: exported function AddValidateOptionFlags should have comment or be unexported (golint)
    • Line 387: warning: exported function AddFilenameOptionFlags should have comment or be unexported (golint)
    • Line 393: warning: exported function AddJsonFilenameFlag should have comment or be unexported (golint)
    • Line 412: warning: exported function AddServerSideApplyFlags should have comment or be unexported (golint)
    • Line 418: warning: exported function AddIncludeUninitializedFlag should have comment or be unexported (golint)
    • Line 423: warning: exported function AddPodRunningTimeoutFlag should have comment or be unexported (golint)
    • Line 427: warning: exported function AddApplyAnnotationFlags should have comment or be unexported (golint)
    • Line 431: warning: exported function AddApplyAnnotationVarFlags should have comment or be unexported (golint)
    • Line 442: warning: exported type ValidateOptions should have comment or be unexported (golint)
    • Line 491: warning: exported function GetServerSideApplyFlag should have comment or be unexported (golint)
    • Line 495: warning: exported function GetForceConflictsFlag should have comment or be unexported (golint)
    • Line 499: warning: exported function GetFieldManagerFlag should have comment or be unexported (golint)
    • Line 503: warning: exported function GetDryRunFlag should have comment or be unexported (golint)
    • Line 657: warning: exported function Warning should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/marshal.go
    • Line 28: warning: exported method JSONSchemaPropsOrBool.MarshalJSON should have comment or be unexported (golint)
    • Line 39: warning: exported method JSONSchemaPropsOrBool.UnmarshalJSON should have comment or be unexported (golint)
    • Line 61: warning: exported method JSONSchemaPropsOrStringArray.MarshalJSON should have comment or be unexported (golint)
    • Line 71: warning: exported method JSONSchemaPropsOrStringArray.UnmarshalJSON should have comment or be unexported (golint)
    • Line 93: warning: exported method JSONSchemaPropsOrArray.MarshalJSON should have comment or be unexported (golint)
    • Line 100: warning: exported method JSONSchemaPropsOrArray.UnmarshalJSON should have comment or be unexported (golint)
    • Line 122: warning: exported method JSON.MarshalJSON should have comment or be unexported (golint)
    • Line 130: warning: exported method JSON.UnmarshalJSON should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go
    • Line 57: warning: comment on exported type APIGroupInfo should be of the form "APIGroupInfo ..." (with optional leading article) (golint)
    • Line 220: warning: exported method GenericAPIServer.UnprotectedHandler should have comment or be unexported (golint)
    • Line 224: warning: exported method GenericAPIServer.PostStartHooks should have comment or be unexported (golint)
    • Line 227: warning: exported method GenericAPIServer.PreShutdownHooks should have comment or be unexported (golint)
    • Line 230: warning: exported method GenericAPIServer.HealthzChecks should have comment or be unexported (golint)
    • Line 233: warning: exported method GenericAPIServer.ListedPaths should have comment or be unexported (golint)
    • Line 237: warning: exported method GenericAPIServer.NextDelegate should have comment or be unexported (golint)
    • Line 244: warning: exported function NewEmptyDelegate should have comment or be unexported (golint)
    • Line 396: warning: exported method GenericAPIServer.InstallLegacyAPIGroup should have comment or be unexported (golint)
    • Line 417: warning: comment on exported method GenericAPIServer.InstallAPIGroups should be of the form "InstallAPIGroups ..." (golint)
    • Line 470: warning: comment on exported method GenericAPIServer.InstallAPIGroup should be of the form "InstallAPIGroup ..." (golint)
    • arktos/pkg/controller/volume/attachdetach/testing/testvolumespec.go
    • Line 36: warning: exported const TestPluginName should have comment or be unexported (golint)
    • Line 63: warning: exported function CreateTestClient should have comment or be unexported (golint)
    • Line 177: warning: comment on exported function NewPodWithVolume should be of the form "NewPodWithVolume ..." (golint)
    • Line 219: warning: exported type TestPlugin should have comment or be unexported (golint)
    • Line 226: warning: exported method TestPlugin.Init should have comment or be unexported (golint)
    • Line 230: warning: exported method TestPlugin.GetPluginName should have comment or be unexported (golint)
    • Line 234: warning: exported method TestPlugin.GetVolumeName should have comment or be unexported (golint)
    • Line 244: warning: exported method TestPlugin.CanSupport should have comment or be unexported (golint)
    • Line 254: warning: exported method TestPlugin.IsMigratedToCSI should have comment or be unexported (golint)
    • Line 258: warning: exported method TestPlugin.RequiresRemount should have comment or be unexported (golint)
    • Line 262: warning: exported method TestPlugin.NewMounter should have comment or be unexported (golint)
    • Line 272: warning: exported method TestPlugin.NewUnmounter should have comment or be unexported (golint)
    • Line 276: warning: exported method TestPlugin.ConstructVolumeSpec should have comment or be unexported (golint)
    • Line 290: warning: exported method TestPlugin.NewAttacher should have comment or be unexported (golint)
    • Line 299: warning: exported method TestPlugin.NewDeviceMounter should have comment or be unexported (golint)
    • Line 303: warning: exported method TestPlugin.NewDetacher should have comment or be unexported (golint)
    • Line 311: warning: exported method TestPlugin.CanAttach should have comment or be unexported (golint)
    • Line 315: warning: exported method TestPlugin.CanDeviceMount should have comment or be unexported (golint)
    • Line 319: warning: exported method TestPlugin.NewDeviceUnmounter should have comment or be unexported (golint)
    • Line 323: warning: exported method TestPlugin.GetDeviceMountRefs should have comment or be unexported (golint)
    • Line 327: warning: exported method TestPlugin.SupportsMountOption should have comment or be unexported (golint)
    • Line 331: warning: exported method TestPlugin.SupportsBulkVolumeVerification should have comment or be unexported (golint)
    • Line 335: warning: exported method TestPlugin.GetErrorEncountered should have comment or be unexported (golint)
    • Line 341: warning: exported method TestPlugin.GetAttachedVolumes should have comment or be unexported (golint)
    • Line 352: warning: exported method TestPlugin.GetDetachedVolumes should have comment or be unexported (golint)
    • Line 363: warning: exported function CreateTestPlugin should have comment or be unexported (golint)
    • arktos/pkg/kubectl/metricsutil/metrics_client.go
    • Line 34: warning: exported const DefaultHeapsterNamespace should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported type HeapsterMetricsClient should have comment or be unexported (golint)
    • Line 57: warning: exported function NewHeapsterMetricsClient should have comment or be unexported (golint)
    • Line 97: warning: exported method HeapsterMetricsClient.GetNodeMetrics should have comment or be unexported (golint)
    • Line 129: warning: exported method HeapsterMetricsClient.GetPodMetrics should have comment or be unexported (golint)
    • Line 166: warning: exported function GetHeapsterMetrics should have comment or be unexported (golint)
    • arktos/test/e2e/storage/vsphere/vsphere_common.go
    • Line 28: warning: exported const SPBMPolicyName should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported const VCPClusterDatastore should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported const VCPScaleVolumeCount should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported const VCPStressInstances should have comment (or a comment on this block) or be unexported (golint)
    • Line 52: warning: exported const VCPPerfVolumeCount should have comment (or a comment on this block) or be unexported (golint)
    • Line 58: warning: exported const VCPZoneVsanDatastore1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 68: warning: exported function GetAndExpectStringEnvVar should have comment or be unexported (golint)
    • Line 74: warning: exported function GetAndExpectIntEnvVar should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/logs/logs.go
    • Line 88: warning: exported type LogsOptions should have comment or be unexported (golint)
    • Line 122: warning: exported function NewLogsOptions should have comment or be unexported (golint)
    • Line 169: warning: exported method LogsOptions.ToLogOptions should have comment or be unexported (golint)
    • Line 205: warning: exported method LogsOptions.Complete should have comment or be unexported (golint)
    • Line 275: warning: exported method LogsOptions.Validate should have comment or be unexported (golint)
    • arktos/pkg/kubelet/cm/container_manager.go
    • Line 41: warning: exported type ActivePodsFunc should have comment or be unexported (golint)
    • Line 43: warning: comment on exported type ContainerManager should be of the form "ContainerManager ..." (with optional leading article) (golint)
    • Line 114: warning: exported type NodeConfig should have comment or be unexported (golint)
    • Line 133: warning: exported type NodeAllocatableConfig should have comment or be unexported (golint)
    • Line 142: warning: exported type Status should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_CrossVersionObjectReference should be mapCrossVersionObjectReference (golint)
    • Line 37: warning: exported method CrossVersionObjectReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_ExternalMetricSource should be mapExternalMetricSource (golint)
    • Line 49: warning: exported method ExternalMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 53: warning: don't use underscores in Go names; var map_ExternalMetricStatus should be mapExternalMetricStatus (golint)
    • Line 61: warning: exported method ExternalMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 65: warning: don't use underscores in Go names; var map_HorizontalPodAutoscaler should be mapHorizontalPodAutoscaler (golint)
    • Line 72: warning: exported method HorizontalPodAutoscaler.SwaggerDoc should have comment or be unexported (golint)
    • Line 76: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerCondition should be mapHorizontalPodAutoscalerCondition (golint)
    • Line 85: warning: exported method HorizontalPodAutoscalerCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 89: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerList should be mapHorizontalPodAutoscalerList (golint)
    • Line 95: warning: exported method HorizontalPodAutoscalerList.SwaggerDoc should have comment or be unexported (golint)
    • Line 99: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerSpec should be mapHorizontalPodAutoscalerSpec (golint)
    • Line 107: warning: exported method HorizontalPodAutoscalerSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 111: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerStatus should be mapHorizontalPodAutoscalerStatus (golint)
    • Line 121: warning: exported method HorizontalPodAutoscalerStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 125: warning: don't use underscores in Go names; var map_MetricSpec should be mapMetricSpec (golint)
    • Line 134: warning: exported method MetricSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 138: warning: don't use underscores in Go names; var map_MetricStatus should be mapMetricStatus (golint)
    • Line 147: warning: exported method MetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 151: warning: don't use underscores in Go names; var map_ObjectMetricSource should be mapObjectMetricSource (golint)
    • Line 160: warning: exported method ObjectMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 164: warning: don't use underscores in Go names; var map_ObjectMetricStatus should be mapObjectMetricStatus (golint)
    • Line 173: warning: exported method ObjectMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 177: warning: don't use underscores in Go names; var map_PodsMetricSource should be mapPodsMetricSource (golint)
    • Line 184: warning: exported method PodsMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 188: warning: don't use underscores in Go names; var map_PodsMetricStatus should be mapPodsMetricStatus (golint)
    • Line 195: warning: exported method PodsMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 199: warning: don't use underscores in Go names; var map_ResourceMetricSource should be mapResourceMetricSource (golint)
    • Line 206: warning: exported method ResourceMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 210: warning: don't use underscores in Go names; var map_ResourceMetricStatus should be mapResourceMetricStatus (golint)
    • Line 217: warning: exported method ResourceMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/kubelet/sysctl/namespace.go
    • Line 27: warning: comment on exported const IpcNamespace should be of the form "IpcNamespace ..." (golint)
    • Line 30: warning: comment on exported const NetNamespace should be of the form "NetNamespace ..." (golint)
    • Line 33: warning: comment on exported const UnknownNamespace should be of the form "UnknownNamespace ..." (golint)
    • arktos/pkg/util/ebtables/ebtables.go
    • Line 35: warning: exported type RulePosition should have comment or be unexported (golint)
    • Line 38: warning: exported const Prepend should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported type Table should have comment or be unexported (golint)
    • Line 45: warning: exported const TableNAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported type Chain should have comment or be unexported (golint)
    • Line 52: warning: exported const ChainPostrouting should have comment (or a comment on this block) or be unexported (golint)
    • Line 70: warning: comment on exported type Interface should be of the form "Interface ..." (with optional leading article) (golint)
    • arktos/pkg/util/mount/exec.go
    • Line 21: warning: exported function NewOsExec should have comment or be unexported (golint)
    • Line 35: warning: exported function NewFakeExec should have comment or be unexported (golint)
    • Line 39: warning: comment on exported type FakeExec should be of the form "FakeExec ..." (with optional leading article) (golint)
    • Line 45: warning: exported method FakeExec.Run should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/admission/util.go
    • Line 21: warning: exported type RuntimeObjectInterfaces should have comment or be unexported (golint)
    • Line 29: warning: exported function NewObjectInterfacesFromScheme should have comment or be unexported (golint)
    • Line 33: warning: exported method RuntimeObjectInterfaces.GetObjectCreater should have comment or be unexported (golint)
    • Line 36: warning: exported method RuntimeObjectInterfaces.GetObjectTyper should have comment or be unexported (golint)
    • Line 39: warning: exported method RuntimeObjectInterfaces.GetObjectDefaulter should have comment or be unexported (golint)
    • Line 42: warning: exported method RuntimeObjectInterfaces.GetObjectConvertor should have comment or be unexported (golint)
    • Line 45: warning: exported method RuntimeObjectInterfaces.GetEquivalentResourceMapper should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/conversion.go
    • Line 24: warning: exported function Convert_internalversion_ListOptions_To_v1_ListOptions should have comment or be unexported (golint)
    • Line 24: warning: don't use underscores in Go names; func Convert_internalversion_ListOptions_To_v1_ListOptions should be ConvertInternalversionListOptionsToV1ListOptions (golint)
    • Line 39: warning: exported function Convert_v1_ListOptions_To_internalversion_ListOptions should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; func Convert_v1_ListOptions_To_internalversion_ListOptions should be ConvertV1ListOptionsToInternalversionListOptions (golint)
    • arktos/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/event_expansion.go
    • Line 164: warning: comment on exported function GetInvolvedObjectNameFieldLabel should be of the form "GetInvolvedObjectNameFieldLabel ..." (golint)
    • Line 169: warning: comment on exported type EventSinkImpl should be of the form "EventSinkImpl ..." (with optional leading article) (golint)
    • Line 174: warning: exported method EventSinkImpl.Create should have comment or be unexported (golint)
    • Line 178: warning: exported method EventSinkImpl.Update should have comment or be unexported (golint)
    • Line 182: warning: exported method EventSinkImpl.Patch should have comment or be unexported (golint)
    • arktos/pkg/apis/core/v1/helper/helpers.go
    • Line 95: warning: exported function IsAttachableVolumeResourceName should have comment or be unexported (golint)
    • Line 99: warning: comment on exported function IsScalarResourceName should be of the form "IsScalarResourceName ..." (golint)
    • Line 105: warning: comment on exported function IsServiceIPSet should be of the form "IsServiceIPSet ..." (golint)
    • Line 111: warning: comment on exported function LoadBalancerStatusEqual should be of the form "LoadBalancerStatusEqual ..." (golint)
    • Line 138: warning: comment on exported function LoadBalancerStatusDeepCopy should be of the form "LoadBalancerStatusDeepCopy ..." (golint)
    • Line 165: warning: comment on exported function GetAccessModesFromString should be of the form "GetAccessModesFromString ..." (golint)
    • Line 426: warning: comment on exported function GetMatchingTolerations should be of the form "GetMatchingTolerations ..." (golint)
    • Line 451: warning: exported function GetAvoidPodsFromNodeAnnotations should have comment or be unexported (golint)
    • arktos/pkg/controller/ttl/ttl_controller.go
    • Line 53: warning: exported type TTLController should have comment or be unexported (golint)
    • Line 77: warning: exported function NewTTLController should have comment or be unexported (golint)
    • Line 112: warning: exported method TTLController.Run should have comment or be unexported (golint)
    • arktos/pkg/registry/admissionregistration/rest/storage_apiserver.go
    • Line 18: warning: package comment should be of the form "Package rest ..." (golint)
    • Line 34: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 36: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 76: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/pkg/apis/batch/v1/conversion.go
    • Line 53: warning: exported function Convert_batch_JobSpec_To_v1_JobSpec should have comment or be unexported (golint)
    • Line 53: warning: don't use underscores in Go names; func Convert_batch_JobSpec_To_v1_JobSpec should be ConvertBatchJobSpecToV1JobSpec (golint)
    • Line 73: warning: exported function Convert_v1_JobSpec_To_batch_JobSpec should have comment or be unexported (golint)
    • Line 73: warning: don't use underscores in Go names; func Convert_v1_JobSpec_To_batch_JobSpec should be ConvertV1JobSpecToBatchJobSpec (golint)
    • arktos/pkg/kubelet/lifecycle/handlers.go
    • Line 37: warning: exported type HandlerRunner should have comment or be unexported (golint)
    • Line 47: warning: exported function NewHandlerRunner should have comment or be unexported (golint)
    • Line 55: warning: exported method HandlerRunner.Run should have comment or be unexported (golint)
    • Line 143: warning: exported function NewAppArmorAdmitHandler should have comment or be unexported (golint)
    • Line 170: warning: exported function NewNoNewPrivsAdmitHandler should have comment or be unexported (golint)
    • Line 235: warning: exported function NewProcMountAdmitHandler should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/top/top_pod.go
    • Line 42: warning: exported type TopPodOptions should have comment or be unexported (golint)
    • Line 85: warning: exported function NewCmdTopPod should have comment or be unexported (golint)
    • Line 114: warning: exported method TopPodOptions.Complete should have comment or be unexported (golint)
    • Line 148: warning: exported method TopPodOptions.Validate should have comment or be unexported (golint)
    • Line 160: warning: exported method TopPodOptions.RunTopPod should have comment or be unexported (golint)
    • Line 268: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/pkg/controller/podautoscaler/metrics/legacy_metrics_client.go
    • Line 38: warning: exported const DefaultHeapsterNamespace should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported type HeapsterMetricsClient should have comment or be unexported (golint)
    • Line 55: warning: exported function NewHeapsterMetricsClient should have comment or be unexported (golint)
    • Line 65: warning: exported method HeapsterMetricsClient.GetResourceMetric should have comment or be unexported (golint)
    • Line 117: warning: exported method HeapsterMetricsClient.GetRawMetric should have comment or be unexported (golint)
    • Line 186: warning: exported method HeapsterMetricsClient.GetObjectMetric should have comment or be unexported (golint)
    • Line 190: warning: exported method HeapsterMetricsClient.GetExternalMetric should have comment or be unexported (golint)
    • Line 220: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/pkg/kubectl/util/templates/templater.go
    • Line 32: warning: exported type FlagExposer should have comment or be unexported (golint)
    • Line 36: warning: exported function ActsAsRootCommand should have comment or be unexported (golint)
    • Line 52: warning: exported function UseOptionsTemplates should have comment or be unexported (golint)
    • Line 143: warning: receiver name t should be consistent with previous receiver name templater for templater (golint)
    • Line 157: warning: receiver name t should be consistent with previous receiver name templater for templater (golint)
    • Line 161: warning: receiver name t should be consistent with previous receiver name templater for templater (golint)
    • Line 165: warning: receiver name t should be consistent with previous receiver name templater for templater (golint)
    • Line 174: warning: receiver name t should be consistent with previous receiver name templater for templater (golint)
    • Line 184: warning: receiver name t should be consistent with previous receiver name templater for templater (golint)
    • Line 198: warning: receiver name t should be consistent with previous receiver name templater for templater (golint)
    • arktos/pkg/kubelet/remote/fake/fake_runtime.go
    • Line 329: warning: comment on exported method RemoteRuntime.AttachNetworkInterface should be of the form "AttachNetworkInterface ..." (golint)
    • Line 334: warning: exported method RemoteRuntime.DetachNetworkInterface should have comment or be unexported (golint)
    • Line 338: warning: exported method RemoteRuntime.ListNetworkInterfaces should have comment or be unexported (golint)
    • arktos/pkg/registry/apps/statefulset/storage/storage.go
    • Line 50: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 60: warning: comment on exported type REST should be of the form "REST ..." (with optional leading article) (golint)
    • Line 101: warning: exported method StatusREST.New should have comment or be unexported (golint)
    • Line 125: warning: exported type ScaleREST should have comment or be unexported (golint)
    • Line 133: warning: exported method ScaleREST.GroupVersionKind should have comment or be unexported (golint)
    • Line 149: warning: exported method ScaleREST.Get should have comment or be unexported (golint)
    • Line 162: warning: exported method ScaleREST.Update should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/cache/testing/fake_controller_source.go
    • Line 34: warning: exported function NewFakeControllerSource should have comment or be unexported (golint)
    • Line 41: warning: exported function NewFakePVControllerSource should have comment or be unexported (golint)
    • Line 49: warning: exported function NewFakePVCControllerSource should have comment or be unexported (golint)
    • Line 65: warning: exported type FakePVControllerSource should have comment or be unexported (golint)
    • Line 69: warning: exported type FakePVCControllerSource should have comment or be unexported (golint)
    • Line 259: warning: exported method FakePVCControllerSource.Update should have comment or be unexported (golint)
    • Line 262: warning: exported method FakeControllerSource.Update should have comment or be unexported (golint)
    • arktos/pkg/registry/storage/rest/storage_storage.go
    • Line 37: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 40: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 108: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/cmd/workload-controller-manager/app/controllermanager.go
    • Line 86: warning: don't use underscores in Go names; const source_DeploymentController should be sourceDeploymentController (golint)
    • Line 87: warning: don't use underscores in Go names; const source_ReplicaSetController should be sourceReplicaSetController (golint)
    • Line 89: warning: don't use underscores in Go names; const ownerKind_Empty should be ownerKindEmpty (golint)
    • Line 90: warning: don't use underscores in Go names; const ownerKind_Deployment should be ownerKindDeployment (golint)
    • Line 91: warning: don't use underscores in Go names; const ownerKind_ReplicaSet should be ownerKindReplicaSet (golint)
    • Line 94: warning: exported function StartControllerManager should have comment or be unexported (golint)
    • Line 155: warning: comment on exported function CreateControllerContext should be of the form "CreateControllerContext ..." (golint)
    • arktos/pkg/kubelet/qos/policy.go
    • Line 34: warning: exported const KubeletOOMScoreAdj should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: comment on exported function GetContainerOOMScoreAdjust should be of the form "GetContainerOOMScoreAdjust ..." (golint)
    • arktos/pkg/kubelet/pod_actions.go
    • Line 28: warning: exported method Kubelet.DoRebootVM should have comment or be unexported (golint)
    • Line 39: warning: exported method Kubelet.DoSnapshotVM should have comment or be unexported (golint)
    • Line 50: warning: exported method Kubelet.DoRestoreVM should have comment or be unexported (golint)
    • Line 62: warning: exported method Kubelet.DoPodAction should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/component-base/config/v1alpha1/conversion.go
    • Line 31: warning: exported function Convert_v1alpha1_ClientConnectionConfiguration_To_config_ClientConnectionConfiguration should have comment or be unexported (golint)
    • Line 31: warning: don't use underscores in Go names; func Convert_v1alpha1_ClientConnectionConfiguration_To_config_ClientConnectionConfiguration should be ConvertV1alpha1ClientConnectionConfigurationToConfigClientConnectionConfiguration (golint)
    • Line 35: warning: exported function Convert_config_ClientConnectionConfiguration_To_v1alpha1_ClientConnectionConfiguration should have comment or be unexported (golint)
    • Line 35: warning: don't use underscores in Go names; func Convert_config_ClientConnectionConfiguration_To_v1alpha1_ClientConnectionConfiguration should be ConvertConfigClientConnectionConfigurationToV1alpha1ClientConnectionConfiguration (golint)
    • Line 39: warning: exported function Convert_v1alpha1_DebuggingConfiguration_To_config_DebuggingConfiguration should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; func Convert_v1alpha1_DebuggingConfiguration_To_config_DebuggingConfiguration should be ConvertV1alpha1DebuggingConfigurationToConfigDebuggingConfiguration (golint)
    • Line 43: warning: exported function Convert_config_DebuggingConfiguration_To_v1alpha1_DebuggingConfiguration should have comment or be unexported (golint)
    • Line 43: warning: don't use underscores in Go names; func Convert_config_DebuggingConfiguration_To_v1alpha1_DebuggingConfiguration should be ConvertConfigDebuggingConfigurationToV1alpha1DebuggingConfiguration (golint)
    • Line 47: warning: exported function Convert_v1alpha1_LeaderElectionConfiguration_To_config_LeaderElectionConfiguration should have comment or be unexported (golint)
    • Line 47: warning: don't use underscores in Go names; func Convert_v1alpha1_LeaderElectionConfiguration_To_config_LeaderElectionConfiguration should be ConvertV1alpha1LeaderElectionConfigurationToConfigLeaderElectionConfiguration (golint)
    • Line 51: warning: exported function Convert_config_LeaderElectionConfiguration_To_v1alpha1_LeaderElectionConfiguration should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; func Convert_config_LeaderElectionConfiguration_To_v1alpha1_LeaderElectionConfiguration should be ConvertConfigLeaderElectionConfigurationToV1alpha1LeaderElectionConfiguration (golint)
    • arktos/pkg/controller/volume/attachdetach/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_AttachDetachControllerConfiguration_To_config_AttachDetachControllerConfiguration should be ConvertV1alpha1AttachDetachControllerConfigurationToConfigAttachDetachControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_AttachDetachControllerConfiguration_To_v1alpha1_AttachDetachControllerConfiguration should be ConvertConfigAttachDetachControllerConfigurationToV1alpha1AttachDetachControllerConfiguration (golint)
    • arktos/pkg/kubelet/dockershim/libdocker/fake_client.go
    • Line 41: warning: exported type CalledDetail should have comment or be unexported (golint)
    • Line 93: warning: exported function NewFakeDockerClient should have comment or be unexported (golint)
    • Line 108: warning: exported method FakeDockerClient.WithClock should have comment or be unexported (golint)
    • Line 115: warning: exported method FakeDockerClient.WithVersion should have comment or be unexported (golint)
    • Line 122: warning: exported method FakeDockerClient.WithTraceDisabled should have comment or be unexported (golint)
    • Line 129: warning: exported method FakeDockerClient.WithRandSource should have comment or be unexported (golint)
    • Line 164: warning: exported method FakeDockerClient.InjectError should have comment or be unexported (golint)
    • Line 170: warning: exported method FakeDockerClient.InjectErrors should have comment or be unexported (golint)
    • Line 178: warning: exported method FakeDockerClient.ClearErrors should have comment or be unexported (golint)
    • Line 184: warning: exported method FakeDockerClient.ClearCalls should have comment or be unexported (golint)
    • Line 203: warning: comment on exported type FakeContainer should be of the form "FakeContainer ..." (with optional leading article) (golint)
    • Line 246: warning: exported method FakeDockerClient.SetFakeContainers should have comment or be unexported (golint)
    • Line 272: warning: exported method FakeDockerClient.SetFakeRunningContainers should have comment or be unexported (golint)
    • Line 279: warning: exported method FakeDockerClient.AssertCalls should have comment or be unexported (golint)
    • Line 290: warning: exported method FakeDockerClient.AssertCallDetails should have comment or be unexported (golint)
    • Line 310: warning: exported method FakeDockerClient.AssertCreatedByNameWithOrder should have comment or be unexported (golint)
    • Line 323: warning: exported method FakeDockerClient.AssertCreatedByName should have comment or be unexported (golint)
    • Line 334: warning: exported method FakeDockerClient.AssertStoppedByName should have comment or be unexported (golint)
    • Line 344: warning: exported method FakeDockerClient.AssertStopped should have comment or be unexported (golint)
    • Line 352: warning: exported method FakeDockerClient.AssertImagesPulled should have comment or be unexported (golint)
    • Line 360: warning: exported method FakeDockerClient.AssertImagesPulledMsgs should have comment or be unexported (golint)
    • Line 658: warning: exported method FakeDockerClient.RemoveContainer should have comment or be unexported (golint)
    • Line 688: warning: exported method FakeDockerClient.UpdateContainerResources should have comment or be unexported (golint)
    • Line 704: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 731: warning: exported method FakeDockerClient.Version should have comment or be unexported (golint)
    • Line 738: warning: exported method FakeDockerClient.Info should have comment or be unexported (golint)
    • Line 742: warning: exported method FakeDockerClient.CreateExec should have comment or be unexported (golint)
    • Line 750: warning: exported method FakeDockerClient.StartExec should have comment or be unexported (golint)
    • Line 757: warning: exported method FakeDockerClient.AttachToContainer should have comment or be unexported (golint)
    • Line 764: warning: exported method FakeDockerClient.InspectExec should have comment or be unexported (golint)
    • Line 768: warning: exported method FakeDockerClient.ListImages should have comment or be unexported (golint)
    • Line 776: warning: exported method FakeDockerClient.RemoveImage should have comment or be unexported (golint)
    • Line 792: warning: exported method FakeDockerClient.InjectImages should have comment or be unexported (golint)
    • Line 801: warning: exported method FakeDockerClient.MakeImagesPrivate should have comment or be unexported (golint)
    • Line 809: warning: exported method FakeDockerClient.ResetImages should have comment or be unexported (golint)
    • Line 817: warning: exported method FakeDockerClient.InjectImageInspects should have comment or be unexported (golint)
    • Line 834: warning: exported method FakeDockerClient.ResizeExecTTY should have comment or be unexported (golint)
    • Line 841: warning: exported method FakeDockerClient.ResizeContainerTTY should have comment or be unexported (golint)
    • Line 885: warning: exported method FakeDockerClient.ImageHistory should have comment or be unexported (golint)
    • Line 893: warning: exported method FakeDockerClient.InjectImageHistory should have comment or be unexported (golint)
    • Line 905: warning: exported method FakeDockerPuller.Pull should have comment or be unexported (golint)
    • Line 909: warning: exported method FakeDockerPuller.GetImageRef should have comment or be unexported (golint)
    • Line 917: warning: exported method FakeDockerClient.GetContainerStats should have comment or be unexported (golint)
    • arktos/pkg/kubemark/hollow_kubelet.go
    • Line 46: warning: exported type HollowKubelet should have comment or be unexported (golint)
    • Line 52: warning: exported function NewHollowKubelet should have comment or be unexported (golint)
    • Line 90: warning: comment on exported method HollowKubelet.Run should be of the form "Run ..." (golint)
    • Line 111: warning: comment on exported function GetHollowKubeletConfig should be of the form "GetHollowKubeletConfig ..." (golint)
    • arktos/pkg/volume/testing/testing.go
    • Line 43: warning: should not use dot imports (golint)
    • Line 52: warning: comment on exported const ExpectProvisionFailureKey should be of the form "ExpectProvisionFailureKey ..." (golint)
    • Line 55: warning: comment on exported const UncertainAttachNode should be of the form "UncertainAttachNode ..." (golint)
    • Line 58: warning: comment on exported const TimeoutAttachNode should be of the form "TimeoutAttachNode ..." (golint)
    • Line 61: warning: comment on exported const MultiAttachNode should be of the form "MultiAttachNode ..." (golint)
    • Line 82: warning: exported function NewFakeVolumeHost should have comment or be unexported (golint)
    • Line 86: warning: exported function NewFakeVolumeHostWithCloudProvider should have comment or be unexported (golint)
    • Line 90: warning: exported function NewFakeVolumeHostWithNodeLabels should have comment or be unexported (golint)
    • Line 96: warning: exported function NewFakeVolumeHostWithCSINodeName should have comment or be unexported (golint)
    • Line 116: warning: exported function NewFakeVolumeHostWithMounterFSType should have comment or be unexported (golint)
    • Line 242: warning: exported function ProbeVolumePlugins should have comment or be unexported (golint)
    • Line 313: warning: exported method FakeVolumePlugin.Init should have comment or be unexported (golint)
    • Line 320: warning: exported method FakeVolumePlugin.GetPluginName should have comment or be unexported (golint)
    • Line 326: warning: exported method FakeVolumePlugin.GetVolumeName should have comment or be unexported (golint)
    • Line 340: warning: exported method FakeVolumePlugin.CanSupport should have comment or be unexported (golint)
    • Line 345: warning: exported method FakeVolumePlugin.IsMigratedToCSI should have comment or be unexported (golint)
    • Line 349: warning: exported method FakeVolumePlugin.RequiresRemount should have comment or be unexported (golint)
    • Line 353: warning: exported method FakeVolumePlugin.SupportsMountOption should have comment or be unexported (golint)
    • Line 357: warning: exported method FakeVolumePlugin.SupportsBulkVolumeVerification should have comment or be unexported (golint)
    • Line 361: warning: exported method FakeVolumePlugin.NewMounter should have comment or be unexported (golint)
    • Line 374: warning: exported method FakeVolumePlugin.GetMounters should have comment or be unexported (golint)
    • Line 380: warning: exported method FakeVolumePlugin.NewUnmounter should have comment or be unexported (golint)
    • Line 393: warning: exported method FakeVolumePlugin.GetUnmounters should have comment or be unexported (golint)
    • Line 399: warning: comment on exported method FakeVolumePlugin.NewBlockVolumeMapper should be of the form "NewBlockVolumeMapper ..." (golint)
    • Line 414: warning: comment on exported method FakeVolumePlugin.GetBlockVolumeMapper should be of the form "GetBlockVolumeMapper ..." (golint)
    • Line 421: warning: comment on exported method FakeVolumePlugin.NewBlockVolumeUnmapper should be of the form "NewBlockVolumeUnmapper ..." (golint)
    • Line 434: warning: comment on exported method FakeVolumePlugin.GetBlockVolumeUnmapper should be of the form "GetBlockVolumeUnmapper ..." (golint)
    • Line 441: warning: exported method FakeVolumePlugin.NewAttacher should have comment or be unexported (golint)
    • Line 448: warning: exported method FakeVolumePlugin.NewDeviceMounter should have comment or be unexported (golint)
    • Line 452: warning: exported method FakeVolumePlugin.GetAttachers should have comment or be unexported (golint)
    • Line 458: warning: exported method FakeVolumePlugin.GetNewAttacherCallCount should have comment or be unexported (golint)
    • Line 464: warning: exported method FakeVolumePlugin.NewDetacher should have comment or be unexported (golint)
    • Line 480: warning: exported method FakeVolumePlugin.NewDeviceUnmounter should have comment or be unexported (golint)
    • Line 484: warning: exported method FakeVolumePlugin.GetDetachers should have comment or be unexported (golint)
    • Line 490: warning: exported method FakeVolumePlugin.GetNewDetacherCallCount should have comment or be unexported (golint)
    • Line 496: warning: exported method FakeVolumePlugin.CanAttach should have comment or be unexported (golint)
    • Line 500: warning: exported method FakeVolumePlugin.CanDeviceMount should have comment or be unexported (golint)
    • Line 504: warning: exported method FakeVolumePlugin.Recycle should have comment or be unexported (golint)
    • Line 508: warning: exported method FakeVolumePlugin.NewDeleter should have comment or be unexported (golint)
    • Line 512: warning: exported method FakeVolumePlugin.NewProvisioner should have comment or be unexported (golint)
    • Line 519: warning: exported method FakeVolumePlugin.GetAccessModes should have comment or be unexported (golint)
    • Line 523: warning: exported method FakeVolumePlugin.ConstructVolumeSpec should have comment or be unexported (golint)
    • Line 531: warning: comment on exported method FakeVolumePlugin.ConstructBlockVolumeSpec should be of the form "ConstructBlockVolumeSpec ..." (golint)
    • Line 540: warning: exported method FakeVolumePlugin.GetDeviceMountRefs should have comment or be unexported (golint)
    • Line 544: warning: comment on exported method FakeVolumePlugin.ExpandVolumeDevice should be of the form "ExpandVolumeDevice ..." (golint)
    • Line 549: warning: exported method FakeVolumePlugin.RequiresFSResize should have comment or be unexported (golint)
    • Line 553: warning: exported method FakeVolumePlugin.NodeExpand should have comment or be unexported (golint)
    • Line 557: warning: exported method FakeVolumePlugin.GetVolumeLimits should have comment or be unexported (golint)
    • Line 561: warning: exported method FakeVolumePlugin.VolumeLimitKey should have comment or be unexported (golint)
    • Line 572: warning: exported method FakeBasicVolumePlugin.GetPluginName should have comment or be unexported (golint)
    • Line 576: warning: exported method FakeBasicVolumePlugin.GetVolumeName should have comment or be unexported (golint)
    • Line 587: warning: exported method FakeBasicVolumePlugin.IsMigratedToCSI should have comment or be unexported (golint)
    • Line 587: warning: receiver name plugin should be consistent with previous receiver name f for FakeBasicVolumePlugin (golint)
    • Line 591: warning: exported method FakeBasicVolumePlugin.ConstructVolumeSpec should have comment or be unexported (golint)
    • Line 595: warning: exported method FakeBasicVolumePlugin.Init should have comment or be unexported (golint)
    • Line 599: warning: exported method FakeBasicVolumePlugin.NewMounter should have comment or be unexported (golint)
    • Line 603: warning: exported method FakeBasicVolumePlugin.NewUnmounter should have comment or be unexported (golint)
    • Line 607: warning: exported method FakeBasicVolumePlugin.RequiresRemount should have comment or be unexported (golint)
    • Line 611: warning: exported method FakeBasicVolumePlugin.SupportsBulkVolumeVerification should have comment or be unexported (golint)
    • Line 615: warning: exported method FakeBasicVolumePlugin.SupportsMountOption should have comment or be unexported (golint)
    • Line 626: warning: exported method FakeDeviceMountableVolumePlugin.CanDeviceMount should have comment or be unexported (golint)
    • Line 630: warning: exported method FakeDeviceMountableVolumePlugin.NewDeviceMounter should have comment or be unexported (golint)
    • Line 634: warning: exported method FakeDeviceMountableVolumePlugin.NewDeviceUnmounter should have comment or be unexported (golint)
    • Line 638: warning: exported method FakeDeviceMountableVolumePlugin.GetDeviceMountRefs should have comment or be unexported (golint)
    • Line 650: warning: exported method FakeAttachableVolumePlugin.NewAttacher should have comment or be unexported (golint)
    • Line 654: warning: exported method FakeAttachableVolumePlugin.NewDetacher should have comment or be unexported (golint)
    • Line 658: warning: exported method FakeAttachableVolumePlugin.CanAttach should have comment or be unexported (golint)
    • Line 665: warning: exported type FakeFileVolumePlugin should have comment or be unexported (golint)
    • Line 668: warning: exported method FakeFileVolumePlugin.Init should have comment or be unexported (golint)
    • Line 672: warning: exported method FakeFileVolumePlugin.GetPluginName should have comment or be unexported (golint)
    • Line 676: warning: exported method FakeFileVolumePlugin.GetVolumeName should have comment or be unexported (golint)
    • Line 680: warning: exported method FakeFileVolumePlugin.CanSupport should have comment or be unexported (golint)
    • Line 684: warning: exported method FakeFileVolumePlugin.IsMigratedToCSI should have comment or be unexported (golint)
    • Line 688: warning: exported method FakeFileVolumePlugin.RequiresRemount should have comment or be unexported (golint)
    • Line 692: warning: exported method FakeFileVolumePlugin.SupportsMountOption should have comment or be unexported (golint)
    • Line 696: warning: exported method FakeFileVolumePlugin.SupportsBulkVolumeVerification should have comment or be unexported (golint)
    • Line 700: warning: exported method FakeFileVolumePlugin.NewMounter should have comment or be unexported (golint)
    • Line 704: warning: exported method FakeFileVolumePlugin.NewUnmounter should have comment or be unexported (golint)
    • Line 708: warning: exported method FakeFileVolumePlugin.ConstructVolumeSpec should have comment or be unexported (golint)
    • Line 712: warning: exported function NewFakeFileVolumePlugin should have comment or be unexported (golint)
    • Line 716: warning: exported type FakeVolume should have comment or be unexported (golint)
    • Line 757: warning: exported method FakeVolume.GetAttributes should have comment or be unexported (golint)
    • Line 757: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 765: warning: exported method FakeVolume.CanMount should have comment or be unexported (golint)
    • Line 769: warning: exported method FakeVolume.SetUp should have comment or be unexported (golint)
    • Line 776: warning: exported method FakeVolume.GetSetUpCallCount should have comment or be unexported (golint)
    • Line 782: warning: exported method FakeVolume.SetUpAt should have comment or be unexported (golint)
    • Line 786: warning: exported method FakeVolume.GetPath should have comment or be unexported (golint)
    • Line 796: warning: exported method FakeVolume.TearDown should have comment or be unexported (golint)
    • Line 803: warning: exported method FakeVolume.GetTearDownCallCount should have comment or be unexported (golint)
    • Line 809: warning: exported method FakeVolume.TearDownAt should have comment or be unexported (golint)
    • Line 813: warning: comment on exported method FakeVolume.SetUpDevice should be of the form "SetUpDevice ..." (golint)
    • Line 821: warning: comment on exported method FakeVolume.GetSetUpDeviceCallCount should be of the form "GetSetUpDeviceCallCount ..." (golint)
    • Line 828: warning: comment on exported method FakeVolume.GetGlobalMapPath should be of the form "GetGlobalMapPath ..." (golint)
    • Line 841: warning: comment on exported method FakeVolume.GetGlobalMapPathCallCount should be of the form "GetGlobalMapPathCallCount ..." (golint)
    • Line 848: warning: comment on exported method FakeVolume.GetPodDeviceMapPath should be of the form "GetPodDeviceMapPath ..." (golint)
    • Line 861: warning: comment on exported method FakeVolume.GetPodDeviceMapPathCallCount should be of the form "GetPodDeviceMapPathCallCount ..." (golint)
    • Line 868: warning: comment on exported method FakeVolume.TearDownDevice should be of the form "TearDownDevice ..." (golint)
    • Line 876: warning: comment on exported method FakeVolume.GetTearDownDeviceCallCount should be of the form "GetTearDownDeviceCallCount ..." (golint)
    • Line 883: warning: comment on exported method FakeVolume.MapDevice should be of the form "MapDevice ..." (golint)
    • Line 891: warning: comment on exported method FakeVolume.GetMapDeviceCallCount should be of the form "GetMapDeviceCallCount ..." (golint)
    • Line 898: warning: exported method FakeVolume.Attach should have comment or be unexported (golint)
    • Line 929: warning: exported method FakeVolume.GetAttachCallCount should have comment or be unexported (golint)
    • Line 935: warning: exported method FakeVolume.WaitForAttach should have comment or be unexported (golint)
    • Line 945: warning: exported method FakeVolume.GetWaitForAttachCallCount should have comment or be unexported (golint)
    • Line 951: warning: exported method FakeVolume.GetDeviceMountPath should have comment or be unexported (golint)
    • Line 958: warning: exported method FakeVolume.MountDevice should have comment or be unexported (golint)
    • Line 965: warning: exported method FakeVolume.GetMountDeviceCallCount should have comment or be unexported (golint)
    • Line 971: warning: exported method FakeVolume.Detach should have comment or be unexported (golint)
    • Line 982: warning: exported method FakeVolume.VolumesAreAttached should have comment or be unexported (golint)
    • Line 988: warning: exported method FakeVolume.GetDetachCallCount should have comment or be unexported (golint)
    • Line 994: warning: exported method FakeVolume.UnmountDevice should have comment or be unexported (golint)
    • Line 1004: warning: exported type FakeDeleter should have comment or be unexported (golint)
    • Line 1009: warning: exported method FakeDeleter.Delete should have comment or be unexported (golint)
    • Line 1014: warning: exported method FakeDeleter.GetPath should have comment or be unexported (golint)
    • Line 1018: warning: exported type FakeProvisioner should have comment or be unexported (golint)
    • Line 1024: warning: exported method FakeProvisioner.Provision should have comment or be unexported (golint)
    • Line 1063: warning: comment on exported function NewBlockVolumePathHandler should be of the form "NewBlockVolumePathHandler ..." (golint)
    • Line 1068: warning: exported type FakeVolumePathHandler should have comment or be unexported (golint)
    • Line 1072: warning: exported method FakeVolumePathHandler.MapDevice should have comment or be unexported (golint)
    • Line 1077: warning: exported method FakeVolumePathHandler.UnmapDevice should have comment or be unexported (golint)
    • Line 1082: warning: exported method FakeVolumePathHandler.RemoveMapPath should have comment or be unexported (golint)
    • Line 1087: warning: exported method FakeVolumePathHandler.IsSymlinkExist should have comment or be unexported (golint)
    • Line 1092: warning: exported method FakeVolumePathHandler.GetDeviceSymlinkRefs should have comment or be unexported (golint)
    • Line 1097: warning: exported method FakeVolumePathHandler.FindGlobalMapPathUUIDFromPod should have comment or be unexported (golint)
    • Line 1102: warning: exported method FakeVolumePathHandler.AttachFileDevice should have comment or be unexported (golint)
    • Line 1107: warning: exported method FakeVolumePathHandler.GetLoopDevice should have comment or be unexported (golint)
    • Line 1112: warning: exported method FakeVolumePathHandler.RemoveLoopDevice should have comment or be unexported (golint)
    • Line 1476: warning: exported function MetricsEqualIgnoreTimestamp should have comment or be unexported (golint)
    • Line 1486: warning: exported function ContainsAccessMode should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/scheduling/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_PriorityClass should be mapPriorityClass (golint)
    • Line 39: warning: exported method PriorityClass.SwaggerDoc should have comment or be unexported (golint)
    • Line 43: warning: don't use underscores in Go names; var map_PriorityClassList should be mapPriorityClassList (golint)
    • Line 49: warning: exported method PriorityClassList.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/validation.go
    • Line 30: warning: exported function ValidateLabelSelector should have comment or be unexported (golint)
    • Line 42: warning: exported function ValidateLabelSelectorRequirement should have comment or be unexported (golint)
    • Line 81: warning: exported function ValidateDeleteOptions should have comment or be unexported (golint)
    • Line 96: warning: exported function ValidateCreateOptions should have comment or be unexported (golint)
    • Line 103: warning: exported function ValidateUpdateOptions should have comment or be unexported (golint)
    • Line 110: warning: exported function ValidatePatchOptions should have comment or be unexported (golint)
    • Line 127: warning: exported var FieldManagerMaxLength should have comment or be unexported (golint)
    • Line 160: warning: exported const UninitializedStatusUpdateErrorMsg should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/patch/patch.go
    • Line 98: warning: exported function NewPatchOptions should have comment or be unexported (golint)
    • Line 107: warning: exported function NewCmdPatch should have comment or be unexported (golint)
    • Line 136: warning: exported method PatchOptions.Complete should have comment or be unexported (golint)
    • Line 168: warning: exported method PatchOptions.Validate should have comment or be unexported (golint)
    • Line 184: warning: exported method PatchOptions.RunPatch should have comment or be unexported (golint)
    • arktos/pkg/registry/rbac/clusterrolebinding/policybased/storage.go
    • Line 40: warning: exported type Storage should have comment or be unexported (golint)
    • Line 48: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 52: warning: exported method Storage.NamespaceScoped should have comment or be unexported (golint)
    • Line 56: warning: exported method Storage.TenantScoped should have comment or be unexported (golint)
    • Line 60: warning: exported method Storage.StorageVersion should have comment or be unexported (golint)
    • Line 70: warning: exported method Storage.Create should have comment or be unexported (golint)
    • Line 70: warning: receiver name s should be consistent with previous receiver name r for Storage (golint)
    • Line 100: warning: exported method Storage.Update should have comment or be unexported (golint)
    • Line 100: warning: receiver name s should be consistent with previous receiver name r for Storage (golint)
    • arktos/pkg/registry/core/service/storage/rest_test.go
    • Line 260: warning: context.Context should be the first parameter of a function (golint)
    • Line 297: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 301: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • Line 425: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 429: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • Line 578: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 582: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • Line 685: warning: don't use underscores in Go names; var updated_svc should be updatedSvc (golint)
    • Line 709: warning: don't use underscores in Go names; var updated_service should be updatedService (golint)
    • Line 742: warning: don't use underscores in Go names; var updated_svc should be updatedSvc (golint)
    • Line 1406: warning: don't use underscores in Go names; var created_svc1 should be createdSvc1 (golint)
    • Line 1407: warning: don't use underscores in Go names; var created_service_1 should be createdService1 (golint)
    • Line 1428: warning: don't use underscores in Go names; var created_svc2 should be createdSvc2 (golint)
    • Line 1429: warning: don't use underscores in Go names; var created_service_2 should be createdService2 (golint)
    • Line 1472: warning: don't use underscores in Go names; var created_svc3 should be createdSvc3 (golint)
    • Line 1476: warning: don't use underscores in Go names; var created_service_3 should be createdService3 (golint)
    • Line 1500: warning: don't use underscores in Go names; var created_svc1 should be createdSvc1 (golint)
    • Line 1501: warning: don't use underscores in Go names; var created_service_1 should be createdService1 (golint)
    • Line 1528: warning: don't use underscores in Go names; var created_svc2 should be createdSvc2 (golint)
    • Line 1529: warning: don't use underscores in Go names; var created_service_2 should be createdService2 (golint)
    • Line 1556: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 1557: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • Line 1568: warning: don't use underscores in Go names; var updated_svc should be updatedSvc (golint)
    • Line 1569: warning: don't use underscores in Go names; var updated_service should be updatedService (golint)
    • Line 1618: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 1624: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • Line 1679: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 1685: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • Line 1720: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 1726: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • Line 1763: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 1789: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 1795: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • Line 2400: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 2404: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • Line 2506: warning: don't use underscores in Go names; var created_svc should be createdSvc (golint)
    • Line 2510: warning: don't use underscores in Go names; var created_service should be createdService (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/namer.go
    • Line 56: warning: exported type ContextBasedNaming should have comment or be unexported (golint)
    • Line 69: warning: exported method ContextBasedNaming.SetSelfLink should have comment or be unexported (golint)
    • Line 73: warning: exported method ContextBasedNaming.Tenant should have comment or be unexported (golint)
    • Line 81: warning: exported method ContextBasedNaming.Namespace should have comment or be unexported (golint)
    • Line 89: warning: exported method ContextBasedNaming.Name should have comment or be unexported (golint)
    • Line 120: warning: exported method ContextBasedNaming.GenerateLink should have comment or be unexported (golint)
    • Line 160: warning: exported method ContextBasedNaming.GenerateListLink should have comment or be unexported (golint)
    • Line 167: warning: exported method ContextBasedNaming.ObjectName should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/get/sorter.go
    • Line 48: warning: exported method SortingPrinter.PrintObj should have comment or be unexported (golint)
    • Line 99: warning: exported function SortObjects should have comment or be unexported (golint)
    • Line 155: warning: exported function NewRuntimeSort should have comment or be unexported (golint)
    • Line 323: warning: exported type TableSorter should have comment or be unexported (golint)
    • Line 359: warning: exported method TableSorter.Sort should have comment or be unexported (golint)
    • Line 364: warning: exported function NewTableSorter should have comment or be unexported (golint)
    • arktos/pkg/kubelet/kubeclientmanager/kubeclient_manager.go
    • Line 31: warning: comment on exported type KubeClientManager should be of the form "KubeClientManager ..." (with optional leading article) (golint)
    • Line 40: warning: exported var ClientManager should have comment or be unexported (golint)
    • Line 43: warning: exported function NewKubeClientManager should have comment or be unexported (golint)
    • Line 58: warning: exported method KubeClientManager.RegisterTenantSourceServer should have comment or be unexported (golint)
    • Line 86: warning: exported method KubeClientManager.GetTPClient should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/scale/scheme/extensionsv1beta1/conversion.go
    • Line 42: warning: exported function Convert_scheme_ScaleStatus_To_v1beta1_ScaleStatus should have comment or be unexported (golint)
    • Line 42: warning: don't use underscores in Go names; func Convert_scheme_ScaleStatus_To_v1beta1_ScaleStatus should be ConvertSchemeScaleStatusToV1beta1ScaleStatus (golint)
    • Line 61: warning: exported function Convert_v1beta1_ScaleStatus_To_scheme_ScaleStatus should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; func Convert_v1beta1_ScaleStatus_To_scheme_ScaleStatus should be ConvertV1beta1ScaleStatusToSchemeScaleStatus (golint)
    • arktos/staging/src/k8s.io/client-go/tools/clientcmd/config.go
    • Line 48: warning: exported type PathOptions should have comment or be unexported (golint)
    • Line 62: warning: exported method PathOptions.GetEnvVarFiles should have comment or be unexported (golint)
    • Line 77: warning: exported method PathOptions.GetLoadingPrecedence should have comment or be unexported (golint)
    • Line 85: warning: exported method PathOptions.GetStartingConfig should have comment or be unexported (golint)
    • Line 102: warning: exported method PathOptions.GetDefaultFilename should have comment or be unexported (golint)
    • Line 126: warning: exported method PathOptions.IsExplicitFile should have comment or be unexported (golint)
    • Line 134: warning: exported method PathOptions.GetExplicitFile should have comment or be unexported (golint)
    • Line 138: warning: exported function NewDefaultPathOptions should have comment or be unexported (golint)
    • Line 347: warning: exported function PersisterForUser should have comment or be unexported (golint)
    • arktos/pkg/api/testapi/testapi.go
    • Line 364: warning: exported method TestGroup.ResourcePathWithPrefixWithMultiTenancy should have comment or be unexported (golint)
    • Line 401: warning: exported method TestGroup.ResourcePathWithMultiTenancy should have comment or be unexported (golint)
    • Line 411: warning: exported method TestGroup.SubResourcePathWithMultiTenancy should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/net/interface_test.go
    • Line 64: warning: don't use underscores in Go names; const route_Invalidhex should be routeInvalidhex (golint)
    • Line 93: warning: don't use underscores in Go names; const v6route_Invalidhex should be v6routeInvalidhex (golint)
    • Line 314: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 317: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 323: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 331: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 334: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 340: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 348: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 351: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 357: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 365: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 368: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 373: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 381: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 384: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 387: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 395: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 398: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 401: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 409: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 412: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 418: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 426: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 429: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 435: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 443: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 446: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 452: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 460: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 463: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 466: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 474: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 477: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 481: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 489: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 492: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 497: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • arktos/test/e2e/scalability/load.go
    • Line 493: warning: exported function GenerateConfigsForGroup should have comment or be unexported (golint)
    • Line 724: warning: exported function CreateNamespaces should have comment or be unexported (golint)
    • Line 737: warning: exported function CreateQuotas should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/coordination/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_Lease should be mapLease (golint)
    • Line 36: warning: exported method Lease.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_LeaseList should be mapLeaseList (golint)
    • Line 46: warning: exported method LeaseList.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_LeaseSpec should be mapLeaseSpec (golint)
    • Line 59: warning: exported method LeaseSpec.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/kubelet/dockershim/network/testing/mock_network_plugin.go
    • Line 32: warning: comment on exported type MockNetworkPlugin should be of the form "MockNetworkPlugin ..." (with optional leading article) (golint)
    • Line 43: warning: exported function NewMockNetworkPlugin should have comment or be unexported (golint)
    • Line 49: warning: exported method MockNetworkPlugin.EXPECT should have comment or be unexported (golint)
    • Line 53: warning: exported method MockNetworkPlugin.Capabilities should have comment or be unexported (golint)
    • Line 59: warning: exported method MockNetworkPlugin.Finish should have comment or be unexported (golint)
    • Line 67: warning: exported method MockNetworkPlugin.Event should have comment or be unexported (golint)
    • Line 75: warning: exported method MockNetworkPlugin.GetPodNetworkStatus should have comment or be unexported (golint)
    • Line 86: warning: exported method MockNetworkPlugin.Init should have comment or be unexported (golint)
    • Line 96: warning: exported method MockNetworkPlugin.Name should have comment or be unexported (golint)
    • Line 106: warning: exported method MockNetworkPlugin.SetUpPod should have comment or be unexported (golint)
    • Line 116: warning: exported method MockNetworkPlugin.Status should have comment or be unexported (golint)
    • Line 126: warning: exported method MockNetworkPlugin.TearDownPod should have comment or be unexported (golint)
    • arktos/pkg/util/env/env.go
    • Line 24: warning: exported function GetEnvAsStringOrFallback should have comment or be unexported (golint)
    • Line 31: warning: exported function GetEnvAsIntOrFallback should have comment or be unexported (golint)
    • Line 42: warning: exported function GetEnvAsFloat64OrFallback should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/top/top.go
    • Line 47: warning: exported function NewCmdTop should have comment or be unexported (golint)
    • Line 62: warning: exported function SupportedMetricsAPIVersionAvailable should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/coordination/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_Lease should be mapLease (golint)
    • Line 36: warning: exported method Lease.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_LeaseList should be mapLeaseList (golint)
    • Line 46: warning: exported method LeaseList.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_LeaseSpec should be mapLeaseSpec (golint)
    • Line 59: warning: exported method LeaseSpec.SwaggerDoc should have comment or be unexported (golint)
    • arktos/cmd/kubeadm/app/apis/kubeadm/v1beta1/defaults.go
    • Line 69: warning: don't use underscores in Go names; func SetDefaults_InitConfiguration should be SetDefaultsInitConfiguration (golint)
    • Line 76: warning: don't use underscores in Go names; func SetDefaults_ClusterConfiguration should be SetDefaultsClusterConfiguration (golint)
    • Line 107: warning: don't use underscores in Go names; func SetDefaults_APIServer should be SetDefaultsAPIServer (golint)
    • Line 116: warning: don't use underscores in Go names; func SetDefaults_DNS should be SetDefaultsDNS (golint)
    • Line 123: warning: don't use underscores in Go names; func SetDefaults_Etcd should be SetDefaultsEtcd (golint)
    • Line 135: warning: don't use underscores in Go names; func SetDefaults_JoinConfiguration should be SetDefaultsJoinConfiguration (golint)
    • Line 144: warning: exported function SetDefaults_JoinControlPlane should have comment or be unexported (golint)
    • Line 144: warning: don't use underscores in Go names; func SetDefaults_JoinControlPlane should be SetDefaultsJoinControlPlane (golint)
    • Line 151: warning: don't use underscores in Go names; func SetDefaults_Discovery should be SetDefaultsDiscovery (golint)
    • Line 168: warning: don't use underscores in Go names; func SetDefaults_FileDiscovery should be SetDefaultsFileDiscovery (golint)
    • Line 183: warning: don't use underscores in Go names; func SetDefaults_BootstrapTokens should be SetDefaultsBootstrapTokens (golint)
    • Line 195: warning: don't use underscores in Go names; func SetDefaults_BootstrapToken should be SetDefaultsBootstrapToken (golint)
    • Line 211: warning: don't use underscores in Go names; func SetDefaults_APIEndpoint should be SetDefaultsAPIEndpoint (golint)
    • arktos/pkg/proxy/userspace/proxier.go
    • Line 79: warning: exported method ServiceInfo.IsAlive should have comment or be unexported (golint)
    • Line 610: warning: exported method Proxier.OnServiceAdd should have comment or be unexported (golint)
    • Line 614: warning: exported method Proxier.OnServiceUpdate should have comment or be unexported (golint)
    • Line 618: warning: exported method Proxier.OnServiceDelete should have comment or be unexported (golint)
    • Line 622: warning: exported method Proxier.OnServiceSynced should have comment or be unexported (golint)
    • Line 638: warning: exported method Proxier.OnEndpointsAdd should have comment or be unexported (golint)
    • Line 642: warning: exported method Proxier.OnEndpointsUpdate should have comment or be unexported (golint)
    • Line 646: warning: exported method Proxier.OnEndpointsDelete should have comment or be unexported (golint)
    • Line 650: warning: exported method Proxier.OnEndpointsSynced should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/registry/generic/rest/response_checker.go
    • Line 29: warning: comment on exported type HttpResponseChecker should be of the form "HttpResponseChecker ..." (with optional leading article) (golint)
    • Line 41: warning: comment on exported type GenericHttpResponseChecker should be of the form "GenericHttpResponseChecker ..." (with optional leading article) (golint)
    • Line 47: warning: exported method GenericHttpResponseChecker.Check should have comment or be unexported (golint)
    • Line 69: warning: exported function NewGenericHttpResponseChecker should have comment or be unexported (golint)
    • arktos/pkg/apis/autoscaling/validation/validation.go
    • Line 31: warning: exported function ValidateScale should have comment or be unexported (golint)
    • Line 42: warning: comment on exported var ValidateHorizontalPodAutoscalerName should be of the form "ValidateHorizontalPodAutoscalerName ..." (golint)
    • Line 66: warning: exported function ValidateCrossVersionObjectReference should have comment or be unexported (golint)
    • Line 87: warning: exported function ValidateHorizontalPodAutoscaler should have comment or be unexported (golint)
    • Line 93: warning: exported function ValidateHorizontalPodAutoscalerUpdate should have comment or be unexported (golint)
    • Line 99: warning: exported function ValidateHorizontalPodAutoscalerStatusUpdate should have comment or be unexported (golint)
    • arktos/pkg/volume/rbd/rbd_util.go
    • Line 75: warning: don't use underscores in Go names; var sys_path should be sysPath (golint)
    • Line 227: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 272: warning: exported method RBDUtil.MakeGlobalPDName should have comment or be unexported (golint)
    • Line 276: warning: exported method RBDUtil.MakeGlobalVDPDName should have comment or be unexported (golint)
    • Line 307: warning: don't use underscores in Go names; var secret_opt should be secretOpt (golint)
    • Line 326: warning: don't use underscores in Go names; var lock_id should be lockID (golint)
    • Line 581: warning: exported method RBDUtil.CreateImage should have comment or be unexported (golint)
    • Line 617: warning: exported method RBDUtil.DeleteImage should have comment or be unexported (golint)
    • Line 787: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/installer.go
    • Line 48: warning: exported const ROUTE_META_GVK should have comment (or a comment on this block) or be unexported (golint)
    • Line 52: warning: exported type APIInstaller should have comment or be unexported (golint)
    • Line 68: warning: comment on exported type StorageMetricsOverride should be of the form "StorageMetricsOverride ..." (with optional leading article) (golint)
    • arktos/pkg/kubelet/cadvisor/util.go
    • Line 31: warning: comment on exported const CrioSocket should be of the form "CrioSocket ..." (golint)
    • Line 36: warning: exported function CapacityFromMachineInfo should have comment or be unexported (golint)
    • Line 57: warning: exported function EphemeralStorageCapacityFromFsInfo should have comment or be unexported (golint)
    • Line 66: warning: comment on exported function UsingLegacyCadvisorStats should be of the form "UsingLegacyCadvisorStats ..." (golint)
    • arktos/pkg/controller/volume/persistentvolume/volume_host.go
    • Line 40: warning: exported method PersistentVolumeController.GetPluginDir should have comment or be unexported (golint)
    • Line 44: warning: exported method PersistentVolumeController.GetVolumeDevicePluginDir should have comment or be unexported (golint)
    • Line 48: warning: exported method PersistentVolumeController.GetPodsDir should have comment or be unexported (golint)
    • Line 52: warning: exported method PersistentVolumeController.GetPodVolumeDir should have comment or be unexported (golint)
    • Line 56: warning: exported method PersistentVolumeController.GetPodPluginDir should have comment or be unexported (golint)
    • Line 60: warning: exported method PersistentVolumeController.GetPodVolumeDeviceDir should have comment or be unexported (golint)
    • Line 64: warning: exported method PersistentVolumeController.GetKubeClient should have comment or be unexported (golint)
    • Line 68: warning: exported method PersistentVolumeController.NewWrapperMounter should have comment or be unexported (golint)
    • Line 72: warning: exported method PersistentVolumeController.NewWrapperUnmounter should have comment or be unexported (golint)
    • Line 76: warning: exported method PersistentVolumeController.GetCloudProvider should have comment or be unexported (golint)
    • Line 80: warning: exported method PersistentVolumeController.GetMounter should have comment or be unexported (golint)
    • Line 84: warning: exported method PersistentVolumeController.GetHostName should have comment or be unexported (golint)
    • Line 88: warning: exported method PersistentVolumeController.GetHostIP should have comment or be unexported (golint)
    • Line 92: warning: exported method PersistentVolumeController.GetNodeAllocatable should have comment or be unexported (golint)
    • Line 96: warning: exported method PersistentVolumeController.GetSecretFunc should have comment or be unexported (golint)
    • Line 102: warning: exported method PersistentVolumeController.GetConfigMapFunc should have comment or be unexported (golint)
    • Line 108: warning: exported method PersistentVolumeController.GetServiceAccountTokenFunc should have comment or be unexported (golint)
    • Line 114: warning: exported method PersistentVolumeController.DeleteServiceAccountTokenFunc should have comment or be unexported (golint)
    • Line 120: warning: exported method PersistentVolumeController.GetExec should have comment or be unexported (golint)
    • Line 120: warning: receiver name adc should be consistent with previous receiver name ctrl for PersistentVolumeController (golint)
    • Line 124: warning: exported method PersistentVolumeController.GetNodeLabels should have comment or be unexported (golint)
    • Line 128: warning: exported method PersistentVolumeController.GetNodeName should have comment or be unexported (golint)
    • Line 132: warning: exported method PersistentVolumeController.GetEventRecorder should have comment or be unexported (golint)
    • Line 136: warning: exported method PersistentVolumeController.GetSubpather should have comment or be unexported (golint)
    • arktos/pkg/security/apparmor/validate.go
    • Line 39: warning: comment on exported type Validator should be of the form "Validator ..." (with optional leading article) (golint)
    • Line 45: warning: exported function NewValidator should have comment or be unexported (golint)
    • Line 138: warning: exported function ValidateProfileFormat should have comment or be unexported (golint)
    • Line 202: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/staging/src/k8s.io/kubelet/config/v1beta1/types.go
    • Line 723: warning: exported type KubeletAuthorizationMode should have comment or be unexported (golint)
    • Line 732: warning: exported type KubeletAuthorization should have comment or be unexported (golint)
    • Line 744: warning: exported type KubeletWebhookAuthorization should have comment or be unexported (golint)
    • Line 753: warning: exported type KubeletAuthentication should have comment or be unexported (golint)
    • Line 765: warning: exported type KubeletX509Authentication should have comment or be unexported (golint)
    • Line 773: warning: exported type KubeletWebhookAuthentication should have comment or be unexported (golint)
    • Line 782: warning: exported type KubeletAnonymousAuthentication should have comment or be unexported (golint)
    • arktos/pkg/apis/certificates/validation/validation.go
    • Line 44: warning: comment on exported function ValidateCertificateRequestName should be of the form "ValidateCertificateRequestName ..." (golint)
    • Line 49: warning: exported function ValidateCertificateSigningRequest should have comment or be unexported (golint)
    • Line 66: warning: exported function ValidateCertificateSigningRequestUpdate should have comment or be unexported (golint)
    • arktos/pkg/util/iptables/testing/fake.go
    • Line 28: warning: exported const Destination should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported type Rule should have comment or be unexported (golint)
    • Line 42: warning: comment on exported type FakeIPTables should be of the form "FakeIPTables ..." (with optional leading article) (golint)
    • Line 47: warning: exported function NewFake should have comment or be unexported (golint)
    • Line 51: warning: exported method FakeIPTables.GetVersion should have comment or be unexported (golint)
    • Line 55: warning: exported method FakeIPTables.EnsureChain should have comment or be unexported (golint)
    • Line 59: warning: exported method FakeIPTables.FlushChain should have comment or be unexported (golint)
    • Line 63: warning: exported method FakeIPTables.DeleteChain should have comment or be unexported (golint)
    • Line 67: warning: exported method FakeIPTables.EnsureRule should have comment or be unexported (golint)
    • Line 71: warning: exported method FakeIPTables.DeleteRule should have comment or be unexported (golint)
    • Line 75: warning: exported method FakeIPTables.IsIpv6 should have comment or be unexported (golint)
    • Line 79: warning: exported method FakeIPTables.Save should have comment or be unexported (golint)
    • Line 85: warning: exported method FakeIPTables.SaveInto should have comment or be unexported (golint)
    • Line 90: warning: exported method FakeIPTables.Restore should have comment or be unexported (golint)
    • Line 94: warning: exported method FakeIPTables.RestoreAll should have comment or be unexported (golint)
    • Line 98: warning: exported method FakeIPTables.AddReloadFunc should have comment or be unexported (golint)
    • Line 100: warning: exported method FakeIPTables.Destroy should have comment or be unexported (golint)
    • Line 110: warning: comment on exported method FakeIPTables.GetRules should be of the form "GetRules ..." (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/registry/generic/testing/tester.go
    • Line 37: warning: exported type Tester should have comment or be unexported (golint)
    • Line 41: warning: exported type UpdateFunc should have comment or be unexported (golint)
    • Line 43: warning: exported function New should have comment or be unexported (golint)
    • Line 50: warning: exported method Tester.TestTenant should have comment or be unexported (golint)
    • Line 54: warning: exported method Tester.TestNamespace should have comment or be unexported (golint)
    • Line 58: warning: exported method Tester.ClusterScope should have comment or be unexported (golint)
    • Line 63: warning: exported method Tester.TenantScope should have comment or be unexported (golint)
    • Line 68: warning: exported method Tester.Namer should have comment or be unexported (golint)
    • Line 73: warning: exported method Tester.AllowCreateOnUpdate should have comment or be unexported (golint)
    • Line 78: warning: exported method Tester.GeneratesName should have comment or be unexported (golint)
    • Line 83: warning: exported method Tester.ReturnDeletedObject should have comment or be unexported (golint)
    • Line 88: warning: exported method Tester.TestCreate should have comment or be unexported (golint)
    • Line 97: warning: exported method Tester.TestUpdate should have comment or be unexported (golint)
    • Line 111: warning: exported method Tester.TestDelete should have comment or be unexported (golint)
    • Line 120: warning: exported method Tester.TestDeleteGraceful should have comment or be unexported (golint)
    • Line 129: warning: exported method Tester.TestGet should have comment or be unexported (golint)
    • Line 133: warning: exported method Tester.TestList should have comment or be unexported (golint)
    • Line 140: warning: exported method Tester.TestWatch should have comment or be unexported (golint)
    • arktos/test/e2e/common/container.go
    • Line 32: warning: exported const ContainerStatusRetryTimeout should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: comment on exported type ConformanceContainer should be of the form "ConformanceContainer ..." (with optional leading article) (golint)
    • Line 48: warning: exported method ConformanceContainer.Create should have comment or be unexported (golint)
    • Line 71: warning: exported method ConformanceContainer.Delete should have comment or be unexported (golint)
    • Line 75: warning: exported method ConformanceContainer.IsReady should have comment or be unexported (golint)
    • Line 83: warning: exported method ConformanceContainer.GetPhase should have comment or be unexported (golint)
    • Line 91: warning: exported method ConformanceContainer.GetStatus should have comment or be unexported (golint)
    • Line 103: warning: exported method ConformanceContainer.Present should have comment or be unexported (golint)
    • Line 114: warning: exported type ContainerState should have comment or be unexported (golint)
    • Line 117: warning: exported const ContainerStateWaiting should have comment (or a comment on this block) or be unexported (golint)
    • Line 123: warning: exported function GetContainerState should have comment or be unexported (golint)
    • arktos/pkg/apis/storage/v1beta1/defaults.go
    • Line 29: warning: exported function SetDefaults_StorageClass should have comment or be unexported (golint)
    • Line 29: warning: don't use underscores in Go names; func SetDefaults_StorageClass should be SetDefaultsStorageClass (golint)
    • Line 41: warning: exported function SetDefaults_CSIDriver should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; func SetDefaults_CSIDriver should be SetDefaultsCSIDriver (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/apis/audit/v1beta1/conversion.go
    • Line 25: warning: exported function Convert_v1beta1_Event_To_audit_Event should have comment or be unexported (golint)
    • Line 25: warning: don't use underscores in Go names; func Convert_v1beta1_Event_To_audit_Event should be ConvertV1beta1EventToAuditEvent (golint)
    • Line 38: warning: exported function Convert_audit_Event_To_v1beta1_Event should have comment or be unexported (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_audit_Event_To_v1beta1_Event should be ConvertAuditEventToV1beta1Event (golint)
    • arktos/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go
    • Line 31: warning: don't use underscores in Go names; var map_AWSElasticBlockStoreVolumeSource should be mapAWSElasticBlockStoreVolumeSource (golint)
    • Line 39: warning: exported method AWSElasticBlockStoreVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 43: warning: don't use underscores in Go names; var map_Action should be mapAction (golint)
    • Line 49: warning: exported method Action.SwaggerDoc should have comment or be unexported (golint)
    • Line 53: warning: don't use underscores in Go names; var map_ActionList should be mapActionList (golint)
    • Line 58: warning: exported method ActionList.SwaggerDoc should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; var map_Affinity should be mapAffinity (golint)
    • Line 69: warning: exported method Affinity.SwaggerDoc should have comment or be unexported (golint)
    • Line 73: warning: don't use underscores in Go names; var map_AttachedVolume should be mapAttachedVolume (golint)
    • Line 79: warning: exported method AttachedVolume.SwaggerDoc should have comment or be unexported (golint)
    • Line 83: warning: don't use underscores in Go names; var map_AvoidPods should be mapAvoidPods (golint)
    • Line 88: warning: exported method AvoidPods.SwaggerDoc should have comment or be unexported (golint)
    • Line 92: warning: don't use underscores in Go names; var map_AzureDiskVolumeSource should be mapAzureDiskVolumeSource (golint)
    • Line 102: warning: exported method AzureDiskVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 106: warning: don't use underscores in Go names; var map_AzureFilePersistentVolumeSource should be mapAzureFilePersistentVolumeSource (golint)
    • Line 114: warning: exported method AzureFilePersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 118: warning: don't use underscores in Go names; var map_AzureFileVolumeSource should be mapAzureFileVolumeSource (golint)
    • Line 125: warning: exported method AzureFileVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 129: warning: don't use underscores in Go names; var map_Binding should be mapBinding (golint)
    • Line 135: warning: exported method Binding.SwaggerDoc should have comment or be unexported (golint)
    • Line 139: warning: don't use underscores in Go names; var map_CSIPersistentVolumeSource should be mapCSIPersistentVolumeSource (golint)
    • Line 152: warning: exported method CSIPersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 156: warning: don't use underscores in Go names; var map_CSIVolumeSource should be mapCSIVolumeSource (golint)
    • Line 165: warning: exported method CSIVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 169: warning: don't use underscores in Go names; var map_Capabilities should be mapCapabilities (golint)
    • Line 175: warning: exported method Capabilities.SwaggerDoc should have comment or be unexported (golint)
    • Line 179: warning: don't use underscores in Go names; var map_CephFSPersistentVolumeSource should be mapCephFSPersistentVolumeSource (golint)
    • Line 189: warning: exported method CephFSPersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 193: warning: don't use underscores in Go names; var map_CephFSVolumeSource should be mapCephFSVolumeSource (golint)
    • Line 203: warning: exported method CephFSVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 207: warning: don't use underscores in Go names; var map_CinderPersistentVolumeSource should be mapCinderPersistentVolumeSource (golint)
    • Line 215: warning: exported method CinderPersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 219: warning: don't use underscores in Go names; var map_CinderVolumeSource should be mapCinderVolumeSource (golint)
    • Line 227: warning: exported method CinderVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 231: warning: don't use underscores in Go names; var map_ClientIPConfig should be mapClientIPConfig (golint)
    • Line 236: warning: exported method ClientIPConfig.SwaggerDoc should have comment or be unexported (golint)
    • Line 240: warning: don't use underscores in Go names; var map_CommonInfo should be mapCommonInfo (golint)
    • Line 251: warning: exported method CommonInfo.SwaggerDoc should have comment or be unexported (golint)
    • Line 255: warning: don't use underscores in Go names; var map_ComponentCondition should be mapComponentCondition (golint)
    • Line 263: warning: exported method ComponentCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 267: warning: don't use underscores in Go names; var map_ComponentStatus should be mapComponentStatus (golint)
    • Line 273: warning: exported method ComponentStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 277: warning: don't use underscores in Go names; var map_ComponentStatusList should be mapComponentStatusList (golint)
    • Line 283: warning: exported method ComponentStatusList.SwaggerDoc should have comment or be unexported (golint)
    • Line 287: warning: don't use underscores in Go names; var map_ConfigMap should be mapConfigMap (golint)
    • Line 294: warning: exported method ConfigMap.SwaggerDoc should have comment or be unexported (golint)
    • Line 298: warning: don't use underscores in Go names; var map_ConfigMapEnvSource should be mapConfigMapEnvSource (golint)
    • Line 303: warning: exported method ConfigMapEnvSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 307: warning: don't use underscores in Go names; var map_ConfigMapKeySelector should be mapConfigMapKeySelector (golint)
    • Line 313: warning: exported method ConfigMapKeySelector.SwaggerDoc should have comment or be unexported (golint)
    • Line 317: warning: don't use underscores in Go names; var map_ConfigMapList should be mapConfigMapList (golint)
    • Line 323: warning: exported method ConfigMapList.SwaggerDoc should have comment or be unexported (golint)
    • Line 327: warning: don't use underscores in Go names; var map_ConfigMapNodeConfigSource should be mapConfigMapNodeConfigSource (golint)
    • Line 336: warning: exported method ConfigMapNodeConfigSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 340: warning: don't use underscores in Go names; var map_ConfigMapProjection should be mapConfigMapProjection (golint)
    • Line 346: warning: exported method ConfigMapProjection.SwaggerDoc should have comment or be unexported (golint)
    • Line 350: warning: don't use underscores in Go names; var map_ConfigMapVolumeSource should be mapConfigMapVolumeSource (golint)
    • Line 357: warning: exported method ConfigMapVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 361: warning: don't use underscores in Go names; var map_Container should be mapContainer (golint)
    • Line 388: warning: exported method Container.SwaggerDoc should have comment or be unexported (golint)
    • Line 392: warning: don't use underscores in Go names; var map_ContainerImage should be mapContainerImage (golint)
    • Line 398: warning: exported method ContainerImage.SwaggerDoc should have comment or be unexported (golint)
    • Line 402: warning: don't use underscores in Go names; var map_ContainerPort should be mapContainerPort (golint)
    • Line 411: warning: exported method ContainerPort.SwaggerDoc should have comment or be unexported (golint)
    • Line 415: warning: don't use underscores in Go names; var map_ContainerState should be mapContainerState (golint)
    • Line 422: warning: exported method ContainerState.SwaggerDoc should have comment or be unexported (golint)
    • Line 426: warning: don't use underscores in Go names; var map_ContainerStateRunning should be mapContainerStateRunning (golint)
    • Line 431: warning: exported method ContainerStateRunning.SwaggerDoc should have comment or be unexported (golint)
    • Line 435: warning: don't use underscores in Go names; var map_ContainerStateTerminated should be mapContainerStateTerminated (golint)
    • Line 446: warning: exported method ContainerStateTerminated.SwaggerDoc should have comment or be unexported (golint)
    • Line 450: warning: don't use underscores in Go names; var map_ContainerStateWaiting should be mapContainerStateWaiting (golint)
    • Line 456: warning: exported method ContainerStateWaiting.SwaggerDoc should have comment or be unexported (golint)
    • Line 460: warning: don't use underscores in Go names; var map_ContainerStatus should be mapContainerStatus (golint)
    • Line 473: warning: exported method ContainerStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 477: warning: don't use underscores in Go names; var map_ControllerInstance should be mapControllerInstance (golint)
    • Line 485: warning: exported method ControllerInstance.SwaggerDoc should have comment or be unexported (golint)
    • Line 489: warning: don't use underscores in Go names; var map_ControllerInstanceList should be mapControllerInstanceList (golint)
    • Line 494: warning: exported method ControllerInstanceList.SwaggerDoc should have comment or be unexported (golint)
    • Line 498: warning: don't use underscores in Go names; var map_CustomAction should be mapCustomAction (golint)
    • Line 505: warning: exported method CustomAction.SwaggerDoc should have comment or be unexported (golint)
    • Line 509: warning: don't use underscores in Go names; var map_DaemonEndpoint should be mapDaemonEndpoint (golint)
    • Line 514: warning: exported method DaemonEndpoint.SwaggerDoc should have comment or be unexported (golint)
    • Line 518: warning: don't use underscores in Go names; var map_DataPartitionConfig should be mapDataPartitionConfig (golint)
    • Line 527: warning: exported method DataPartitionConfig.SwaggerDoc should have comment or be unexported (golint)
    • Line 531: warning: don't use underscores in Go names; var map_DataPartitionConfigList should be mapDataPartitionConfigList (golint)
    • Line 536: warning: exported method DataPartitionConfigList.SwaggerDoc should have comment or be unexported (golint)
    • Line 540: warning: don't use underscores in Go names; var map_DownwardAPIProjection should be mapDownwardAPIProjection (golint)
    • Line 545: warning: exported method DownwardAPIProjection.SwaggerDoc should have comment or be unexported (golint)
    • Line 549: warning: don't use underscores in Go names; var map_DownwardAPIVolumeFile should be mapDownwardAPIVolumeFile (golint)
    • Line 557: warning: exported method DownwardAPIVolumeFile.SwaggerDoc should have comment or be unexported (golint)
    • Line 561: warning: don't use underscores in Go names; var map_DownwardAPIVolumeSource should be mapDownwardAPIVolumeSource (golint)
    • Line 567: warning: exported method DownwardAPIVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 571: warning: don't use underscores in Go names; var map_EmptyDirVolumeSource should be mapEmptyDirVolumeSource (golint)
    • Line 577: warning: exported method EmptyDirVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 581: warning: don't use underscores in Go names; var map_EndpointAddress should be mapEndpointAddress (golint)
    • Line 589: warning: exported method EndpointAddress.SwaggerDoc should have comment or be unexported (golint)
    • Line 593: warning: don't use underscores in Go names; var map_EndpointPort should be mapEndpointPort (golint)
    • Line 600: warning: exported method EndpointPort.SwaggerDoc should have comment or be unexported (golint)
    • Line 604: warning: don't use underscores in Go names; var map_EndpointSubset should be mapEndpointSubset (golint)
    • Line 612: warning: exported method EndpointSubset.SwaggerDoc should have comment or be unexported (golint)
    • Line 616: warning: don't use underscores in Go names; var map_Endpoints should be mapEndpoints (golint)
    • Line 622: warning: exported method Endpoints.SwaggerDoc should have comment or be unexported (golint)
    • Line 626: warning: don't use underscores in Go names; var map_EndpointsList should be mapEndpointsList (golint)
    • Line 632: warning: exported method EndpointsList.SwaggerDoc should have comment or be unexported (golint)
    • Line 636: warning: don't use underscores in Go names; var map_EnvFromSource should be mapEnvFromSource (golint)
    • Line 643: warning: exported method EnvFromSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 647: warning: don't use underscores in Go names; var map_EnvVar should be mapEnvVar (golint)
    • Line 654: warning: exported method EnvVar.SwaggerDoc should have comment or be unexported (golint)
    • Line 658: warning: don't use underscores in Go names; var map_EnvVarSource should be mapEnvVarSource (golint)
    • Line 666: warning: exported method EnvVarSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 670: warning: don't use underscores in Go names; var map_Event should be mapEvent (golint)
    • Line 689: warning: exported method Event.SwaggerDoc should have comment or be unexported (golint)
    • Line 693: warning: don't use underscores in Go names; var map_EventList should be mapEventList (golint)
    • Line 699: warning: exported method EventList.SwaggerDoc should have comment or be unexported (golint)
    • Line 703: warning: don't use underscores in Go names; var map_EventSeries should be mapEventSeries (golint)
    • Line 710: warning: exported method EventSeries.SwaggerDoc should have comment or be unexported (golint)
    • Line 714: warning: don't use underscores in Go names; var map_EventSource should be mapEventSource (golint)
    • Line 720: warning: exported method EventSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 724: warning: don't use underscores in Go names; var map_ExecAction should be mapExecAction (golint)
    • Line 729: warning: exported method ExecAction.SwaggerDoc should have comment or be unexported (golint)
    • Line 733: warning: don't use underscores in Go names; var map_FCVolumeSource should be mapFCVolumeSource (golint)
    • Line 742: warning: exported method FCVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 746: warning: don't use underscores in Go names; var map_FlexPersistentVolumeSource should be mapFlexPersistentVolumeSource (golint)
    • Line 755: warning: exported method FlexPersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 759: warning: don't use underscores in Go names; var map_FlexVolumeSource should be mapFlexVolumeSource (golint)
    • Line 768: warning: exported method FlexVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 772: warning: don't use underscores in Go names; var map_FlockerVolumeSource should be mapFlockerVolumeSource (golint)
    • Line 778: warning: exported method FlockerVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 782: warning: don't use underscores in Go names; var map_GCEPersistentDiskVolumeSource should be mapGCEPersistentDiskVolumeSource (golint)
    • Line 790: warning: exported method GCEPersistentDiskVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 794: warning: don't use underscores in Go names; var map_GitRepoVolumeSource should be mapGitRepoVolumeSource (golint)
    • Line 801: warning: exported method GitRepoVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 805: warning: don't use underscores in Go names; var map_GlusterfsPersistentVolumeSource should be mapGlusterfsPersistentVolumeSource (golint)
    • Line 813: warning: exported method GlusterfsPersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 817: warning: don't use underscores in Go names; var map_GlusterfsVolumeSource should be mapGlusterfsVolumeSource (golint)
    • Line 824: warning: exported method GlusterfsVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 828: warning: don't use underscores in Go names; var map_HTTPGetAction should be mapHTTPGetAction (golint)
    • Line 837: warning: exported method HTTPGetAction.SwaggerDoc should have comment or be unexported (golint)
    • Line 841: warning: don't use underscores in Go names; var map_HTTPHeader should be mapHTTPHeader (golint)
    • Line 847: warning: exported method HTTPHeader.SwaggerDoc should have comment or be unexported (golint)
    • Line 851: warning: don't use underscores in Go names; var map_Handler should be mapHandler (golint)
    • Line 858: warning: exported method Handler.SwaggerDoc should have comment or be unexported (golint)
    • Line 862: warning: don't use underscores in Go names; var map_HostAlias should be mapHostAlias (golint)
    • Line 868: warning: exported method HostAlias.SwaggerDoc should have comment or be unexported (golint)
    • Line 872: warning: don't use underscores in Go names; var map_HostPathVolumeSource should be mapHostPathVolumeSource (golint)
    • Line 878: warning: exported method HostPathVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 882: warning: don't use underscores in Go names; var map_ISCSIPersistentVolumeSource should be mapISCSIPersistentVolumeSource (golint)
    • Line 897: warning: exported method ISCSIPersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 901: warning: don't use underscores in Go names; var map_ISCSIVolumeSource should be mapISCSIVolumeSource (golint)
    • Line 916: warning: exported method ISCSIVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 920: warning: don't use underscores in Go names; var map_KeyToPath should be mapKeyToPath (golint)
    • Line 927: warning: exported method KeyToPath.SwaggerDoc should have comment or be unexported (golint)
    • Line 931: warning: don't use underscores in Go names; var map_Lifecycle should be mapLifecycle (golint)
    • Line 937: warning: exported method Lifecycle.SwaggerDoc should have comment or be unexported (golint)
    • Line 941: warning: don't use underscores in Go names; var map_LimitRange should be mapLimitRange (golint)
    • Line 947: warning: exported method LimitRange.SwaggerDoc should have comment or be unexported (golint)
    • Line 951: warning: don't use underscores in Go names; var map_LimitRangeItem should be mapLimitRangeItem (golint)
    • Line 961: warning: exported method LimitRangeItem.SwaggerDoc should have comment or be unexported (golint)
    • Line 965: warning: don't use underscores in Go names; var map_LimitRangeList should be mapLimitRangeList (golint)
    • Line 971: warning: exported method LimitRangeList.SwaggerDoc should have comment or be unexported (golint)
    • Line 975: warning: don't use underscores in Go names; var map_LimitRangeSpec should be mapLimitRangeSpec (golint)
    • Line 980: warning: exported method LimitRangeSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 984: warning: don't use underscores in Go names; var map_LoadBalancerIngress should be mapLoadBalancerIngress (golint)
    • Line 990: warning: exported method LoadBalancerIngress.SwaggerDoc should have comment or be unexported (golint)
    • Line 994: warning: don't use underscores in Go names; var map_LoadBalancerStatus should be mapLoadBalancerStatus (golint)
    • Line 999: warning: exported method LoadBalancerStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1003: warning: don't use underscores in Go names; var map_LocalObjectReference should be mapLocalObjectReference (golint)
    • Line 1008: warning: exported method LocalObjectReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 1012: warning: don't use underscores in Go names; var map_LocalVolumeSource should be mapLocalVolumeSource (golint)
    • Line 1018: warning: exported method LocalVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1022: warning: don't use underscores in Go names; var map_NFSVolumeSource should be mapNFSVolumeSource (golint)
    • Line 1029: warning: exported method NFSVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1033: warning: don't use underscores in Go names; var map_NICStatus should be mapNICStatus (golint)
    • Line 1041: warning: exported method NICStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1045: warning: don't use underscores in Go names; var map_Namespace should be mapNamespace (golint)
    • Line 1052: warning: exported method Namespace.SwaggerDoc should have comment or be unexported (golint)
    • Line 1056: warning: don't use underscores in Go names; var map_NamespaceList should be mapNamespaceList (golint)
    • Line 1062: warning: exported method NamespaceList.SwaggerDoc should have comment or be unexported (golint)
    • Line 1066: warning: don't use underscores in Go names; var map_NamespaceSpec should be mapNamespaceSpec (golint)
    • Line 1071: warning: exported method NamespaceSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 1075: warning: don't use underscores in Go names; var map_NamespaceStatus should be mapNamespaceStatus (golint)
    • Line 1080: warning: exported method NamespaceStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1084: warning: don't use underscores in Go names; var map_Nic should be mapNic (golint)
    • Line 1094: warning: exported method Nic.SwaggerDoc should have comment or be unexported (golint)
    • Line 1098: warning: don't use underscores in Go names; var map_Node should be mapNode (golint)
    • Line 1105: warning: exported method Node.SwaggerDoc should have comment or be unexported (golint)
    • Line 1109: warning: don't use underscores in Go names; var map_NodeAddress should be mapNodeAddress (golint)
    • Line 1115: warning: exported method NodeAddress.SwaggerDoc should have comment or be unexported (golint)
    • Line 1119: warning: don't use underscores in Go names; var map_NodeAffinity should be mapNodeAffinity (golint)
    • Line 1125: warning: exported method NodeAffinity.SwaggerDoc should have comment or be unexported (golint)
    • Line 1129: warning: don't use underscores in Go names; var map_NodeCondition should be mapNodeCondition (golint)
    • Line 1139: warning: exported method NodeCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 1143: warning: don't use underscores in Go names; var map_NodeConfigSource should be mapNodeConfigSource (golint)
    • Line 1148: warning: exported method NodeConfigSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1152: warning: don't use underscores in Go names; var map_NodeConfigStatus should be mapNodeConfigStatus (golint)
    • Line 1160: warning: exported method NodeConfigStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1164: warning: don't use underscores in Go names; var map_NodeDaemonEndpoints should be mapNodeDaemonEndpoints (golint)
    • Line 1169: warning: exported method NodeDaemonEndpoints.SwaggerDoc should have comment or be unexported (golint)
    • Line 1173: warning: don't use underscores in Go names; var map_NodeList should be mapNodeList (golint)
    • Line 1179: warning: exported method NodeList.SwaggerDoc should have comment or be unexported (golint)
    • Line 1183: warning: don't use underscores in Go names; var map_NodeProxyOptions should be mapNodeProxyOptions (golint)
    • Line 1188: warning: exported method NodeProxyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 1192: warning: don't use underscores in Go names; var map_NodeResources should be mapNodeResources (golint)
    • Line 1197: warning: exported method NodeResources.SwaggerDoc should have comment or be unexported (golint)
    • Line 1201: warning: don't use underscores in Go names; var map_NodeSelector should be mapNodeSelector (golint)
    • Line 1206: warning: exported method NodeSelector.SwaggerDoc should have comment or be unexported (golint)
    • Line 1210: warning: don't use underscores in Go names; var map_NodeSelectorRequirement should be mapNodeSelectorRequirement (golint)
    • Line 1217: warning: exported method NodeSelectorRequirement.SwaggerDoc should have comment or be unexported (golint)
    • Line 1221: warning: don't use underscores in Go names; var map_NodeSelectorTerm should be mapNodeSelectorTerm (golint)
    • Line 1227: warning: exported method NodeSelectorTerm.SwaggerDoc should have comment or be unexported (golint)
    • Line 1231: warning: don't use underscores in Go names; var map_NodeSpec should be mapNodeSpec (golint)
    • Line 1241: warning: exported method NodeSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 1245: warning: don't use underscores in Go names; var map_NodeStatus should be mapNodeStatus (golint)
    • Line 1260: warning: exported method NodeStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1264: warning: don't use underscores in Go names; var map_NodeSystemInfo should be mapNodeSystemInfo (golint)
    • Line 1278: warning: exported method NodeSystemInfo.SwaggerDoc should have comment or be unexported (golint)
    • Line 1282: warning: don't use underscores in Go names; var map_ObjectFieldSelector should be mapObjectFieldSelector (golint)
    • Line 1288: warning: exported method ObjectFieldSelector.SwaggerDoc should have comment or be unexported (golint)
    • Line 1292: warning: don't use underscores in Go names; var map_ObjectReference should be mapObjectReference (golint)
    • Line 1303: warning: exported method ObjectReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 1307: warning: don't use underscores in Go names; var map_PersistentVolume should be mapPersistentVolume (golint)
    • Line 1314: warning: exported method PersistentVolume.SwaggerDoc should have comment or be unexported (golint)
    • Line 1318: warning: don't use underscores in Go names; var map_PersistentVolumeClaim should be mapPersistentVolumeClaim (golint)
    • Line 1325: warning: exported method PersistentVolumeClaim.SwaggerDoc should have comment or be unexported (golint)
    • Line 1329: warning: don't use underscores in Go names; var map_PersistentVolumeClaimCondition should be mapPersistentVolumeClaimCondition (golint)
    • Line 1337: warning: exported method PersistentVolumeClaimCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 1341: warning: don't use underscores in Go names; var map_PersistentVolumeClaimList should be mapPersistentVolumeClaimList (golint)
    • Line 1347: warning: exported method PersistentVolumeClaimList.SwaggerDoc should have comment or be unexported (golint)
    • Line 1351: warning: don't use underscores in Go names; var map_PersistentVolumeClaimSpec should be mapPersistentVolumeClaimSpec (golint)
    • Line 1362: warning: exported method PersistentVolumeClaimSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 1366: warning: don't use underscores in Go names; var map_PersistentVolumeClaimStatus should be mapPersistentVolumeClaimStatus (golint)
    • Line 1374: warning: exported method PersistentVolumeClaimStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1378: warning: don't use underscores in Go names; var map_PersistentVolumeClaimVolumeSource should be mapPersistentVolumeClaimVolumeSource (golint)
    • Line 1384: warning: exported method PersistentVolumeClaimVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1388: warning: don't use underscores in Go names; var map_PersistentVolumeList should be mapPersistentVolumeList (golint)
    • Line 1394: warning: exported method PersistentVolumeList.SwaggerDoc should have comment or be unexported (golint)
    • Line 1398: warning: don't use underscores in Go names; var map_PersistentVolumeSource should be mapPersistentVolumeSource (golint)
    • Line 1424: warning: exported method PersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1428: warning: don't use underscores in Go names; var map_PersistentVolumeSpec should be mapPersistentVolumeSpec (golint)
    • Line 1440: warning: exported method PersistentVolumeSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 1444: warning: don't use underscores in Go names; var map_PersistentVolumeStatus should be mapPersistentVolumeStatus (golint)
    • Line 1451: warning: exported method PersistentVolumeStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1455: warning: don't use underscores in Go names; var map_PhotonPersistentDiskVolumeSource should be mapPhotonPersistentDiskVolumeSource (golint)
    • Line 1461: warning: exported method PhotonPersistentDiskVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1465: warning: don't use underscores in Go names; var map_Pod should be mapPod (golint)
    • Line 1472: warning: exported method Pod.SwaggerDoc should have comment or be unexported (golint)
    • Line 1476: warning: don't use underscores in Go names; var map_PodAffinity should be mapPodAffinity (golint)
    • Line 1482: warning: exported method PodAffinity.SwaggerDoc should have comment or be unexported (golint)
    • Line 1486: warning: don't use underscores in Go names; var map_PodAffinityTerm should be mapPodAffinityTerm (golint)
    • Line 1493: warning: exported method PodAffinityTerm.SwaggerDoc should have comment or be unexported (golint)
    • Line 1497: warning: don't use underscores in Go names; var map_PodAntiAffinity should be mapPodAntiAffinity (golint)
    • Line 1503: warning: exported method PodAntiAffinity.SwaggerDoc should have comment or be unexported (golint)
    • Line 1507: warning: don't use underscores in Go names; var map_PodAttachOptions should be mapPodAttachOptions (golint)
    • Line 1516: warning: exported method PodAttachOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 1520: warning: don't use underscores in Go names; var map_PodCondition should be mapPodCondition (golint)
    • Line 1530: warning: exported method PodCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 1534: warning: don't use underscores in Go names; var map_PodDNSConfig should be mapPodDNSConfig (golint)
    • Line 1541: warning: exported method PodDNSConfig.SwaggerDoc should have comment or be unexported (golint)
    • Line 1545: warning: don't use underscores in Go names; var map_PodDNSConfigOption should be mapPodDNSConfigOption (golint)
    • Line 1550: warning: exported method PodDNSConfigOption.SwaggerDoc should have comment or be unexported (golint)
    • Line 1554: warning: don't use underscores in Go names; var map_PodExecOptions should be mapPodExecOptions (golint)
    • Line 1564: warning: exported method PodExecOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 1568: warning: don't use underscores in Go names; var map_PodList should be mapPodList (golint)
    • Line 1574: warning: exported method PodList.SwaggerDoc should have comment or be unexported (golint)
    • Line 1578: warning: don't use underscores in Go names; var map_PodLogOptions should be mapPodLogOptions (golint)
    • Line 1590: warning: exported method PodLogOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 1594: warning: don't use underscores in Go names; var map_PodPortForwardOptions should be mapPodPortForwardOptions (golint)
    • Line 1599: warning: exported method PodPortForwardOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 1603: warning: don't use underscores in Go names; var map_PodProxyOptions should be mapPodProxyOptions (golint)
    • Line 1608: warning: exported method PodProxyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 1612: warning: don't use underscores in Go names; var map_PodReadinessGate should be mapPodReadinessGate (golint)
    • Line 1617: warning: exported method PodReadinessGate.SwaggerDoc should have comment or be unexported (golint)
    • Line 1621: warning: don't use underscores in Go names; var map_PodSecurityContext should be mapPodSecurityContext (golint)
    • Line 1633: warning: exported method PodSecurityContext.SwaggerDoc should have comment or be unexported (golint)
    • Line 1637: warning: don't use underscores in Go names; var map_PodSignature should be mapPodSignature (golint)
    • Line 1642: warning: exported method PodSignature.SwaggerDoc should have comment or be unexported (golint)
    • Line 1646: warning: don't use underscores in Go names; var map_PodSpec should be mapPodSpec (golint)
    • Line 1685: warning: exported method PodSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 1689: warning: don't use underscores in Go names; var map_PodStatus should be mapPodStatus (golint)
    • Line 1706: warning: exported method PodStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1710: warning: don't use underscores in Go names; var map_PodStatusResult should be mapPodStatusResult (golint)
    • Line 1716: warning: exported method PodStatusResult.SwaggerDoc should have comment or be unexported (golint)
    • Line 1720: warning: don't use underscores in Go names; var map_PodTemplate should be mapPodTemplate (golint)
    • Line 1726: warning: exported method PodTemplate.SwaggerDoc should have comment or be unexported (golint)
    • Line 1730: warning: don't use underscores in Go names; var map_PodTemplateList should be mapPodTemplateList (golint)
    • Line 1736: warning: exported method PodTemplateList.SwaggerDoc should have comment or be unexported (golint)
    • Line 1740: warning: don't use underscores in Go names; var map_PodTemplateSpec should be mapPodTemplateSpec (golint)
    • Line 1746: warning: exported method PodTemplateSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 1750: warning: don't use underscores in Go names; var map_PortworxVolumeSource should be mapPortworxVolumeSource (golint)
    • Line 1757: warning: exported method PortworxVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1761: warning: don't use underscores in Go names; var map_Preconditions should be mapPreconditions (golint)
    • Line 1766: warning: exported method Preconditions.SwaggerDoc should have comment or be unexported (golint)
    • Line 1770: warning: don't use underscores in Go names; var map_PreferAvoidPodsEntry should be mapPreferAvoidPodsEntry (golint)
    • Line 1778: warning: exported method PreferAvoidPodsEntry.SwaggerDoc should have comment or be unexported (golint)
    • Line 1782: warning: don't use underscores in Go names; var map_PreferredSchedulingTerm should be mapPreferredSchedulingTerm (golint)
    • Line 1788: warning: exported method PreferredSchedulingTerm.SwaggerDoc should have comment or be unexported (golint)
    • Line 1792: warning: don't use underscores in Go names; var map_Probe should be mapProbe (golint)
    • Line 1801: warning: exported method Probe.SwaggerDoc should have comment or be unexported (golint)
    • Line 1805: warning: don't use underscores in Go names; var map_ProjectedVolumeSource should be mapProjectedVolumeSource (golint)
    • Line 1811: warning: exported method ProjectedVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1815: warning: don't use underscores in Go names; var map_QuobyteVolumeSource should be mapQuobyteVolumeSource (golint)
    • Line 1825: warning: exported method QuobyteVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1829: warning: don't use underscores in Go names; var map_RBDPersistentVolumeSource should be mapRBDPersistentVolumeSource (golint)
    • Line 1841: warning: exported method RBDPersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1845: warning: don't use underscores in Go names; var map_RBDVolumeSource should be mapRBDVolumeSource (golint)
    • Line 1857: warning: exported method RBDVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 1861: warning: don't use underscores in Go names; var map_RangeAllocation should be mapRangeAllocation (golint)
    • Line 1868: warning: exported method RangeAllocation.SwaggerDoc should have comment or be unexported (golint)
    • Line 1872: warning: don't use underscores in Go names; var map_ReplicationController should be mapReplicationController (golint)
    • Line 1879: warning: exported method ReplicationController.SwaggerDoc should have comment or be unexported (golint)
    • Line 1883: warning: don't use underscores in Go names; var map_ReplicationControllerCondition should be mapReplicationControllerCondition (golint)
    • Line 1892: warning: exported method ReplicationControllerCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 1896: warning: don't use underscores in Go names; var map_ReplicationControllerList should be mapReplicationControllerList (golint)
    • Line 1902: warning: exported method ReplicationControllerList.SwaggerDoc should have comment or be unexported (golint)
    • Line 1906: warning: don't use underscores in Go names; var map_ReplicationControllerSpec should be mapReplicationControllerSpec (golint)
    • Line 1914: warning: exported method ReplicationControllerSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 1918: warning: don't use underscores in Go names; var map_ReplicationControllerStatus should be mapReplicationControllerStatus (golint)
    • Line 1928: warning: exported method ReplicationControllerStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1932: warning: don't use underscores in Go names; var map_ResizePolicy should be mapResizePolicy (golint)
    • Line 1938: warning: exported method ResizePolicy.SwaggerDoc should have comment or be unexported (golint)
    • Line 1942: warning: don't use underscores in Go names; var map_ResourceFieldSelector should be mapResourceFieldSelector (golint)
    • Line 1949: warning: exported method ResourceFieldSelector.SwaggerDoc should have comment or be unexported (golint)
    • Line 1953: warning: don't use underscores in Go names; var map_ResourceQuota should be mapResourceQuota (golint)
    • Line 1960: warning: exported method ResourceQuota.SwaggerDoc should have comment or be unexported (golint)
    • Line 1964: warning: don't use underscores in Go names; var map_ResourceQuotaList should be mapResourceQuotaList (golint)
    • Line 1970: warning: exported method ResourceQuotaList.SwaggerDoc should have comment or be unexported (golint)
    • Line 1974: warning: don't use underscores in Go names; var map_ResourceQuotaSpec should be mapResourceQuotaSpec (golint)
    • Line 1981: warning: exported method ResourceQuotaSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 1985: warning: don't use underscores in Go names; var map_ResourceQuotaStatus should be mapResourceQuotaStatus (golint)
    • Line 1991: warning: exported method ResourceQuotaStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 1995: warning: don't use underscores in Go names; var map_ResourceRequirements should be mapResourceRequirements (golint)
    • Line 2001: warning: exported method ResourceRequirements.SwaggerDoc should have comment or be unexported (golint)
    • Line 2005: warning: don't use underscores in Go names; var map_RestoreParams should be mapRestoreParams (golint)
    • Line 2009: warning: exported method RestoreParams.SwaggerDoc should have comment or be unexported (golint)
    • Line 2013: warning: don't use underscores in Go names; var map_SELinuxOptions should be mapSELinuxOptions (golint)
    • Line 2021: warning: exported method SELinuxOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 2025: warning: don't use underscores in Go names; var map_ScaleIOPersistentVolumeSource should be mapScaleIOPersistentVolumeSource (golint)
    • Line 2039: warning: exported method ScaleIOPersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 2043: warning: don't use underscores in Go names; var map_ScaleIOVolumeSource should be mapScaleIOVolumeSource (golint)
    • Line 2057: warning: exported method ScaleIOVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 2061: warning: don't use underscores in Go names; var map_ScopeSelector should be mapScopeSelector (golint)
    • Line 2066: warning: exported method ScopeSelector.SwaggerDoc should have comment or be unexported (golint)
    • Line 2070: warning: don't use underscores in Go names; var map_ScopedResourceSelectorRequirement should be mapScopedResourceSelectorRequirement (golint)
    • Line 2077: warning: exported method ScopedResourceSelectorRequirement.SwaggerDoc should have comment or be unexported (golint)
    • Line 2081: warning: don't use underscores in Go names; var map_Secret should be mapSecret (golint)
    • Line 2089: warning: exported method Secret.SwaggerDoc should have comment or be unexported (golint)
    • Line 2093: warning: don't use underscores in Go names; var map_SecretEnvSource should be mapSecretEnvSource (golint)
    • Line 2098: warning: exported method SecretEnvSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 2102: warning: don't use underscores in Go names; var map_SecretKeySelector should be mapSecretKeySelector (golint)
    • Line 2108: warning: exported method SecretKeySelector.SwaggerDoc should have comment or be unexported (golint)
    • Line 2112: warning: don't use underscores in Go names; var map_SecretList should be mapSecretList (golint)
    • Line 2118: warning: exported method SecretList.SwaggerDoc should have comment or be unexported (golint)
    • Line 2122: warning: don't use underscores in Go names; var map_SecretProjection should be mapSecretProjection (golint)
    • Line 2128: warning: exported method SecretProjection.SwaggerDoc should have comment or be unexported (golint)
    • Line 2132: warning: don't use underscores in Go names; var map_SecretReference should be mapSecretReference (golint)
    • Line 2138: warning: exported method SecretReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 2142: warning: don't use underscores in Go names; var map_SecretVolumeSource should be mapSecretVolumeSource (golint)
    • Line 2150: warning: exported method SecretVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 2154: warning: don't use underscores in Go names; var map_SecurityContext should be mapSecurityContext (golint)
    • Line 2168: warning: exported method SecurityContext.SwaggerDoc should have comment or be unexported (golint)
    • Line 2172: warning: don't use underscores in Go names; var map_SerializedReference should be mapSerializedReference (golint)
    • Line 2177: warning: exported method SerializedReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 2181: warning: don't use underscores in Go names; var map_Service should be mapService (golint)
    • Line 2188: warning: exported method Service.SwaggerDoc should have comment or be unexported (golint)
    • Line 2192: warning: don't use underscores in Go names; var map_ServiceAccount should be mapServiceAccount (golint)
    • Line 2200: warning: exported method ServiceAccount.SwaggerDoc should have comment or be unexported (golint)
    • Line 2204: warning: don't use underscores in Go names; var map_ServiceAccountList should be mapServiceAccountList (golint)
    • Line 2210: warning: exported method ServiceAccountList.SwaggerDoc should have comment or be unexported (golint)
    • Line 2214: warning: don't use underscores in Go names; var map_ServiceAccountTokenProjection should be mapServiceAccountTokenProjection (golint)
    • Line 2221: warning: exported method ServiceAccountTokenProjection.SwaggerDoc should have comment or be unexported (golint)
    • Line 2225: warning: don't use underscores in Go names; var map_ServiceList should be mapServiceList (golint)
    • Line 2231: warning: exported method ServiceList.SwaggerDoc should have comment or be unexported (golint)
    • Line 2235: warning: don't use underscores in Go names; var map_ServicePort should be mapServicePort (golint)
    • Line 2244: warning: exported method ServicePort.SwaggerDoc should have comment or be unexported (golint)
    • Line 2248: warning: don't use underscores in Go names; var map_ServiceProxyOptions should be mapServiceProxyOptions (golint)
    • Line 2253: warning: exported method ServiceProxyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 2257: warning: don't use underscores in Go names; var map_ServiceSpec should be mapServiceSpec (golint)
    • Line 2275: warning: exported method ServiceSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 2279: warning: don't use underscores in Go names; var map_ServiceStatus should be mapServiceStatus (golint)
    • Line 2284: warning: exported method ServiceStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 2288: warning: don't use underscores in Go names; var map_SessionAffinityConfig should be mapSessionAffinityConfig (golint)
    • Line 2293: warning: exported method SessionAffinityConfig.SwaggerDoc should have comment or be unexported (golint)
    • Line 2297: warning: don't use underscores in Go names; var map_SnapshotParams should be mapSnapshotParams (golint)
    • Line 2301: warning: exported method SnapshotParams.SwaggerDoc should have comment or be unexported (golint)
    • Line 2305: warning: don't use underscores in Go names; var map_StorageCluster should be mapStorageCluster (golint)
    • Line 2312: warning: exported method StorageCluster.SwaggerDoc should have comment or be unexported (golint)
    • Line 2316: warning: don't use underscores in Go names; var map_StorageClusterList should be mapStorageClusterList (golint)
    • Line 2322: warning: exported method StorageClusterList.SwaggerDoc should have comment or be unexported (golint)
    • Line 2326: warning: don't use underscores in Go names; var map_StorageOSPersistentVolumeSource should be mapStorageOSPersistentVolumeSource (golint)
    • Line 2335: warning: exported method StorageOSPersistentVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 2339: warning: don't use underscores in Go names; var map_StorageOSVolumeSource should be mapStorageOSVolumeSource (golint)
    • Line 2348: warning: exported method StorageOSVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 2352: warning: don't use underscores in Go names; var map_Sysctl should be mapSysctl (golint)
    • Line 2358: warning: exported method Sysctl.SwaggerDoc should have comment or be unexported (golint)
    • Line 2362: warning: don't use underscores in Go names; var map_TCPSocketAction should be mapTCPSocketAction (golint)
    • Line 2368: warning: exported method TCPSocketAction.SwaggerDoc should have comment or be unexported (golint)
    • Line 2372: warning: don't use underscores in Go names; var map_Taint should be mapTaint (golint)
    • Line 2380: warning: exported method Taint.SwaggerDoc should have comment or be unexported (golint)
    • Line 2384: warning: don't use underscores in Go names; var map_Tenant should be mapTenant (golint)
    • Line 2391: warning: exported method Tenant.SwaggerDoc should have comment or be unexported (golint)
    • Line 2395: warning: don't use underscores in Go names; var map_TenantList should be mapTenantList (golint)
    • Line 2401: warning: exported method TenantList.SwaggerDoc should have comment or be unexported (golint)
    • Line 2405: warning: don't use underscores in Go names; var map_TenantSpec should be mapTenantSpec (golint)
    • Line 2411: warning: exported method TenantSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 2415: warning: don't use underscores in Go names; var map_TenantStatus should be mapTenantStatus (golint)
    • Line 2420: warning: exported method TenantStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 2424: warning: don't use underscores in Go names; var map_Toleration should be mapToleration (golint)
    • Line 2433: warning: exported method Toleration.SwaggerDoc should have comment or be unexported (golint)
    • Line 2437: warning: don't use underscores in Go names; var map_TopologySelectorLabelRequirement should be mapTopologySelectorLabelRequirement (golint)
    • Line 2443: warning: exported method TopologySelectorLabelRequirement.SwaggerDoc should have comment or be unexported (golint)
    • Line 2447: warning: don't use underscores in Go names; var map_TopologySelectorTerm should be mapTopologySelectorTerm (golint)
    • Line 2452: warning: exported method TopologySelectorTerm.SwaggerDoc should have comment or be unexported (golint)
    • Line 2456: warning: don't use underscores in Go names; var map_TypedLocalObjectReference should be mapTypedLocalObjectReference (golint)
    • Line 2463: warning: exported method TypedLocalObjectReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 2467: warning: don't use underscores in Go names; var map_VirtualMachine should be mapVirtualMachine (golint)
    • Line 2486: warning: exported method VirtualMachine.SwaggerDoc should have comment or be unexported (golint)
    • Line 2490: warning: don't use underscores in Go names; var map_VirtualMachineStatus should be mapVirtualMachineStatus (golint)
    • Line 2498: warning: exported method VirtualMachineStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 2502: warning: don't use underscores in Go names; var map_Volume should be mapVolume (golint)
    • Line 2507: warning: exported method Volume.SwaggerDoc should have comment or be unexported (golint)
    • Line 2511: warning: don't use underscores in Go names; var map_VolumeDevice should be mapVolumeDevice (golint)
    • Line 2517: warning: exported method VolumeDevice.SwaggerDoc should have comment or be unexported (golint)
    • Line 2521: warning: don't use underscores in Go names; var map_VolumeMount should be mapVolumeMount (golint)
    • Line 2531: warning: exported method VolumeMount.SwaggerDoc should have comment or be unexported (golint)
    • Line 2535: warning: don't use underscores in Go names; var map_VolumeNodeAffinity should be mapVolumeNodeAffinity (golint)
    • Line 2540: warning: exported method VolumeNodeAffinity.SwaggerDoc should have comment or be unexported (golint)
    • Line 2544: warning: don't use underscores in Go names; var map_VolumeProjection should be mapVolumeProjection (golint)
    • Line 2552: warning: exported method VolumeProjection.SwaggerDoc should have comment or be unexported (golint)
    • Line 2556: warning: don't use underscores in Go names; var map_VolumeSource should be mapVolumeSource (golint)
    • Line 2588: warning: exported method VolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 2592: warning: don't use underscores in Go names; var map_VsphereVirtualDiskVolumeSource should be mapVsphereVirtualDiskVolumeSource (golint)
    • Line 2600: warning: exported method VsphereVirtualDiskVolumeSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 2604: warning: don't use underscores in Go names; var map_WeightedPodAffinityTerm should be mapWeightedPodAffinityTerm (golint)
    • Line 2610: warning: exported method WeightedPodAffinityTerm.SwaggerDoc should have comment or be unexported (golint)
    • Line 2614: warning: don't use underscores in Go names; var map_WindowsSecurityContextOptions should be mapWindowsSecurityContextOptions (golint)
    • Line 2620: warning: exported method WindowsSecurityContextOptions.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/types.go
    • Line 24: warning: exported type ConditionStatus should have comment or be unexported (golint)
    • Line 25: warning: exported type CarpConditionType should have comment or be unexported (golint)
    • Line 26: warning: exported type CarpPhase should have comment or be unexported (golint)
    • Line 27: warning: exported type RestartPolicy should have comment or be unexported (golint)
    • Line 87: warning: exported type CarpCondition should have comment or be unexported (golint)
    • arktos/test/e2e/storage/vsphere/pvc_label_selector.go
    • Line 51: warning: don't use underscores in Go names; var pv_ssd should be pvSsd (golint)
    • Line 52: warning: don't use underscores in Go names; var pvc_ssd should be pvcSsd (golint)
    • Line 53: warning: don't use underscores in Go names; var pvc_vvol should be pvcVvol (golint)
    • Line 106: warning: don't use underscores in Go names; func result pv_ssd should be pvSsd (golint)
    • Line 106: warning: don't use underscores in Go names; func result pvc_ssd should be pvcSsd (golint)
    • Line 106: warning: don't use underscores in Go names; func result pvc_vvol should be pvcVvol (golint)
    • Line 134: warning: don't use underscores in Go names; func parameter pv_ssd should be pvSsd (golint)
    • Line 134: warning: don't use underscores in Go names; func parameter pvc_ssd should be pvcSsd (golint)
    • Line 134: warning: don't use underscores in Go names; func parameter pvc_vvol should be pvcVvol (golint)
    • arktos/staging/src/k8s.io/client-go/util/flowcontrol/backoff.go
    • Line 32: warning: exported type Backoff should have comment or be unexported (golint)
    • Line 40: warning: exported function NewFakeBackOff should have comment or be unexported (golint)
    • Line 49: warning: exported function NewBackOff should have comment or be unexported (golint)
    • Line 70: warning: comment on exported method Backoff.Next should be of the form "Next ..." (golint)
    • Line 91: warning: comment on exported method Backoff.IsInBackOffSince should be of the form "IsInBackOffSince ..." (golint)
    • Line 105: warning: comment on exported method Backoff.IsInBackOffSinceUpdate should be of the form "IsInBackOffSinceUpdate ..." (golint)
    • Line 119: warning: comment on exported method Backoff.GC should be of the form "GC ..." (golint)
    • Line 133: warning: exported method Backoff.DeleteEntry should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/component-base/featuregate/feature_gate.go
    • Line 31: warning: exported type Feature should have comment or be unexported (golint)
    • Line 55: warning: exported type FeatureSpec should have comment or be unexported (golint)
    • Line 67: warning: comment on exported const Alpha should be of the form "Alpha ..." (golint)
    • Line 69: warning: exported const Beta should have comment (or a comment on this block) or be unexported (golint)
    • Line 72: warning: comment on exported const Deprecated should be of the form "Deprecated ..." (golint)
    • Line 131: warning: exported function NewFeatureGate should have comment or be unexported (golint)
    • arktos/pkg/kubelet/container/helpers.go
    • Line 151: warning: exported function ExpandContainerVolumeMounts should have comment or be unexported (golint)
    • Line 169: warning: exported function ExpandContainerCommandAndArgs should have comment or be unexported (golint)
    • Line 187: warning: comment on exported function FilterEventRecorder should be of the form "FilterEventRecorder ..." (golint)
    • Line 236: warning: comment on exported function IsHostNetworkPod should be of the form "IsHostNetworkPod ..." (golint)
    • Line 241: warning: comment on exported function ConvertPodStatusToRunningPod should be of the form "ConvertPodStatusToRunningPod ..." (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go
    • Line 212: warning: exported const OptimisticLockErrorMsg should have comment (or a comment on this block) or be unexported (golint)
    • Line 298: warning: comment on exported function ClusterKeyFunc should be of the form "ClusterKeyFunc ..." (golint)
    • Line 892: warning: error should be the last type when returning multiple items (golint)
    • Line 1496: warning: exported method Store.ConvertToTable should have comment or be unexported (golint)
    • Line 1503: warning: exported method Store.StorageVersion should have comment or be unexported (golint)
    • arktos/pkg/kubelet/events/event.go
    • Line 21: warning: comment on exported const CreatedContainer should be of the form "CreatedContainer ..." (golint)
    • Line 23: warning: exported const StartedContainer should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: comment on exported const FailedToKillPod should be of the form "FailedToKillPod ..." (golint)
    • Line 37: warning: comment on exported const PullingImage should be of the form "PullingImage ..." (golint)
    • Line 45: warning: comment on exported const NodeReady should be of the form "NodeReady ..." (golint)
    • Line 72: warning: comment on exported const InvalidDiskCapacity should be of the form "InvalidDiskCapacity ..." (golint)
    • Line 76: warning: comment on exported const ContainerUnhealthy should be of the form "ContainerUnhealthy ..." (golint)
    • Line 80: warning: comment on exported const FailedSync should be of the form "FailedSync ..." (golint)
    • Line 83: warning: comment on exported const FailedValidation should be of the form "FailedValidation ..." (golint)
    • Line 86: warning: comment on exported const FailedPostStartHook should be of the form "FailedPostStartHook ..." (golint)
    • Line 90: warning: comment on exported const DeviceAttached should be of the form "DeviceAttached ..." (golint)
    • arktos/pkg/registry/extensions/controller/storage/storage.go
    • Line 38: warning: comment on exported type ContainerStorage should be of the form "ContainerStorage ..." (with optional leading article) (golint)
    • Line 44: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 54: warning: exported type ScaleREST should have comment or be unexported (golint)
    • Line 66: warning: exported method ScaleREST.Get should have comment or be unexported (golint)
    • Line 75: warning: exported method ScaleREST.Update should have comment or be unexported (golint)
    • Line 152: warning: comment on exported type RcREST should be of the form "RcREST ..." (with optional leading article) (golint)
    • Line 155: warning: exported method RcREST.NamespaceScoped should have comment or be unexported (golint)
    • Line 159: warning: exported method RcREST.TenantScoped should have comment or be unexported (golint)
    • Line 163: warning: exported method RcREST.New should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/openapi/testing/types.go
    • Line 23: warning: comment on exported type TestType should be of the form "TestType ..." (with optional leading article) (golint)
    • Line 28: warning: exported method TestType.GetObjectKind should have comment or be unexported (golint)
    • Line 32: warning: exported method TestType.SetGroupVersionKind should have comment or be unexported (golint)
    • Line 35: warning: exported method TestType.GroupVersionKind should have comment or be unexported (golint)
    • arktos/pkg/controller/nodeipam/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_NodeIPAMControllerConfiguration_To_config_NodeIPAMControllerConfiguration should be ConvertV1alpha1NodeIPAMControllerConfigurationToConfigNodeIPAMControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_NodeIPAMControllerConfiguration_To_v1alpha1_NodeIPAMControllerConfiguration should be ConvertConfigNodeIPAMControllerConfigurationToV1alpha1NodeIPAMControllerConfiguration (golint)
    • arktos/plugin/pkg/auth/authorizer/rbac/subject_locator.go
    • Line 28: warning: exported type RoleToRuleMapper should have comment or be unexported (golint)
    • Line 34: warning: exported type SubjectLocator should have comment or be unexported (golint)
    • Line 40: warning: exported type SubjectAccessEvaluator should have comment or be unexported (golint)
    • Line 48: warning: exported function NewSubjectAccessEvaluator should have comment or be unexported (golint)
    • arktos/pkg/kubelet/cm/container_manager_linux.go
    • Line 69: warning: comment on exported const DockerMemoryLimitThresholdPercent should be of the form "DockerMemoryLimitThresholdPercent ..." (golint)
    • Line 73: warning: comment on exported const MinDockerMemoryLimit should be of the form "MinDockerMemoryLimit ..." (golint)
    • Line 200: warning: comment on exported function NewContainerManager should be of the form "NewContainerManager ..." (golint)
    • Line 352: warning: exported type KernelTunableBehavior should have comment or be unexported (golint)
    • Line 355: warning: exported const KernelTunableWarn should have comment (or a comment on this block) or be unexported (golint)
    • Line 722: warning: comment on exported function EnsureDockerInContainer should be of the form "EnsureDockerInContainer ..." (golint)
    • arktos/pkg/volume/csi/fake/fake_client.go
    • Line 59: warning: exported type CSIVolume should have comment or be unexported (golint)
    • Line 90: warning: exported function NewNodeClientWithExpansion should have comment or be unexported (golint)
    • Line 99: warning: exported function NewNodeClientWithVolumeStats should have comment or be unexported (golint)
    • Line 110: warning: exported method NodeClient.SetNodeGetInfoResp should have comment or be unexported (golint)
    • Line 114: warning: exported method NodeClient.SetNodeVolumeStatsResp should have comment or be unexported (golint)
    • Line 128: warning: exported method NodeClient.AddNodeStagedVolume should have comment or be unexported (golint)
    • Line 179: warning: comment on exported method NodeClient.NodeStageVolume should be of the form "NodeStageVolume ..." (golint)
    • Line 249: warning: comment on exported method NodeClient.NodeGetInfo should be of the form "NodeGetInfo ..." (golint)
    • arktos/pkg/util/taints/taints.go
    • Line 17: warning: package comment should be of the form "Package taints ..." (golint)
    • Line 33: warning: exported const MODIFIED should have comment (or a comment on this block) or be unexported (golint)
    • Line 324: warning: exported function TaintSetDiff should have comment or be unexported (golint)
    • Line 342: warning: exported function TaintSetFilter should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/labels/selector.go
    • Line 265: warning: receiver name lsel should be consistent with previous receiver name s for internalSelector (golint)
    • Line 332: warning: receiver name lsel should be consistent with previous receiver name s for internalSelector (golint)
    • Line 347: warning: receiver name lsel should be consistent with previous receiver name s for internalSelector (golint)
    • Line 356: warning: receiver name lsel should be consistent with previous receiver name s for internalSelector (golint)
    • Line 360: warning: receiver name lsel should be consistent with previous receiver name s for internalSelector (golint)
    • Line 370: warning: receiver name lsel should be consistent with previous receiver name s for internalSelector (golint)
    • arktos/staging/src/k8s.io/api/auditregistration/v1alpha1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_AuditSink should be mapAuditSink (golint)
    • Line 35: warning: exported method AuditSink.SwaggerDoc should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; var map_AuditSinkList should be mapAuditSinkList (golint)
    • Line 44: warning: exported method AuditSinkList.SwaggerDoc should have comment or be unexported (golint)
    • Line 48: warning: don't use underscores in Go names; var map_AuditSinkSpec should be mapAuditSinkSpec (golint)
    • Line 54: warning: exported method AuditSinkSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 58: warning: don't use underscores in Go names; var map_Policy should be mapPolicy (golint)
    • Line 64: warning: exported method Policy.SwaggerDoc should have comment or be unexported (golint)
    • Line 68: warning: don't use underscores in Go names; var map_ServiceReference should be mapServiceReference (golint)
    • Line 76: warning: exported method ServiceReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 80: warning: don't use underscores in Go names; var map_Webhook should be mapWebhook (golint)
    • Line 86: warning: exported method Webhook.SwaggerDoc should have comment or be unexported (golint)
    • Line 90: warning: don't use underscores in Go names; var map_WebhookClientConfig should be mapWebhookClientConfig (golint)
    • Line 97: warning: exported method WebhookClientConfig.SwaggerDoc should have comment or be unexported (golint)
    • Line 101: warning: don't use underscores in Go names; var map_WebhookThrottleConfig should be mapWebhookThrottleConfig (golint)
    • Line 107: warning: exported method WebhookThrottleConfig.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/certificates/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_CertificateSigningRequest should be mapCertificateSigningRequest (golint)
    • Line 36: warning: exported method CertificateSigningRequest.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_CertificateSigningRequestCondition should be mapCertificateSigningRequestCondition (golint)
    • Line 47: warning: exported method CertificateSigningRequestCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_CertificateSigningRequestSpec should be mapCertificateSigningRequestSpec (golint)
    • Line 61: warning: exported method CertificateSigningRequestSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 65: warning: don't use underscores in Go names; var map_CertificateSigningRequestStatus should be mapCertificateSigningRequestStatus (golint)
    • Line 70: warning: exported method CertificateSigningRequestStatus.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/controller/mizar/util.go
    • Line 26: warning: exported type EventType should have comment or be unexported (golint)
    • Line 29: warning: don't use underscores in Go names; const EventType_Create should be EventTypeCreate (golint)
    • Line 29: warning: exported const EventType_Create should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: don't use underscores in Go names; const EventType_Update should be EventTypeUpdate (golint)
    • Line 31: warning: don't use underscores in Go names; const EventType_Delete should be EventTypeDelete (golint)
    • Line 36: warning: don't use underscores in Go names; const Arktos_Network_Name should be ArktosNetworkName (golint)
    • Line 39: warning: exported type KeyWithEventType should have comment or be unexported (golint)
    • Line 45: warning: exported type MizarNetworkPolicyPortSelector should have comment or be unexported (golint)
    • Line 50: warning: exported type MizarNetworkPolicyPodSelector should have comment or be unexported (golint)
    • Line 54: warning: exported type MizarNetworkPolicyNamespaceSelector should have comment or be unexported (golint)
    • Line 58: warning: exported type MizarNetworkPolicyIPBlock should have comment or be unexported (golint)
    • Line 63: warning: exported type MizarNetworkPolicyRule should have comment or be unexported (golint)
    • Line 69: warning: exported type MizarNetworkPolicyIngressMsg should have comment or be unexported (golint)
    • Line 74: warning: exported type MizarNetworkPolicyEgressMsg should have comment or be unexported (golint)
    • Line 79: warning: exported type MizarNetworkPolicyPolicySpecMsg should have comment or be unexported (golint)
    • Line 86: warning: exported type StartHandler should have comment or be unexported (golint)
    • Line 88: warning: exported function ConvertToServiceEndpointContract should have comment or be unexported (golint)
    • Line 122: warning: exported function ConvertToPodContract should have comment or be unexported (golint)
    • Line 160: warning: exported function ConvertToNodeContract should have comment or be unexported (golint)
    • Line 176: warning: exported function ConvertToNamespaceContract should have comment or be unexported (golint)
    • Line 203: warning: exported function ConvertToNetworkPolicyContract should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/apis/example/types.go
    • Line 24: warning: exported type ConditionStatus should have comment or be unexported (golint)
    • Line 25: warning: exported type PodConditionType should have comment or be unexported (golint)
    • Line 26: warning: exported type PodPhase should have comment or be unexported (golint)
    • Line 27: warning: exported type RestartPolicy should have comment or be unexported (golint)
    • Line 73: warning: exported type PodCondition should have comment or be unexported (golint)
    • arktos/test/e2e/storage/vsphere/vsphere.go
    • Line 37: warning: exported const VolDir should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported type VSphere should be of the form "VSphere ..." (with optional leading article) (golint)
    • Line 66: warning: comment on exported method VSphere.GetDatacenterFromObjectReference should be of the form "GetDatacenterFromObjectReference ..." (golint)
    • Line 88: warning: comment on exported method VSphere.GetHostFromVMReference should be of the form "GetHostFromVMReference ..." (golint)
    • Line 97: warning: comment on exported method VSphere.GetDatastoresMountedOnHost should be of the form "GetDatastoresMountedOnHost ..." (golint)
    • Line 105: warning: comment on exported method VSphere.GetDatastoreRefFromName should be of the form "GetDatastoreRefFromName ..." (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go
    • Line 31: warning: don't use underscores in Go names; var map_APIGroup should be mapAPIGroup (golint)
    • Line 39: warning: exported method APIGroup.SwaggerDoc should have comment or be unexported (golint)
    • Line 43: warning: don't use underscores in Go names; var map_APIGroupList should be mapAPIGroupList (golint)
    • Line 48: warning: exported method APIGroupList.SwaggerDoc should have comment or be unexported (golint)
    • Line 52: warning: don't use underscores in Go names; var map_APIResource should be mapAPIResource (golint)
    • Line 67: warning: exported method APIResource.SwaggerDoc should have comment or be unexported (golint)
    • Line 71: warning: don't use underscores in Go names; var map_APIResourceList should be mapAPIResourceList (golint)
    • Line 77: warning: exported method APIResourceList.SwaggerDoc should have comment or be unexported (golint)
    • Line 81: warning: don't use underscores in Go names; var map_APIVersions should be mapAPIVersions (golint)
    • Line 87: warning: exported method APIVersions.SwaggerDoc should have comment or be unexported (golint)
    • Line 91: warning: don't use underscores in Go names; var map_CreateOptions should be mapCreateOptions (golint)
    • Line 97: warning: exported method CreateOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 101: warning: don't use underscores in Go names; var map_DeleteOptions should be mapDeleteOptions (golint)
    • Line 110: warning: exported method DeleteOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 114: warning: don't use underscores in Go names; var map_ExportOptions should be mapExportOptions (golint)
    • Line 120: warning: exported method ExportOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 124: warning: don't use underscores in Go names; var map_Fields should be mapFields (golint)
    • Line 128: warning: exported method Fields.SwaggerDoc should have comment or be unexported (golint)
    • Line 132: warning: don't use underscores in Go names; var map_GetOptions should be mapGetOptions (golint)
    • Line 137: warning: exported method GetOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 141: warning: don't use underscores in Go names; var map_GroupVersionForDiscovery should be mapGroupVersionForDiscovery (golint)
    • Line 147: warning: exported method GroupVersionForDiscovery.SwaggerDoc should have comment or be unexported (golint)
    • Line 151: warning: don't use underscores in Go names; var map_Initializer should be mapInitializer (golint)
    • Line 156: warning: exported method Initializer.SwaggerDoc should have comment or be unexported (golint)
    • Line 160: warning: don't use underscores in Go names; var map_Initializers should be mapInitializers (golint)
    • Line 166: warning: exported method Initializers.SwaggerDoc should have comment or be unexported (golint)
    • Line 170: warning: don't use underscores in Go names; var map_LabelSelector should be mapLabelSelector (golint)
    • Line 176: warning: exported method LabelSelector.SwaggerDoc should have comment or be unexported (golint)
    • Line 180: warning: don't use underscores in Go names; var map_LabelSelectorRequirement should be mapLabelSelectorRequirement (golint)
    • Line 187: warning: exported method LabelSelectorRequirement.SwaggerDoc should have comment or be unexported (golint)
    • Line 191: warning: don't use underscores in Go names; var map_List should be mapList (golint)
    • Line 197: warning: exported method List.SwaggerDoc should have comment or be unexported (golint)
    • Line 201: warning: don't use underscores in Go names; var map_ListMeta should be mapListMeta (golint)
    • Line 209: warning: exported method ListMeta.SwaggerDoc should have comment or be unexported (golint)
    • Line 213: warning: don't use underscores in Go names; var map_ListOptions should be mapListOptions (golint)
    • Line 226: warning: exported method ListOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 230: warning: don't use underscores in Go names; var map_ManagedFieldsEntry should be mapManagedFieldsEntry (golint)
    • Line 239: warning: exported method ManagedFieldsEntry.SwaggerDoc should have comment or be unexported (golint)
    • Line 243: warning: don't use underscores in Go names; var map_ObjectMeta should be mapObjectMeta (golint)
    • Line 266: warning: exported method ObjectMeta.SwaggerDoc should have comment or be unexported (golint)
    • Line 270: warning: don't use underscores in Go names; var map_OwnerReference should be mapOwnerReference (golint)
    • Line 281: warning: exported method OwnerReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 285: warning: don't use underscores in Go names; var map_PartialObjectMetadata should be mapPartialObjectMetadata (golint)
    • Line 290: warning: exported method PartialObjectMetadata.SwaggerDoc should have comment or be unexported (golint)
    • Line 294: warning: don't use underscores in Go names; var map_PartialObjectMetadataList should be mapPartialObjectMetadataList (golint)
    • Line 300: warning: exported method PartialObjectMetadataList.SwaggerDoc should have comment or be unexported (golint)
    • Line 304: warning: don't use underscores in Go names; var map_Patch should be mapPatch (golint)
    • Line 308: warning: exported method Patch.SwaggerDoc should have comment or be unexported (golint)
    • Line 312: warning: don't use underscores in Go names; var map_PatchOptions should be mapPatchOptions (golint)
    • Line 319: warning: exported method PatchOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 323: warning: don't use underscores in Go names; var map_Preconditions should be mapPreconditions (golint)
    • Line 329: warning: exported method Preconditions.SwaggerDoc should have comment or be unexported (golint)
    • Line 333: warning: don't use underscores in Go names; var map_RootPaths should be mapRootPaths (golint)
    • Line 338: warning: exported method RootPaths.SwaggerDoc should have comment or be unexported (golint)
    • Line 342: warning: don't use underscores in Go names; var map_ServerAddressByClientCIDR should be mapServerAddressByClientCIDR (golint)
    • Line 348: warning: exported method ServerAddressByClientCIDR.SwaggerDoc should have comment or be unexported (golint)
    • Line 352: warning: don't use underscores in Go names; var map_Status should be mapStatus (golint)
    • Line 362: warning: exported method Status.SwaggerDoc should have comment or be unexported (golint)
    • Line 366: warning: don't use underscores in Go names; var map_StatusCause should be mapStatusCause (golint)
    • Line 373: warning: exported method StatusCause.SwaggerDoc should have comment or be unexported (golint)
    • Line 377: warning: don't use underscores in Go names; var map_StatusDetails should be mapStatusDetails (golint)
    • Line 387: warning: exported method StatusDetails.SwaggerDoc should have comment or be unexported (golint)
    • Line 391: warning: don't use underscores in Go names; var map_Table should be mapTable (golint)
    • Line 398: warning: exported method Table.SwaggerDoc should have comment or be unexported (golint)
    • Line 402: warning: don't use underscores in Go names; var map_TableColumnDefinition should be mapTableColumnDefinition (golint)
    • Line 411: warning: exported method TableColumnDefinition.SwaggerDoc should have comment or be unexported (golint)
    • Line 415: warning: don't use underscores in Go names; var map_TableOptions should be mapTableOptions (golint)
    • Line 420: warning: exported method TableOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 424: warning: don't use underscores in Go names; var map_TableRow should be mapTableRow (golint)
    • Line 431: warning: exported method TableRow.SwaggerDoc should have comment or be unexported (golint)
    • Line 435: warning: don't use underscores in Go names; var map_TableRowCondition should be mapTableRowCondition (golint)
    • Line 443: warning: exported method TableRowCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 447: warning: don't use underscores in Go names; var map_TypeMeta should be mapTypeMeta (golint)
    • Line 453: warning: exported method TypeMeta.SwaggerDoc should have comment or be unexported (golint)
    • Line 457: warning: don't use underscores in Go names; var map_UpdateOptions should be mapUpdateOptions (golint)
    • Line 463: warning: exported method UpdateOptions.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/registry/rbac/reconciliation/clusterrole_interfaces.go
    • Line 26: warning: comment on exported type ClusterRoleRuleOwner should be of the form "ClusterRoleRuleOwner ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ClusterRoleRuleOwner.GetObject should have comment or be unexported (golint)
    • Line 37: warning: exported method ClusterRoleRuleOwner.GetNamespace should have comment or be unexported (golint)
    • Line 41: warning: exported method ClusterRoleRuleOwner.GetName should have comment or be unexported (golint)
    • Line 45: warning: exported method ClusterRoleRuleOwner.GetLabels should have comment or be unexported (golint)
    • Line 49: warning: exported method ClusterRoleRuleOwner.SetLabels should have comment or be unexported (golint)
    • Line 53: warning: exported method ClusterRoleRuleOwner.GetAnnotations should have comment or be unexported (golint)
    • Line 57: warning: exported method ClusterRoleRuleOwner.SetAnnotations should have comment or be unexported (golint)
    • Line 61: warning: exported method ClusterRoleRuleOwner.GetRules should have comment or be unexported (golint)
    • Line 65: warning: exported method ClusterRoleRuleOwner.SetRules should have comment or be unexported (golint)
    • Line 69: warning: exported method ClusterRoleRuleOwner.GetAggregationRule should have comment or be unexported (golint)
    • Line 73: warning: exported method ClusterRoleRuleOwner.SetAggregationRule should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterRoleModifier should have comment or be unexported (golint)
    • Line 81: warning: exported method ClusterRoleModifier.Get should have comment or be unexported (golint)
    • Line 89: warning: exported method ClusterRoleModifier.Create should have comment or be unexported (golint)
    • Line 97: warning: exported method ClusterRoleModifier.Update should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_ControllerRevision should be mapControllerRevision (golint)
    • Line 37: warning: exported method ControllerRevision.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_ControllerRevisionList should be mapControllerRevisionList (golint)
    • Line 47: warning: exported method ControllerRevisionList.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_DaemonSet should be mapDaemonSet (golint)
    • Line 58: warning: exported method DaemonSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; var map_DaemonSetCondition should be mapDaemonSetCondition (golint)
    • Line 71: warning: exported method DaemonSetCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 75: warning: don't use underscores in Go names; var map_DaemonSetList should be mapDaemonSetList (golint)
    • Line 81: warning: exported method DaemonSetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 85: warning: don't use underscores in Go names; var map_DaemonSetSpec should be mapDaemonSetSpec (golint)
    • Line 94: warning: exported method DaemonSetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 98: warning: don't use underscores in Go names; var map_DaemonSetStatus should be mapDaemonSetStatus (golint)
    • Line 112: warning: exported method DaemonSetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 116: warning: don't use underscores in Go names; var map_DaemonSetUpdateStrategy should be mapDaemonSetUpdateStrategy (golint)
    • Line 122: warning: exported method DaemonSetUpdateStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 126: warning: don't use underscores in Go names; var map_Deployment should be mapDeployment (golint)
    • Line 133: warning: exported method Deployment.SwaggerDoc should have comment or be unexported (golint)
    • Line 137: warning: don't use underscores in Go names; var map_DeploymentCondition should be mapDeploymentCondition (golint)
    • Line 147: warning: exported method DeploymentCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 151: warning: don't use underscores in Go names; var map_DeploymentList should be mapDeploymentList (golint)
    • Line 157: warning: exported method DeploymentList.SwaggerDoc should have comment or be unexported (golint)
    • Line 161: warning: don't use underscores in Go names; var map_DeploymentSpec should be mapDeploymentSpec (golint)
    • Line 173: warning: exported method DeploymentSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 177: warning: don't use underscores in Go names; var map_DeploymentStatus should be mapDeploymentStatus (golint)
    • Line 189: warning: exported method DeploymentStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 193: warning: don't use underscores in Go names; var map_DeploymentStrategy should be mapDeploymentStrategy (golint)
    • Line 199: warning: exported method DeploymentStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 203: warning: don't use underscores in Go names; var map_ReplicaSet should be mapReplicaSet (golint)
    • Line 210: warning: exported method ReplicaSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 214: warning: don't use underscores in Go names; var map_ReplicaSetCondition should be mapReplicaSetCondition (golint)
    • Line 223: warning: exported method ReplicaSetCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 227: warning: don't use underscores in Go names; var map_ReplicaSetList should be mapReplicaSetList (golint)
    • Line 233: warning: exported method ReplicaSetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 237: warning: don't use underscores in Go names; var map_ReplicaSetSpec should be mapReplicaSetSpec (golint)
    • Line 245: warning: exported method ReplicaSetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 249: warning: don't use underscores in Go names; var map_ReplicaSetStatus should be mapReplicaSetStatus (golint)
    • Line 259: warning: exported method ReplicaSetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 263: warning: don't use underscores in Go names; var map_RollingUpdateDaemonSet should be mapRollingUpdateDaemonSet (golint)
    • Line 268: warning: exported method RollingUpdateDaemonSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 272: warning: don't use underscores in Go names; var map_RollingUpdateDeployment should be mapRollingUpdateDeployment (golint)
    • Line 278: warning: exported method RollingUpdateDeployment.SwaggerDoc should have comment or be unexported (golint)
    • Line 282: warning: don't use underscores in Go names; var map_RollingUpdateStatefulSetStrategy should be mapRollingUpdateStatefulSetStrategy (golint)
    • Line 287: warning: exported method RollingUpdateStatefulSetStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 291: warning: don't use underscores in Go names; var map_Scale should be mapScale (golint)
    • Line 298: warning: exported method Scale.SwaggerDoc should have comment or be unexported (golint)
    • Line 302: warning: don't use underscores in Go names; var map_ScaleSpec should be mapScaleSpec (golint)
    • Line 307: warning: exported method ScaleSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 311: warning: don't use underscores in Go names; var map_ScaleStatus should be mapScaleStatus (golint)
    • Line 318: warning: exported method ScaleStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 322: warning: don't use underscores in Go names; var map_StatefulSet should be mapStatefulSet (golint)
    • Line 328: warning: exported method StatefulSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 332: warning: don't use underscores in Go names; var map_StatefulSetCondition should be mapStatefulSetCondition (golint)
    • Line 341: warning: exported method StatefulSetCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 345: warning: don't use underscores in Go names; var map_StatefulSetList should be mapStatefulSetList (golint)
    • Line 349: warning: exported method StatefulSetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 353: warning: don't use underscores in Go names; var map_StatefulSetSpec should be mapStatefulSetSpec (golint)
    • Line 365: warning: exported method StatefulSetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 369: warning: don't use underscores in Go names; var map_StatefulSetStatus should be mapStatefulSetStatus (golint)
    • Line 382: warning: exported method StatefulSetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 386: warning: don't use underscores in Go names; var map_StatefulSetUpdateStrategy should be mapStatefulSetUpdateStrategy (golint)
    • Line 392: warning: exported method StatefulSetUpdateStrategy.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/runtime/schema/group_version.go
    • Line 62: warning: exported method GroupResource.WithVersion should have comment or be unexported (golint)
    • Line 66: warning: exported method GroupResource.Empty should have comment or be unexported (golint)
    • Line 77: warning: exported function ParseGroupKind should have comment or be unexported (golint)
    • Line 103: warning: exported method GroupVersionResource.Empty should have comment or be unexported (golint)
    • Line 107: warning: exported method GroupVersionResource.GroupResource should have comment or be unexported (golint)
    • Line 111: warning: exported method GroupVersionResource.GroupVersion should have comment or be unexported (golint)
    • Line 126: warning: exported method GroupKind.Empty should have comment or be unexported (golint)
    • Line 130: warning: exported method GroupKind.WithVersion should have comment or be unexported (golint)
    • Line 154: warning: exported method GroupVersionKind.GroupKind should have comment or be unexported (golint)
    • Line 158: warning: exported method GroupVersionKind.GroupVersion should have comment or be unexported (golint)
    • Line 266: warning: receiver name gvs should be consistent with previous receiver name gv for GroupVersions (golint)
    • arktos/pkg/kubelet/container/container_gc.go
    • Line 26: warning: comment on exported type ContainerGCPolicy should be of the form "ContainerGCPolicy ..." (with optional leading article) (golint)
    • Line 39: warning: comment on exported type ContainerGC should be of the form "ContainerGC ..." (with optional leading article) (golint)
    • Line 67: warning: comment on exported function NewContainerGC should be of the form "NewContainerGC ..." (golint)
    • arktos/pkg/registry/settings/rest/storage_settings.go
    • Line 30: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 32: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 53: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/marshal.go
    • Line 18: warning: package comment should be of the form "Package v1 ..." (golint)
    • Line 30: warning: exported method JSONSchemaPropsOrBool.MarshalJSON should have comment or be unexported (golint)
    • Line 41: warning: exported method JSONSchemaPropsOrBool.UnmarshalJSON should have comment or be unexported (golint)
    • Line 63: warning: exported method JSONSchemaPropsOrStringArray.MarshalJSON should have comment or be unexported (golint)
    • Line 73: warning: exported method JSONSchemaPropsOrStringArray.UnmarshalJSON should have comment or be unexported (golint)
    • Line 95: warning: exported method JSONSchemaPropsOrArray.MarshalJSON should have comment or be unexported (golint)
    • Line 102: warning: exported method JSONSchemaPropsOrArray.UnmarshalJSON should have comment or be unexported (golint)
    • Line 124: warning: exported method JSON.MarshalJSON should have comment or be unexported (golint)
    • Line 132: warning: exported method JSON.UnmarshalJSON should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_list.go
    • Line 42: warning: exported method UnstructuredList.GetObjectKind should have comment or be unexported (golint)
    • Line 44: warning: exported method UnstructuredList.IsList should have comment or be unexported (golint)
    • Line 46: warning: exported method UnstructuredList.EachListItem should have comment or be unexported (golint)
    • Line 86: warning: receiver name obj should be consistent with previous receiver name u for UnstructuredList (golint)
    • Line 110: warning: exported method UnstructuredList.DeepCopy should have comment or be unexported (golint)
    • Line 139: warning: exported method UnstructuredList.GetAPIVersion should have comment or be unexported (golint)
    • Line 143: warning: exported method UnstructuredList.SetAPIVersion should have comment or be unexported (golint)
    • Line 147: warning: exported method UnstructuredList.GetKind should have comment or be unexported (golint)
    • Line 151: warning: exported method UnstructuredList.SetKind should have comment or be unexported (golint)
    • Line 155: warning: exported method UnstructuredList.GetResourceVersion should have comment or be unexported (golint)
    • Line 159: warning: exported method UnstructuredList.SetResourceVersion should have comment or be unexported (golint)
    • Line 163: warning: exported method UnstructuredList.GetSelfLink should have comment or be unexported (golint)
    • Line 167: warning: exported method UnstructuredList.SetSelfLink should have comment or be unexported (golint)
    • Line 171: warning: exported method UnstructuredList.GetContinue should have comment or be unexported (golint)
    • Line 175: warning: exported method UnstructuredList.SetContinue should have comment or be unexported (golint)
    • Line 179: warning: exported method UnstructuredList.GetRemainingItemCount should have comment or be unexported (golint)
    • Line 183: warning: exported method UnstructuredList.SetRemainingItemCount should have comment or be unexported (golint)
    • Line 191: warning: exported method UnstructuredList.SetGroupVersionKind should have comment or be unexported (golint)
    • Line 196: warning: exported method UnstructuredList.GroupVersionKind should have comment or be unexported (golint)
    • arktos/pkg/cloudfabric-controller/client_builder.go
    • Line 60: warning: exported method SimpleControllerClientBuilder.Config should have comment or be unexported (golint)
    • Line 65: warning: exported method SimpleControllerClientBuilder.ConfigOrDie should have comment or be unexported (golint)
    • Line 73: warning: exported method SimpleControllerClientBuilder.Client should have comment or be unexported (golint)
    • Line 81: warning: exported method SimpleControllerClientBuilder.ClientOrDie should have comment or be unexported (golint)
    • Line 108: warning: comment on exported method SAControllerClientBuilder.Config should be of the form "Config ..." (golint)
    • Line 224: warning: exported method SAControllerClientBuilder.ConfigOrDie should have comment or be unexported (golint)
    • Line 232: warning: exported method SAControllerClientBuilder.Client should have comment or be unexported (golint)
    • Line 240: warning: exported method SAControllerClientBuilder.ClientOrDie should have comment or be unexported (golint)
    • arktos/pkg/kubelet/checkpointmanager/testing/example_checkpoint_formats/v1/types.go
    • Line 27: warning: comment on exported type PortMapping should be of the form "PortMapping ..." (with optional leading article) (golint)
    • Line 37: warning: comment on exported type Data should be of the form "Data ..." (with optional leading article) (golint)
    • Line 51: warning: exported method CheckpointData.MarshalCheckpoint should have comment or be unexported (golint)
    • Line 56: warning: exported method CheckpointData.UnmarshalCheckpoint should have comment or be unexported (golint)
    • Line 60: warning: exported method CheckpointData.VerifyChecksum should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/diff/diff.go
    • Line 72: warning: exported type DiffOptions should have comment or be unexported (golint)
    • Line 97: warning: exported function NewDiffOptions should have comment or be unexported (golint)
    • Line 106: warning: exported function NewCmdDiff should have comment or be unexported (golint)
    • Line 267: warning: comment on exported method InfoObject.Live should be of the form "Live ..." (golint)
    • Line 272: warning: comment on exported method InfoObject.Merged should be of the form "Merged ..." (golint)
    • Line 337: warning: exported method InfoObject.Name should have comment or be unexported (golint)
    • Line 358: warning: exported function NewDiffer should have comment or be unexported (golint)
    • Line 400: warning: exported method DiffOptions.Complete should have comment or be unexported (golint)
    • Line 449: warning: comment on exported method DiffOptions.Run should be of the form "Run ..." (golint)
    • arktos/pkg/volume/rbd/rbd.go
    • Line 47: warning: comment on exported function ProbeVolumePlugins should be of the form "ProbeVolumePlugins ..." (golint)
    • Line 199: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 646: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 813: warning: receiver name b should be consistent with previous receiver name rbd for rbd (golint)
    • Line 1076: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/features/kube_features.go
    • Line 31: warning: comment on exported const CustomResourceValidation should be of the form "CustomResourceValidation ..." (golint)
    • Line 38: warning: comment on exported const CustomResourcePublishOpenAPI should be of the form "CustomResourcePublishOpenAPI ..." (golint)
    • Line 44: warning: comment on exported const CustomResourceSubresources should be of the form "CustomResourceSubresources ..." (golint)
    • Line 51: warning: comment on exported const CustomResourceWebhookConversion should be of the form "CustomResourceWebhookConversion ..." (golint)
    • Line 57: warning: comment on exported const CustomResourceDefaulting should be of the form "CustomResourceDefaulting ..." (golint)
    • arktos/test/utils/runners.go
    • Line 64: warning: exported function WaitUntilPodIsScheduled should have comment or be unexported (golint)
    • Line 82: warning: exported function RunPodAndGetNodeName should have comment or be unexported (golint)
    • Line 95: warning: exported type RunObjectConfig should have comment or be unexported (golint)
    • Line 109: warning: exported type RCConfig should have comment or be unexported (golint)
    • Line 176: warning: exported method RCConfig.RCConfigLog should have comment or be unexported (golint)
    • Line 183: warning: exported type DeploymentConfig should have comment or be unexported (golint)
    • Line 187: warning: exported type ReplicaSetConfig should have comment or be unexported (golint)
    • Line 191: warning: exported type JobConfig should have comment or be unexported (golint)
    • Line 286: warning: exported method DeploymentConfig.Run should have comment or be unexported (golint)
    • Line 290: warning: exported method DeploymentConfig.GetKind should have comment or be unexported (golint)
    • Line 294: warning: exported method DeploymentConfig.GetGroupResource should have comment or be unexported (golint)
    • Line 362: warning: exported method ReplicaSetConfig.Run should have comment or be unexported (golint)
    • Line 366: warning: exported method ReplicaSetConfig.GetKind should have comment or be unexported (golint)
    • Line 370: warning: exported method ReplicaSetConfig.GetGroupResource should have comment or be unexported (golint)
    • Line 434: warning: exported method JobConfig.Run should have comment or be unexported (golint)
    • Line 438: warning: exported method JobConfig.GetKind should have comment or be unexported (golint)
    • Line 442: warning: exported method JobConfig.GetGroupResource should have comment or be unexported (golint)
    • Line 502: warning: exported method RCConfig.Run should have comment or be unexported (golint)
    • Line 502: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 506: warning: exported method RCConfig.GetName should have comment or be unexported (golint)
    • Line 506: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 510: warning: exported method RCConfig.GetNamespace should have comment or be unexported (golint)
    • Line 510: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 514: warning: exported method RCConfig.GetKind should have comment or be unexported (golint)
    • Line 514: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 518: warning: exported method RCConfig.GetGroupResource should have comment or be unexported (golint)
    • Line 518: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 522: warning: exported method RCConfig.GetClient should have comment or be unexported (golint)
    • Line 522: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 526: warning: exported method RCConfig.GetScalesGetter should have comment or be unexported (golint)
    • Line 526: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 530: warning: exported method RCConfig.SetClient should have comment or be unexported (golint)
    • Line 530: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 534: warning: exported method RCConfig.SetScalesClient should have comment or be unexported (golint)
    • Line 534: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 538: warning: exported method RCConfig.GetReplicas should have comment or be unexported (golint)
    • Line 538: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 542: warning: exported method RCConfig.GetLabelValue should have comment or be unexported (golint)
    • Line 542: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 547: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 604: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 669: warning: exported type RCStartupStatus should have comment or be unexported (golint)
    • Line 689: warning: exported function ComputeRCStartupStatus should have comment or be unexported (golint)
    • Line 738: warning: receiver name config should be consistent with previous receiver name rc for RCConfig (golint)
    • Line 830: warning: comment on exported function StartPods should be of the form "StartPods ..." (golint)
    • Line 861: warning: comment on exported function WaitForPodsWithLabelRunning should be of the form "WaitForPodsWithLabelRunning ..." (golint)
    • Line 867: warning: comment on exported function WaitForEnoughPodsWithLabelRunning should be of the form "WaitForEnoughPodsWithLabelRunning ..." (golint)
    • Line 900: warning: exported type CountToStrategy should have comment or be unexported (golint)
    • Line 905: warning: exported type TestNodePreparer should have comment or be unexported (golint)
    • Line 910: warning: exported type PrepareNodeStrategy should have comment or be unexported (golint)
    • Line 915: warning: exported type TrivialNodePrepareStrategy should have comment or be unexported (golint)
    • Line 917: warning: exported method TrivialNodePrepareStrategy.PreparePatch should have comment or be unexported (golint)
    • Line 921: warning: exported method TrivialNodePrepareStrategy.CleanupNode should have comment or be unexported (golint)
    • Line 926: warning: exported type LabelNodePrepareStrategy should have comment or be unexported (golint)
    • Line 931: warning: exported function NewLabelNodePrepareStrategy should have comment or be unexported (golint)
    • Line 938: warning: exported method LabelNodePrepareStrategy.PreparePatch should have comment or be unexported (golint)
    • Line 944: warning: exported method LabelNodePrepareStrategy.CleanupNode should have comment or be unexported (golint)
    • Line 952: warning: exported function DoPrepareNode should have comment or be unexported (golint)
    • Line 970: warning: exported function DoCleanupNode should have comment or be unexported (golint)
    • Line 991: warning: exported type TestPodCreateStrategy should have comment or be unexported (golint)
    • Line 993: warning: exported type CountToPodStrategy should have comment or be unexported (golint)
    • Line 998: warning: exported type TestPodCreatorConfig should have comment or be unexported (golint)
    • Line 1000: warning: exported function NewTestPodCreatorConfig should have comment or be unexported (golint)
    • Line 1005: warning: exported method TestPodCreatorConfig.AddStrategy should have comment or be unexported (golint)
    • Line 1010: warning: exported type TestPodCreator should have comment or be unexported (golint)
    • Line 1016: warning: exported function NewTestPodCreator should have comment or be unexported (golint)
    • Line 1023: warning: exported method TestPodCreator.CreatePods should have comment or be unexported (golint)
    • Line 1034: warning: exported function MakePodSpec should have comment or be unexported (golint)
    • Line 1061: warning: exported function CreatePod should have comment or be unexported (golint)
    • Line 1102: warning: exported function NewCustomCreatePodStrategy should have comment or be unexported (golint)
    • Line 1108: warning: exported function NewSimpleCreatePodStrategy should have comment or be unexported (golint)
    • Line 1118: warning: exported function NewSimpleWithControllerCreatePodStrategy should have comment or be unexported (golint)
    • Line 1134: warning: exported type SecretConfig should have comment or be unexported (golint)
    • Line 1143: warning: exported method SecretConfig.Run should have comment or be unexported (golint)
    • Line 1161: warning: exported method SecretConfig.Stop should have comment or be unexported (golint)
    • Line 1192: warning: exported type ConfigMapConfig should have comment or be unexported (golint)
    • Line 1201: warning: exported method ConfigMapConfig.Run should have comment or be unexported (golint)
    • Line 1219: warning: exported method ConfigMapConfig.Stop should have comment or be unexported (golint)
    • Line 1303: warning: exported type DaemonConfig should have comment or be unexported (golint)
    • Line 1314: warning: exported method DaemonConfig.Run should have comment or be unexported (golint)
    • arktos/pkg/controller/resourcequota/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_ResourceQuotaControllerConfiguration_To_config_ResourceQuotaControllerConfiguration should be ConvertV1alpha1ResourceQuotaControllerConfigurationToConfigResourceQuotaControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_ResourceQuotaControllerConfiguration_To_v1alpha1_ResourceQuotaControllerConfiguration should be ConvertConfigResourceQuotaControllerConfigurationToV1alpha1ResourceQuotaControllerConfiguration (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest.go
    • Line 89: warning: exported method RequestScope.AllowsMediaTypeTransform should have comment or be unexported (golint)
    • Line 121: warning: exported method RequestScope.AllowsServerVersion should have comment or be unexported (golint)
    • Line 125: warning: exported method RequestScope.AllowsStreamSchema should have comment or be unexported (golint)
    • Line 131: warning: exported method RequestScope.GetObjectCreater should have comment or be unexported (golint)
    • Line 131: warning: receiver name r should be consistent with previous receiver name scope for RequestScope (golint)
    • Line 132: warning: exported method RequestScope.GetObjectTyper should have comment or be unexported (golint)
    • Line 132: warning: receiver name r should be consistent with previous receiver name scope for RequestScope (golint)
    • Line 133: warning: exported method RequestScope.GetObjectDefaulter should have comment or be unexported (golint)
    • Line 133: warning: receiver name r should be consistent with previous receiver name scope for RequestScope (golint)
    • Line 134: warning: exported method RequestScope.GetObjectConvertor should have comment or be unexported (golint)
    • Line 134: warning: receiver name r should be consistent with previous receiver name scope for RequestScope (golint)
    • Line 135: warning: exported method RequestScope.GetEquivalentResourceMapper should have comment or be unexported (golint)
    • Line 135: warning: receiver name r should be consistent with previous receiver name scope for RequestScope (golint)
    • arktos/pkg/kubelet/types/constants.go
    • Line 20: warning: comment on exported const ResolvConfDefault should be of the form "ResolvConfDefault ..." (golint)
    • Line 23: warning: comment on exported const DockerContainerRuntime should be of the form "DockerContainerRuntime ..." (golint)
    • Line 25: warning: exported const RemoteContainerRuntime should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: comment on exported const NodeAllocatableEnforcementKey should be of the form "NodeAllocatableEnforcementKey ..." (golint)
    • arktos/pkg/registry/core/service/portallocator/allocator.go
    • Line 43: warning: exported var ErrFull should have comment or be unexported (golint)
    • Line 48: warning: exported type ErrNotInRange should have comment or be unexported (golint)
    • Line 56: warning: exported type PortAllocator should have comment or be unexported (golint)
    • Line 77: warning: comment on exported function NewPortAllocator should be of the form "NewPortAllocator ..." (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/apis/example/v1/types.go
    • Line 24: warning: exported type ConditionStatus should have comment or be unexported (golint)
    • Line 25: warning: exported type PodConditionType should have comment or be unexported (golint)
    • Line 26: warning: exported type PodPhase should have comment or be unexported (golint)
    • Line 27: warning: exported type RestartPolicy should have comment or be unexported (golint)
    • Line 87: warning: exported type PodCondition should have comment or be unexported (golint)
    • arktos/pkg/version/verflag/verflag.go
    • Line 34: warning: exported const VersionFalse should have comment (or a comment on this block) or be unexported (golint)
    • Line 75: warning: exported function VersionVar should have comment or be unexported (golint)
    • Line 82: warning: exported function Version should have comment or be unexported (golint)
    • arktos/pkg/apis/core/resource.go
    • Line 23: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 27: warning: comment on exported method ResourceList.Cpu should be of the form "Cpu ..." (golint)
    • Line 28: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 35: warning: comment on exported method ResourceList.Memory should be of the form "Memory ..." (golint)
    • Line 36: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 43: warning: exported method ResourceList.Pods should have comment or be unexported (golint)
    • Line 43: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 50: warning: exported method ResourceList.StorageEphemeral should have comment or be unexported (golint)
    • Line 50: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • arktos/pkg/apis/rbac/v1/evaluation_helpers.go
    • Line 27: warning: exported function RoleRefGroupKind should have comment or be unexported (golint)
    • Line 31: warning: exported function VerbMatches should have comment or be unexported (golint)
    • Line 44: warning: exported function APIGroupMatches should have comment or be unexported (golint)
    • Line 57: warning: exported function ResourceMatches should have comment or be unexported (golint)
    • Line 85: warning: exported function ResourceNameMatches should have comment or be unexported (golint)
    • Line 99: warning: exported function NonResourceURLMatches should have comment or be unexported (golint)
    • Line 115: warning: comment on exported function SubjectsStrings should be of the form "SubjectsStrings ..." (golint)
    • Line 141: warning: exported function String should have comment or be unexported (golint)
    • Line 173: warning: exported type SortableRuleSlice should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/util/clientutil/clientutil.go
    • Line 27: warning: comment on exported function CreateClientFromKubeconfigFile should be of the form "CreateClientFromKubeconfigFile ..." (golint)
    • Line 45: warning: comment on exported function CreateClientConfigFromKubeconfigFile should be of the form "CreateClientConfigFromKubeconfigFile ..." (golint)
    • Line 51: warning: comment on exported function CreateClientConfigFromKubeconfigFileAndSetQps should be of the form "CreateClientConfigFromKubeconfigFileAndSetQps ..." (golint)
    • arktos/pkg/cloudfabric-controller/controllerframework/controller_framework.go
    • Line 35: warning: exported var ResetFilterHandler should have comment or be unexported (golint)
    • Line 44: warning: exported type ControllerBase should have comment or be unexported (golint)
    • Line 66: warning: exported var KeyFunc should have comment or be unexported (golint)
    • Line 69: warning: exported function NewControllerBase should have comment or be unexported (golint)
    • Line 117: warning: exported method ControllerBase.GetControllerName should have comment or be unexported (golint)
    • Line 121: warning: exported method ControllerBase.GetClient should have comment or be unexported (golint)
    • Line 125: warning: exported method ControllerBase.GetCountOfProcessingWorkItem should have comment or be unexported (golint)
    • Line 129: warning: exported method ControllerBase.AddProcessingWorkItem should have comment or be unexported (golint)
    • Line 135: warning: exported method ControllerBase.DoneProcessingWorkItem should have comment or be unexported (golint)
    • Line 145: warning: exported method ControllerBase.SetWorkloadNum should have comment or be unexported (golint)
    • Line 157: warning: exported method ControllerBase.WatchInstanceUpdate should have comment or be unexported (golint)
    • Line 190: warning: comment on exported method ControllerBase.DeleteController should be of the form "DeleteController ..." (golint)
    • Line 204: warning: exported method ControllerBase.GetControllerType should have comment or be unexported (golint)
    • Line 208: warning: exported method ControllerBase.GetControllerKey should have comment or be unexported (golint)
    • Line 212: warning: exported method ControllerBase.IsInRange should have comment or be unexported (golint)
    • Line 232: warning: exported method ControllerBase.PrintRangeAndStatus should have comment or be unexported (golint)
    • Line 246: warning: comment on exported method ControllerBase.IsDoneProcessingCurrentWorkloads should be of the form "IsDoneProcessingCurrentWorkloads ..." (golint)
    • Line 420: warning: comment on exported method ControllerBase.ReportHealth should be of the form "ReportHealth ..." (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
    • Line 118: warning: exported const DecimalExponent should have comment (or a comment on this block) or be unexported (golint)
    • Line 140: warning: comment on exported var ErrFormatWrong should be of the form "ErrFormatWrong ..." (golint)
    • Line 142: warning: exported var ErrNumeric should have comment or be unexported (golint)
    • Line 394: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 398: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • arktos/pkg/controller/garbagecollector/dump.go
    • Line 130: warning: exported function NewGonumVertex should have comment or be unexported (golint)
    • Line 149: warning: exported function NewMissingGonumVertex should have comment or be unexported (golint)
    • Line 251: warning: exported function NewDebugHandler should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/rbac/v1alpha1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_AggregationRule should be mapAggregationRule (golint)
    • Line 35: warning: exported method AggregationRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; var map_ClusterRole should be mapClusterRole (golint)
    • Line 46: warning: exported method ClusterRole.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_ClusterRoleBinding should be mapClusterRoleBinding (golint)
    • Line 57: warning: exported method ClusterRoleBinding.SwaggerDoc should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; var map_ClusterRoleBindingList should be mapClusterRoleBindingList (golint)
    • Line 67: warning: exported method ClusterRoleBindingList.SwaggerDoc should have comment or be unexported (golint)
    • Line 71: warning: don't use underscores in Go names; var map_ClusterRoleList should be mapClusterRoleList (golint)
    • Line 77: warning: exported method ClusterRoleList.SwaggerDoc should have comment or be unexported (golint)
    • Line 81: warning: don't use underscores in Go names; var map_PolicyRule should be mapPolicyRule (golint)
    • Line 90: warning: exported method PolicyRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 94: warning: don't use underscores in Go names; var map_Role should be mapRole (golint)
    • Line 100: warning: exported method Role.SwaggerDoc should have comment or be unexported (golint)
    • Line 104: warning: don't use underscores in Go names; var map_RoleBinding should be mapRoleBinding (golint)
    • Line 111: warning: exported method RoleBinding.SwaggerDoc should have comment or be unexported (golint)
    • Line 115: warning: don't use underscores in Go names; var map_RoleBindingList should be mapRoleBindingList (golint)
    • Line 121: warning: exported method RoleBindingList.SwaggerDoc should have comment or be unexported (golint)
    • Line 125: warning: don't use underscores in Go names; var map_RoleList should be mapRoleList (golint)
    • Line 131: warning: exported method RoleList.SwaggerDoc should have comment or be unexported (golint)
    • Line 135: warning: don't use underscores in Go names; var map_RoleRef should be mapRoleRef (golint)
    • Line 142: warning: exported method RoleRef.SwaggerDoc should have comment or be unexported (golint)
    • Line 146: warning: don't use underscores in Go names; var map_Subject should be mapSubject (golint)
    • Line 154: warning: exported method Subject.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_ControllerRevision should be mapControllerRevision (golint)
    • Line 37: warning: exported method ControllerRevision.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_ControllerRevisionList should be mapControllerRevisionList (golint)
    • Line 47: warning: exported method ControllerRevisionList.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_Deployment should be mapDeployment (golint)
    • Line 58: warning: exported method Deployment.SwaggerDoc should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; var map_DeploymentCondition should be mapDeploymentCondition (golint)
    • Line 72: warning: exported method DeploymentCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 76: warning: don't use underscores in Go names; var map_DeploymentList should be mapDeploymentList (golint)
    • Line 82: warning: exported method DeploymentList.SwaggerDoc should have comment or be unexported (golint)
    • Line 86: warning: don't use underscores in Go names; var map_DeploymentRollback should be mapDeploymentRollback (golint)
    • Line 93: warning: exported method DeploymentRollback.SwaggerDoc should have comment or be unexported (golint)
    • Line 97: warning: don't use underscores in Go names; var map_DeploymentSpec should be mapDeploymentSpec (golint)
    • Line 110: warning: exported method DeploymentSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 114: warning: don't use underscores in Go names; var map_DeploymentStatus should be mapDeploymentStatus (golint)
    • Line 126: warning: exported method DeploymentStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 130: warning: don't use underscores in Go names; var map_DeploymentStrategy should be mapDeploymentStrategy (golint)
    • Line 136: warning: exported method DeploymentStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 140: warning: don't use underscores in Go names; var map_RollbackConfig should be mapRollbackConfig (golint)
    • Line 145: warning: exported method RollbackConfig.SwaggerDoc should have comment or be unexported (golint)
    • Line 149: warning: don't use underscores in Go names; var map_RollingUpdateDeployment should be mapRollingUpdateDeployment (golint)
    • Line 155: warning: exported method RollingUpdateDeployment.SwaggerDoc should have comment or be unexported (golint)
    • Line 159: warning: don't use underscores in Go names; var map_RollingUpdateStatefulSetStrategy should be mapRollingUpdateStatefulSetStrategy (golint)
    • Line 164: warning: exported method RollingUpdateStatefulSetStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 168: warning: don't use underscores in Go names; var map_Scale should be mapScale (golint)
    • Line 175: warning: exported method Scale.SwaggerDoc should have comment or be unexported (golint)
    • Line 179: warning: don't use underscores in Go names; var map_ScaleSpec should be mapScaleSpec (golint)
    • Line 184: warning: exported method ScaleSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 188: warning: don't use underscores in Go names; var map_ScaleStatus should be mapScaleStatus (golint)
    • Line 195: warning: exported method ScaleStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 199: warning: don't use underscores in Go names; var map_StatefulSet should be mapStatefulSet (golint)
    • Line 205: warning: exported method StatefulSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 209: warning: don't use underscores in Go names; var map_StatefulSetCondition should be mapStatefulSetCondition (golint)
    • Line 218: warning: exported method StatefulSetCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 222: warning: don't use underscores in Go names; var map_StatefulSetList should be mapStatefulSetList (golint)
    • Line 226: warning: exported method StatefulSetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 230: warning: don't use underscores in Go names; var map_StatefulSetSpec should be mapStatefulSetSpec (golint)
    • Line 242: warning: exported method StatefulSetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 246: warning: don't use underscores in Go names; var map_StatefulSetStatus should be mapStatefulSetStatus (golint)
    • Line 259: warning: exported method StatefulSetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 263: warning: don't use underscores in Go names; var map_StatefulSetUpdateStrategy should be mapStatefulSetUpdateStrategy (golint)
    • Line 269: warning: exported method StatefulSetUpdateStrategy.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/registry/rest/resttest/resttest.go
    • Line 48: warning: exported type Tester should have comment or be unexported (golint)
    • Line 59: warning: exported function New should have comment or be unexported (golint)
    • Line 78: warning: exported method Tester.ClusterScope should have comment or be unexported (golint)
    • Line 84: warning: exported method Tester.TenantScope should have comment or be unexported (golint)
    • Line 90: warning: exported method Tester.AllowCreateOnUpdate should have comment or be unexported (golint)
    • Line 95: warning: exported method Tester.GeneratesName should have comment or be unexported (golint)
    • Line 100: warning: exported method Tester.ReturnDeletedObject should have comment or be unexported (golint)
    • Line 169: warning: exported type AssignFunc should have comment or be unexported (golint)
    • Line 170: warning: exported type EmitFunc should have comment or be unexported (golint)
    • Line 171: warning: exported type GetFunc should have comment or be unexported (golint)
    • Line 172: warning: exported type InitWatchFunc should have comment or be unexported (golint)
    • Line 173: warning: exported type InjectErrFunc should have comment or be unexported (golint)
    • Line 174: warning: exported type IsErrorFunc should have comment or be unexported (golint)
    • Line 175: warning: exported type CreateFunc should have comment or be unexported (golint)
    • Line 176: warning: exported type SetRVFunc should have comment or be unexported (golint)
    • Line 177: warning: exported type UpdateFunc should have comment or be unexported (golint)
    • Line 179: warning: comment on exported method Tester.TestCreate should be of the form "TestCreate ..." (golint)
    • Line 242: warning: comment on exported method Tester.TestUpdate should be of the form "TestUpdate ..." (golint)
    • Line 274: warning: comment on exported method Tester.TestDelete should be of the form "TestDelete ..." (golint)
    • Line 286: warning: comment on exported method Tester.TestDeleteGraceful should be of the form "TestDeleteGraceful ..." (golint)
    • Line 297: warning: comment on exported method Tester.TestGet should be of the form "TestGet ..." (golint)
    • Line 319: warning: comment on exported method Tester.TestList should be of the form "TestList ..." (golint)
    • Line 327: warning: comment on exported method Tester.TestWatch should be of the form "TestWatch ..." (golint)
    • arktos/staging/src/k8s.io/client-go/rest/config.go
    • Line 49: warning: exported const DefaultQPS should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported var ErrNotInCluster should have comment or be unexported (golint)
    • Line 55: warning: comment on exported type AggregatedConfig should be of the form "AggregatedConfig ..." (with optional leading article) (golint)
    • Line 65: warning: exported type Config should have comment or be unexported (golint)
    • Line 71: warning: exported function NewAggregatedConfig should have comment or be unexported (golint)
    • Line 96: warning: comment on exported function CreateEmptyConfig should be of the form "CreateEmptyConfig ..." (golint)
    • Line 102: warning: exported method Config.AddConfig should have comment or be unexported (golint)
    • Line 108: warning: exported method Config.GetAllConfigs should have comment or be unexported (golint)
    • Line 114: warning: exported method Config.GetConfig should have comment or be unexported (golint)
    • Line 131: warning: exported method Config.GetConfigInPlace should have comment or be unexported (golint)
    • Line 158: warning: exported method Config.ToString should have comment or be unexported (golint)
    • Line 202: warning: comment on exported type KubeConfig should be of the form "KubeConfig ..." (with optional leading article) (golint)
    • Line 336: warning: comment on exported type TLSClientConfig should be of the form "TLSClientConfig ..." (with optional leading article) (golint)
    • Line 398: warning: exported type ContentConfig should have comment or be unexported (golint)
    • Line 676: warning: exported function AddUserAgent should have comment or be unexported (golint)
    • Line 685: warning: exported function SetBearerToken should have comment or be unexported (golint)
    • Line 762: warning: exported function CopyConfigs should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/storage/storagecluster/tenantstoragemapmanager.go
    • Line 42: warning: exported type TenantStorageMapManager should have comment or be unexported (golint)
    • Line 52: warning: exported var GetClusterIdFromTenantHandler should have comment or be unexported (golint)
    • Line 54: warning: exported function GetTenantStorageManager should have comment or be unexported (golint)
    • Line 64: warning: exported function NewTenantStorageMapManager should have comment or be unexported (golint)
    • Line 89: warning: exported method TenantStorageMapManager.Run should have comment or be unexported (golint)
    • Line 120: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 156: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 259: warning: exported method TenantStorageMapManager.GetClusterIdFromTenant should have comment or be unexported (golint)
    • arktos/pkg/apis/rbac/v1alpha1/conversion.go
    • Line 30: warning: exported function Convert_v1alpha1_Subject_To_rbac_Subject should have comment or be unexported (golint)
    • Line 30: warning: don't use underscores in Go names; func Convert_v1alpha1_Subject_To_rbac_Subject should be ConvertV1alpha1SubjectToRbacSubject (golint)
    • Line 61: warning: exported function Convert_rbac_Subject_To_v1alpha1_Subject should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; func Convert_rbac_Subject_To_v1alpha1_Subject should be ConvertRbacSubjectToV1alpha1Subject (golint)
    • arktos/pkg/controller/endpoint/endpoints_controller_test.go
    • Line 1495: warning: don't use underscores in Go names; func testLastTriggerChangeTimeAnnotation_AnnotationOverridden should be testLastTriggerChangeTimeAnnotationAnnotationOverridden (golint)
    • Line 1552: warning: don't use underscores in Go names; func testLastTriggerChangeTimeAnnotation_AnnotationCleared should be testLastTriggerChangeTimeAnnotationAnnotationCleared (golint)
    • arktos/pkg/registry/batch/rest/storage_batch.go
    • Line 33: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 35: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 83: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/options/authorization.go
    • Line 65: warning: exported function NewDelegatingAuthorizationOptions should have comment or be unexported (golint)
    • Line 85: warning: exported method DelegatingAuthorizationOptions.Validate should have comment or be unexported (golint)
    • Line 90: warning: exported method DelegatingAuthorizationOptions.AddFlags should have comment or be unexported (golint)
    • Line 116: warning: exported method DelegatingAuthorizationOptions.ApplyTo should have comment or be unexported (golint)
    • arktos/pkg/controller/garbagecollector/garbagecollector.go
    • Line 46: warning: exported const ResourceResyncTime should have comment or be unexported (golint)
    • Line 74: warning: exported function NewGarbageCollector should have comment or be unexported (golint)
    • Line 124: warning: exported method GarbageCollector.Run should have comment or be unexported (golint)
    • Line 276: warning: exported method GarbageCollector.IsSynced should have comment or be unexported (golint)
    • Line 622: warning: comment on exported method GarbageCollector.GraphHasUID should be of the form "GraphHasUID ..." (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types.go
    • Line 17: warning: package comment should be of the form "Package v1beta1 ..." (golint)
    • Line 42: warning: exported type RowConditionType should have comment or be unexported (golint)
    • Line 44: warning: exported type ConditionStatus should have comment or be unexported (golint)
    • Line 46: warning: exported type IncludeObjectPolicy should have comment or be unexported (golint)
    • Line 75: warning: exported const RowCompleted should have comment (or a comment on this block) or be unexported (golint)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/vsphere/vsphere_util.go
    • Line 46: warning: exported const DatastoreProperty should have comment (or a comment on this block) or be unexported (golint)
    • Line 598: warning: exported method VSphere.GetNodeNameFromProviderID should have comment or be unexported (golint)
    • Line 619: warning: exported function GetUUIDFromProviderID should have comment or be unexported (golint)
    • Line 623: warning: exported function IsUUIDSupportedNode should have comment or be unexported (golint)
    • Line 640: warning: exported function GetNodeUUID should have comment or be unexported (golint)
    • Line 652: warning: exported function GetVMUUID should have comment or be unexported (golint)
    • arktos/test/e2e/node/pod_resize.go
    • Line 42: warning: exported const InPlacePodVerticalScalingFeature should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported type ContainerResources should have comment or be unexported (golint)
    • Line 57: warning: exported type ContainerAllocations should have comment or be unexported (golint)
    • Line 61: warning: exported type TestContainerInfo should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/apis/example2/v1/conversion.go
    • Line 40: warning: exported function Convert_example_ReplicaSetSpec_To_v1_ReplicaSetSpec should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; func Convert_example_ReplicaSetSpec_To_v1_ReplicaSetSpec should be ConvertExampleReplicaSetSpecToV1ReplicaSetSpec (golint)
    • Line 46: warning: exported function Convert_v1_ReplicaSetSpec_To_example_ReplicaSetSpec should have comment or be unexported (golint)
    • Line 46: warning: don't use underscores in Go names; func Convert_v1_ReplicaSetSpec_To_example_ReplicaSetSpec should be ConvertV1ReplicaSetSpecToExampleReplicaSetSpec (golint)
    • arktos/pkg/registry/authorization/localsubjectaccessreview/rest.go
    • Line 35: warning: exported type REST should have comment or be unexported (golint)
    • Line 39: warning: exported function NewREST should have comment or be unexported (golint)
    • Line 43: warning: exported method REST.NamespaceScoped should have comment or be unexported (golint)
    • Line 47: warning: exported method REST.TenantScoped should have comment or be unexported (golint)
    • Line 51: warning: exported method REST.New should have comment or be unexported (golint)
    • Line 55: warning: exported method REST.Create should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/rbac/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_AggregationRule should be mapAggregationRule (golint)
    • Line 35: warning: exported method AggregationRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; var map_ClusterRole should be mapClusterRole (golint)
    • Line 46: warning: exported method ClusterRole.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_ClusterRoleBinding should be mapClusterRoleBinding (golint)
    • Line 57: warning: exported method ClusterRoleBinding.SwaggerDoc should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; var map_ClusterRoleBindingList should be mapClusterRoleBindingList (golint)
    • Line 67: warning: exported method ClusterRoleBindingList.SwaggerDoc should have comment or be unexported (golint)
    • Line 71: warning: don't use underscores in Go names; var map_ClusterRoleList should be mapClusterRoleList (golint)
    • Line 77: warning: exported method ClusterRoleList.SwaggerDoc should have comment or be unexported (golint)
    • Line 81: warning: don't use underscores in Go names; var map_PolicyRule should be mapPolicyRule (golint)
    • Line 90: warning: exported method PolicyRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 94: warning: don't use underscores in Go names; var map_Role should be mapRole (golint)
    • Line 100: warning: exported method Role.SwaggerDoc should have comment or be unexported (golint)
    • Line 104: warning: don't use underscores in Go names; var map_RoleBinding should be mapRoleBinding (golint)
    • Line 111: warning: exported method RoleBinding.SwaggerDoc should have comment or be unexported (golint)
    • Line 115: warning: don't use underscores in Go names; var map_RoleBindingList should be mapRoleBindingList (golint)
    • Line 121: warning: exported method RoleBindingList.SwaggerDoc should have comment or be unexported (golint)
    • Line 125: warning: don't use underscores in Go names; var map_RoleList should be mapRoleList (golint)
    • Line 131: warning: exported method RoleList.SwaggerDoc should have comment or be unexported (golint)
    • Line 135: warning: don't use underscores in Go names; var map_RoleRef should be mapRoleRef (golint)
    • Line 142: warning: exported method RoleRef.SwaggerDoc should have comment or be unexported (golint)
    • Line 146: warning: don't use underscores in Go names; var map_Subject should be mapSubject (golint)
    • Line 154: warning: exported method Subject.SwaggerDoc should have comment or be unexported (golint)
    • arktos/test/e2e/common/apparmor.go
    • Line 46: warning: exported function IsAppArmorSupported should have comment or be unexported (golint)
    • Line 50: warning: exported function SkipIfAppArmorNotSupported should have comment or be unexported (golint)
    • Line 54: warning: exported function LoadAppArmorProfiles should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go
    • Line 502: warning: comment on exported const DeletePropagationOrphan should be of the form "DeletePropagationOrphan ..." (golint)
    • Line 504: warning: comment on exported const DeletePropagationBackground should be of the form "DeletePropagationBackground ..." (golint)
    • Line 507: warning: comment on exported const DeletePropagationForeground should be of the form "DeletePropagationForeground ..." (golint)
    • Line 929: warning: comment on exported const CauseTypeFieldManagerConflict should be of the form "CauseTypeFieldManagerConflict ..." (golint)
    • Line 1011: warning: comment on exported type GroupVersionForDiscovery should be of the form "GroupVersionForDiscovery ..." (with optional leading article) (golint)
    • Line 1089: warning: comment on exported function LabelSelectorQueryParam should be of the form "LabelSelectorQueryParam ..." (golint)
    • Line 1094: warning: comment on exported function FieldSelectorQueryParam should be of the form "FieldSelectorQueryParam ..." (golint)
    • Line 1104: warning: exported method APIVersions.GoString should have comment or be unexported (golint)
    • Line 1117: warning: comment on exported type LabelSelector should be of the form "LabelSelector ..." (with optional leading article) (golint)
    • Line 1131: warning: comment on exported type LabelSelectorRequirement should be of the form "LabelSelectorRequirement ..." (with optional leading article) (golint)
    • Line 1149: warning: comment on exported type LabelSelectorOperator should be of the form "LabelSelectorOperator ..." (with optional leading article) (golint)
    • Line 1153: warning: exported const LabelSelectorOpIn should have comment (or a comment on this block) or be unexported (golint)
    • Line 1184: warning: exported const ManagedFieldsOperationApply should have comment (or a comment on this block) or be unexported (golint)
    • Line 1294: warning: exported type RowConditionType should have comment or be unexported (golint)
    • Line 1304: warning: exported type ConditionStatus should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/intstr/intstr.go
    • Line 51: warning: exported const Int should have comment (or a comment on this block) or be unexported (golint)
    • Line 125: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 129: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 131: warning: exported method IntOrString.Fuzz should have comment or be unexported (golint)
    • Line 146: warning: exported function ValueOrDefault should have comment or be unexported (golint)
    • Line 153: warning: exported function GetValueFromIntOrPercent should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/meta.go
    • Line 29: warning: exported type PatchMeta should have comment or be unexported (golint)
    • Line 34: warning: exported method PatchMeta.GetPatchStrategies should have comment or be unexported (golint)
    • Line 41: warning: exported method PatchMeta.SetPatchStrategies should have comment or be unexported (golint)
    • Line 45: warning: exported method PatchMeta.GetPatchMergeKey should have comment or be unexported (golint)
    • Line 49: warning: exported method PatchMeta.SetPatchMergeKey should have comment or be unexported (golint)
    • Line 53: warning: exported type LookupPatchMeta should have comment or be unexported (golint)
    • Line 62: warning: exported type PatchMetaFromStruct should have comment or be unexported (golint)
    • Line 66: warning: exported function NewPatchMetaFromStruct should have comment or be unexported (golint)
    • Line 73: warning: exported method PatchMetaFromStruct.LookupPatchMetadataForStruct should have comment or be unexported (golint)
    • Line 86: warning: exported method PatchMetaFromStruct.LookupPatchMetadataForSlice should have comment or be unexported (golint)
    • Line 121: warning: exported method PatchMetaFromStruct.Name should have comment or be unexported (golint)
    • Line 143: warning: exported function GetTagStructTypeOrDie should have comment or be unexported (golint)
    • Line 151: warning: exported type PatchMetaFromOpenAPI should have comment or be unexported (golint)
    • Line 155: warning: exported function NewPatchMetaFromOpenAPI should have comment or be unexported (golint)
    • Line 161: warning: exported method PatchMetaFromOpenAPI.LookupPatchMetadataForStruct should have comment or be unexported (golint)
    • Line 176: warning: exported method PatchMetaFromOpenAPI.LookupPatchMetadataForSlice should have comment or be unexported (golint)
    • Line 191: warning: exported method PatchMetaFromOpenAPI.Name should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/testing/actions.go
    • Line 33: warning: exported function NewRootGetAction should have comment or be unexported (golint)
    • Line 42: warning: exported function NewTenantGetAction should have comment or be unexported (golint)
    • Line 52: warning: exported function NewGetAction should have comment or be unexported (golint)
    • Line 56: warning: exported function NewGetActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 67: warning: exported function NewGetSubresourceAction should have comment or be unexported (golint)
    • Line 71: warning: exported function NewGetSubresourceActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 83: warning: exported function NewTenantGetSubresourceAction should have comment or be unexported (golint)
    • Line 94: warning: exported function NewRootGetSubresourceAction should have comment or be unexported (golint)
    • Line 104: warning: exported function NewRootListAction should have comment or be unexported (golint)
    • Line 115: warning: exported function NewTenantListAction should have comment or be unexported (golint)
    • Line 127: warning: exported function NewListAction should have comment or be unexported (golint)
    • Line 131: warning: exported function NewListActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 144: warning: exported function NewRootCreateAction should have comment or be unexported (golint)
    • Line 153: warning: exported function NewTenantCreateAction should have comment or be unexported (golint)
    • Line 162: warning: exported function NewCreateAction should have comment or be unexported (golint)
    • Line 166: warning: exported function NewCreateActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 177: warning: exported function NewRootCreateSubresourceAction should have comment or be unexported (golint)
    • Line 188: warning: exported function NewTenantCreateSubresourceAction should have comment or be unexported (golint)
    • Line 200: warning: exported function NewCreateSubresourceAction should have comment or be unexported (golint)
    • Line 204: warning: exported function NewCreateSubresourceActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 217: warning: exported function NewRootUpdateAction should have comment or be unexported (golint)
    • Line 226: warning: exported function NewTenantUpdateAction should have comment or be unexported (golint)
    • Line 236: warning: exported function NewUpdateAction should have comment or be unexported (golint)
    • Line 240: warning: exported function NewUpdateActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 251: warning: exported function NewRootPatchAction should have comment or be unexported (golint)
    • Line 262: warning: exported function NewTenantPatchAction should have comment or be unexported (golint)
    • Line 274: warning: exported function NewPatchAction should have comment or be unexported (golint)
    • Line 278: warning: exported function NewPatchActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 291: warning: exported function NewRootPatchSubresourceAction should have comment or be unexported (golint)
    • Line 303: warning: exported function NewTenantPatchSubresourceAction should have comment or be unexported (golint)
    • Line 316: warning: exported function NewPatchSubresourceAction should have comment or be unexported (golint)
    • Line 320: warning: exported function NewPatchSubresourceActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 334: warning: exported function NewRootUpdateSubresourceAction should have comment or be unexported (golint)
    • Line 344: warning: exported function NewTenantUpdateSubresourceAction should have comment or be unexported (golint)
    • Line 355: warning: exported function NewUpdateSubresourceAction should have comment or be unexported (golint)
    • Line 359: warning: exported function NewUpdateSubresourceActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 371: warning: exported function NewRootDeleteAction should have comment or be unexported (golint)
    • Line 380: warning: exported function NewRootDeleteSubresourceAction should have comment or be unexported (golint)
    • Line 390: warning: exported function NewTenantDeleteAction should have comment or be unexported (golint)
    • Line 400: warning: exported function NewTenantDeleteSubresourceAction should have comment or be unexported (golint)
    • Line 411: warning: exported function NewDeleteAction should have comment or be unexported (golint)
    • Line 415: warning: exported function NewDeleteActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 426: warning: exported function NewDeleteSubresourceAction should have comment or be unexported (golint)
    • Line 430: warning: exported function NewDeleteSubresourceActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 442: warning: exported function NewRootDeleteCollectionAction should have comment or be unexported (golint)
    • Line 452: warning: exported function NewTenantDeleteCollectionAction should have comment or be unexported (golint)
    • Line 463: warning: exported function NewDeleteCollectionAction should have comment or be unexported (golint)
    • Line 467: warning: exported function NewDeleteCollectionActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 479: warning: exported function NewRootWatchAction should have comment or be unexported (golint)
    • Line 489: warning: exported function ExtractFromListOptions should have comment or be unexported (golint)
    • Line 514: warning: exported function NewTenantWatchAction should have comment or be unexported (golint)
    • Line 525: warning: exported function NewWatchAction should have comment or be unexported (golint)
    • Line 529: warning: exported function NewWatchActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 541: warning: exported function NewProxyGetAction should have comment or be unexported (golint)
    • Line 545: warning: exported function NewProxyGetActionWithMultiTenancy should have comment or be unexported (golint)
    • Line 559: warning: exported type ListRestrictions should have comment or be unexported (golint)
    • Line 563: warning: exported type WatchRestrictions should have comment or be unexported (golint)
    • Line 569: warning: exported type Action should have comment or be unexported (golint)
    • Line 582: warning: exported type GenericAction should have comment or be unexported (golint)
    • Line 587: warning: exported type GetAction should have comment or be unexported (golint)
    • Line 592: warning: exported type ListAction should have comment or be unexported (golint)
    • Line 597: warning: exported type CreateAction should have comment or be unexported (golint)
    • Line 602: warning: exported type UpdateAction should have comment or be unexported (golint)
    • Line 607: warning: exported type DeleteAction should have comment or be unexported (golint)
    • Line 612: warning: exported type DeleteCollectionAction should have comment or be unexported (golint)
    • Line 617: warning: exported type PatchAction should have comment or be unexported (golint)
    • Line 624: warning: exported type WatchAction should have comment or be unexported (golint)
    • Line 629: warning: exported type ProxyGetAction should have comment or be unexported (golint)
    • Line 638: warning: exported type ActionImpl should have comment or be unexported (golint)
    • Line 646: warning: exported method ActionImpl.GetTenant should have comment or be unexported (golint)
    • Line 649: warning: exported method ActionImpl.GetNamespace should have comment or be unexported (golint)
    • Line 652: warning: exported method ActionImpl.GetVerb should have comment or be unexported (golint)
    • Line 655: warning: exported method ActionImpl.GetResource should have comment or be unexported (golint)
    • Line 658: warning: exported method ActionImpl.GetSubresource should have comment or be unexported (golint)
    • Line 661: warning: exported method ActionImpl.Matches should have comment or be unexported (golint)
    • Line 665: warning: exported method ActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 670: warning: exported type GenericActionImpl should have comment or be unexported (golint)
    • Line 675: warning: exported method GenericActionImpl.GetValue should have comment or be unexported (golint)
    • Line 679: warning: exported method GenericActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 687: warning: exported type GetActionImpl should have comment or be unexported (golint)
    • Line 692: warning: exported method GetActionImpl.GetName should have comment or be unexported (golint)
    • Line 696: warning: exported method GetActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 703: warning: exported type ListActionImpl should have comment or be unexported (golint)
    • Line 710: warning: exported method ListActionImpl.GetKind should have comment or be unexported (golint)
    • Line 714: warning: exported method ListActionImpl.GetListRestrictions should have comment or be unexported (golint)
    • Line 718: warning: exported method ListActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 730: warning: exported type CreateActionImpl should have comment or be unexported (golint)
    • Line 736: warning: exported method CreateActionImpl.GetObject should have comment or be unexported (golint)
    • Line 740: warning: exported method CreateActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 748: warning: exported type UpdateActionImpl should have comment or be unexported (golint)
    • Line 753: warning: exported method UpdateActionImpl.GetObject should have comment or be unexported (golint)
    • Line 757: warning: exported method UpdateActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 764: warning: exported type PatchActionImpl should have comment or be unexported (golint)
    • Line 771: warning: exported method PatchActionImpl.GetName should have comment or be unexported (golint)
    • Line 775: warning: exported method PatchActionImpl.GetPatch should have comment or be unexported (golint)
    • Line 779: warning: exported method PatchActionImpl.GetPatchType should have comment or be unexported (golint)
    • Line 783: warning: exported method PatchActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 794: warning: exported type DeleteActionImpl should have comment or be unexported (golint)
    • Line 799: warning: exported method DeleteActionImpl.GetName should have comment or be unexported (golint)
    • Line 803: warning: exported method DeleteActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 810: warning: exported type DeleteCollectionActionImpl should have comment or be unexported (golint)
    • Line 815: warning: exported method DeleteCollectionActionImpl.GetListRestrictions should have comment or be unexported (golint)
    • Line 819: warning: exported method DeleteCollectionActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 829: warning: exported type WatchActionImpl should have comment or be unexported (golint)
    • Line 834: warning: exported method WatchActionImpl.GetWatchRestrictions should have comment or be unexported (golint)
    • Line 838: warning: exported method WatchActionImpl.DeepCopy should have comment or be unexported (golint)
    • Line 849: warning: exported type ProxyGetActionImpl should have comment or be unexported (golint)
    • Line 858: warning: exported method ProxyGetActionImpl.GetScheme should have comment or be unexported (golint)
    • Line 862: warning: exported method ProxyGetActionImpl.GetName should have comment or be unexported (golint)
    • Line 866: warning: exported method ProxyGetActionImpl.GetPort should have comment or be unexported (golint)
    • Line 870: warning: exported method ProxyGetActionImpl.GetPath should have comment or be unexported (golint)
    • Line 874: warning: exported method ProxyGetActionImpl.GetParams should have comment or be unexported (golint)
    • Line 878: warning: exported method ProxyGetActionImpl.DeepCopy should have comment or be unexported (golint)
    • arktos/pkg/apis/authorization/validation/validation.go
    • Line 26: warning: exported function ValidateSubjectAccessReviewSpec should have comment or be unexported (golint)
    • Line 41: warning: exported function ValidateSelfSubjectAccessReviewSpec should have comment or be unexported (golint)
    • Line 53: warning: exported function ValidateSelfSubjectRulesReview should have comment or be unexported (golint)
    • Line 57: warning: exported function ValidateSubjectAccessReview should have comment or be unexported (golint)
    • Line 67: warning: exported function ValidateSelfSubjectAccessReview should have comment or be unexported (golint)
    • Line 77: warning: exported function ValidateLocalSubjectAccessReview should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/top/top_node.go
    • Line 55: warning: exported type HeapsterTopOptions should have comment or be unexported (golint)
    • Line 62: warning: exported method HeapsterTopOptions.Bind should have comment or be unexported (golint)
    • Line 96: warning: exported function NewCmdTopNode should have comment or be unexported (golint)
    • Line 124: warning: exported method TopNodeOptions.Complete should have comment or be unexported (golint)
    • Line 154: warning: exported method TopNodeOptions.Validate should have comment or be unexported (golint)
    • Line 166: warning: exported method TopNodeOptions.RunTopNode should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/cache/undelta_store.go
    • Line 45: warning: exported method UndeltaStore.Add should have comment or be unexported (golint)
    • Line 53: warning: exported method UndeltaStore.Update should have comment or be unexported (golint)
    • Line 61: warning: exported method UndeltaStore.Delete should have comment or be unexported (golint)
    • Line 69: warning: exported method UndeltaStore.Replace should have comment or be unexported (golint)
    • arktos/pkg/kubelet/container/sync_result.go
    • Line 29: warning: comment on exported var ErrCrashLoopBackOff should be of the form "ErrCrashLoopBackOff ..." (golint)
    • Line 39: warning: exported var ErrRunContainer should have comment or be unexported (golint)
    • Line 49: warning: exported var ErrSetupNetwork should have comment or be unexported (golint)
    • Line 58: warning: exported const StartContainer should have comment (or a comment on this block) or be unexported (golint)
    • arktos/staging/src/k8s.io/api/authentication/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_BoundObjectReference should be mapBoundObjectReference (golint)
    • Line 38: warning: exported method BoundObjectReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 42: warning: don't use underscores in Go names; var map_TokenRequest should be mapTokenRequest (golint)
    • Line 46: warning: exported method TokenRequest.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_TokenRequestSpec should be mapTokenRequestSpec (golint)
    • Line 57: warning: exported method TokenRequestSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; var map_TokenRequestStatus should be mapTokenRequestStatus (golint)
    • Line 67: warning: exported method TokenRequestStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 71: warning: don't use underscores in Go names; var map_TokenReview should be mapTokenReview (golint)
    • Line 77: warning: exported method TokenReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 81: warning: don't use underscores in Go names; var map_TokenReviewSpec should be mapTokenReviewSpec (golint)
    • Line 87: warning: exported method TokenReviewSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 91: warning: don't use underscores in Go names; var map_TokenReviewStatus should be mapTokenReviewStatus (golint)
    • Line 99: warning: exported method TokenReviewStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 103: warning: don't use underscores in Go names; var map_UserInfo should be mapUserInfo (golint)
    • Line 111: warning: exported method UserInfo.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/apps/v1beta2/types.go
    • Line 27: warning: exported const ControllerRevisionHashLabelKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 83: warning: comment on exported type StatefulSet should be of the form "StatefulSet ..." (with optional leading article) (golint)
    • Line 265: warning: exported type StatefulSetConditionType should have comment or be unexported (golint)
    • Line 297: warning: comment on exported type Deployment should be of the form "Deployment ..." (with optional leading article) (golint)
    • Line 381: warning: exported type DeploymentStrategyType should have comment or be unexported (golint)
    • Line 384: warning: comment on exported const RecreateDeploymentStrategyType should be of the form "RecreateDeploymentStrategyType ..." (golint)
    • Line 387: warning: comment on exported const RollingUpdateDeploymentStrategyType should be of the form "RollingUpdateDeploymentStrategyType ..." (golint)
    • Line 391: warning: comment on exported type RollingUpdateDeployment should be of the form "RollingUpdateDeployment ..." (with optional leading article) (golint)
    • Line 461: warning: exported type DeploymentConditionType should have comment or be unexported (golint)
    • Line 522: warning: exported type DaemonSetUpdateStrategyType should have comment or be unexported (golint)
    • Line 525: warning: comment on exported const RollingUpdateDaemonSetStrategyType should be of the form "RollingUpdateDaemonSetStrategyType ..." (golint)
    • Line 528: warning: comment on exported const OnDeleteDaemonSetStrategyType should be of the form "OnDeleteDaemonSetStrategyType ..." (golint)
    • Line 532: warning: comment on exported type RollingUpdateDaemonSet should be of the form "RollingUpdateDaemonSet ..." (with optional leading article) (golint)
    • Line 639: warning: exported type DaemonSetConditionType should have comment or be unexported (golint)
    • Line 663: warning: comment on exported type DaemonSet should be of the form "DaemonSet ..." (with optional leading article) (golint)
    • Line 711: warning: comment on exported type ReplicaSet should be of the form "ReplicaSet ..." (with optional leading article) (golint)
    • Line 809: warning: exported type ReplicaSetConditionType should have comment or be unexported (golint)
    • Line 839: warning: comment on exported type ControllerRevision should be of the form "ControllerRevision ..." (with optional leading article) (golint)
    • arktos/pkg/apis/core/v1/conversion.go
    • Line 139: warning: exported function Convert_v1_ReplicationController_To_apps_ReplicaSet should have comment or be unexported (golint)
    • Line 139: warning: don't use underscores in Go names; func Convert_v1_ReplicationController_To_apps_ReplicaSet should be ConvertV1ReplicationControllerToAppsReplicaSet (golint)
    • Line 150: warning: exported function Convert_v1_ReplicationControllerSpec_To_apps_ReplicaSetSpec should have comment or be unexported (golint)
    • Line 150: warning: don't use underscores in Go names; func Convert_v1_ReplicationControllerSpec_To_apps_ReplicaSetSpec should be ConvertV1ReplicationControllerSpecToAppsReplicaSetSpec (golint)
    • Line 165: warning: exported function Convert_v1_ReplicationControllerStatus_To_apps_ReplicaSetStatus should have comment or be unexported (golint)
    • Line 165: warning: don't use underscores in Go names; func Convert_v1_ReplicationControllerStatus_To_apps_ReplicaSetStatus should be ConvertV1ReplicationControllerStatusToAppsReplicaSetStatus (golint)
    • Line 183: warning: exported function Convert_apps_ReplicaSet_To_v1_ReplicationController should have comment or be unexported (golint)
    • Line 183: warning: don't use underscores in Go names; func Convert_apps_ReplicaSet_To_v1_ReplicationController should be ConvertAppsReplicaSetToV1ReplicationController (golint)
    • Line 201: warning: exported function Convert_apps_ReplicaSetSpec_To_v1_ReplicationControllerSpec should have comment or be unexported (golint)
    • Line 201: warning: don't use underscores in Go names; func Convert_apps_ReplicaSetSpec_To_v1_ReplicationControllerSpec should be ConvertAppsReplicaSetSpecToV1ReplicationControllerSpec (golint)
    • Line 216: warning: exported function Convert_apps_ReplicaSetStatus_To_v1_ReplicationControllerStatus should have comment or be unexported (golint)
    • Line 216: warning: don't use underscores in Go names; func Convert_apps_ReplicaSetStatus_To_v1_ReplicationControllerStatus should be ConvertAppsReplicaSetStatusToV1ReplicationControllerStatus (golint)
    • Line 234: warning: exported function Convert_core_ReplicationControllerSpec_To_v1_ReplicationControllerSpec should have comment or be unexported (golint)
    • Line 234: warning: don't use underscores in Go names; func Convert_core_ReplicationControllerSpec_To_v1_ReplicationControllerSpec should be ConvertCoreReplicationControllerSpecToV1ReplicationControllerSpec (golint)
    • Line 249: warning: exported function Convert_v1_ReplicationControllerSpec_To_core_ReplicationControllerSpec should have comment or be unexported (golint)
    • Line 249: warning: don't use underscores in Go names; func Convert_v1_ReplicationControllerSpec_To_core_ReplicationControllerSpec should be ConvertV1ReplicationControllerSpecToCoreReplicationControllerSpec (golint)
    • Line 266: warning: exported function Convert_core_PodTemplateSpec_To_v1_PodTemplateSpec should have comment or be unexported (golint)
    • Line 266: warning: don't use underscores in Go names; func Convert_core_PodTemplateSpec_To_v1_PodTemplateSpec should be ConvertCorePodTemplateSpecToV1PodTemplateSpec (golint)
    • Line 278: warning: exported function Convert_v1_PodTemplateSpec_To_core_PodTemplateSpec should have comment or be unexported (golint)
    • Line 278: warning: don't use underscores in Go names; func Convert_v1_PodTemplateSpec_To_core_PodTemplateSpec should be ConvertV1PodTemplateSpecToCorePodTemplateSpec (golint)
    • Line 289: warning: comment on exported function Convert_core_PodSpec_To_v1_PodSpec should be of the form "Convert_core_PodSpec_To_v1_PodSpec ..." (golint)
    • Line 291: warning: don't use underscores in Go names; func Convert_core_PodSpec_To_v1_PodSpec should be ConvertCorePodSpecToV1PodSpec (golint)
    • Line 311: warning: exported function Convert_v1_PodSpec_To_core_PodSpec should have comment or be unexported (golint)
    • Line 311: warning: don't use underscores in Go names; func Convert_v1_PodSpec_To_core_PodSpec should be ConvertV1PodSpecToCorePodSpec (golint)
    • Line 335: warning: exported function Convert_v1_Pod_To_core_Pod should have comment or be unexported (golint)
    • Line 335: warning: don't use underscores in Go names; func Convert_v1_Pod_To_core_Pod should be ConvertV1PodToCorePod (golint)
    • Line 346: warning: exported function Convert_core_Pod_To_v1_Pod should have comment or be unexported (golint)
    • Line 346: warning: don't use underscores in Go names; func Convert_core_Pod_To_v1_Pod should be ConvertCorePodToV1Pod (golint)
    • Line 358: warning: exported function Convert_v1_Secret_To_core_Secret should have comment or be unexported (golint)
    • Line 358: warning: don't use underscores in Go names; func Convert_v1_Secret_To_core_Secret should be ConvertV1SecretToCoreSecret (golint)
    • Line 376: warning: comment on exported function Convert_v1_ResourceList_To_core_ResourceList should be of the form "Convert_v1_ResourceList_To_core_ResourceList ..." (golint)
    • Line 377: warning: don't use underscores in Go names; func Convert_v1_ResourceList_To_core_ResourceList should be ConvertV1ResourceListToCoreResourceList (golint)
    • Line 396: warning: exported function AddFieldLabelConversionsForEvent should have comment or be unexported (golint)
    • Line 421: warning: exported function AddFieldLabelConversionsForAction should have comment or be unexported (golint)
    • Line 437: warning: exported function AddFieldLabelConversionsForTenant should have comment or be unexported (golint)
    • Line 450: warning: exported function AddFieldLabelConversionsForNamespace should have comment or be unexported (golint)
    • Line 463: warning: exported function AddFieldLabelConversionsForSecret should have comment or be unexported (golint)
    • Line 516: warning: don't use underscores in Go names; func Convert_core_PersistentVolumeSpec_To_v1_PersistentVolumeSpec should be ConvertCorePersistentVolumeSpecToV1PersistentVolumeSpec (golint)
    • Line 521: warning: don't use underscores in Go names; func Convert_v1_PersistentVolumeSpec_To_core_PersistentVolumeSpec should be ConvertV1PersistentVolumeSpecToCorePersistentVolumeSpec (golint)
    • arktos/pkg/kubectl/cmd/expose/expose.go
    • Line 87: warning: exported type ExposeServiceOptions should have comment or be unexported (golint)
    • Line 115: warning: exported function NewExposeServiceOptions should have comment or be unexported (golint)
    • Line 125: warning: exported function NewCmdExposeService should have comment or be unexported (golint)
    • Line 173: warning: exported method ExposeServiceOptions.Complete should have comment or be unexported (golint)
    • Line 221: warning: exported method ExposeServiceOptions.RunExpose should have comment or be unexported (golint)
    • arktos/pkg/apis/core/annotation_key_constants.go
    • Line 29: warning: comment on exported const MirrorPodAnnotationKey should be of the form "MirrorPodAnnotationKey ..." (golint)
    • Line 59: warning: comment on exported const ObjectTTLAnnotationKey should be of the form "ObjectTTLAnnotationKey ..." (golint)
    • Line 68: warning: comment on exported const NonConvertibleAnnotationPrefix should be of the form "NonConvertibleAnnotationPrefix ..." (golint)
    • arktos/pkg/registry/core/service/ipallocator/allocator.go
    • Line 41: warning: exported var ErrFull should have comment or be unexported (golint)
    • Line 46: warning: exported type ErrNotInRange should have comment or be unexported (golint)
    • Line 95: warning: comment on exported function NewCIDRRange should be of the form "NewCIDRRange ..." (golint)
    • Line 274: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/staging/src/k8s.io/component-base/cli/flag/ciphersuites_flag.go
    • Line 53: warning: exported function TLSCipherPossibleValues should have comment or be unexported (golint)
    • Line 61: warning: exported function TLSCipherSuites should have comment or be unexported (golint)
    • Line 83: warning: exported function TLSPossibleVersions should have comment or be unexported (golint)
    • Line 91: warning: exported function TLSVersion should have comment or be unexported (golint)
    • Line 101: warning: exported function DefaultTLSVersion should have comment or be unexported (golint)
    • arktos/pkg/kubectl/generate/versioned/pdb.go
    • Line 39: warning: exported method PodDisruptionBudgetV1Generator.ParamNames should have comment or be unexported (golint)
    • Line 47: warning: exported method PodDisruptionBudgetV1Generator.Generate should have comment or be unexported (golint)
    • Line 121: warning: exported method PodDisruptionBudgetV2Generator.ParamNames should have comment or be unexported (golint)
    • Line 130: warning: exported method PodDisruptionBudgetV2Generator.Generate should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/types.go
    • Line 24: warning: exported type ConditionStatus should have comment or be unexported (golint)
    • Line 25: warning: exported type CarpConditionType should have comment or be unexported (golint)
    • Line 26: warning: exported type CarpPhase should have comment or be unexported (golint)
    • Line 27: warning: exported type RestartPolicy should have comment or be unexported (golint)
    • Line 73: warning: exported type CarpCondition should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/dynamic/fake/simple.go
    • Line 37: warning: exported function NewSimpleDynamicClient should have comment or be unexported (golint)
    • Line 65: warning: comment on exported type FakeDynamicClient should be of the form "FakeDynamicClient ..." (with optional leading article) (golint)
    • Line 82: warning: exported method FakeDynamicClient.Resource should have comment or be unexported (golint)
    • arktos/pkg/controller/statefulset/stateful_set_test.go
    • Line 654: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 707: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • arktos/staging/src/k8s.io/api/admission/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_AdmissionRequest should be mapAdmissionRequest (golint)
    • Line 49: warning: exported method AdmissionRequest.SwaggerDoc should have comment or be unexported (golint)
    • Line 53: warning: don't use underscores in Go names; var map_AdmissionResponse should be mapAdmissionResponse (golint)
    • Line 63: warning: exported method AdmissionResponse.SwaggerDoc should have comment or be unexported (golint)
    • Line 67: warning: don't use underscores in Go names; var map_AdmissionReview should be mapAdmissionReview (golint)
    • Line 73: warning: exported method AdmissionReview.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_MutatingWebhook should be mapMutatingWebhook (golint)
    • Line 45: warning: exported method MutatingWebhook.SwaggerDoc should have comment or be unexported (golint)
    • Line 49: warning: don't use underscores in Go names; var map_MutatingWebhookConfiguration should be mapMutatingWebhookConfiguration (golint)
    • Line 55: warning: exported method MutatingWebhookConfiguration.SwaggerDoc should have comment or be unexported (golint)
    • Line 59: warning: don't use underscores in Go names; var map_MutatingWebhookConfigurationList should be mapMutatingWebhookConfigurationList (golint)
    • Line 65: warning: exported method MutatingWebhookConfigurationList.SwaggerDoc should have comment or be unexported (golint)
    • Line 69: warning: don't use underscores in Go names; var map_Rule should be mapRule (golint)
    • Line 77: warning: exported method Rule.SwaggerDoc should have comment or be unexported (golint)
    • Line 81: warning: don't use underscores in Go names; var map_RuleWithOperations should be mapRuleWithOperations (golint)
    • Line 86: warning: exported method RuleWithOperations.SwaggerDoc should have comment or be unexported (golint)
    • Line 90: warning: don't use underscores in Go names; var map_ServiceReference should be mapServiceReference (golint)
    • Line 98: warning: exported method ServiceReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 102: warning: don't use underscores in Go names; var map_ValidatingWebhook should be mapValidatingWebhook (golint)
    • Line 116: warning: exported method ValidatingWebhook.SwaggerDoc should have comment or be unexported (golint)
    • Line 120: warning: don't use underscores in Go names; var map_ValidatingWebhookConfiguration should be mapValidatingWebhookConfiguration (golint)
    • Line 126: warning: exported method ValidatingWebhookConfiguration.SwaggerDoc should have comment or be unexported (golint)
    • Line 130: warning: don't use underscores in Go names; var map_ValidatingWebhookConfigurationList should be mapValidatingWebhookConfigurationList (golint)
    • Line 136: warning: exported method ValidatingWebhookConfigurationList.SwaggerDoc should have comment or be unexported (golint)
    • Line 140: warning: don't use underscores in Go names; var map_WebhookClientConfig should be mapWebhookClientConfig (golint)
    • Line 147: warning: exported method WebhookClientConfig.SwaggerDoc should have comment or be unexported (golint)
    • arktos/test/integration/etcd/multi_tenancy_data.go
    • Line 32: warning: comment on exported function GetEtcdStorageDataWithMultiTenancy should be of the form "GetEtcdStorageDataWithMultiTenancy ..." (golint)
    • Line 39: warning: comment on exported function GetEtcdStorageDataForNamespaceWithMultiTenancy should be of the form "GetEtcdStorageDataForNamespaceWithMultiTenancy ..." (golint)
    • Line 597: warning: exported function GetCustomResourceDefinitionDataWithMultiTenancy should have comment or be unexported (golint)
    • arktos/pkg/apis/apps/v1beta1/conversion.go
    • Line 79: warning: exported function Convert_v1beta1_StatefulSetSpec_To_apps_StatefulSetSpec should have comment or be unexported (golint)
    • Line 79: warning: don't use underscores in Go names; func Convert_v1beta1_StatefulSetSpec_To_apps_StatefulSetSpec should be ConvertV1beta1StatefulSetSpecToAppsStatefulSetSpec (golint)
    • Line 120: warning: exported function Convert_apps_StatefulSetSpec_To_v1beta1_StatefulSetSpec should have comment or be unexported (golint)
    • Line 120: warning: don't use underscores in Go names; func Convert_apps_StatefulSetSpec_To_v1beta1_StatefulSetSpec should be ConvertAppsStatefulSetSpecToV1beta1StatefulSetSpec (golint)
    • Line 160: warning: exported function Convert_v1beta1_StatefulSetUpdateStrategy_To_apps_StatefulSetUpdateStrategy should have comment or be unexported (golint)
    • Line 160: warning: don't use underscores in Go names; func Convert_v1beta1_StatefulSetUpdateStrategy_To_apps_StatefulSetUpdateStrategy should be ConvertV1beta1StatefulSetUpdateStrategyToAppsStatefulSetUpdateStrategy (golint)
    • Line 171: warning: exported function Convert_apps_StatefulSetUpdateStrategy_To_v1beta1_StatefulSetUpdateStrategy should have comment or be unexported (golint)
    • Line 171: warning: don't use underscores in Go names; func Convert_apps_StatefulSetUpdateStrategy_To_v1beta1_StatefulSetUpdateStrategy should be ConvertAppsStatefulSetUpdateStrategyToV1beta1StatefulSetUpdateStrategy (golint)
    • Line 183: warning: exported function Convert_autoscaling_ScaleStatus_To_v1beta1_ScaleStatus should have comment or be unexported (golint)
    • Line 183: warning: don't use underscores in Go names; func Convert_autoscaling_ScaleStatus_To_v1beta1_ScaleStatus should be ConvertAutoscalingScaleStatusToV1beta1ScaleStatus (golint)
    • Line 199: warning: exported function Convert_v1beta1_ScaleStatus_To_autoscaling_ScaleStatus should have comment or be unexported (golint)
    • Line 199: warning: don't use underscores in Go names; func Convert_v1beta1_ScaleStatus_To_autoscaling_ScaleStatus should be ConvertV1beta1ScaleStatusToAutoscalingScaleStatus (golint)
    • Line 216: warning: exported function Convert_v1beta1_DeploymentSpec_To_apps_DeploymentSpec should have comment or be unexported (golint)
    • Line 216: warning: don't use underscores in Go names; func Convert_v1beta1_DeploymentSpec_To_apps_DeploymentSpec should be ConvertV1beta1DeploymentSpecToAppsDeploymentSpec (golint)
    • Line 243: warning: exported function Convert_apps_DeploymentSpec_To_v1beta1_DeploymentSpec should have comment or be unexported (golint)
    • Line 243: warning: don't use underscores in Go names; func Convert_apps_DeploymentSpec_To_v1beta1_DeploymentSpec should be ConvertAppsDeploymentSpecToV1beta1DeploymentSpec (golint)
    • Line 271: warning: exported function Convert_apps_DeploymentStrategy_To_v1beta1_DeploymentStrategy should have comment or be unexported (golint)
    • Line 271: warning: don't use underscores in Go names; func Convert_apps_DeploymentStrategy_To_v1beta1_DeploymentStrategy should be ConvertAppsDeploymentStrategyToV1beta1DeploymentStrategy (golint)
    • Line 284: warning: exported function Convert_v1beta1_DeploymentStrategy_To_apps_DeploymentStrategy should have comment or be unexported (golint)
    • Line 284: warning: don't use underscores in Go names; func Convert_v1beta1_DeploymentStrategy_To_apps_DeploymentStrategy should be ConvertV1beta1DeploymentStrategyToAppsDeploymentStrategy (golint)
    • Line 297: warning: exported function Convert_v1beta1_RollingUpdateDeployment_To_apps_RollingUpdateDeployment should have comment or be unexported (golint)
    • Line 297: warning: don't use underscores in Go names; func Convert_v1beta1_RollingUpdateDeployment_To_apps_RollingUpdateDeployment should be ConvertV1beta1RollingUpdateDeploymentToAppsRollingUpdateDeployment (golint)
    • Line 307: warning: exported function Convert_apps_RollingUpdateDeployment_To_v1beta1_RollingUpdateDeployment should have comment or be unexported (golint)
    • Line 307: warning: don't use underscores in Go names; func Convert_apps_RollingUpdateDeployment_To_v1beta1_RollingUpdateDeployment should be ConvertAppsRollingUpdateDeploymentToV1beta1RollingUpdateDeployment (golint)
    • arktos/pkg/kubelet/apis/config/types.go
    • Line 316: warning: exported type KubeletAuthorizationMode should have comment or be unexported (golint)
    • Line 325: warning: exported type KubeletAuthorization should have comment or be unexported (golint)
    • Line 335: warning: exported type KubeletWebhookAuthorization should have comment or be unexported (golint)
    • Line 342: warning: exported type KubeletAuthentication should have comment or be unexported (golint)
    • Line 351: warning: exported type KubeletX509Authentication should have comment or be unexported (golint)
    • Line 358: warning: exported type KubeletWebhookAuthentication should have comment or be unexported (golint)
    • Line 365: warning: exported type KubeletAnonymousAuthentication should have comment or be unexported (golint)
    • arktos/pkg/proxy/apis/config/types.go
    • Line 171: warning: comment on exported type ProxyMode should be of the form "ProxyMode ..." (with optional leading article) (golint)
    • Line 177: warning: exported const ProxyModeUserspace should have comment (or a comment on this block) or be unexported (golint)
    • Line 225: warning: exported method ProxyMode.Set should have comment or be unexported (golint)
    • Line 237: warning: exported method ProxyMode.Type should have comment or be unexported (golint)
    • Line 241: warning: exported type ConfigurationMap should have comment or be unexported (golint)
    • Line 252: warning: exported method ConfigurationMap.Set should have comment or be unexported (golint)
    • Line 267: warning: exported method ConfigurationMap.Type should have comment or be unexported (golint)
    • arktos/pkg/registry/rbac/reconciliation/reconcile_role.go
    • Line 31: warning: exported type ReconcileOperation should have comment or be unexported (golint)
    • Line 34: warning: exported var ReconcileCreate should have comment or be unexported (golint)
    • Line 40: warning: exported type RuleOwnerModifier should have comment or be unexported (golint)
    • Line 46: warning: exported type RuleOwner should have comment or be unexported (golint)
    • Line 61: warning: exported type ReconcileRoleOptions should have comment or be unexported (golint)
    • Line 72: warning: exported type ReconcileClusterRoleResult should have comment or be unexported (golint)
    • Line 97: warning: exported method ReconcileRoleOptions.Run should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/admissionregistration/v1/types.go
    • Line 18: warning: package comment should be of the form "Package v1 ..." (golint)
    • Line 68: warning: exported type ScopeType should have comment or be unexported (golint)
    • Line 80: warning: exported type FailurePolicyType should have comment or be unexported (golint)
    • Line 99: warning: exported type SideEffectClass should have comment or be unexported (golint)
    • Line 479: warning: exported type OperationType should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/run/run.go
    • Line 110: warning: exported type RunObject should have comment or be unexported (golint)
    • Line 115: warning: exported type RunOptions should have comment or be unexported (golint)
    • Line 144: warning: exported function NewRunOptions should have comment or be unexported (golint)
    • Line 156: warning: exported function NewCmdRun should have comment or be unexported (golint)
    • Line 210: warning: exported method RunOptions.Complete should have comment or be unexported (golint)
    • Line 254: warning: exported method RunOptions.Run should have comment or be unexported (golint)
    • arktos/pkg/registry/core/componentstatus/validator.go
    • Line 33: warning: exported type ValidatorFn should have comment or be unexported (golint)
    • Line 35: warning: exported type Server should have comment or be unexported (golint)
    • Line 46: warning: exported type ServerStatus should have comment or be unexported (golint)
    • Line 59: warning: exported method Server.DoServerCheck should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/conversion.go
    • Line 18: warning: package comment should be of the form "Package v1 ..." (golint)
    • Line 42: warning: exported function Convert_apiextensions_JSONSchemaProps_To_v1_JSONSchemaProps should have comment or be unexported (golint)
    • Line 42: warning: don't use underscores in Go names; func Convert_apiextensions_JSONSchemaProps_To_v1_JSONSchemaProps should be ConvertApiextensionsJSONSchemaPropsToV1JSONSchemaProps (golint)
    • Line 55: warning: exported function Convert_apiextensions_JSON_To_v1_JSON should have comment or be unexported (golint)
    • Line 55: warning: don't use underscores in Go names; func Convert_apiextensions_JSON_To_v1_JSON should be ConvertApiextensionsJSONToV1JSON (golint)
    • Line 64: warning: exported function Convert_v1_JSON_To_apiextensions_JSON should have comment or be unexported (golint)
    • Line 64: warning: don't use underscores in Go names; func Convert_v1_JSON_To_apiextensions_JSON should be ConvertV1JSONToApiextensionsJSON (golint)
    • Line 77: warning: exported function Convert_apiextensions_CustomResourceDefinitionSpec_To_v1_CustomResourceDefinitionSpec should have comment or be unexported (golint)
    • Line 77: warning: don't use underscores in Go names; func Convert_apiextensions_CustomResourceDefinitionSpec_To_v1_CustomResourceDefinitionSpec should be ConvertApiextensionsCustomResourceDefinitionSpecToV1CustomResourceDefinitionSpec (golint)
    • Line 120: warning: exported function Convert_v1_CustomResourceDefinitionSpec_To_apiextensions_CustomResourceDefinitionSpec should have comment or be unexported (golint)
    • Line 120: warning: don't use underscores in Go names; func Convert_v1_CustomResourceDefinitionSpec_To_apiextensions_CustomResourceDefinitionSpec should be ConvertV1CustomResourceDefinitionSpecToApiextensionsCustomResourceDefinitionSpec (golint)
    • Line 178: warning: exported function Convert_v1_CustomResourceConversion_To_apiextensions_CustomResourceConversion should have comment or be unexported (golint)
    • Line 178: warning: don't use underscores in Go names; func Convert_v1_CustomResourceConversion_To_apiextensions_CustomResourceConversion should be ConvertV1CustomResourceConversionToApiextensionsCustomResourceConversion (golint)
    • Line 197: warning: exported function Convert_apiextensions_CustomResourceConversion_To_v1_CustomResourceConversion should have comment or be unexported (golint)
    • Line 197: warning: don't use underscores in Go names; func Convert_apiextensions_CustomResourceConversion_To_v1_CustomResourceConversion should be ConvertApiextensionsCustomResourceConversionToV1CustomResourceConversion (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/yaml/decoder.go
    • Line 134: warning: exported method YAMLDecoder.Close should have comment or be unexported (golint)
    • Line 186: warning: exported type JSONSyntaxError should have comment or be unexported (golint)
    • Line 195: warning: exported type YAMLSyntaxError should have comment or be unexported (golint)
    • Line 252: warning: exported type Reader should have comment or be unexported (golint)
    • Line 256: warning: exported type YAMLReader should have comment or be unexported (golint)
    • Line 260: warning: exported function NewYAMLReader should have comment or be unexported (golint)
    • Line 300: warning: exported type LineReader should have comment or be unexported (golint)
    • arktos/cmd/haproxy-cfg-generator/cfg_generator.go
    • Line 31: warning: exported const ARKTOS_API_SECURE_PORT should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported type Config should have comment or be unexported (golint)
    • Line 42: warning: don't use underscores in Go names; struct field arktos_api_port should be arktosAPIPort (golint)
    • Line 43: warning: don't use underscores in Go names; struct field max_conn_per_backend should be maxConnPerBackend (golint)
    • Line 44: warning: don't use underscores in Go names; struct field connection_timeout should be connectionTimeout (golint)
    • Line 45: warning: don't use underscores in Go names; struct field proxy_port should be proxyPort (golint)
    • Line 55: warning: exported function NewDefaultConfig should have comment or be unexported (golint)
    • Line 90: warning: don't use underscores in Go names; var TP_IP_str should be TPIPStr (golint)
    • Line 98: warning: don't use underscores in Go names; var ip_addr should be ipAddr (golint)
    • Line 126: warning: don't use underscores in Go names; func get_tp_request_acl should be getTpRequestACL (golint)
    • Line 131: warning: don't use underscores in Go names; var tp_request_1_acl should be tpRequest1ACL (golint)
    • Line 132: warning: don't use underscores in Go names; var tp_request_2_acl should be tpRequest2ACL (golint)
    • Line 136: warning: don't use underscores in Go names; var start_letter should be startLetter (golint)
    • Line 137: warning: don't use underscores in Go names; var end_letter should be endLetter (golint)
    • Line 145: warning: don't use underscores in Go names; func get_rp_request_acl should be getRpRequestACL (golint)
    • Line 152: warning: don't use underscores in Go names; func get_tp_source_acl should be getTpSourceACL (golint)
    • Line 156: warning: don't use underscores in Go names; var tp_source_acl should be tpSourceACL (golint)
    • Line 163: warning: don't use underscores in Go names; func get_rp_source_acl should be getRpSourceACL (golint)
    • Line 167: warning: don't use underscores in Go names; var rp_source_acl should be rpSourceACL (golint)
    • Line 174: warning: don't use underscores in Go names; func get_rp_request_rule should be getRpRequestRule (golint)
    • Line 178: warning: don't use underscores in Go names; func get_tp_request_rule should be getTpRequestRule (golint)
    • Line 182: warning: don't use underscores in Go names; var tp_request_rule should be tpRequestRule (golint)
    • Line 189: warning: don't use underscores in Go names; func get_partition_source_rule should be getPartitionSourceRule (golint)
    • Line 192: warning: don't use underscores in Go names; var tp_source_request_rule should be tpSourceRequestRule (golint)
    • Line 197: warning: don't use underscores in Go names; var rp_source_request_rule should be rpSourceRequestRule (golint)
    • Line 203: warning: don't use underscores in Go names; func get_backends should be getBackends (golint)
    • Line 207: warning: don't use underscores in Go names; var tp_backend should be tpBackend (golint)
    • Line 208: warning: don't use underscores in Go names; var rp_backend should be rpBackend (golint)
    • Line 232: warning: exported function CreateHaproxyCfg should have comment or be unexported (golint)
    • Line 256: warning: exported function WriteCfgFile should have comment or be unexported (golint)
    • arktos/pkg/controller/cloud/node_controller.go
    • Line 45: warning: exported var UpdateNodeSpecBackoff should have comment or be unexported (golint)
    • Line 51: warning: exported type CloudNodeController should have comment or be unexported (golint)
    • Line 96: warning: comment on exported method CloudNodeController.Run should be of the form "Run ..." (golint)
    • Line 193: warning: exported method CloudNodeController.UpdateCloudNode should have comment or be unexported (golint)
    • arktos/pkg/util/normalizer/markdown.go
    • Line 105: warning: exported method ASCIIRenderer.GetFlags should have comment or be unexported (golint)
    • Line 106: warning: exported method ASCIIRenderer.HRule should have comment or be unexported (golint)
    • Line 109: warning: exported method ASCIIRenderer.LineBreak should have comment or be unexported (golint)
    • Line 110: warning: exported method ASCIIRenderer.TitleBlock should have comment or be unexported (golint)
    • Line 111: warning: exported method ASCIIRenderer.Header should have comment or be unexported (golint)
    • Line 112: warning: exported method ASCIIRenderer.BlockHtml should have comment or be unexported (golint)
    • Line 113: warning: exported method ASCIIRenderer.BlockQuote should have comment or be unexported (golint)
    • Line 114: warning: exported method ASCIIRenderer.TableRow should have comment or be unexported (golint)
    • Line 115: warning: exported method ASCIIRenderer.TableHeaderCell should have comment or be unexported (golint)
    • Line 116: warning: exported method ASCIIRenderer.TableCell should have comment or be unexported (golint)
    • Line 117: warning: exported method ASCIIRenderer.Footnotes should have comment or be unexported (golint)
    • Line 118: warning: exported method ASCIIRenderer.FootnoteItem should have comment or be unexported (golint)
    • Line 119: warning: exported method ASCIIRenderer.AutoLink should have comment or be unexported (golint)
    • Line 120: warning: exported method ASCIIRenderer.CodeSpan should have comment or be unexported (golint)
    • Line 121: warning: exported method ASCIIRenderer.DoubleEmphasis should have comment or be unexported (golint)
    • Line 122: warning: exported method ASCIIRenderer.Emphasis should have comment or be unexported (golint)
    • Line 123: warning: exported method ASCIIRenderer.RawHtmlTag should have comment or be unexported (golint)
    • Line 124: warning: exported method ASCIIRenderer.TripleEmphasis should have comment or be unexported (golint)
    • Line 125: warning: exported method ASCIIRenderer.StrikeThrough should have comment or be unexported (golint)
    • Line 126: warning: exported method ASCIIRenderer.FootnoteRef should have comment or be unexported (golint)
    • Line 127: warning: exported method ASCIIRenderer.Entity should have comment or be unexported (golint)
    • Line 128: warning: exported method ASCIIRenderer.Smartypants should have comment or be unexported (golint)
    • Line 129: warning: exported method ASCIIRenderer.DocumentHeader should have comment or be unexported (golint)
    • Line 130: warning: exported method ASCIIRenderer.DocumentFooter should have comment or be unexported (golint)
    • Line 131: warning: exported method ASCIIRenderer.TocHeaderWithAnchor should have comment or be unexported (golint)
    • Line 132: warning: exported method ASCIIRenderer.TocHeader should have comment or be unexported (golint)
    • Line 133: warning: exported method ASCIIRenderer.TocFinalize should have comment or be unexported (golint)
    • Line 135: warning: exported method ASCIIRenderer.Table should have comment or be unexported (golint)
    • Line 139: warning: exported method ASCIIRenderer.Link should have comment or be unexported (golint)
    • Line 143: warning: exported method ASCIIRenderer.Image should have comment or be unexported (golint)
    • arktos/pkg/apis/certificates/types.go
    • Line 23: warning: comment on exported type CertificateSigningRequest should be of the form "CertificateSigningRequest ..." (with optional leading article) (golint)
    • Line 38: warning: comment on exported type CertificateSigningRequestSpec should be of the form "CertificateSigningRequestSpec ..." (with optional leading article) (golint)
    • Line 72: warning: exported type CertificateSigningRequestStatus should have comment or be unexported (golint)
    • Line 82: warning: exported type RequestConditionType should have comment or be unexported (golint)
    • Line 90: warning: exported type CertificateSigningRequestCondition should have comment or be unexported (golint)
    • Line 106: warning: exported type CertificateSigningRequestList should have comment or be unexported (golint)
    • Line 115: warning: comment on exported type KeyUsage should be of the form "KeyUsage ..." (with optional leading article) (golint)
    • Line 121: warning: exported const UsageSigning should have comment (or a comment on this block) or be unexported (golint)
    • arktos/pkg/security/podsecuritypolicy/util/util.go
    • Line 29: warning: exported const ValidatedPSPAnnotation should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported function GetAllFSTypesExcept should have comment or be unexported (golint)
    • Line 40: warning: exported function GetAllFSTypesAsSet should have comment or be unexported (golint)
    • Line 75: warning: comment on exported function GetVolumeFSType should be of the form "GetVolumeFSType ..." (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/api/meta/priority.go
    • Line 26: warning: exported const AnyGroup should have comment (or a comment on this block) or be unexported (golint)
    • Line 155: warning: exported method PriorityRESTMapper.RESTMapping should have comment or be unexported (golint)
    • Line 208: warning: exported method PriorityRESTMapper.RESTMappings should have comment or be unexported (golint)
    • Line 212: warning: exported method PriorityRESTMapper.ResourceSingularizer should have comment or be unexported (golint)
    • Line 216: warning: exported method PriorityRESTMapper.ResourcesFor should have comment or be unexported (golint)
    • Line 220: warning: exported method PriorityRESTMapper.KindsFor should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/cri-api/pkg/apis/testing/fake_runtime_service.go
    • Line 30: warning: exported var FakeVersion should have comment or be unexported (golint)
    • Line 36: warning: exported type FakePodSandbox should have comment or be unexported (golint)
    • Line 43: warning: exported type FakeContainer should have comment or be unexported (golint)
    • Line 54: warning: exported type FakeRuntimeService should have comment or be unexported (golint)
    • Line 66: warning: exported method FakeRuntimeService.GetContainerID should have comment or be unexported (golint)
    • Line 78: warning: exported method FakeRuntimeService.SetFakeSandboxes should have comment or be unexported (golint)
    • Line 89: warning: exported method FakeRuntimeService.SetFakeContainers should have comment or be unexported (golint)
    • Line 101: warning: exported method FakeRuntimeService.AssertCalls should have comment or be unexported (golint)
    • Line 111: warning: exported method FakeRuntimeService.GetCalls should have comment or be unexported (golint)
    • Line 117: warning: exported method FakeRuntimeService.InjectError should have comment or be unexported (golint)
    • Line 137: warning: exported function NewFakeRuntimeService should have comment or be unexported (golint)
    • Line 147: warning: exported method FakeRuntimeService.Version should have comment or be unexported (golint)
    • Line 164: warning: exported method FakeRuntimeService.Status should have comment or be unexported (golint)
    • Line 176: warning: exported method FakeRuntimeService.RunPodSandbox should have comment or be unexported (golint)
    • Line 208: warning: exported method FakeRuntimeService.StopPodSandbox should have comment or be unexported (golint)
    • Line 226: warning: exported method FakeRuntimeService.RemovePodSandbox should have comment or be unexported (golint)
    • Line 241: warning: exported method FakeRuntimeService.PodSandboxStatus should have comment or be unexported (golint)
    • Line 259: warning: exported method FakeRuntimeService.ListPodSandbox should have comment or be unexported (golint)
    • Line 296: warning: exported method FakeRuntimeService.PortForward should have comment or be unexported (golint)
    • Line 308: warning: exported method FakeRuntimeService.CreateContainer should have comment or be unexported (golint)
    • Line 341: warning: exported method FakeRuntimeService.StartContainer should have comment or be unexported (golint)
    • Line 362: warning: exported method FakeRuntimeService.StopContainer should have comment or be unexported (golint)
    • Line 385: warning: exported method FakeRuntimeService.RemoveContainer should have comment or be unexported (golint)
    • Line 400: warning: exported method FakeRuntimeService.ListContainers should have comment or be unexported (golint)
    • Line 442: warning: exported method FakeRuntimeService.ContainerStatus should have comment or be unexported (golint)
    • Line 460: warning: exported method FakeRuntimeService.UpdateContainerResources should have comment or be unexported (golint)
    • Line 468: warning: exported method FakeRuntimeService.ExecSync should have comment or be unexported (golint)
    • Line 477: warning: exported method FakeRuntimeService.Exec should have comment or be unexported (golint)
    • Line 489: warning: exported method FakeRuntimeService.Attach should have comment or be unexported (golint)
    • Line 501: warning: exported method FakeRuntimeService.UpdateRuntimeConfig should have comment or be unexported (golint)
    • Line 509: warning: exported method FakeRuntimeService.SetFakeContainerStats should have comment or be unexported (golint)
    • Line 519: warning: exported method FakeRuntimeService.ContainerStats should have comment or be unexported (golint)
    • Line 535: warning: exported method FakeRuntimeService.ListContainerStats should have comment or be unexported (golint)
    • Line 567: warning: exported method FakeRuntimeService.ReopenContainerLog should have comment or be unexported (golint)
    • Line 580: warning: exported method FakeRuntimeService.RebootVM should have comment or be unexported (golint)
    • Line 593: warning: exported method FakeRuntimeService.CreateSnapshot should have comment or be unexported (golint)
    • Line 606: warning: exported method FakeRuntimeService.RestoreToSnapshot should have comment or be unexported (golint)
    • Line 619: warning: exported method FakeRuntimeService.AttachNetworkInterface should have comment or be unexported (golint)
    • Line 632: warning: exported method FakeRuntimeService.DetachNetworkInterface should have comment or be unexported (golint)
    • Line 645: warning: exported method FakeRuntimeService.ListNetworkInterfaces should have comment or be unexported (golint)
    • arktos/pkg/apis/apps/validation/validation.go
    • Line 259: warning: exported function ValidateDaemonSetSpecUpdate should have comment or be unexported (golint)
    • Line 344: warning: exported function ValidateRollingUpdateDaemonSet should have comment or be unexported (golint)
    • Line 356: warning: exported function ValidateDaemonSetUpdateStrategy should have comment or be unexported (golint)
    • Line 382: warning: exported function ValidatePositiveIntOrPercent should have comment or be unexported (golint)
    • Line 416: warning: exported function IsNotMoreThan100Percent should have comment or be unexported (golint)
    • Line 426: warning: exported function ValidateRollingUpdateDeployment should have comment or be unexported (golint)
    • Line 439: warning: exported function ValidateDeploymentStrategy should have comment or be unexported (golint)
    • Line 460: warning: exported function ValidateRollback should have comment or be unexported (golint)
    • Line 534: warning: exported function ValidateDeploymentUpdate should have comment or be unexported (golint)
    • Line 540: warning: exported function ValidateDeploymentStatusUpdate should have comment or be unexported (golint)
    • Line 554: warning: exported function ValidateDeployment should have comment or be unexported (golint)
    • Line 560: warning: exported function ValidateDeploymentRollback should have comment or be unexported (golint)
    • Line 598: warning: exported function ValidateReplicaSetStatus should have comment or be unexported (golint)
    • arktos/pkg/kubelet/config/flags.go
    • Line 27: warning: exported type ContainerRuntimeOptions should have comment or be unexported (golint)
    • Line 82: warning: exported method ContainerRuntimeOptions.AddFlags should have comment or be unexported (golint)
    • arktos/test/e2e/common/util.go
    • Line 37: warning: exported type Suite should have comment or be unexported (golint)
    • Line 40: warning: exported const E2E should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported var CurrentSuite should have comment or be unexported (golint)
    • Line 99: warning: exported function SubstituteImageName should have comment or be unexported (golint)
    • Line 130: warning: exported function NewSVCByName should have comment or be unexported (golint)
    • Line 143: warning: exported function RestartNodes should have comment or be unexported (golint)
    • arktos/pkg/controller/network/network_controller.go
    • Line 57: warning: exported type NetworkController should have comment or be unexported (golint)
    • Line 73: warning: exported function NewNetworkController should have comment or be unexported (golint)
    • Line 211: warning: exported function GetOpenstackClient should have comment or be unexported (golint)
    • Line 229: warning: exported function CreatePort should have comment or be unexported (golint)
    • Line 267: warning: exported function DeletePort should have comment or be unexported (golint)
    • Line 280: warning: exported function UpdatePort should have comment or be unexported (golint)
    • arktos/pkg/kubelet/dockershim/network/plugins.go
    • Line 41: warning: exported const DefaultPluginName should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported const NET_PLUGIN_EVENT_POD_CIDR_CHANGE should be of the form "NET_PLUGIN_EVENT_POD_CIDR_CHANGE ..." (golint)
    • Line 171: warning: exported type NoopNetworkPlugin should have comment or be unexported (golint)
    • Line 178: warning: exported method NoopNetworkPlugin.Init should have comment or be unexported (golint)
    • Line 202: warning: exported method NoopNetworkPlugin.Event should have comment or be unexported (golint)
    • Line 205: warning: exported method NoopNetworkPlugin.Name should have comment or be unexported (golint)
    • Line 209: warning: exported method NoopNetworkPlugin.Capabilities should have comment or be unexported (golint)
    • Line 213: warning: exported method NoopNetworkPlugin.SetUpPod should have comment or be unexported (golint)
    • Line 217: warning: exported method NoopNetworkPlugin.TearDownPod should have comment or be unexported (golint)
    • Line 221: warning: exported method NoopNetworkPlugin.GetPodNetworkStatus should have comment or be unexported (golint)
    • Line 225: warning: exported method NoopNetworkPlugin.Status should have comment or be unexported (golint)
    • Line 267: warning: exported type NoopPortMappingGetter should have comment or be unexported (golint)
    • Line 269: warning: exported method NoopPortMappingGetter.GetPodPortMappings should have comment or be unexported (golint)
    • Line 286: warning: exported function NewPluginManager should have comment or be unexported (golint)
    • Line 294: warning: exported method PluginManager.PluginName should have comment or be unexported (golint)
    • Line 298: warning: exported method PluginManager.Event should have comment or be unexported (golint)
    • Line 302: warning: exported method PluginManager.Status should have comment or be unexported (golint)
    • Line 361: warning: exported method PluginManager.GetPodNetworkStatus should have comment or be unexported (golint)
    • Line 375: warning: exported method PluginManager.SetUpPod should have comment or be unexported (golint)
    • Line 389: warning: exported method PluginManager.TearDownPod should have comment or be unexported (golint)
    • arktos/pkg/volume/metrics_errors.go
    • Line 26: warning: exported const ErrCodeNoPathDefined should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: comment on exported function NewNoPathDefinedError should be of the form "NewNoPathDefinedError ..." (golint)
    • arktos/pkg/cloudfabric-controller/deployment/rolling_test.go
    • Line 41: warning: don't use underscores in Go names; func testDeploymentController_reconcileNewReplicaSet should be testDeploymentControllerReconcileNewReplicaSet (golint)
    • Line 150: warning: don't use underscores in Go names; func testDeploymentController_reconcileOldReplicaSets should be testDeploymentControllerReconcileOldReplicaSets (golint)
    • Line 267: warning: don't use underscores in Go names; func testDeploymentController_cleanupUnhealthyReplicas should be testDeploymentControllerCleanupUnhealthyReplicas (golint)
    • Line 349: warning: don't use underscores in Go names; func testDeploymentController_scaleDownOldReplicaSetsForRollingUpdate should be testDeploymentControllerScaleDownOldReplicaSetsForRollingUpdate (golint)
    • arktos/pkg/registry/apps/daemonset/storage/storage.go
    • Line 34: warning: comment on exported type REST should be of the form "REST ..." (with optional leading article) (golint)
    • Line 79: warning: exported method REST.WithCategories should have comment or be unexported (golint)
    • Line 89: warning: exported method StatusREST.New should have comment or be unexported (golint)
    • arktos/plugin/pkg/auth/authorizer/rbac/rbac.go
    • Line 38: warning: exported type RequestToRuleMapper should have comment or be unexported (golint)
    • Line 51: warning: exported type RBACAuthorizer should have comment or be unexported (golint)
    • Line 76: warning: exported method RBACAuthorizer.Authorize should have comment or be unexported (golint)
    • Line 137: warning: exported method RBACAuthorizer.RulesFor should have comment or be unexported (golint)
    • Line 167: warning: exported function New should have comment or be unexported (golint)
    • Line 176: warning: exported function RulesAllow should have comment or be unexported (golint)
    • Line 186: warning: exported function RuleAllows should have comment or be unexported (golint)
    • Line 203: warning: exported type RoleGetter should have comment or be unexported (golint)
    • Line 207: warning: exported method RoleGetter.GetRole should have comment or be unexported (golint)
    • Line 211: warning: exported method RoleGetter.GetRoleWithMultiTenancy should have comment or be unexported (golint)
    • Line 215: warning: exported type RoleBindingLister should have comment or be unexported (golint)
    • Line 219: warning: exported method RoleBindingLister.ListRoleBindings should have comment or be unexported (golint)
    • Line 223: warning: exported method RoleBindingLister.ListRoleBindingsWithMultiTenancy should have comment or be unexported (golint)
    • Line 227: warning: exported type ClusterRoleGetter should have comment or be unexported (golint)
    • Line 231: warning: exported method ClusterRoleGetter.GetClusterRole should have comment or be unexported (golint)
    • Line 235: warning: exported method ClusterRoleGetter.GetClusterRoleWithMultiTenancy should have comment or be unexported (golint)
    • Line 239: warning: exported type ClusterRoleBindingLister should have comment or be unexported (golint)
    • Line 243: warning: exported method ClusterRoleBindingLister.ListClusterRoleBindings should have comment or be unexported (golint)
    • Line 247: warning: exported method ClusterRoleBindingLister.ListClusterRoleBindingsWithMultiTenancy should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/apps/v1/types.go
    • Line 27: warning: exported const ControllerRevisionHashLabelKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 219: warning: exported type StatefulSetConditionType should have comment or be unexported (golint)
    • Line 335: warning: exported type DeploymentStrategyType should have comment or be unexported (golint)
    • Line 338: warning: comment on exported const RecreateDeploymentStrategyType should be of the form "RecreateDeploymentStrategyType ..." (golint)
    • Line 341: warning: comment on exported const RollingUpdateDeploymentStrategyType should be of the form "RollingUpdateDeploymentStrategyType ..." (golint)
    • Line 345: warning: comment on exported type RollingUpdateDeployment should be of the form "RollingUpdateDeployment ..." (with optional leading article) (golint)
    • Line 415: warning: exported type DeploymentConditionType should have comment or be unexported (golint)
    • Line 476: warning: exported type DaemonSetUpdateStrategyType should have comment or be unexported (golint)
    • Line 479: warning: comment on exported const RollingUpdateDaemonSetStrategyType should be of the form "RollingUpdateDaemonSetStrategyType ..." (golint)
    • Line 482: warning: comment on exported const OnDeleteDaemonSetStrategyType should be of the form "OnDeleteDaemonSetStrategyType ..." (golint)
    • Line 486: warning: comment on exported type RollingUpdateDaemonSet should be of the form "RollingUpdateDaemonSet ..." (with optional leading article) (golint)
    • Line 593: warning: exported type DaemonSetConditionType should have comment or be unexported (golint)
    • Line 761: warning: exported type ReplicaSetConditionType should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/conversion.go
    • Line 27: warning: exported function Convert_audit_ObjectReference_To_v1alpha1_ObjectReference should have comment or be unexported (golint)
    • Line 27: warning: don't use underscores in Go names; func Convert_audit_ObjectReference_To_v1alpha1_ObjectReference should be ConvertAuditObjectReferenceToV1alpha1ObjectReference (golint)
    • Line 41: warning: exported function Convert_v1alpha1_ObjectReference_To_audit_ObjectReference should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; func Convert_v1alpha1_ObjectReference_To_audit_ObjectReference should be ConvertV1alpha1ObjectReferenceToAuditObjectReference (golint)
    • Line 57: warning: exported function Convert_v1alpha1_Event_To_audit_Event should have comment or be unexported (golint)
    • Line 57: warning: don't use underscores in Go names; func Convert_v1alpha1_Event_To_audit_Event should be ConvertV1alpha1EventToAuditEvent (golint)
    • Line 70: warning: exported function Convert_audit_Event_To_v1alpha1_Event should have comment or be unexported (golint)
    • Line 70: warning: don't use underscores in Go names; func Convert_audit_Event_To_v1alpha1_Event should be ConvertAuditEventToV1alpha1Event (golint)
    • arktos/pkg/controller/podgc/gc_controller.go
    • Line 45: warning: exported type PodGCController should have comment or be unexported (golint)
    • Line 55: warning: exported function NewPodGC should have comment or be unexported (golint)
    • Line 74: warning: exported method PodGCController.Run should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/authorization/v1beta1/types_swagger_doc_generated.go
    • Line 31: warning: don't use underscores in Go names; var map_LocalSubjectAccessReview should be mapLocalSubjectAccessReview (golint)
    • Line 37: warning: exported method LocalSubjectAccessReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_NonResourceAttributes should be mapNonResourceAttributes (golint)
    • Line 47: warning: exported method NonResourceAttributes.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_NonResourceRule should be mapNonResourceRule (golint)
    • Line 57: warning: exported method NonResourceRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; var map_ResourceAttributes should be mapResourceAttributes (golint)
    • Line 73: warning: exported method ResourceAttributes.SwaggerDoc should have comment or be unexported (golint)
    • Line 77: warning: don't use underscores in Go names; var map_ResourceRule should be mapResourceRule (golint)
    • Line 85: warning: exported method ResourceRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 89: warning: don't use underscores in Go names; var map_SelfSubjectAccessReview should be mapSelfSubjectAccessReview (golint)
    • Line 95: warning: exported method SelfSubjectAccessReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 99: warning: don't use underscores in Go names; var map_SelfSubjectAccessReviewSpec should be mapSelfSubjectAccessReviewSpec (golint)
    • Line 105: warning: exported method SelfSubjectAccessReviewSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 109: warning: don't use underscores in Go names; var map_SelfSubjectRulesReview should be mapSelfSubjectRulesReview (golint)
    • Line 115: warning: exported method SelfSubjectRulesReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 119: warning: don't use underscores in Go names; var map_SelfSubjectRulesReviewSpec should be mapSelfSubjectRulesReviewSpec (golint)
    • Line 123: warning: exported method SelfSubjectRulesReviewSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 127: warning: don't use underscores in Go names; var map_SubjectAccessReview should be mapSubjectAccessReview (golint)
    • Line 133: warning: exported method SubjectAccessReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 137: warning: don't use underscores in Go names; var map_SubjectAccessReviewSpec should be mapSubjectAccessReviewSpec (golint)
    • Line 147: warning: exported method SubjectAccessReviewSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 151: warning: don't use underscores in Go names; var map_SubjectAccessReviewStatus should be mapSubjectAccessReviewStatus (golint)
    • Line 159: warning: exported method SubjectAccessReviewStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 163: warning: don't use underscores in Go names; var map_SubjectRulesReviewStatus should be mapSubjectRulesReviewStatus (golint)
    • Line 171: warning: exported method SubjectRulesReviewStatus.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/proxy/userspace/proxysocket.go
    • Line 34: warning: comment on exported type ProxySocket should be of the form "ProxySocket ..." (with optional leading article) (golint)
    • Line 77: warning: comment on exported var EndpointDialTimeouts should be of the form "EndpointDialTimeouts ..." (golint)
    • Line 194: warning: comment on exported type ClientCache should be of the form "ClientCache ..." (with optional leading article) (golint)
    • arktos/staging/src/k8s.io/api/node/v1alpha1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_RuntimeClass should be mapRuntimeClass (golint)
    • Line 36: warning: exported method RuntimeClass.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_RuntimeClassList should be mapRuntimeClassList (golint)
    • Line 46: warning: exported method RuntimeClassList.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_RuntimeClassSpec should be mapRuntimeClassSpec (golint)
    • Line 55: warning: exported method RuntimeClassSpec.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go
    • Line 158: warning: exported function NewCustomResourceDefinitionHandler should have comment or be unexported (golint)
    • Line 904: warning: exported type UnstructuredObjectTyper should have comment or be unexported (golint)
    • Line 916: warning: exported method UnstructuredObjectTyper.ObjectKinds should have comment or be unexported (golint)
    • Line 924: warning: exported method UnstructuredObjectTyper.Recognizes should have comment or be unexported (golint)
    • Line 953: warning: exported type CRDRESTOptionsGetter should have comment or be unexported (golint)
    • Line 963: warning: exported method CRDRESTOptionsGetter.GetRESTOptions should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/conversion/converter.go
    • Line 39: warning: exported type NameFunc should have comment or be unexported (golint)
    • Line 41: warning: exported var DefaultNameFunc should have comment or be unexported (golint)
    • Line 116: warning: don't use underscores in Go names; func Convert_Slice_byte_To_Slice_byte should be ConvertSliceByteToSliceByte (golint)
    • Line 154: warning: exported function NewConversionFuncs should have comment or be unexported (golint)
    • Line 161: warning: exported type ConversionFuncs should have comment or be unexported (golint)
    • Line 379: warning: comment on exported method Converter.RegisterGeneratedConversionFunc should be of the form "RegisterGeneratedConversionFunc ..." (golint)
    • Line 435: warning: comment on exported const DestFromSource should be of the form "DestFromSource ..." (golint)
    • Line 441: warning: comment on exported const SourceToDest should be of the form "SourceToDest ..." (golint)
    • Line 445: warning: comment on exported const IgnoreMissingFields should be of the form "IgnoreMissingFields ..." (golint)
    • Line 448: warning: comment on exported const AllowDifferentFieldTypeNames should be of the form "AllowDifferentFieldTypeNames ..." (golint)
    • arktos/pkg/kubelet/container/testing/mockfileinfo.go
    • Line 30: warning: comment on exported type MockFileInfo should be of the form "MockFileInfo ..." (with optional leading article) (golint)
    • Line 41: warning: exported function NewMockFileInfo should have comment or be unexported (golint)
    • Line 47: warning: exported method MockFileInfo.EXPECT should have comment or be unexported (golint)
    • Line 51: warning: exported method MockFileInfo.IsDir should have comment or be unexported (golint)
    • Line 61: warning: exported method MockFileInfo.ModTime should have comment or be unexported (golint)
    • Line 71: warning: exported method MockFileInfo.Mode should have comment or be unexported (golint)
    • Line 81: warning: exported method MockFileInfo.Name should have comment or be unexported (golint)
    • Line 91: warning: exported method MockFileInfo.Size should have comment or be unexported (golint)
    • Line 101: warning: exported method MockFileInfo.Sys should have comment or be unexported (golint)
    • arktos/pkg/kubelet/dockershim/network/cni/cni.go
    • Line 44: warning: exported const CNIPluginName should have comment (or a comment on this block) or be unexported (golint)
    • Line 116: warning: exported function SplitDirs should have comment or be unexported (golint)
    • Line 121: warning: exported function ProbeNetworkPlugins should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/storage/resource_config.go
    • Line 32: warning: exported type ResourceConfig should have comment or be unexported (golint)
    • Line 37: warning: exported function NewResourceConfig should have comment or be unexported (golint)
    • Line 62: warning: exported method ResourceConfig.EnableVersions should have comment or be unexported (golint)
    • Line 68: warning: exported method ResourceConfig.VersionEnabled should have comment or be unexported (golint)
    • Line 77: warning: exported method ResourceConfig.DisableResources should have comment or be unexported (golint)
    • Line 83: warning: exported method ResourceConfig.EnableResources should have comment or be unexported (golint)
    • Line 89: warning: exported method ResourceConfig.ResourceEnabled should have comment or be unexported (golint)
    • Line 100: warning: exported method ResourceConfig.AnyVersionForGroupEnabled should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/scale/scheme/appsv1beta2/conversion.go
    • Line 42: warning: exported function Convert_scheme_ScaleStatus_To_v1beta2_ScaleStatus should have comment or be unexported (golint)
    • Line 42: warning: don't use underscores in Go names; func Convert_scheme_ScaleStatus_To_v1beta2_ScaleStatus should be ConvertSchemeScaleStatusToV1beta2ScaleStatus (golint)
    • Line 61: warning: exported function Convert_v1beta2_ScaleStatus_To_scheme_ScaleStatus should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; func Convert_v1beta2_ScaleStatus_To_scheme_ScaleStatus should be ConvertV1beta2ScaleStatusToSchemeScaleStatus (golint)
    • arktos/pkg/registry/core/service/storage/rest.go
    • Line 91: warning: exported type ServiceStorage should have comment or be unexported (golint)
    • Line 103: warning: exported type EndpointsStorage should have comment or be unexported (golint)
    • Line 154: warning: exported method REST.StorageVersion should have comment or be unexported (golint)
    • Line 185: warning: exported method REST.NamespaceScoped should have comment or be unexported (golint)
    • Line 189: warning: exported method REST.TenantScoped should have comment or be unexported (golint)
    • Line 193: warning: exported method REST.New should have comment or be unexported (golint)
    • Line 197: warning: exported method REST.NewList should have comment or be unexported (golint)
    • Line 201: warning: exported method REST.Get should have comment or be unexported (golint)
    • Line 205: warning: exported method REST.List should have comment or be unexported (golint)
    • Line 209: warning: exported method REST.Watch should have comment or be unexported (golint)
    • Line 213: warning: exported method REST.Export should have comment or be unexported (golint)
    • Line 243: warning: exported method REST.Create should have comment or be unexported (golint)
    • Line 314: warning: exported method REST.Delete should have comment or be unexported (golint)
    • Line 446: warning: exported method REST.Update should have comment or be unexported (golint)
    • Line 634: warning: exported method REST.ConvertToTable should have comment or be unexported (golint)
    • Line 634: warning: receiver name r should be consistent with previous receiver name rs for REST (golint)
    • arktos/cmd/kubeadm/app/apis/kubeadm/v1beta2/conversion.go
    • Line 24: warning: exported function Convert_kubeadm_InitConfiguration_To_v1beta2_InitConfiguration should have comment or be unexported (golint)
    • Line 24: warning: don't use underscores in Go names; func Convert_kubeadm_InitConfiguration_To_v1beta2_InitConfiguration should be ConvertKubeadmInitConfigurationToV1beta2InitConfiguration (golint)
    • Line 28: warning: exported function Convert_v1beta2_InitConfiguration_To_kubeadm_InitConfiguration should have comment or be unexported (golint)
    • Line 28: warning: don't use underscores in Go names; func Convert_v1beta2_InitConfiguration_To_kubeadm_InitConfiguration should be ConvertV1beta2InitConfigurationToKubeadmInitConfiguration (golint)
    • arktos/staging/src/k8s.io/metrics/pkg/apis/custom_metrics/v1beta1/conversion.go
    • Line 39: warning: exported function Convert_v1beta1_MetricValue_To_custom_metrics_MetricValue should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; func Convert_v1beta1_MetricValue_To_custom_metrics_MetricValue should be ConvertV1beta1MetricValueToCustomMetricsMetricValue (golint)
    • Line 58: warning: exported function Convert_custom_metrics_MetricValue_To_v1beta1_MetricValue should have comment or be unexported (golint)
    • Line 58: warning: don't use underscores in Go names; func Convert_custom_metrics_MetricValue_To_v1beta1_MetricValue should be ConvertCustomMetricsMetricValueToV1beta1MetricValue (golint)
    • arktos/pkg/controller/replication/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_ReplicationControllerConfiguration_To_config_ReplicationControllerConfiguration should be ConvertV1alpha1ReplicationControllerConfigurationToConfigReplicationControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_ReplicationControllerConfiguration_To_v1alpha1_ReplicationControllerConfiguration should be ConvertConfigReplicationControllerConfigurationToV1alpha1ReplicationControllerConfiguration (golint)
    • arktos/pkg/kubelet/types/types.go
    • Line 29: warning: exported type HttpGetter should have comment or be unexported (golint)
    • Line 62: warning: comment on exported type SortedContainerStatuses should be of the form "SortedContainerStatuses ..." (with optional leading article) (golint)
    • Line 96: warning: comment on exported type ResolvedPodUID should be of the form "ResolvedPodUID ..." (with optional leading article) (golint)
    • Line 99: warning: comment on exported type MirrorPodUID should be of the form "MirrorPodUID ..." (with optional leading article) (golint)
    • arktos/pkg/proxy/userspace/roundrobin.go
    • Line 36: warning: exported var ErrMissingServiceEntry should have comment or be unexported (golint)
    • Line 84: warning: exported method LoadBalancerRR.NewService should have comment or be unexported (golint)
    • Line 107: warning: exported method LoadBalancerRR.DeleteService should have comment or be unexported (golint)
    • Line 264: warning: exported method LoadBalancerRR.OnEndpointsAdd should have comment or be unexported (golint)
    • Line 291: warning: exported method LoadBalancerRR.OnEndpointsUpdate should have comment or be unexported (golint)
    • Line 346: warning: exported method LoadBalancerRR.OnEndpointsDelete should have comment or be unexported (golint)
    • Line 358: warning: exported method LoadBalancerRR.OnEndpointsSynced should have comment or be unexported (golint)
    • Line 372: warning: exported method LoadBalancerRR.CleanupStaleStickySessions should have comment or be unexported (golint)
    • arktos/pkg/util/oom/oom_fake.go
    • Line 19: warning: exported type FakeOOMAdjuster should have comment or be unexported (golint)
    • Line 21: warning: exported function NewFakeOOMAdjuster should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/batch/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_Job should be mapJob (golint)
    • Line 37: warning: exported method Job.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_JobCondition should be mapJobCondition (golint)
    • Line 51: warning: exported method JobCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 55: warning: don't use underscores in Go names; var map_JobList should be mapJobList (golint)
    • Line 61: warning: exported method JobList.SwaggerDoc should have comment or be unexported (golint)
    • Line 65: warning: don't use underscores in Go names; var map_JobSpec should be mapJobSpec (golint)
    • Line 77: warning: exported method JobSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 81: warning: don't use underscores in Go names; var map_JobStatus should be mapJobStatus (golint)
    • Line 91: warning: exported method JobStatus.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/registry/networking/rest/storage_settings.go
    • Line 32: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 34: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 68: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testcerts/certs.go
    • Line 22: warning: exported var CAKey should have comment or be unexported (golint)
    • Line 50: warning: exported var CACert should have comment or be unexported (golint)
    • Line 71: warning: exported var BadCAKey should have comment or be unexported (golint)
    • Line 99: warning: exported var BadCACert should have comment or be unexported (golint)
    • Line 120: warning: exported var ServerKey should have comment or be unexported (golint)
    • Line 148: warning: exported var ServerCert should have comment or be unexported (golint)
    • Line 169: warning: exported var ClientKey should have comment or be unexported (golint)
    • Line 197: warning: exported var ClientCert should have comment or be unexported (golint)
    • arktos/pkg/proxy/winuserspace/roundrobin.go
    • Line 36: warning: exported var ErrMissingServiceEntry should have comment or be unexported (golint)
    • Line 84: warning: exported method LoadBalancerRR.NewService should have comment or be unexported (golint)
    • Line 107: warning: exported method LoadBalancerRR.DeleteService should have comment or be unexported (golint)
    • Line 254: warning: exported method LoadBalancerRR.OnEndpointsAdd should have comment or be unexported (golint)
    • Line 281: warning: exported method LoadBalancerRR.OnEndpointsUpdate should have comment or be unexported (golint)
    • Line 328: warning: exported method LoadBalancerRR.OnEndpointsDelete should have comment or be unexported (golint)
    • Line 346: warning: exported method LoadBalancerRR.OnEndpointsSynced should have comment or be unexported (golint)
    • Line 360: warning: exported method LoadBalancerRR.CleanupStaleStickySessions should have comment or be unexported (golint)
    • arktos/pkg/registry/rbac/rest/storage_rbac.go
    • Line 60: warning: exported const PostStartHookName should have comment or be unexported (golint)
    • Line 62: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 68: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 115: warning: exported method RESTStorageProvider.PostStartHook should have comment or be unexported (golint)
    • Line 127: warning: exported type PolicyData should have comment or be unexported (golint)
    • Line 138: warning: exported method PolicyData.EnsureRBACPolicy should have comment or be unexported (golint)
    • Line 308: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/test/e2e/common/autoscaling_utils.go
    • Line 71: warning: exported var KindRC should have comment or be unexported (golint)
    • Line 106: warning: exported function GetResourceConsumerImage should have comment or be unexported (golint)
    • Line 110: warning: exported function NewDynamicResourceConsumer should have comment or be unexported (golint)
    • Line 115: warning: comment on exported function NewStaticResourceConsumer should be of the form "NewStaticResourceConsumer ..." (golint)
    • Line 121: warning: exported function NewMetricExporter should have comment or be unexported (golint)
    • Line 184: warning: comment on exported method ResourceConsumer.ConsumeCustomMetric should be of the form "ConsumeCustomMetric ..." (golint)
    • Line 333: warning: exported method ResourceConsumer.GetReplicas should have comment or be unexported (golint)
    • Line 362: warning: exported method ResourceConsumer.GetHpa should have comment or be unexported (golint)
    • Line 366: warning: exported method ResourceConsumer.WaitForReplicas should have comment or be unexported (golint)
    • Line 376: warning: exported method ResourceConsumer.EnsureDesiredReplicas should have comment or be unexported (golint)
    • Line 380: warning: exported method ResourceConsumer.EnsureDesiredReplicasInRange should have comment or be unexported (golint)
    • Line 416: warning: comment on exported method ResourceConsumer.Resume should be of the form "Resume ..." (golint)
    • Line 424: warning: exported method ResourceConsumer.CleanUp should have comment or be unexported (golint)
    • Line 531: warning: exported function CreateCPUHorizontalPodAutoscaler should have comment or be unexported (golint)
    • Line 553: warning: exported function DeleteHorizontalPodAutoscaler should have comment or be unexported (golint)
    • arktos/pkg/serviceaccount/util.go
    • Line 45: warning: exported type ServiceAccountInfo should have comment or be unexported (golint)
    • Line 50: warning: exported method ServiceAccountInfo.UserInfo should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/record/fake.go
    • Line 33: warning: exported method FakeRecorder.Event should have comment or be unexported (golint)
    • Line 39: warning: exported method FakeRecorder.Eventf should have comment or be unexported (golint)
    • Line 45: warning: exported method FakeRecorder.PastEventf should have comment or be unexported (golint)
    • Line 48: warning: exported method FakeRecorder.AnnotatedEventf should have comment or be unexported (golint)
    • arktos/pkg/kubelet/types/pod_update.go
    • Line 33: warning: exported const ConfigSourceAnnotationKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported const SET should be of the form "SET ..." (golint)
    • Line 46: warning: comment on exported const ADD should be of the form "ADD ..." (golint)
    • Line 48: warning: comment on exported const DELETE should be of the form "DELETE ..." (golint)
    • Line 50: warning: comment on exported const REMOVE should be of the form "REMOVE ..." (golint)
    • Line 52: warning: comment on exported const UPDATE should be of the form "UPDATE ..." (golint)
    • Line 54: warning: comment on exported const RECONCILE should be of the form "RECONCILE ..." (golint)
    • Line 57: warning: comment on exported const RESTORE should be of the form "RESTORE ..." (golint)
    • Line 59: warning: comment on exported const ACTION should be of the form "ACTION ..." (golint)
    • Line 62: warning: comment on exported const FileSource should be of the form "FileSource ..." (golint)
    • Line 65: warning: comment on exported const HTTPSource should be of the form "HTTPSource ..." (golint)
    • Line 67: warning: comment on exported const ApiserverSource should be of the form "ApiserverSource ..." (golint)
    • Line 69: warning: comment on exported const AllSource should be of the form "AllSource ..." (golint)
    • Line 72: warning: exported const NamespaceDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 91: warning: comment on exported function GetValidatedSources should be of the form "GetValidatedSources ..." (golint)
    • arktos/pkg/registry/rbac/role/policybased/storage.go
    • Line 37: warning: exported type Storage should have comment or be unexported (golint)
    • Line 45: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 49: warning: exported method Storage.NamespaceScoped should have comment or be unexported (golint)
    • Line 53: warning: exported method Storage.TenantScoped should have comment or be unexported (golint)
    • Line 57: warning: exported method Storage.StorageVersion should have comment or be unexported (golint)
    • Line 67: warning: exported method Storage.Create should have comment or be unexported (golint)
    • Line 67: warning: receiver name s should be consistent with previous receiver name r for Storage (golint)
    • Line 80: warning: exported method Storage.Update should have comment or be unexported (golint)
    • Line 80: warning: receiver name s should be consistent with previous receiver name r for Storage (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/storage/storage_factory.go
    • Line 153: warning: exported const AllResources should have comment or be unexported (golint)
    • Line 155: warning: exported function NewDefaultStorageFactory should have comment or be unexported (golint)
    • Line 180: warning: exported method DefaultStorageFactory.SetEtcdLocation should have comment or be unexported (golint)
    • Line 186: warning: exported method DefaultStorageFactory.SetEtcdPrefix should have comment or be unexported (golint)
    • Line 207: warning: exported method DefaultStorageFactory.SetSerializer should have comment or be unexported (golint)
    • Line 214: warning: exported method DefaultStorageFactory.SetTransformer should have comment or be unexported (golint)
    • Line 229: warning: exported method DefaultStorageFactory.AddSerializationChains should have comment or be unexported (golint)
    • Line 252: warning: comment on exported method DefaultStorageFactory.NewConfig should be of the form "NewConfig ..." (golint)
    • Line 334: warning: exported method DefaultStorageFactory.ResourcePrefix should have comment or be unexported (golint)
    • arktos/pkg/controller/mizar/grpc_adaptor.go
    • Line 27: warning: exported const GrpcPort should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported type IGrpcAdaptor should have comment or be unexported (golint)
    • Line 51: warning: exported type GrpcAdaptor should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/authorization/authorizer/interfaces.go
    • Line 77: warning: exported type AuthorizerFunc should have comment or be unexported (golint)
    • Line 79: warning: exported method AuthorizerFunc.Authorize should have comment or be unexported (golint)
    • Line 109: warning: exported method AttributesRecord.GetUser should have comment or be unexported (golint)
    • Line 113: warning: exported method AttributesRecord.GetVerb should have comment or be unexported (golint)
    • Line 117: warning: exported method AttributesRecord.IsReadOnly should have comment or be unexported (golint)
    • Line 121: warning: exported method AttributesRecord.GetNamespace should have comment or be unexported (golint)
    • Line 125: warning: exported method AttributesRecord.GetResource should have comment or be unexported (golint)
    • Line 129: warning: exported method AttributesRecord.GetSubresource should have comment or be unexported (golint)
    • Line 133: warning: exported method AttributesRecord.GetName should have comment or be unexported (golint)
    • Line 137: warning: exported method AttributesRecord.GetAPIGroup should have comment or be unexported (golint)
    • Line 141: warning: exported method AttributesRecord.GetAPIVersion should have comment or be unexported (golint)
    • Line 145: warning: exported method AttributesRecord.IsResourceRequest should have comment or be unexported (golint)
    • Line 149: warning: exported method AttributesRecord.GetPath should have comment or be unexported (golint)
    • Line 153: warning: exported method AttributesRecord.GetTenant should have comment or be unexported (golint)
    • Line 157: warning: exported type Decision should have comment or be unexported (golint)
    • Line 164: warning: comment on exported const DecisionNoOpinion should be of the form "DecisionNoOpinion ..." (golint)
    • arktos/pkg/kubelet/runtimeregistry/fake_runtime_manager.go
    • Line 24: warning: comment on exported type FakeRuntimeManager should be of the form "FakeRuntimeManager ..." (with optional leading article) (golint)
    • Line 30: warning: exported function NewFakeRuntimeManager should have comment or be unexported (golint)
    • Line 40: warning: exported method FakeRuntimeManager.GetAllRuntimeServices should have comment or be unexported (golint)
    • Line 44: warning: exported method FakeRuntimeManager.GetAllImageServices should have comment or be unexported (golint)
    • Line 48: warning: exported method FakeRuntimeManager.GetPrimaryRuntimeService should have comment or be unexported (golint)
    • Line 58: warning: exported method FakeRuntimeManager.GetRuntimeServiceByWorkloadType should have comment or be unexported (golint)
    • Line 68: warning: exported method FakeRuntimeManager.GetImageServiceByWorkloadType should have comment or be unexported (golint)
    • Line 78: warning: comment on exported method FakeRuntimeManager.GetAllRuntimeStatus should be of the form "GetAllRuntimeStatus ..." (golint)
    • arktos/staging/src/k8s.io/api/settings/v1alpha1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_PodPreset should be mapPodPreset (golint)
    • Line 34: warning: exported method PodPreset.SwaggerDoc should have comment or be unexported (golint)
    • Line 38: warning: don't use underscores in Go names; var map_PodPresetList should be mapPodPresetList (golint)
    • Line 44: warning: exported method PodPresetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 48: warning: don't use underscores in Go names; var map_PodPresetSpec should be mapPodPresetSpec (golint)
    • Line 57: warning: exported method PodPresetSpec.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/apis/apps/types.go
    • Line 201: warning: exported type StatefulSetConditionType should have comment or be unexported (golint)
    • Line 265: warning: exported type Deployment should have comment or be unexported (golint)
    • Line 279: warning: exported type DeploymentSpec should have comment or be unexported (golint)
    • Line 332: warning: comment on exported type DeploymentRollback should be of the form "DeploymentRollback ..." (with optional leading article) (golint)
    • Line 345: warning: comment on exported type RollbackConfig should be of the form "RollbackConfig ..." (with optional leading article) (golint)
    • Line 359: warning: exported type DeploymentStrategy should have comment or be unexported (golint)
    • Line 373: warning: exported type DeploymentStrategyType should have comment or be unexported (golint)
    • Line 412: warning: exported type DeploymentStatus should have comment or be unexported (golint)
    • Line 449: warning: exported type DeploymentConditionType should have comment or be unexported (golint)
    • Line 484: warning: exported type DeploymentList should have comment or be unexported (golint)
    • Line 493: warning: exported type DaemonSetUpdateStrategy should have comment or be unexported (golint)
    • Line 508: warning: exported type DaemonSetUpdateStrategyType should have comment or be unexported (golint)
    • Line 626: warning: exported type DaemonSetConditionType should have comment or be unexported (golint)
    • Line 669: warning: comment on exported const DaemonSetTemplateGenerationKey should be of the form "DaemonSetTemplateGenerationKey ..." (golint)
    • Line 771: warning: exported type ReplicaSetConditionType should have comment or be unexported (golint)
    • arktos/pkg/kubelet/dockershim/libdocker/client.go
    • Line 30: warning: comment on exported const MinimumDockerAPIVersion should be of the form "MinimumDockerAPIVersion ..." (golint)
    • Line 34: warning: comment on exported const StatusRunningPrefix should be of the form "StatusRunningPrefix ..." (golint)
    • Line 36: warning: exported const StatusCreatedPrefix should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: comment on exported const FakeDockerEndpoint should be of the form "FakeDockerEndpoint ..." (golint)
    • arktos/pkg/kubectl/cmd/util/kubectl_match_version.go
    • Line 84: warning: exported method MatchVersionFlags.ToRawKubeConfigLoader should have comment or be unexported (golint)
    • Line 88: warning: exported method MatchVersionFlags.ToDiscoveryClient should have comment or be unexported (golint)
    • Line 103: warning: exported method MatchVersionFlags.AddFlags should have comment or be unexported (golint)
    • Line 107: warning: exported function NewMatchVersionFlags should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/vsphere/credentialmanager.go
    • Line 45: warning: exported type SecretCache should have comment or be unexported (golint)
    • Line 51: warning: exported type Credential should have comment or be unexported (golint)
    • Line 56: warning: exported type SecretCredentialManager should have comment or be unexported (golint)
    • Line 104: warning: exported method SecretCache.GetSecret should have comment or be unexported (golint)
    • Line 110: warning: exported method SecretCache.UpdateSecret should have comment or be unexported (golint)
    • Line 116: warning: exported method SecretCache.GetCredential should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/policy/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_AllowedCSIDriver should be mapAllowedCSIDriver (golint)
    • Line 35: warning: exported method AllowedCSIDriver.SwaggerDoc should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; var map_AllowedFlexVolume should be mapAllowedFlexVolume (golint)
    • Line 44: warning: exported method AllowedFlexVolume.SwaggerDoc should have comment or be unexported (golint)
    • Line 48: warning: don't use underscores in Go names; var map_AllowedHostPath should be mapAllowedHostPath (golint)
    • Line 54: warning: exported method AllowedHostPath.SwaggerDoc should have comment or be unexported (golint)
    • Line 58: warning: don't use underscores in Go names; var map_Eviction should be mapEviction (golint)
    • Line 64: warning: exported method Eviction.SwaggerDoc should have comment or be unexported (golint)
    • Line 68: warning: don't use underscores in Go names; var map_FSGroupStrategyOptions should be mapFSGroupStrategyOptions (golint)
    • Line 74: warning: exported method FSGroupStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 78: warning: don't use underscores in Go names; var map_HostPortRange should be mapHostPortRange (golint)
    • Line 84: warning: exported method HostPortRange.SwaggerDoc should have comment or be unexported (golint)
    • Line 88: warning: don't use underscores in Go names; var map_IDRange should be mapIDRange (golint)
    • Line 94: warning: exported method IDRange.SwaggerDoc should have comment or be unexported (golint)
    • Line 98: warning: don't use underscores in Go names; var map_PodDisruptionBudget should be mapPodDisruptionBudget (golint)
    • Line 104: warning: exported method PodDisruptionBudget.SwaggerDoc should have comment or be unexported (golint)
    • Line 108: warning: don't use underscores in Go names; var map_PodDisruptionBudgetList should be mapPodDisruptionBudgetList (golint)
    • Line 112: warning: exported method PodDisruptionBudgetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 116: warning: don't use underscores in Go names; var map_PodDisruptionBudgetSpec should be mapPodDisruptionBudgetSpec (golint)
    • Line 123: warning: exported method PodDisruptionBudgetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 127: warning: don't use underscores in Go names; var map_PodDisruptionBudgetStatus should be mapPodDisruptionBudgetStatus (golint)
    • Line 137: warning: exported method PodDisruptionBudgetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 141: warning: don't use underscores in Go names; var map_PodSecurityPolicy should be mapPodSecurityPolicy (golint)
    • Line 147: warning: exported method PodSecurityPolicy.SwaggerDoc should have comment or be unexported (golint)
    • Line 151: warning: don't use underscores in Go names; var map_PodSecurityPolicyList should be mapPodSecurityPolicyList (golint)
    • Line 157: warning: exported method PodSecurityPolicyList.SwaggerDoc should have comment or be unexported (golint)
    • Line 161: warning: don't use underscores in Go names; var map_PodSecurityPolicySpec should be mapPodSecurityPolicySpec (golint)
    • Line 189: warning: exported method PodSecurityPolicySpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 193: warning: don't use underscores in Go names; var map_RunAsGroupStrategyOptions should be mapRunAsGroupStrategyOptions (golint)
    • Line 199: warning: exported method RunAsGroupStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 203: warning: don't use underscores in Go names; var map_RunAsUserStrategyOptions should be mapRunAsUserStrategyOptions (golint)
    • Line 209: warning: exported method RunAsUserStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 213: warning: don't use underscores in Go names; var map_RuntimeClassStrategyOptions should be mapRuntimeClassStrategyOptions (golint)
    • Line 219: warning: exported method RuntimeClassStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 223: warning: don't use underscores in Go names; var map_SELinuxStrategyOptions should be mapSELinuxStrategyOptions (golint)
    • Line 229: warning: exported method SELinuxStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 233: warning: don't use underscores in Go names; var map_SupplementalGroupsStrategyOptions should be mapSupplementalGroupsStrategyOptions (golint)
    • Line 239: warning: exported method SupplementalGroupsStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • arktos/test/utils/create_resources.go
    • Line 42: warning: comment on exported function RetryWithExponentialBackOff should be of the form "RetryWithExponentialBackOff ..." (golint)
    • Line 53: warning: exported function IsRetryableAPIError should have comment or be unexported (golint)
    • Line 66: warning: exported function CreatePodWithRetries should have comment or be unexported (golint)
    • Line 83: warning: exported function CreateRCWithRetries should have comment or be unexported (golint)
    • Line 100: warning: exported function CreateReplicaSetWithRetries should have comment or be unexported (golint)
    • Line 117: warning: exported function CreateDeploymentWithRetries should have comment or be unexported (golint)
    • Line 134: warning: exported function CreateDaemonSetWithRetries should have comment or be unexported (golint)
    • Line 151: warning: exported function CreateJobWithRetries should have comment or be unexported (golint)
    • Line 168: warning: exported function CreateSecretWithRetries should have comment or be unexported (golint)
    • Line 185: warning: exported function CreateConfigMapWithRetries should have comment or be unexported (golint)
    • Line 202: warning: exported function CreateServiceWithRetries should have comment or be unexported (golint)
    • Line 219: warning: exported function CreateResourceQuotaWithRetries should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/scale/scale.go
    • Line 70: warning: exported type ScaleOptions should have comment or be unexported (golint)
    • Line 99: warning: exported function NewScaleOptions should have comment or be unexported (golint)
    • Line 143: warning: exported method ScaleOptions.Complete should have comment or be unexported (golint)
    • Line 181: warning: exported method ScaleOptions.Validate should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/authentication/user/user.go
    • Line 59: warning: exported method DefaultInfo.GetName should have comment or be unexported (golint)
    • Line 63: warning: exported method DefaultInfo.GetUID should have comment or be unexported (golint)
    • Line 67: warning: exported method DefaultInfo.GetGroups should have comment or be unexported (golint)
    • Line 71: warning: exported method DefaultInfo.GetExtra should have comment or be unexported (golint)
    • Line 75: warning: exported method DefaultInfo.GetTenant should have comment or be unexported (golint)
    • Line 84: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/options/audit.go
    • Line 73: warning: exported type AuditOptions should have comment or be unexported (golint)
    • Line 106: warning: exported type AuditBatchOptions should have comment or be unexported (golint)
    • Line 116: warning: exported type AuditTruncateOptions should have comment or be unexported (golint)
    • Line 161: warning: exported function NewAuditOptions should have comment or be unexported (golint)
    • Line 188: warning: exported function NewAuditTruncateOptions should have comment or be unexported (golint)
    • Line 273: warning: exported method AuditOptions.AddFlags should have comment or be unexported (golint)
    • Line 290: warning: exported method AuditOptions.ApplyTo should have comment or be unexported (golint)
    • Line 385: warning: exported method AuditBatchOptions.AddFlags should have comment or be unexported (golint)
    • Line 431: warning: exported method AuditTruncateOptions.Validate should have comment or be unexported (golint)
    • Line 443: warning: exported method AuditTruncateOptions.AddFlags should have comment or be unexported (golint)
    • Line 463: warning: exported method AuditLogOptions.AddFlags should have comment or be unexported (golint)
    • Line 480: warning: exported method AuditLogOptions.Validate should have comment or be unexported (golint)
    • Line 555: warning: exported method AuditWebhookOptions.AddFlags should have comment or be unexported (golint)
    • Line 568: warning: exported method AuditWebhookOptions.Validate should have comment or be unexported (golint)
    • Line 603: warning: exported method AuditDynamicOptions.AddFlags should have comment or be unexported (golint)
    • Line 612: warning: exported method AuditDynamicOptions.Validate should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/cache/reflector.go
    • Line 235: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 607: warning: error should be the last type when returning multiple items (golint)
    • Line 713: warning: exported method Reflector.ListerWatcher should have comment or be unexported (golint)
    • Line 768: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/pkg/apis/rbac/helpers.go
    • Line 27: warning: exported function ResourceMatches should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function SubjectsStrings should be of the form "SubjectsStrings ..." (golint)
    • Line 113: warning: comment on exported type PolicyRuleBuilder should be of the form "PolicyRuleBuilder ..." (with optional leading article) (golint)
    • Line 121: warning: exported function NewRule should have comment or be unexported (golint)
    • Line 127: warning: exported method PolicyRuleBuilder.Groups should have comment or be unexported (golint)
    • Line 132: warning: exported method PolicyRuleBuilder.Resources should have comment or be unexported (golint)
    • Line 137: warning: exported method PolicyRuleBuilder.Names should have comment or be unexported (golint)
    • Line 142: warning: exported method PolicyRuleBuilder.URLs should have comment or be unexported (golint)
    • Line 147: warning: exported method PolicyRuleBuilder.RuleOrDie should have comment or be unexported (golint)
    • Line 161: warning: exported method PolicyRuleBuilder.Rule should have comment or be unexported (golint)
    • Line 201: warning: comment on exported type ClusterRoleBindingBuilder should be of the form "ClusterRoleBindingBuilder ..." (with optional leading article) (golint)
    • Line 209: warning: exported function NewClusterBinding should have comment or be unexported (golint)
    • Line 222: warning: exported method ClusterRoleBindingBuilder.Groups should have comment or be unexported (golint)
    • Line 229: warning: exported method ClusterRoleBindingBuilder.Users should have comment or be unexported (golint)
    • Line 236: warning: exported method ClusterRoleBindingBuilder.SAs should have comment or be unexported (golint)
    • Line 243: warning: exported method ClusterRoleBindingBuilder.BindingOrDie should have comment or be unexported (golint)
    • Line 251: warning: exported method ClusterRoleBindingBuilder.Binding should have comment or be unexported (golint)
    • Line 259: warning: comment on exported type RoleBindingBuilder should be of the form "RoleBindingBuilder ..." (with optional leading article) (golint)
    • Line 286: warning: exported function NewRoleBindingForClusterRole should have comment or be unexported (golint)
    • Line 346: warning: exported type SortableRuleSlice should have comment or be unexported (golint)
    • arktos/pkg/kubectl/cmd/delete/delete.go
    • Line 97: warning: exported type DeleteOptions should have comment or be unexported (golint)
    • Line 124: warning: exported function NewCmdDelete should have comment or be unexported (golint)
    • Line 148: warning: exported method DeleteOptions.Complete should have comment or be unexported (golint)
    • Line 211: warning: exported method DeleteOptions.Validate should have comment or be unexported (golint)
    • Line 233: warning: exported method DeleteOptions.RunDelete should have comment or be unexported (golint)
    • Line 237: warning: exported method DeleteOptions.DeleteResult should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/core/v1/types.go
    • Line 53: warning: comment on exported type VolumeSource should be of the form "VolumeSource ..." (with optional leading article) (golint)
    • Line 532: warning: exported type PersistentVolumeAccessMode should have comment or be unexported (golint)
    • Line 535: warning: comment on exported const ReadWriteOnce should be of the form "ReadWriteOnce ..." (golint)
    • Line 537: warning: comment on exported const ReadOnlyMany should be of the form "ReadOnlyMany ..." (golint)
    • Line 539: warning: comment on exported const ReadWriteMany should be of the form "ReadWriteMany ..." (golint)
    • Line 543: warning: exported type PersistentVolumePhase should have comment or be unexported (golint)
    • Line 546: warning: comment on exported const VolumePending should be of the form "VolumePending ..." (golint)
    • Line 548: warning: comment on exported const VolumeAvailable should be of the form "VolumeAvailable ..." (golint)
    • Line 551: warning: comment on exported const VolumeBound should be of the form "VolumeBound ..." (golint)
    • Line 553: warning: comment on exported const VolumeReleased should be of the form "VolumeReleased ..." (golint)
    • Line 557: warning: comment on exported const VolumeFailed should be of the form "VolumeFailed ..." (golint)
    • Line 561: warning: exported type PersistentVolumeClaimPhase should have comment or be unexported (golint)
    • Line 564: warning: comment on exported const ClaimPending should be of the form "ClaimPending ..." (golint)
    • Line 566: warning: comment on exported const ClaimBound should be of the form "ClaimBound ..." (golint)
    • Line 568: warning: comment on exported const ClaimLost should be of the form "ClaimLost ..." (golint)
    • Line 574: warning: exported type HostPathType should have comment or be unexported (golint)
    • Line 577: warning: comment on exported const HostPathUnset should be of the form "HostPathUnset ..." (golint)
    • Line 579: warning: comment on exported const HostPathDirectoryOrCreate should be of the form "HostPathDirectoryOrCreate ..." (golint)
    • Line 582: warning: comment on exported const HostPathDirectory should be of the form "HostPathDirectory ..." (golint)
    • Line 584: warning: comment on exported const HostPathFileOrCreate should be of the form "HostPathFileOrCreate ..." (golint)
    • Line 587: warning: comment on exported const HostPathFile should be of the form "HostPathFile ..." (golint)
    • Line 589: warning: comment on exported const HostPathSocket should be of the form "HostPathSocket ..." (golint)
    • Line 591: warning: comment on exported const HostPathCharDev should be of the form "HostPathCharDev ..." (golint)
    • Line 593: warning: comment on exported const HostPathBlockDev should be of the form "HostPathBlockDev ..." (golint)
    • Line 597: warning: comment on exported type HostPathVolumeSource should be of the form "HostPathVolumeSource ..." (with optional leading article) (golint)
    • Line 611: warning: comment on exported type EmptyDirVolumeSource should be of the form "EmptyDirVolumeSource ..." (with optional leading article) (golint)
    • Line 630: warning: comment on exported type GlusterfsVolumeSource should be of the form "GlusterfsVolumeSource ..." (with optional leading article) (golint)
    • Line 648: warning: comment on exported type GlusterfsPersistentVolumeSource should be of the form "GlusterfsPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 672: warning: comment on exported type RBDVolumeSource should be of the form "RBDVolumeSource ..." (with optional leading article) (golint)
    • Line 716: warning: comment on exported type RBDPersistentVolumeSource should be of the form "RBDPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 760: warning: comment on exported type CinderVolumeSource should be of the form "CinderVolumeSource ..." (with optional leading article) (golint)
    • Line 785: warning: comment on exported type CinderPersistentVolumeSource should be of the form "CinderPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 810: warning: comment on exported type CephFSVolumeSource should be of the form "CephFSVolumeSource ..." (with optional leading article) (golint)
    • Line 849: warning: comment on exported type CephFSPersistentVolumeSource should be of the form "CephFSPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 877: warning: comment on exported type FlockerVolumeSource should be of the form "FlockerVolumeSource ..." (with optional leading article) (golint)
    • Line 894: warning: exported const StorageMediumDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 911: warning: comment on exported type GCEPersistentDiskVolumeSource should be of the form "GCEPersistentDiskVolumeSource ..." (with optional leading article) (golint)
    • Line 942: warning: comment on exported type QuobyteVolumeSource should be of the form "QuobyteVolumeSource ..." (with optional leading article) (golint)
    • Line 1000: warning: comment on exported type FlexVolumeSource should be of the form "FlexVolumeSource ..." (with optional leading article) (golint)
    • Line 1026: warning: comment on exported type AWSElasticBlockStoreVolumeSource should be of the form "AWSElasticBlockStoreVolumeSource ..." (with optional leading article) (golint)
    • Line 1056: warning: comment on exported type GitRepoVolumeSource should be of the form "GitRepoVolumeSource ..." (with optional leading article) (golint)
    • Line 1077: warning: comment on exported type SecretVolumeSource should be of the form "SecretVolumeSource ..." (with optional leading article) (golint)
    • Line 1109: warning: exported const SecretVolumeSourceDefaultMode should have comment (or a comment on this block) or be unexported (golint)
    • Line 1112: warning: comment on exported type SecretProjection should be of the form "SecretProjection ..." (with optional leading article) (golint)
    • Line 1134: warning: comment on exported type NFSVolumeSource should be of the form "NFSVolumeSource ..." (with optional leading article) (golint)
    • Line 1153: warning: comment on exported type ISCSIVolumeSource should be of the form "ISCSIVolumeSource ..." (with optional leading article) (golint)
    • Line 1245: warning: comment on exported type FCVolumeSource should be of the form "FCVolumeSource ..." (with optional leading article) (golint)
    • Line 1271: warning: comment on exported type AzureFileVolumeSource should be of the form "AzureFileVolumeSource ..." (with optional leading article) (golint)
    • Line 1283: warning: comment on exported type AzureFilePersistentVolumeSource should be of the form "AzureFilePersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 1299: warning: comment on exported type VsphereVirtualDiskVolumeSource should be of the form "VsphereVirtualDiskVolumeSource ..." (with optional leading article) (golint)
    • Line 1316: warning: comment on exported type PhotonPersistentDiskVolumeSource should be of the form "PhotonPersistentDiskVolumeSource ..." (with optional leading article) (golint)
    • Line 1326: warning: exported type AzureDataDiskCachingMode should have comment or be unexported (golint)
    • Line 1327: warning: exported type AzureDataDiskKind should have comment or be unexported (golint)
    • Line 1330: warning: exported const AzureDataDiskCachingNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 1339: warning: comment on exported type AzureDiskVolumeSource should be of the form "AzureDiskVolumeSource ..." (with optional leading article) (golint)
    • Line 1449: warning: comment on exported type StorageOSVolumeSource should be of the form "StorageOSVolumeSource ..." (with optional leading article) (golint)
    • Line 1477: warning: comment on exported type StorageOSPersistentVolumeSource should be of the form "StorageOSPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 1505: warning: comment on exported type ConfigMapVolumeSource should be of the form "ConfigMapVolumeSource ..." (with optional leading article) (golint)
    • Line 1535: warning: exported const ConfigMapVolumeSourceDefaultMode should have comment (or a comment on this block) or be unexported (golint)
    • Line 1538: warning: comment on exported type ConfigMapProjection should be of the form "ConfigMapProjection ..." (with optional leading article) (golint)
    • Line 1585: warning: comment on exported type ProjectedVolumeSource should be of the form "ProjectedVolumeSource ..." (with optional leading article) (golint)
    • Line 1598: warning: comment on exported type VolumeProjection should be of the form "VolumeProjection ..." (with optional leading article) (golint)
    • Line 1617: warning: exported const ProjectedVolumeSourceDefaultMode should have comment (or a comment on this block) or be unexported (golint)
    • Line 1620: warning: comment on exported type KeyToPath should be of the form "KeyToPath ..." (with optional leading article) (golint)
    • Line 1638: warning: comment on exported type LocalVolumeSource should be of the form "LocalVolumeSource ..." (with optional leading article) (golint)
    • Line 1652: warning: comment on exported type CSIPersistentVolumeSource should be of the form "CSIPersistentVolumeSource ..." (with optional leading article) (golint)
    • Line 1712: warning: comment on exported type CSIVolumeSource should be of the form "CSIVolumeSource ..." (with optional leading article) (golint)
    • Line 1823: warning: comment on exported type VolumeDevice should be of the form "VolumeDevice ..." (with optional leading article) (golint)
    • Line 1892: warning: comment on exported type ConfigMapKeySelector should be of the form "ConfigMapKeySelector ..." (with optional leading article) (golint)
    • Line 2108: warning: comment on exported type Capabilities should be of the form "Capabilities ..." (with optional leading article) (golint)
    • Line 2137: warning: comment on exported type CommonInfo should be of the form "CommonInfo ..." (with optional leading article) (golint)
    • Line 2161: warning: comment on exported type Container should be of the form "Container ..." (with optional leading article) (golint)
    • Line 2321: warning: comment on exported type Nic should be of the form "Nic ..." (with optional leading article) (golint)
    • Line 2346: warning: exported type VmPowerSpec should have comment or be unexported (golint)
    • Line 2356: warning: comment on exported type VirtualMachine should be of the form "VirtualMachine ..." (with optional leading article) (golint)
    • Line 2464: warning: exported type ConditionStatus should have comment or be unexported (golint)
    • Line 2565: warning: exported type VmState should have comment or be unexported (golint)
    • Line 2568: warning: exported const VmActive should have comment (or a comment on this block) or be unexported (golint)
    • Line 2581: warning: exported type VmPowerState should have comment or be unexported (golint)
    • Line 2701: warning: exported const RestartPolicyAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 2736: warning: comment on exported type NodeSelector should be of the form "NodeSelector ..." (with optional leading article) (golint)
    • Line 2744: warning: comment on exported type NodeSelectorTerm should be of the form "NodeSelectorTerm ..." (with optional leading article) (golint)
    • Line 2756: warning: comment on exported type NodeSelectorRequirement should be of the form "NodeSelectorRequirement ..." (with optional leading article) (golint)
    • Line 2773: warning: comment on exported type NodeSelectorOperator should be of the form "NodeSelectorOperator ..." (with optional leading article) (golint)
    • Line 2778: warning: exported const NodeSelectorOpIn should have comment (or a comment on this block) or be unexported (golint)
    • Line 2786: warning: comment on exported type TopologySelectorTerm should be of the form "TopologySelectorTerm ..." (with optional leading article) (golint)
    • Line 2797: warning: comment on exported type TopologySelectorLabelRequirement should be of the form "TopologySelectorLabelRequirement ..." (with optional leading article) (golint)
    • Line 2820: warning: comment on exported type PodAffinity should be of the form "PodAffinity ..." (with optional leading article) (golint)
    • Line 2855: warning: comment on exported type PodAntiAffinity should be of the form "PodAntiAffinity ..." (with optional leading article) (golint)
    • Line 2890: warning: comment on exported type WeightedPodAffinityTerm should be of the form "WeightedPodAffinityTerm ..." (with optional leading article) (golint)
    • Line 2899: warning: comment on exported type PodAffinityTerm should be of the form "PodAffinityTerm ..." (with optional leading article) (golint)
    • Line 2921: warning: comment on exported type NodeAffinity should be of the form "NodeAffinity ..." (with optional leading article) (golint)
    • Line 2952: warning: comment on exported type PreferredSchedulingTerm should be of the form "PreferredSchedulingTerm ..." (with optional leading article) (golint)
    • Line 2961: warning: comment on exported type Taint should be of the form "Taint ..." (with optional leading article) (golint)
    • Line 2979: warning: exported type TaintEffect should have comment or be unexported (golint)
    • Line 2982: warning: comment on exported const TaintEffectNoSchedule should be of the form "TaintEffectNoSchedule ..." (golint)
    • Line 2987: warning: comment on exported const TaintEffectPreferNoSchedule should be of the form "TaintEffectPreferNoSchedule ..." (golint)
    • Line 2997: warning: comment on exported const TaintEffectNoExecute should be of the form "TaintEffectNoExecute ..." (golint)
    • Line 3002: warning: comment on exported type Toleration should be of the form "Toleration ..." (with optional leading article) (golint)
    • Line 3031: warning: comment on exported type TolerationOperator should be of the form "TolerationOperator ..." (with optional leading article) (golint)
    • Line 3035: warning: exported const TolerationOpExists should have comment (or a comment on this block) or be unexported (golint)
    • Line 3253: warning: exported method PodSpec.Workloads should have comment or be unexported (golint)
    • Line 3293: warning: exported method PodSpec.SetWorkloads should have comment or be unexported (golint)
    • Line 3313: warning: comment on exported const DefaultEnableServiceLinks should be of the form "DefaultEnableServiceLinks ..." (golint)
    • Line 3706: warning: exported type ReplicationControllerConditionType should have comment or be unexported (golint)
    • Line 3777: warning: comment on exported type ServiceAffinity should be of the form "ServiceAffinity ..." (with optional leading article) (golint)
    • Line 3788: warning: exported const DefaultClientIPServiceAffinitySeconds should have comment or be unexported (golint)
    • Line 3806: warning: comment on exported type ServiceType should be of the form "ServiceType ..." (with optional leading article) (golint)
    • Line 3833: warning: comment on exported type ServiceExternalTrafficPolicyType should be of the form "ServiceExternalTrafficPolicyType ..." (with optional leading article) (golint)
    • Line 4264: warning: don't use underscores in Go names; struct field DoNotUse_ExternalID should be DoNotUseExternalID (golint)
    • Line 4452: warning: exported type UniqueVolumeName should have comment or be unexported (golint)
    • Line 4473: warning: comment on exported type PreferAvoidPodsEntry should be of the form "PreferAvoidPodsEntry ..." (with optional leading article) (golint)
    • Line 4488: warning: comment on exported type PodSignature should be of the form "PodSignature ..." (with optional leading article) (golint)
    • Line 4496: warning: comment on exported type ContainerImage should be of the form "ContainerImage ..." (with optional leading article) (golint)
    • Line 4506: warning: exported type NodePhase should have comment or be unexported (golint)
    • Line 4518: warning: exported type NodeConditionType should have comment or be unexported (golint)
    • Line 4562: warning: exported type NodeAddressType should have comment or be unexported (golint)
    • Line 4602: warning: comment on exported const ResourceDefaultNamespacePrefix should be of the form "ResourceDefaultNamespacePrefix ..." (golint)
    • Line 4604: warning: comment on exported const ResourceHugePagesPrefix should be of the form "ResourceHugePagesPrefix ..." (golint)
    • Line 4606: warning: comment on exported const ResourceAttachableVolumesPrefix should be of the form "ResourceAttachableVolumesPrefix ..." (golint)
    • Line 4715: warning: exported type TenantPhase should have comment or be unexported (golint)
    • Line 4778: warning: exported type NamespacePhase should have comment or be unexported (golint)
    • Line 4843: warning: exported type Operation should have comment or be unexported (golint)
    • Line 4846: warning: exported const RebootOp should have comment (or a comment on this block) or be unexported (golint)
    • Line 4851: warning: exported type RebootParams should have comment or be unexported (golint)
    • Line 4855: warning: exported type SnapshotParams should have comment or be unexported (golint)
    • Line 4860: warning: exported type RestoreParams should have comment or be unexported (golint)
    • Line 4883: warning: exported type RebootAction should have comment or be unexported (golint)
    • Line 4887: warning: exported type RebootStatus should have comment or be unexported (golint)
    • Line 4891: warning: exported type SnapshotAction should have comment or be unexported (golint)
    • Line 4895: warning: exported type SnapshotStatus should have comment or be unexported (golint)
    • Line 4899: warning: exported type RestoreAction should have comment or be unexported (golint)
    • Line 4903: warning: exported type RestoreStatus should have comment or be unexported (golint)
    • Line 4907: warning: exported type ActionSpec should have comment or be unexported (golint)
    • Line 4916: warning: exported type ActionStatus should have comment or be unexported (golint)
    • Line 4929: warning: comment on exported type Action should be of the form "Action ..." (with optional leading article) (golint)
    • Line 5309: warning: exported type EventSeriesState should have comment or be unexported (golint)
    • Line 5312: warning: exported const EventSeriesStateOngoing should have comment (or a comment on this block) or be unexported (golint)
    • Line 5340: warning: comment on exported const LimitTypePod should be of the form "LimitTypePod ..." (golint)
    • Line 5342: warning: comment on exported const LimitTypeContainer should be of the form "LimitTypeContainer ..." (golint)
    • Line 5344: warning: comment on exported const LimitTypePersistentVolumeClaim should be of the form "LimitTypePersistentVolumeClaim ..." (golint)
    • Line 5457: warning: comment on exported const ResourceQuotaScopeTerminating should be of the form "ResourceQuotaScopeTerminating ..." (golint)
    • Line 5459: warning: comment on exported const ResourceQuotaScopeNotTerminating should be of the form "ResourceQuotaScopeNotTerminating ..." (golint)
    • Line 5461: warning: comment on exported const ResourceQuotaScopeBestEffort should be of the form "ResourceQuotaScopeBestEffort ..." (golint)
    • Line 5463: warning: comment on exported const ResourceQuotaScopeNotBestEffort should be of the form "ResourceQuotaScopeNotBestEffort ..." (golint)
    • Line 5465: warning: comment on exported const ResourceQuotaScopePriorityClass should be of the form "ResourceQuotaScopePriorityClass ..." (golint)
    • Line 5486: warning: comment on exported type ScopeSelector should be of the form "ScopeSelector ..." (with optional leading article) (golint)
    • Line 5494: warning: comment on exported type ScopedResourceSelectorRequirement should be of the form "ScopedResourceSelectorRequirement ..." (with optional leading article) (golint)
    • Line 5510: warning: comment on exported type ScopeSelectorOperator should be of the form "ScopeSelectorOperator ..." (with optional leading article) (golint)
    • Line 5515: warning: exported const ScopeSelectorOpIn should have comment (or a comment on this block) or be unexported (golint)
    • Line 5601: warning: exported const MaxSecretSize should have comment or be unexported (golint)
    • Line 5603: warning: exported type SecretType should have comment or be unexported (golint)
    • Line 5747: warning: comment on exported type ComponentConditionType should be of the form "ComponentConditionType ..." (with optional leading article) (golint)
    • Line 5755: warning: comment on exported type ComponentCondition should be of the form "ComponentCondition ..." (with optional leading article) (golint)
    • Line 5795: warning: comment on exported type ComponentStatusList should be of the form "ComponentStatusList ..." (with optional leading article) (golint)
    • Line 5823: warning: exported const DownwardAPIVolumeSourceDefaultMode should have comment (or a comment on this block) or be unexported (golint)
    • Line 5845: warning: comment on exported type DownwardAPIProjection should be of the form "DownwardAPIProjection ..." (with optional leading article) (golint)
    • Line 5916: warning: exported type ProcMountType should have comment or be unexported (golint)
    • Line 5978: warning: comment on exported const DefaultSchedulerName should be of the form "DefaultSchedulerName ..." (golint)
    • Line 5981: warning: comment on exported const DefaultHardPodAffinitySymmetricWeight should be of the form "DefaultHardPodAffinitySymmetricWeight ..." (golint)
    • Line 6004: warning: comment on exported const ExecStdinParam should be of the form "ExecStdinParam ..." (golint)
    • Line 6006: warning: comment on exported const ExecStdoutParam should be of the form "ExecStdoutParam ..." (golint)
    • Line 6008: warning: comment on exported const ExecStderrParam should be of the form "ExecStderrParam ..." (golint)
    • Line 6010: warning: comment on exported const ExecTTYParam should be of the form "ExecTTYParam ..." (golint)
    • Line 6012: warning: comment on exported const ExecCommandParam should be of the form "ExecCommandParam ..." (golint)
    • Line 6015: warning: comment on exported const StreamType should be of the form "StreamType ..." (golint)
    • Line 6017: warning: comment on exported const StreamTypeStdin should be of the form "StreamTypeStdin ..." (golint)
    • Line 6019: warning: comment on exported const StreamTypeStdout should be of the form "StreamTypeStdout ..." (golint)
    • Line 6021: warning: comment on exported const StreamTypeStderr should be of the form "StreamTypeStderr ..." (golint)
    • Line 6023: warning: comment on exported const StreamTypeData should be of the form "StreamTypeData ..." (golint)
    • Line 6025: warning: comment on exported const StreamTypeError should be of the form "StreamTypeError ..." (golint)
    • Line 6027: warning: comment on exported const StreamTypeResize should be of the form "StreamTypeResize ..." (golint)
    • Line 6030: warning: comment on exported const PortHeader should be of the form "PortHeader ..." (golint)
    • Line 6032: warning: comment on exported const PortForwardRequestIDHeader should be of the form "PortForwardRequestIDHeader ..." (golint)
    • arktos/staging/src/k8s.io/cli-runtime/pkg/resource/helper.go
    • Line 73: warning: exported method Helper.Get should have comment or be unexported (golint)
    • Line 85: warning: exported method Helper.List should have comment or be unexported (golint)
    • Line 97: warning: exported method Helper.Watch should have comment or be unexported (golint)
    • Line 111: warning: exported method Helper.WatchSingle should have comment or be unexported (golint)
    • Line 127: warning: exported method Helper.Delete should have comment or be unexported (golint)
    • Line 131: warning: exported method Helper.DeleteWithOptions should have comment or be unexported (golint)
    • Line 141: warning: exported method Helper.Create should have comment or be unexported (golint)
    • Line 171: warning: exported method Helper.Patch should have comment or be unexported (golint)
    • Line 185: warning: exported method Helper.Replace should have comment or be unexported (golint)
    • Line 217: warning: exported method Helper.GetWithMultiTenancy should have comment or be unexported (golint)
    • Line 230: warning: exported method Helper.ListWithMultiTenancy should have comment or be unexported (golint)
    • Line 243: warning: exported method Helper.WatchWithMultiTenancy should have comment or be unexported (golint)
    • Line 257: warning: exported method Helper.WatchSingleWithMultiTenancy should have comment or be unexported (golint)
    • Line 274: warning: exported method Helper.DeleteWithMultiTenancy should have comment or be unexported (golint)
    • Line 278: warning: exported method Helper.DeleteWithOptionsWithMultiTenancy should have comment or be unexported (golint)
    • Line 289: warning: exported method Helper.CreateWithMultiTenancy should have comment or be unexported (golint)
    • Line 320: warning: exported method Helper.PatchWithMultiTenancy should have comment or be unexported (golint)
    • Line 335: warning: exported method Helper.ReplaceWithMultiTenancy should have comment or be unexported (golint)
    • arktos/cmd/haproxy-cfg-generator/util.go
    • Line 26: warning: exported const ShellToUse should have comment or be unexported (golint)
    • Line 28: warning: exported type FontColor should have comment or be unexported (golint)
    • Line 31: warning: exported const ResetColor should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported function ApplyColor should have comment or be unexported (golint)
    • Line 46: warning: exported function LogError should have comment or be unexported (golint)
    • Line 51: warning: exported function LogWarning should have comment or be unexported (golint)
    • Line 56: warning: exported function LogInfo should have comment or be unexported (golint)
    • Line 61: warning: exported function LogSuccess should have comment or be unexported (golint)
    • Line 66: warning: exported function LogNormal should have comment or be unexported (golint)
    • Line 71: warning: exported function FileExists should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_CrossVersionObjectReference should be mapCrossVersionObjectReference (golint)
    • Line 37: warning: exported method CrossVersionObjectReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_ExternalMetricSource should be mapExternalMetricSource (golint)
    • Line 49: warning: exported method ExternalMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 53: warning: don't use underscores in Go names; var map_ExternalMetricStatus should be mapExternalMetricStatus (golint)
    • Line 61: warning: exported method ExternalMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 65: warning: don't use underscores in Go names; var map_HorizontalPodAutoscaler should be mapHorizontalPodAutoscaler (golint)
    • Line 72: warning: exported method HorizontalPodAutoscaler.SwaggerDoc should have comment or be unexported (golint)
    • Line 76: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerCondition should be mapHorizontalPodAutoscalerCondition (golint)
    • Line 85: warning: exported method HorizontalPodAutoscalerCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 89: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerList should be mapHorizontalPodAutoscalerList (golint)
    • Line 95: warning: exported method HorizontalPodAutoscalerList.SwaggerDoc should have comment or be unexported (golint)
    • Line 99: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerSpec should be mapHorizontalPodAutoscalerSpec (golint)
    • Line 107: warning: exported method HorizontalPodAutoscalerSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 111: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerStatus should be mapHorizontalPodAutoscalerStatus (golint)
    • Line 120: warning: exported method HorizontalPodAutoscalerStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 124: warning: don't use underscores in Go names; var map_MetricSpec should be mapMetricSpec (golint)
    • Line 133: warning: exported method MetricSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 137: warning: don't use underscores in Go names; var map_MetricStatus should be mapMetricStatus (golint)
    • Line 146: warning: exported method MetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 150: warning: don't use underscores in Go names; var map_ObjectMetricSource should be mapObjectMetricSource (golint)
    • Line 159: warning: exported method ObjectMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 163: warning: don't use underscores in Go names; var map_ObjectMetricStatus should be mapObjectMetricStatus (golint)
    • Line 172: warning: exported method ObjectMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 176: warning: don't use underscores in Go names; var map_PodsMetricSource should be mapPodsMetricSource (golint)
    • Line 183: warning: exported method PodsMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 187: warning: don't use underscores in Go names; var map_PodsMetricStatus should be mapPodsMetricStatus (golint)
    • Line 194: warning: exported method PodsMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 198: warning: don't use underscores in Go names; var map_ResourceMetricSource should be mapResourceMetricSource (golint)
    • Line 205: warning: exported method ResourceMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 209: warning: don't use underscores in Go names; var map_ResourceMetricStatus should be mapResourceMetricStatus (golint)
    • Line 216: warning: exported method ResourceMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 220: warning: don't use underscores in Go names; var map_Scale should be mapScale (golint)
    • Line 227: warning: exported method Scale.SwaggerDoc should have comment or be unexported (golint)
    • Line 231: warning: don't use underscores in Go names; var map_ScaleSpec should be mapScaleSpec (golint)
    • Line 236: warning: exported method ScaleSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 240: warning: don't use underscores in Go names; var map_ScaleStatus should be mapScaleStatus (golint)
    • Line 246: warning: exported method ScaleStatus.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/options/feature.go
    • Line 26: warning: exported type FeatureOptions should have comment or be unexported (golint)
    • Line 31: warning: exported function NewFeatureOptions should have comment or be unexported (golint)
    • Line 40: warning: exported method FeatureOptions.AddFlags should have comment or be unexported (golint)
    • Line 54: warning: exported method FeatureOptions.ApplyTo should have comment or be unexported (golint)
    • Line 65: warning: exported method FeatureOptions.Validate should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/testing/types.go
    • Line 23: warning: comment on exported type MyWeirdCustomEmbeddedVersionKindField should be of the form "MyWeirdCustomEmbeddedVersionKindField ..." (with optional leading article) (golint)
    • Line 33: warning: comment on exported type TestType1 should be of the form "TestType1 ..." (with optional leading article) (golint)
    • Line 54: warning: comment on exported type TestType2 should be of the form "TestType2 ..." (with optional leading article) (golint)
    • Line 60: warning: comment on exported type ExternalTestType2 should be of the form "ExternalTestType2 ..." (with optional leading article) (golint)
    • Line 66: warning: comment on exported type ExternalTestType1 should be of the form "ExternalTestType1 ..." (with optional leading article) (golint)
    • Line 87: warning: comment on exported type ExternalInternalSame should be of the form "ExternalInternalSame ..." (with optional leading article) (golint)
    • Line 93: warning: exported method MyWeirdCustomEmbeddedVersionKindField.GetObjectKind should have comment or be unexported (golint)
    • Line 94: warning: exported method MyWeirdCustomEmbeddedVersionKindField.SetGroupVersionKind should have comment or be unexported (golint)
    • Line 97: warning: exported method MyWeirdCustomEmbeddedVersionKindField.GroupVersionKind should have comment or be unexported (golint)
    • Line 101: warning: exported method ExternalInternalSame.GetObjectKind should have comment or be unexported (golint)
    • Line 105: warning: exported method TestType1.GetObjectKind should have comment or be unexported (golint)
    • Line 109: warning: exported method ExternalTestType1.GetObjectKind should have comment or be unexported (golint)
    • Line 113: warning: exported method TestType2.GetObjectKind should have comment or be unexported (golint)
    • Line 114: warning: exported method ExternalTestType2.GetObjectKind should have comment or be unexported (golint)
    • arktos/pkg/apis/policy/v1beta1/defaults.go
    • Line 23: warning: exported function SetDefaults_PodSecurityPolicySpec should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; func SetDefaults_PodSecurityPolicySpec should be SetDefaultsPodSecurityPolicySpec (golint)
    • arktos/test/utils/density_utils.go
    • Line 36: warning: exported function AddLabelsToNode should have comment or be unexported (golint)
    • Line 81: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/pkg/apis/extensions/v1beta1/conversion.go
    • Line 76: warning: exported function Convert_autoscaling_ScaleStatus_To_v1beta1_ScaleStatus should have comment or be unexported (golint)
    • Line 76: warning: don't use underscores in Go names; func Convert_autoscaling_ScaleStatus_To_v1beta1_ScaleStatus should be ConvertAutoscalingScaleStatusToV1beta1ScaleStatus (golint)
    • Line 92: warning: exported function Convert_v1beta1_ScaleStatus_To_autoscaling_ScaleStatus should have comment or be unexported (golint)
    • Line 92: warning: don't use underscores in Go names; func Convert_v1beta1_ScaleStatus_To_autoscaling_ScaleStatus should be ConvertV1beta1ScaleStatusToAutoscalingScaleStatus (golint)
    • Line 109: warning: exported function Convert_apps_DeploymentSpec_To_v1beta1_DeploymentSpec should have comment or be unexported (golint)
    • Line 109: warning: don't use underscores in Go names; func Convert_apps_DeploymentSpec_To_v1beta1_DeploymentSpec should be ConvertAppsDeploymentSpecToV1beta1DeploymentSpec (golint)
    • Line 137: warning: exported function Convert_v1beta1_DeploymentSpec_To_apps_DeploymentSpec should have comment or be unexported (golint)
    • Line 137: warning: don't use underscores in Go names; func Convert_v1beta1_DeploymentSpec_To_apps_DeploymentSpec should be ConvertV1beta1DeploymentSpecToAppsDeploymentSpec (golint)
    • Line 164: warning: exported function Convert_apps_DeploymentStrategy_To_v1beta1_DeploymentStrategy should have comment or be unexported (golint)
    • Line 164: warning: don't use underscores in Go names; func Convert_apps_DeploymentStrategy_To_v1beta1_DeploymentStrategy should be ConvertAppsDeploymentStrategyToV1beta1DeploymentStrategy (golint)
    • Line 177: warning: exported function Convert_v1beta1_DeploymentStrategy_To_apps_DeploymentStrategy should have comment or be unexported (golint)
    • Line 177: warning: don't use underscores in Go names; func Convert_v1beta1_DeploymentStrategy_To_apps_DeploymentStrategy should be ConvertV1beta1DeploymentStrategyToAppsDeploymentStrategy (golint)
    • Line 190: warning: exported function Convert_apps_RollingUpdateDeployment_To_v1beta1_RollingUpdateDeployment should have comment or be unexported (golint)
    • Line 190: warning: don't use underscores in Go names; func Convert_apps_RollingUpdateDeployment_To_v1beta1_RollingUpdateDeployment should be ConvertAppsRollingUpdateDeploymentToV1beta1RollingUpdateDeployment (golint)
    • Line 206: warning: exported function Convert_v1beta1_RollingUpdateDeployment_To_apps_RollingUpdateDeployment should have comment or be unexported (golint)
    • Line 206: warning: don't use underscores in Go names; func Convert_v1beta1_RollingUpdateDeployment_To_apps_RollingUpdateDeployment should be ConvertV1beta1RollingUpdateDeploymentToAppsRollingUpdateDeployment (golint)
    • Line 216: warning: exported function Convert_apps_RollingUpdateDaemonSet_To_v1beta1_RollingUpdateDaemonSet should have comment or be unexported (golint)
    • Line 216: warning: don't use underscores in Go names; func Convert_apps_RollingUpdateDaemonSet_To_v1beta1_RollingUpdateDaemonSet should be ConvertAppsRollingUpdateDaemonSetToV1beta1RollingUpdateDaemonSet (golint)
    • Line 226: warning: exported function Convert_v1beta1_RollingUpdateDaemonSet_To_apps_RollingUpdateDaemonSet should have comment or be unexported (golint)
    • Line 226: warning: don't use underscores in Go names; func Convert_v1beta1_RollingUpdateDaemonSet_To_apps_RollingUpdateDaemonSet should be ConvertV1beta1RollingUpdateDaemonSetToAppsRollingUpdateDaemonSet (golint)
    • Line 233: warning: exported function Convert_apps_ReplicaSetSpec_To_v1beta1_ReplicaSetSpec should have comment or be unexported (golint)
    • Line 233: warning: don't use underscores in Go names; func Convert_apps_ReplicaSetSpec_To_v1beta1_ReplicaSetSpec should be ConvertAppsReplicaSetSpecToV1beta1ReplicaSetSpec (golint)
    • Line 244: warning: exported function Convert_v1beta1_ReplicaSetSpec_To_apps_ReplicaSetSpec should have comment or be unexported (golint)
    • Line 244: warning: don't use underscores in Go names; func Convert_v1beta1_ReplicaSetSpec_To_apps_ReplicaSetSpec should be ConvertV1beta1ReplicaSetSpecToAppsReplicaSetSpec (golint)
    • Line 256: warning: exported function Convert_v1beta1_NetworkPolicy_To_networking_NetworkPolicy should have comment or be unexported (golint)
    • Line 256: warning: don't use underscores in Go names; func Convert_v1beta1_NetworkPolicy_To_networking_NetworkPolicy should be ConvertV1beta1NetworkPolicyToNetworkingNetworkPolicy (golint)
    • Line 261: warning: exported function Convert_networking_NetworkPolicy_To_v1beta1_NetworkPolicy should have comment or be unexported (golint)
    • Line 261: warning: don't use underscores in Go names; func Convert_networking_NetworkPolicy_To_v1beta1_NetworkPolicy should be ConvertNetworkingNetworkPolicyToV1beta1NetworkPolicy (golint)
    • Line 266: warning: exported function Convert_v1beta1_NetworkPolicySpec_To_networking_NetworkPolicySpec should have comment or be unexported (golint)
    • Line 266: warning: don't use underscores in Go names; func Convert_v1beta1_NetworkPolicySpec_To_networking_NetworkPolicySpec should be ConvertV1beta1NetworkPolicySpecToNetworkingNetworkPolicySpec (golint)
    • Line 294: warning: exported function Convert_networking_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec should have comment or be unexported (golint)
    • Line 294: warning: don't use underscores in Go names; func Convert_networking_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec should be ConvertNetworkingNetworkPolicySpecToV1beta1NetworkPolicySpec (golint)
    • Line 322: warning: exported function Convert_v1beta1_NetworkPolicyIngressRule_To_networking_NetworkPolicyIngressRule should have comment or be unexported (golint)
    • Line 322: warning: don't use underscores in Go names; func Convert_v1beta1_NetworkPolicyIngressRule_To_networking_NetworkPolicyIngressRule should be ConvertV1beta1NetworkPolicyIngressRuleToNetworkingNetworkPolicyIngressRule (golint)
    • Line 340: warning: exported function Convert_networking_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule should have comment or be unexported (golint)
    • Line 340: warning: don't use underscores in Go names; func Convert_networking_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule should be ConvertNetworkingNetworkPolicyIngressRuleToV1beta1NetworkPolicyIngressRule (golint)
    • Line 358: warning: exported function Convert_v1beta1_NetworkPolicyEgressRule_To_networking_NetworkPolicyEgressRule should have comment or be unexported (golint)
    • Line 358: warning: don't use underscores in Go names; func Convert_v1beta1_NetworkPolicyEgressRule_To_networking_NetworkPolicyEgressRule should be ConvertV1beta1NetworkPolicyEgressRuleToNetworkingNetworkPolicyEgressRule (golint)
    • Line 374: warning: exported function Convert_networking_NetworkPolicyEgressRule_To_v1beta1_NetworkPolicyEgressRule should have comment or be unexported (golint)
    • Line 374: warning: don't use underscores in Go names; func Convert_networking_NetworkPolicyEgressRule_To_v1beta1_NetworkPolicyEgressRule should be ConvertNetworkingNetworkPolicyEgressRuleToV1beta1NetworkPolicyEgressRule (golint)
    • Line 390: warning: exported function Convert_v1beta1_NetworkPolicyPeer_To_networking_NetworkPolicyPeer should have comment or be unexported (golint)
    • Line 390: warning: don't use underscores in Go names; func Convert_v1beta1_NetworkPolicyPeer_To_networking_NetworkPolicyPeer should be ConvertV1beta1NetworkPolicyPeerToNetworkingNetworkPolicyPeer (golint)
    • Line 418: warning: exported function Convert_networking_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer should have comment or be unexported (golint)
    • Line 418: warning: don't use underscores in Go names; func Convert_networking_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer should be ConvertNetworkingNetworkPolicyPeerToV1beta1NetworkPolicyPeer (golint)
    • Line 446: warning: exported function Convert_v1beta1_IPBlock_To_networking_IPBlock should have comment or be unexported (golint)
    • Line 446: warning: don't use underscores in Go names; func Convert_v1beta1_IPBlock_To_networking_IPBlock should be ConvertV1beta1IPBlockToNetworkingIPBlock (golint)
    • Line 454: warning: exported function Convert_networking_IPBlock_To_v1beta1_IPBlock should have comment or be unexported (golint)
    • Line 454: warning: don't use underscores in Go names; func Convert_networking_IPBlock_To_v1beta1_IPBlock should be ConvertNetworkingIPBlockToV1beta1IPBlock (golint)
    • Line 462: warning: exported function Convert_v1beta1_NetworkPolicyPort_To_networking_NetworkPolicyPort should have comment or be unexported (golint)
    • Line 462: warning: don't use underscores in Go names; func Convert_v1beta1_NetworkPolicyPort_To_networking_NetworkPolicyPort should be ConvertV1beta1NetworkPolicyPortToNetworkingNetworkPolicyPort (golint)
    • Line 473: warning: exported function Convert_networking_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort should have comment or be unexported (golint)
    • Line 473: warning: don't use underscores in Go names; func Convert_networking_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort should be ConvertNetworkingNetworkPolicyPortToV1beta1NetworkPolicyPort (golint)
    • Line 484: warning: exported function Convert_v1beta1_NetworkPolicyList_To_networking_NetworkPolicyList should have comment or be unexported (golint)
    • Line 484: warning: don't use underscores in Go names; func Convert_v1beta1_NetworkPolicyList_To_networking_NetworkPolicyList should be ConvertV1beta1NetworkPolicyListToNetworkingNetworkPolicyList (golint)
    • Line 495: warning: exported function Convert_networking_NetworkPolicyList_To_v1beta1_NetworkPolicyList should have comment or be unexported (golint)
    • Line 495: warning: don't use underscores in Go names; func Convert_networking_NetworkPolicyList_To_v1beta1_NetworkPolicyList should be ConvertNetworkingNetworkPolicyListToV1beta1NetworkPolicyList (golint)
    • arktos/pkg/registry/scheduling/rest/storage_scheduling.go
    • Line 43: warning: exported const PostStartHookName should have comment or be unexported (golint)
    • Line 45: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 49: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 91: warning: exported method RESTStorageProvider.PostStartHook should have comment or be unexported (golint)
    • Line 95: warning: exported function AddSystemPriorityClasses should have comment or be unexported (golint)
    • Line 118: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 139: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/test/e2e/scalability/density.go
    • Line 58: warning: exported const PodStartupLatencyThreshold should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: comment on exported var MaxContainerFailures should be of the form "MaxContainerFailures ..." (golint)
    • Line 68: warning: comment on exported var MaxMissingPodStartupMeasurements should be of the form "MaxMissingPodStartupMeasurements ..." (golint)
    • Line 74: warning: exported type DensityTestConfig should have comment or be unexported (golint)
    • arktos/pkg/apis/rbac/v1/defaults.go
    • Line 28: warning: exported function SetDefaults_ClusterRoleBinding should have comment or be unexported (golint)
    • Line 28: warning: don't use underscores in Go names; func SetDefaults_ClusterRoleBinding should be SetDefaultsClusterRoleBinding (golint)
    • Line 33: warning: exported function SetDefaults_RoleBinding should have comment or be unexported (golint)
    • Line 33: warning: don't use underscores in Go names; func SetDefaults_RoleBinding should be SetDefaultsRoleBinding (golint)
    • Line 38: warning: exported function SetDefaults_Subject should have comment or be unexported (golint)
    • Line 38: warning: don't use underscores in Go names; func SetDefaults_Subject should be SetDefaultsSubject (golint)
    • arktos/pkg/controller/daemon/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_DaemonSetControllerConfiguration_To_config_DaemonSetControllerConfiguration should be ConvertV1alpha1DaemonSetControllerConfigurationToConfigDaemonSetControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_DaemonSetControllerConfiguration_To_v1alpha1_DaemonSetControllerConfiguration should be ConvertConfigDaemonSetControllerConfigurationToV1alpha1DaemonSetControllerConfiguration (golint)
    • arktos/pkg/util/netsh/testing/fake.go
    • Line 25: warning: comment on exported type FakeNetsh should be of the form "FakeNetsh ..." (with optional leading article) (golint)
    • Line 29: warning: exported function NewFake should have comment or be unexported (golint)
    • Line 33: warning: exported method FakeNetsh.EnsurePortProxyRule should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/clientcmd/loader.go
    • Line 44: warning: exported const RecommendedConfigPathFlag should have comment (or a comment on this block) or be unexported (golint)
    • Line 52: warning: exported var RecommendedConfigDir should have comment or be unexported (golint)
    • Line 72: warning: exported type ClientConfigLoader should have comment or be unexported (golint)
    • Line 80: warning: exported type KubeconfigGetter should have comment or be unexported (golint)
    • Line 82: warning: exported type ClientConfigGetter should have comment or be unexported (golint)
    • Line 89: warning: exported method ClientConfigGetter.Load should have comment or be unexported (golint)
    • Line 94: warning: exported method ClientConfigGetter.GetLoadingPrecedence should have comment or be unexported (golint)
    • Line 97: warning: exported method ClientConfigGetter.GetStartingConfig should have comment or be unexported (golint)
    • Line 100: warning: exported method ClientConfigGetter.GetDefaultFilename should have comment or be unexported (golint)
    • Line 103: warning: exported method ClientConfigGetter.IsExplicitFile should have comment or be unexported (golint)
    • Line 106: warning: exported method ClientConfigGetter.GetExplicitFile should have comment or be unexported (golint)
    • Line 109: warning: exported method ClientConfigGetter.IsDefaultConfig should have comment or be unexported (golint)
    • Line 471: warning: exported method ClientConfigLoadingRules.ResolvePaths should have comment or be unexported (golint)
    • Line 551: warning: exported function RelativizeConfigPaths should have comment or be unexported (golint)
    • Line 555: warning: exported function ResolveConfigPaths should have comment or be unexported (golint)
    • Line 559: warning: exported function GetConfigFileReferences should have comment or be unexported (golint)
    • Line 572: warning: exported function GetClusterFileReferences should have comment or be unexported (golint)
    • Line 576: warning: exported function GetAuthInfoFileReferences should have comment or be unexported (golint)
    • Line 625: warning: exported function MakeRelative should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/tools/cache/fifo.go
    • Line 37: warning: error var FIFOClosedError should have name of the form ErrFoo (golint)
    • Line 37: warning: exported var FIFOClosedError should have comment or be unexported (golint)
    • Line 69: warning: comment on exported function Pop should be of the form "Pop ..." (golint)
    • Line 129: warning: comment on exported method FIFO.HasSynced should be of the form "HasSynced ..." (golint)
    • Line 245: warning: comment on exported method FIFO.IsClosed should be of the form "IsClosed ..." (golint)
    • arktos/test/e2e_node/util.go
    • Line 18: warning: don't use an underscore in package name (golint)
    • Line 58: warning: should not use dot imports (golint)
    • Line 59: warning: should not use dot imports (golint)
    • Line 437: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/pkg/registry/rbac/reconciliation/role_interfaces.go
    • Line 27: warning: comment on exported type RoleRuleOwner should be of the form "RoleRuleOwner ..." (with optional leading article) (golint)
    • Line 34: warning: exported method RoleRuleOwner.GetObject should have comment or be unexported (golint)
    • Line 38: warning: exported method RoleRuleOwner.GetNamespace should have comment or be unexported (golint)
    • Line 42: warning: exported method RoleRuleOwner.GetName should have comment or be unexported (golint)
    • Line 46: warning: exported method RoleRuleOwner.GetLabels should have comment or be unexported (golint)
    • Line 50: warning: exported method RoleRuleOwner.SetLabels should have comment or be unexported (golint)
    • Line 54: warning: exported method RoleRuleOwner.GetAnnotations should have comment or be unexported (golint)
    • Line 58: warning: exported method RoleRuleOwner.SetAnnotations should have comment or be unexported (golint)
    • Line 62: warning: exported method RoleRuleOwner.GetRules should have comment or be unexported (golint)
    • Line 66: warning: exported method RoleRuleOwner.SetRules should have comment or be unexported (golint)
    • Line 70: warning: exported method RoleRuleOwner.GetAggregationRule should have comment or be unexported (golint)
    • Line 74: warning: exported method RoleRuleOwner.SetAggregationRule should have comment or be unexported (golint)
    • Line 77: warning: exported type RoleModifier should have comment or be unexported (golint)
    • Line 82: warning: exported method RoleModifier.Get should have comment or be unexported (golint)
    • Line 90: warning: exported method RoleModifier.Create should have comment or be unexported (golint)
    • Line 102: warning: exported method RoleModifier.Update should have comment or be unexported (golint)
    • arktos/pkg/apis/admissionregistration/v1/defaults.go
    • Line 18: warning: package comment should be of the form "Package v1 ..." (golint)
    • Line 32: warning: exported function SetDefaults_ValidatingWebhook should have comment or be unexported (golint)
    • Line 32: warning: don't use underscores in Go names; func SetDefaults_ValidatingWebhook should be SetDefaultsValidatingWebhook (golint)
    • Line 55: warning: exported function SetDefaults_MutatingWebhook should have comment or be unexported (golint)
    • Line 55: warning: don't use underscores in Go names; func SetDefaults_MutatingWebhook should be SetDefaultsMutatingWebhook (golint)
    • Line 82: warning: exported function SetDefaults_Rule should have comment or be unexported (golint)
    • Line 82: warning: don't use underscores in Go names; func SetDefaults_Rule should be SetDefaultsRule (golint)
    • Line 90: warning: don't use underscores in Go names; func SetDefaults_ServiceReference should be SetDefaultsServiceReference (golint)
    • arktos/staging/src/k8s.io/component-base/cli/flag/string_flag.go
    • Line 27: warning: exported function NewStringFlag should have comment or be unexported (golint)
    • Line 31: warning: exported method StringFlag.Default should have comment or be unexported (golint)
    • Line 39: warning: exported method StringFlag.Value should have comment or be unexported (golint)
    • Line 43: warning: exported method StringFlag.Set should have comment or be unexported (golint)
    • Line 50: warning: exported method StringFlag.Provided should have comment or be unexported (golint)
    • Line 54: warning: exported method StringFlag.Type should have comment or be unexported (golint)
    • arktos/test/e2e/storage/vsphere/vsphere_volume_vsan_policy.go
    • Line 37: warning: exported const VmfsDatastore should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; const Policy_DiskStripes should be PolicyDiskStripes (golint)
    • Line 41: warning: don't use underscores in Go names; const Policy_HostFailuresToTolerate should be PolicyHostFailuresToTolerate (golint)
    • Line 42: warning: don't use underscores in Go names; const Policy_CacheReservation should be PolicyCacheReservation (golint)
    • Line 43: warning: don't use underscores in Go names; const Policy_ObjectSpaceReservation should be PolicyObjectSpaceReservation (golint)
    • Line 44: warning: don't use underscores in Go names; const Policy_IopsLimit should be PolicyIopsLimit (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/options/authentication.go
    • Line 40: warning: exported type RequestHeaderAuthenticationOptions should have comment or be unexported (golint)
    • Line 51: warning: exported method RequestHeaderAuthenticationOptions.AddFlags should have comment or be unexported (golint)
    • Line 92: warning: exported type ClientCertAuthenticationOptions should have comment or be unexported (golint)
    • Line 97: warning: exported method ClientCertAuthenticationOptions.AddFlags should have comment or be unexported (golint)
    • Line 129: warning: exported function NewDelegatingAuthenticationOptions should have comment or be unexported (golint)
    • Line 142: warning: exported method DelegatingAuthenticationOptions.Validate should have comment or be unexported (golint)
    • Line 147: warning: exported method DelegatingAuthenticationOptions.AddFlags should have comment or be unexported (golint)
    • Line 174: warning: exported method DelegatingAuthenticationOptions.ApplyTo should have comment or be unexported (golint)
    • arktos/pkg/apis/policy/validation/validation.go
    • Line 39: warning: exported function ValidatePodDisruptionBudget should have comment or be unexported (golint)
    • Line 45: warning: exported function ValidatePodDisruptionBudgetSpec should have comment or be unexported (golint)
    • Line 67: warning: exported function ValidatePodDisruptionBudgetStatus should have comment or be unexported (golint)
    • Line 82: warning: exported function ValidatePodSecurityPolicy should have comment or be unexported (golint)
    • Line 90: warning: exported function ValidatePodSecurityPolicySpec should have comment or be unexported (golint)
    • Line 118: warning: exported function ValidatePodSecurityPolicySpecificAnnotations should have comment or be unexported (golint)
    • Line 339: warning: exported const SysctlPatternFmt should have comment or be unexported (golint)
    • Line 343: warning: exported function IsValidSysctlPattern should have comment or be unexported (golint)
    • arktos/pkg/controller/garbagecollector/graph.go
    • Line 103: warning: receiver name ownerNode should be consistent with previous receiver name n for node (golint)
    • Line 109: warning: receiver name ownerNode should be consistent with previous receiver name n for node (golint)
    • Line 115: warning: receiver name ownerNode should be consistent with previous receiver name n for node (golint)
    • Line 124: warning: receiver name ownerNode should be consistent with previous receiver name n for node (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/options/coreapi.go
    • Line 38: warning: exported function NewCoreAPIOptions should have comment or be unexported (golint)
    • Line 42: warning: exported method CoreAPIOptions.AddFlags should have comment or be unexported (golint)
    • Line 51: warning: exported method CoreAPIOptions.ApplyTo should have comment or be unexported (golint)
    • Line 82: warning: exported method CoreAPIOptions.Validate should have comment or be unexported (golint)
    • arktos/test/e2e/arktos/multi_tenancy/cmd/framework/testcase.go
    • Line 25: warning: exported type TestCase should have comment or be unexported (golint)
    • Line 45: warning: exported method TestCase.Validate should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method TestCase.Complete should be of the form "Complete ..." (golint)
    • Line 63: warning: exported method TestCase.Run should have comment or be unexported (golint)
    • Line 77: warning: exported method TestCase.Test should have comment or be unexported (golint)
    • Line 140: warning: exported method TestCase.CheckTestResult should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/meta.go
    • Line 25: warning: comment on exported type ObjectMetaAccessor should be of the form "ObjectMetaAccessor ..." (with optional leading article) (golint)
    • Line 117: warning: exported method ListMeta.GetResourceVersion should have comment or be unexported (golint)
    • Line 118: warning: exported method ListMeta.SetResourceVersion should have comment or be unexported (golint)
    • Line 119: warning: exported method ListMeta.GetSelfLink should have comment or be unexported (golint)
    • Line 120: warning: exported method ListMeta.SetSelfLink should have comment or be unexported (golint)
    • Line 121: warning: exported method ListMeta.GetContinue should have comment or be unexported (golint)
    • Line 122: warning: exported method ListMeta.SetContinue should have comment or be unexported (golint)
    • Line 123: warning: exported method ListMeta.GetRemainingItemCount should have comment or be unexported (golint)
    • Line 124: warning: exported method ListMeta.SetRemainingItemCount should have comment or be unexported (golint)
    • Line 126: warning: exported method TypeMeta.GetObjectKind should have comment or be unexported (golint)
    • Line 138: warning: exported method ListMeta.GetListMeta should have comment or be unexported (golint)
    • Line 138: warning: receiver name obj should be consistent with previous receiver name meta for ListMeta (golint)
    • Line 140: warning: exported method ObjectMeta.GetObjectMeta should have comment or be unexported (golint)
    • Line 142: warning: exported method ObjectMeta.GetTenant should have comment or be unexported (golint)
    • Line 142: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 143: warning: exported method ObjectMeta.SetTenant should have comment or be unexported (golint)
    • Line 143: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 145: warning: comment on exported method ObjectMeta.GetNamespace should be of the form "GetNamespace ..." (golint)
    • Line 147: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 148: warning: exported method ObjectMeta.SetNamespace should have comment or be unexported (golint)
    • Line 148: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 149: warning: exported method ObjectMeta.GetName should have comment or be unexported (golint)
    • Line 149: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 150: warning: exported method ObjectMeta.SetName should have comment or be unexported (golint)
    • Line 150: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 151: warning: exported method ObjectMeta.GetGenerateName should have comment or be unexported (golint)
    • Line 151: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 152: warning: exported method ObjectMeta.SetGenerateName should have comment or be unexported (golint)
    • Line 152: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 153: warning: exported method ObjectMeta.GetUID should have comment or be unexported (golint)
    • Line 153: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 154: warning: exported method ObjectMeta.SetUID should have comment or be unexported (golint)
    • Line 154: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 155: warning: exported method ObjectMeta.GetHashKey should have comment or be unexported (golint)
    • Line 155: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 156: warning: exported method ObjectMeta.SetHashKey should have comment or be unexported (golint)
    • Line 156: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 157: warning: exported method ObjectMeta.GetResourceVersion should have comment or be unexported (golint)
    • Line 157: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 158: warning: exported method ObjectMeta.SetResourceVersion should have comment or be unexported (golint)
    • Line 158: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 159: warning: exported method ObjectMeta.GetGeneration should have comment or be unexported (golint)
    • Line 159: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 160: warning: exported method ObjectMeta.SetGeneration should have comment or be unexported (golint)
    • Line 160: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 161: warning: exported method ObjectMeta.GetSelfLink should have comment or be unexported (golint)
    • Line 161: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 162: warning: exported method ObjectMeta.SetSelfLink should have comment or be unexported (golint)
    • Line 162: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 163: warning: exported method ObjectMeta.GetCreationTimestamp should have comment or be unexported (golint)
    • Line 163: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 164: warning: exported method ObjectMeta.SetCreationTimestamp should have comment or be unexported (golint)
    • Line 164: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 167: warning: exported method ObjectMeta.GetDeletionTimestamp should have comment or be unexported (golint)
    • Line 167: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 168: warning: exported method ObjectMeta.SetDeletionTimestamp should have comment or be unexported (golint)
    • Line 168: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 171: warning: exported method ObjectMeta.GetDeletionGracePeriodSeconds should have comment or be unexported (golint)
    • Line 171: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 172: warning: exported method ObjectMeta.SetDeletionGracePeriodSeconds should have comment or be unexported (golint)
    • Line 172: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 175: warning: exported method ObjectMeta.GetLabels should have comment or be unexported (golint)
    • Line 175: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 176: warning: exported method ObjectMeta.SetLabels should have comment or be unexported (golint)
    • Line 176: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 177: warning: exported method ObjectMeta.GetAnnotations should have comment or be unexported (golint)
    • Line 177: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 178: warning: exported method ObjectMeta.SetAnnotations should have comment or be unexported (golint)
    • Line 178: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 179: warning: exported method ObjectMeta.GetInitializers should have comment or be unexported (golint)
    • Line 179: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 180: warning: exported method ObjectMeta.SetInitializers should have comment or be unexported (golint)
    • Line 180: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 181: warning: exported method ObjectMeta.GetFinalizers should have comment or be unexported (golint)
    • Line 181: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 182: warning: exported method ObjectMeta.SetFinalizers should have comment or be unexported (golint)
    • Line 182: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 183: warning: exported method ObjectMeta.GetOwnerReferences should have comment or be unexported (golint)
    • Line 183: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 184: warning: exported method ObjectMeta.SetOwnerReferences should have comment or be unexported (golint)
    • Line 184: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 187: warning: exported method ObjectMeta.GetClusterName should have comment or be unexported (golint)
    • Line 187: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 188: warning: exported method ObjectMeta.SetClusterName should have comment or be unexported (golint)
    • Line 188: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 189: warning: exported method ObjectMeta.GetManagedFields should have comment or be unexported (golint)
    • Line 189: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • Line 190: warning: exported method ObjectMeta.SetManagedFields should have comment or be unexported (golint)
    • Line 190: warning: receiver name meta should be consistent with previous receiver name obj for ObjectMeta (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/runtime/testing/types.go
    • Line 27: warning: comment on exported type EmbeddedTest should be of the form "EmbeddedTest ..." (with optional leading article) (golint)
    • Line 35: warning: comment on exported type EmbeddedTestExternal should be of the form "EmbeddedTestExternal ..." (with optional leading article) (golint)
    • Line 43: warning: comment on exported type ObjectTest should be of the form "ObjectTest ..." (with optional leading article) (golint)
    • Line 51: warning: comment on exported type ObjectTestExternal should be of the form "ObjectTestExternal ..." (with optional leading article) (golint)
    • Line 59: warning: comment on exported type InternalSimple should be of the form "InternalSimple ..." (with optional leading article) (golint)
    • Line 65: warning: comment on exported type ExternalSimple should be of the form "ExternalSimple ..." (with optional leading article) (golint)
    • Line 71: warning: comment on exported type ExtensionA should be of the form "ExtensionA ..." (with optional leading article) (golint)
    • Line 77: warning: comment on exported type ExtensionB should be of the form "ExtensionB ..." (with optional leading article) (golint)
    • Line 83: warning: comment on exported type ExternalExtensionType should be of the form "ExternalExtensionType ..." (with optional leading article) (golint)
    • Line 89: warning: comment on exported type InternalExtensionType should be of the form "InternalExtensionType ..." (with optional leading article) (golint)
    • Line 95: warning: comment on exported type ExternalOptionalExtensionType should be of the form "ExternalOptionalExtensionType ..." (with optional leading article) (golint)
    • Line 101: warning: comment on exported type InternalOptionalExtensionType should be of the form "InternalOptionalExtensionType ..." (with optional leading article) (golint)
    • Line 107: warning: comment on exported type InternalComplex should be of the form "InternalComplex ..." (with optional leading article) (golint)
    • Line 117: warning: comment on exported type ExternalComplex should be of the form "ExternalComplex ..." (with optional leading article) (golint)
    • Line 127: warning: comment on exported type MyWeirdCustomEmbeddedVersionKindField should be of the form "MyWeirdCustomEmbeddedVersionKindField ..." (with optional leading article) (golint)
    • Line 137: warning: comment on exported type TestType1 should be of the form "TestType1 ..." (with optional leading article) (golint)
    • Line 158: warning: comment on exported type TestType2 should be of the form "TestType2 ..." (with optional leading article) (golint)
    • Line 164: warning: comment on exported type ExternalTestType2 should be of the form "ExternalTestType2 ..." (with optional leading article) (golint)
    • Line 170: warning: comment on exported type ExternalTestType1 should be of the form "ExternalTestType1 ..." (with optional leading article) (golint)
    • Line 191: warning: comment on exported type ExternalInternalSame should be of the form "ExternalInternalSame ..." (with optional leading article) (golint)
    • Line 197: warning: comment on exported type UnversionedType should be of the form "UnversionedType ..." (with optional leading article) (golint)
    • Line 203: warning: comment on exported type UnknownType should be of the form "UnknownType ..." (with optional leading article) (golint)
    • Line 209: warning: exported method MyWeirdCustomEmbeddedVersionKindField.GetObjectKind should have comment or be unexported (golint)
    • Line 210: warning: exported method MyWeirdCustomEmbeddedVersionKindField.SetGroupVersionKind should have comment or be unexported (golint)
    • Line 213: warning: exported method MyWeirdCustomEmbeddedVersionKindField.GroupVersionKind should have comment or be unexported (golint)
    • Line 217: warning: exported method TestType2.GetObjectKind should have comment or be unexported (golint)
    • Line 218: warning: exported method ExternalTestType2.GetObjectKind should have comment or be unexported (golint)
    • Line 220: warning: comment on exported type Unstructured should be of the form "Unstructured ..." (with optional leading article) (golint)
    • Line 230: warning: exported method Unstructured.GetObjectKind should have comment or be unexported (golint)
    • Line 232: warning: exported method Unstructured.IsList should have comment or be unexported (golint)
    • Line 240: warning: exported method Unstructured.EachListItem should have comment or be unexported (golint)
    • Line 264: warning: exported method Unstructured.NewEmptyInstance should have comment or be unexported (golint)
    • Line 272: warning: exported method Unstructured.UnstructuredContent should have comment or be unexported (golint)
    • Line 279: warning: exported method Unstructured.SetUnstructuredContent should have comment or be unexported (golint)
    • Line 285: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 291: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 295: warning: exported method Unstructured.DeepCopyObject should have comment or be unexported (golint)
    • Line 295: warning: receiver name in should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 299: warning: exported method Unstructured.DeepCopy should have comment or be unexported (golint)
    • Line 299: warning: receiver name in should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 309: warning: exported method Unstructured.GroupVersionKind should have comment or be unexported (golint)
    • Line 309: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • Line 325: warning: exported method Unstructured.SetGroupVersionKind should have comment or be unexported (golint)
    • Line 325: warning: receiver name u should be consistent with previous receiver name obj for Unstructured (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/runtime/error.go
    • Line 33: warning: exported function NewNotRegisteredErrForKind should have comment or be unexported (golint)
    • Line 37: warning: exported function NewNotRegisteredErrForType should have comment or be unexported (golint)
    • Line 41: warning: exported function NewNotRegisteredErrForTarget should have comment or be unexported (golint)
    • Line 45: warning: exported function NewNotRegisteredGVKErrForTarget should have comment or be unexported (golint)
    • Line 84: warning: exported function NewMissingKindErr should have comment or be unexported (golint)
    • Line 106: warning: exported function NewMissingVersionErr should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/extensions/v1beta1/types.go
    • Line 26: warning: comment on exported type ScaleSpec should be of the form "ScaleSpec ..." (with optional leading article) (golint)
    • Line 33: warning: comment on exported type ScaleStatus should be of the form "ScaleStatus ..." (with optional leading article) (golint)
    • Line 54: warning: comment on exported type Scale should be of the form "Scale ..." (with optional leading article) (golint)
    • Line 72: warning: comment on exported type ReplicationControllerDummy should be of the form "ReplicationControllerDummy ..." (with optional leading article) (golint)
    • Line 82: warning: comment on exported type Deployment should be of the form "Deployment ..." (with optional leading article) (golint)
    • Line 155: warning: comment on exported type DeploymentRollback should be of the form "DeploymentRollback ..." (with optional leading article) (golint)
    • Line 168: warning: comment on exported type RollbackConfig should be of the form "RollbackConfig ..." (with optional leading article) (golint)
    • Line 197: warning: exported type DeploymentStrategyType should have comment or be unexported (golint)
    • Line 200: warning: comment on exported const RecreateDeploymentStrategyType should be of the form "RecreateDeploymentStrategyType ..." (golint)
    • Line 203: warning: comment on exported const RollingUpdateDeploymentStrategyType should be of the form "RollingUpdateDeploymentStrategyType ..." (golint)
    • Line 207: warning: comment on exported type RollingUpdateDeployment should be of the form "RollingUpdateDeployment ..." (with optional leading article) (golint)
    • Line 277: warning: exported type DeploymentConditionType should have comment or be unexported (golint)
    • Line 323: warning: exported type DaemonSetUpdateStrategy should have comment or be unexported (golint)
    • Line 338: warning: exported type DaemonSetUpdateStrategyType should have comment or be unexported (golint)
    • Line 341: warning: comment on exported const RollingUpdateDaemonSetStrategyType should be of the form "RollingUpdateDaemonSetStrategyType ..." (golint)
    • Line 344: warning: comment on exported const OnDeleteDaemonSetStrategyType should be of the form "OnDeleteDaemonSetStrategyType ..." (golint)
    • Line 348: warning: comment on exported type RollingUpdateDaemonSet should be of the form "RollingUpdateDaemonSet ..." (with optional leading article) (golint)
    • Line 462: warning: exported type DaemonSetConditionType should have comment or be unexported (golint)
    • Line 486: warning: comment on exported type DaemonSet should be of the form "DaemonSet ..." (with optional leading article) (golint)
    • Line 511: warning: comment on exported const DaemonSetTemplateGenerationKey should be of the form "DaemonSetTemplateGenerationKey ..." (golint)
    • Line 712: warning: comment on exported type ReplicaSet should be of the form "ReplicaSet ..." (with optional leading article) (golint)
    • Line 811: warning: exported type ReplicaSetConditionType should have comment or be unexported (golint)
    • Line 990: warning: exported var AzureFile should have comment or be unexported (golint)
    • Line 1217: warning: comment on exported type NetworkPolicy should be of the form "NetworkPolicy ..." (with optional leading article) (golint)
    • Line 1231: warning: comment on exported type PolicyType should be of the form "PolicyType ..." (with optional leading article) (golint)
    • Line 1243: warning: comment on exported type NetworkPolicySpec should be of the form "NetworkPolicySpec ..." (with optional leading article) (golint)
    • Line 1286: warning: comment on exported type NetworkPolicyIngressRule should be of the form "NetworkPolicyIngressRule ..." (with optional leading article) (golint)
    • Line 1306: warning: comment on exported type NetworkPolicyEgressRule should be of the form "NetworkPolicyEgressRule ..." (with optional leading article) (golint)
    • Line 1328: warning: comment on exported type NetworkPolicyPort should be of the form "NetworkPolicyPort ..." (with optional leading article) (golint)
    • Line 1344: warning: comment on exported type IPBlock should be of the form "IPBlock ..." (with optional leading article) (golint)
    • Line 1359: warning: comment on exported type NetworkPolicyPeer should be of the form "NetworkPolicyPeer ..." (with optional leading article) (golint)
    • Line 1387: warning: comment on exported type NetworkPolicyList should be of the form "NetworkPolicyList ..." (with optional leading article) (golint)
    • arktos/staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_AllowedCSIDriver should be mapAllowedCSIDriver (golint)
    • Line 35: warning: exported method AllowedCSIDriver.SwaggerDoc should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; var map_AllowedFlexVolume should be mapAllowedFlexVolume (golint)
    • Line 44: warning: exported method AllowedFlexVolume.SwaggerDoc should have comment or be unexported (golint)
    • Line 48: warning: don't use underscores in Go names; var map_AllowedHostPath should be mapAllowedHostPath (golint)
    • Line 54: warning: exported method AllowedHostPath.SwaggerDoc should have comment or be unexported (golint)
    • Line 58: warning: don't use underscores in Go names; var map_DaemonSet should be mapDaemonSet (golint)
    • Line 65: warning: exported method DaemonSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 69: warning: don't use underscores in Go names; var map_DaemonSetCondition should be mapDaemonSetCondition (golint)
    • Line 78: warning: exported method DaemonSetCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 82: warning: don't use underscores in Go names; var map_DaemonSetList should be mapDaemonSetList (golint)
    • Line 88: warning: exported method DaemonSetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 92: warning: don't use underscores in Go names; var map_DaemonSetSpec should be mapDaemonSetSpec (golint)
    • Line 102: warning: exported method DaemonSetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 106: warning: don't use underscores in Go names; var map_DaemonSetStatus should be mapDaemonSetStatus (golint)
    • Line 120: warning: exported method DaemonSetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 124: warning: don't use underscores in Go names; var map_DaemonSetUpdateStrategy should be mapDaemonSetUpdateStrategy (golint)
    • Line 129: warning: exported method DaemonSetUpdateStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 133: warning: don't use underscores in Go names; var map_Deployment should be mapDeployment (golint)
    • Line 140: warning: exported method Deployment.SwaggerDoc should have comment or be unexported (golint)
    • Line 144: warning: don't use underscores in Go names; var map_DeploymentCondition should be mapDeploymentCondition (golint)
    • Line 154: warning: exported method DeploymentCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 158: warning: don't use underscores in Go names; var map_DeploymentList should be mapDeploymentList (golint)
    • Line 164: warning: exported method DeploymentList.SwaggerDoc should have comment or be unexported (golint)
    • Line 168: warning: don't use underscores in Go names; var map_DeploymentRollback should be mapDeploymentRollback (golint)
    • Line 175: warning: exported method DeploymentRollback.SwaggerDoc should have comment or be unexported (golint)
    • Line 179: warning: don't use underscores in Go names; var map_DeploymentSpec should be mapDeploymentSpec (golint)
    • Line 192: warning: exported method DeploymentSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 196: warning: don't use underscores in Go names; var map_DeploymentStatus should be mapDeploymentStatus (golint)
    • Line 208: warning: exported method DeploymentStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 212: warning: don't use underscores in Go names; var map_DeploymentStrategy should be mapDeploymentStrategy (golint)
    • Line 218: warning: exported method DeploymentStrategy.SwaggerDoc should have comment or be unexported (golint)
    • Line 222: warning: don't use underscores in Go names; var map_FSGroupStrategyOptions should be mapFSGroupStrategyOptions (golint)
    • Line 228: warning: exported method FSGroupStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 232: warning: don't use underscores in Go names; var map_HTTPIngressPath should be mapHTTPIngressPath (golint)
    • Line 238: warning: exported method HTTPIngressPath.SwaggerDoc should have comment or be unexported (golint)
    • Line 242: warning: don't use underscores in Go names; var map_HTTPIngressRuleValue should be mapHTTPIngressRuleValue (golint)
    • Line 247: warning: exported method HTTPIngressRuleValue.SwaggerDoc should have comment or be unexported (golint)
    • Line 251: warning: don't use underscores in Go names; var map_HostPortRange should be mapHostPortRange (golint)
    • Line 257: warning: exported method HostPortRange.SwaggerDoc should have comment or be unexported (golint)
    • Line 261: warning: don't use underscores in Go names; var map_IDRange should be mapIDRange (golint)
    • Line 267: warning: exported method IDRange.SwaggerDoc should have comment or be unexported (golint)
    • Line 271: warning: don't use underscores in Go names; var map_IPBlock should be mapIPBlock (golint)
    • Line 277: warning: exported method IPBlock.SwaggerDoc should have comment or be unexported (golint)
    • Line 281: warning: don't use underscores in Go names; var map_Ingress should be mapIngress (golint)
    • Line 288: warning: exported method Ingress.SwaggerDoc should have comment or be unexported (golint)
    • Line 292: warning: don't use underscores in Go names; var map_IngressBackend should be mapIngressBackend (golint)
    • Line 298: warning: exported method IngressBackend.SwaggerDoc should have comment or be unexported (golint)
    • Line 302: warning: don't use underscores in Go names; var map_IngressList should be mapIngressList (golint)
    • Line 308: warning: exported method IngressList.SwaggerDoc should have comment or be unexported (golint)
    • Line 312: warning: don't use underscores in Go names; var map_IngressRule should be mapIngressRule (golint)
    • Line 317: warning: exported method IngressRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 321: warning: don't use underscores in Go names; var map_IngressRuleValue should be mapIngressRuleValue (golint)
    • Line 325: warning: exported method IngressRuleValue.SwaggerDoc should have comment or be unexported (golint)
    • Line 329: warning: don't use underscores in Go names; var map_IngressSpec should be mapIngressSpec (golint)
    • Line 336: warning: exported method IngressSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 340: warning: don't use underscores in Go names; var map_IngressStatus should be mapIngressStatus (golint)
    • Line 345: warning: exported method IngressStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 349: warning: don't use underscores in Go names; var map_IngressTLS should be mapIngressTLS (golint)
    • Line 355: warning: exported method IngressTLS.SwaggerDoc should have comment or be unexported (golint)
    • Line 359: warning: don't use underscores in Go names; var map_NetworkPolicy should be mapNetworkPolicy (golint)
    • Line 365: warning: exported method NetworkPolicy.SwaggerDoc should have comment or be unexported (golint)
    • Line 369: warning: don't use underscores in Go names; var map_NetworkPolicyEgressRule should be mapNetworkPolicyEgressRule (golint)
    • Line 375: warning: exported method NetworkPolicyEgressRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 379: warning: don't use underscores in Go names; var map_NetworkPolicyIngressRule should be mapNetworkPolicyIngressRule (golint)
    • Line 385: warning: exported method NetworkPolicyIngressRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 389: warning: don't use underscores in Go names; var map_NetworkPolicyList should be mapNetworkPolicyList (golint)
    • Line 395: warning: exported method NetworkPolicyList.SwaggerDoc should have comment or be unexported (golint)
    • Line 399: warning: don't use underscores in Go names; var map_NetworkPolicyPeer should be mapNetworkPolicyPeer (golint)
    • Line 406: warning: exported method NetworkPolicyPeer.SwaggerDoc should have comment or be unexported (golint)
    • Line 410: warning: don't use underscores in Go names; var map_NetworkPolicyPort should be mapNetworkPolicyPort (golint)
    • Line 416: warning: exported method NetworkPolicyPort.SwaggerDoc should have comment or be unexported (golint)
    • Line 420: warning: don't use underscores in Go names; var map_NetworkPolicySpec should be mapNetworkPolicySpec (golint)
    • Line 428: warning: exported method NetworkPolicySpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 432: warning: don't use underscores in Go names; var map_PodSecurityPolicy should be mapPodSecurityPolicy (golint)
    • Line 438: warning: exported method PodSecurityPolicy.SwaggerDoc should have comment or be unexported (golint)
    • Line 442: warning: don't use underscores in Go names; var map_PodSecurityPolicyList should be mapPodSecurityPolicyList (golint)
    • Line 448: warning: exported method PodSecurityPolicyList.SwaggerDoc should have comment or be unexported (golint)
    • Line 452: warning: don't use underscores in Go names; var map_PodSecurityPolicySpec should be mapPodSecurityPolicySpec (golint)
    • Line 480: warning: exported method PodSecurityPolicySpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 484: warning: don't use underscores in Go names; var map_ReplicaSet should be mapReplicaSet (golint)
    • Line 491: warning: exported method ReplicaSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 495: warning: don't use underscores in Go names; var map_ReplicaSetCondition should be mapReplicaSetCondition (golint)
    • Line 504: warning: exported method ReplicaSetCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 508: warning: don't use underscores in Go names; var map_ReplicaSetList should be mapReplicaSetList (golint)
    • Line 514: warning: exported method ReplicaSetList.SwaggerDoc should have comment or be unexported (golint)
    • Line 518: warning: don't use underscores in Go names; var map_ReplicaSetSpec should be mapReplicaSetSpec (golint)
    • Line 526: warning: exported method ReplicaSetSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 530: warning: don't use underscores in Go names; var map_ReplicaSetStatus should be mapReplicaSetStatus (golint)
    • Line 540: warning: exported method ReplicaSetStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 544: warning: don't use underscores in Go names; var map_ReplicationControllerDummy should be mapReplicationControllerDummy (golint)
    • Line 548: warning: exported method ReplicationControllerDummy.SwaggerDoc should have comment or be unexported (golint)
    • Line 552: warning: don't use underscores in Go names; var map_RollbackConfig should be mapRollbackConfig (golint)
    • Line 557: warning: exported method RollbackConfig.SwaggerDoc should have comment or be unexported (golint)
    • Line 561: warning: don't use underscores in Go names; var map_RollingUpdateDaemonSet should be mapRollingUpdateDaemonSet (golint)
    • Line 566: warning: exported method RollingUpdateDaemonSet.SwaggerDoc should have comment or be unexported (golint)
    • Line 570: warning: don't use underscores in Go names; var map_RollingUpdateDeployment should be mapRollingUpdateDeployment (golint)
    • Line 576: warning: exported method RollingUpdateDeployment.SwaggerDoc should have comment or be unexported (golint)
    • Line 580: warning: don't use underscores in Go names; var map_RunAsGroupStrategyOptions should be mapRunAsGroupStrategyOptions (golint)
    • Line 586: warning: exported method RunAsGroupStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 590: warning: don't use underscores in Go names; var map_RunAsUserStrategyOptions should be mapRunAsUserStrategyOptions (golint)
    • Line 596: warning: exported method RunAsUserStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 600: warning: don't use underscores in Go names; var map_RuntimeClassStrategyOptions should be mapRuntimeClassStrategyOptions (golint)
    • Line 606: warning: exported method RuntimeClassStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 610: warning: don't use underscores in Go names; var map_SELinuxStrategyOptions should be mapSELinuxStrategyOptions (golint)
    • Line 616: warning: exported method SELinuxStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • Line 620: warning: don't use underscores in Go names; var map_Scale should be mapScale (golint)
    • Line 627: warning: exported method Scale.SwaggerDoc should have comment or be unexported (golint)
    • Line 631: warning: don't use underscores in Go names; var map_ScaleSpec should be mapScaleSpec (golint)
    • Line 636: warning: exported method ScaleSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 640: warning: don't use underscores in Go names; var map_ScaleStatus should be mapScaleStatus (golint)
    • Line 647: warning: exported method ScaleStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 651: warning: don't use underscores in Go names; var map_SupplementalGroupsStrategyOptions should be mapSupplementalGroupsStrategyOptions (golint)
    • Line 657: warning: exported method SupplementalGroupsStrategyOptions.SwaggerDoc should have comment or be unexported (golint)
    • arktos/test/utils/pod_store.go
    • Line 34: warning: comment on exported type PodStore should be of the form "PodStore ..." (with optional leading article) (golint)
    • Line 41: warning: exported function NewPodStore should have comment or be unexported (golint)
    • Line 70: warning: exported method PodStore.List should have comment or be unexported (golint)
    • Line 79: warning: exported method PodStore.Stop should have comment or be unexported (golint)
    • arktos/pkg/util/mount/mount.go
    • Line 17: warning: package comment should be of the form "Package mount ..." (golint)
    • Line 28: warning: exported type FileType should have comment or be unexported (golint)
    • Line 33: warning: exported const FileTypeDirectory should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported type Interface should have comment or be unexported (golint)
    • Line 97: warning: exported type Subpath should have comment or be unexported (golint)
    • Line 126: warning: comment on exported type MountPoint should be of the form "MountPoint ..." (with optional leading article) (golint)
    • Line 183: warning: comment on exported function GetDeviceNameFromMount should be of the form "GetDeviceNameFromMount ..." (golint)
    • Line 315: warning: exported function HasMountRefs should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/authorization/v1/types_swagger_doc_generated.go
    • Line 31: warning: don't use underscores in Go names; var map_LocalSubjectAccessReview should be mapLocalSubjectAccessReview (golint)
    • Line 37: warning: exported method LocalSubjectAccessReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_NonResourceAttributes should be mapNonResourceAttributes (golint)
    • Line 47: warning: exported method NonResourceAttributes.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_NonResourceRule should be mapNonResourceRule (golint)
    • Line 57: warning: exported method NonResourceRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; var map_ResourceAttributes should be mapResourceAttributes (golint)
    • Line 73: warning: exported method ResourceAttributes.SwaggerDoc should have comment or be unexported (golint)
    • Line 77: warning: don't use underscores in Go names; var map_ResourceRule should be mapResourceRule (golint)
    • Line 85: warning: exported method ResourceRule.SwaggerDoc should have comment or be unexported (golint)
    • Line 89: warning: don't use underscores in Go names; var map_SelfSubjectAccessReview should be mapSelfSubjectAccessReview (golint)
    • Line 95: warning: exported method SelfSubjectAccessReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 99: warning: don't use underscores in Go names; var map_SelfSubjectAccessReviewSpec should be mapSelfSubjectAccessReviewSpec (golint)
    • Line 105: warning: exported method SelfSubjectAccessReviewSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 109: warning: don't use underscores in Go names; var map_SelfSubjectRulesReview should be mapSelfSubjectRulesReview (golint)
    • Line 115: warning: exported method SelfSubjectRulesReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 119: warning: don't use underscores in Go names; var map_SelfSubjectRulesReviewSpec should be mapSelfSubjectRulesReviewSpec (golint)
    • Line 123: warning: exported method SelfSubjectRulesReviewSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 127: warning: don't use underscores in Go names; var map_SubjectAccessReview should be mapSubjectAccessReview (golint)
    • Line 133: warning: exported method SubjectAccessReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 137: warning: don't use underscores in Go names; var map_SubjectAccessReviewSpec should be mapSubjectAccessReviewSpec (golint)
    • Line 147: warning: exported method SubjectAccessReviewSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 151: warning: don't use underscores in Go names; var map_SubjectAccessReviewStatus should be mapSubjectAccessReviewStatus (golint)
    • Line 159: warning: exported method SubjectAccessReviewStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 163: warning: don't use underscores in Go names; var map_SubjectRulesReviewStatus should be mapSubjectRulesReviewStatus (golint)
    • Line 171: warning: exported method SubjectRulesReviewStatus.SwaggerDoc should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/watch/mux.go
    • Line 32: warning: exported const WaitIfChannelFull should have comment (or a comment on this block) or be unexported (golint)
    • Line 116: warning: receiver name m should be consistent with previous receiver name b for Broadcaster (golint)
    • Line 139: warning: receiver name m should be consistent with previous receiver name b for Broadcaster (golint)
    • Line 165: warning: receiver name m should be consistent with previous receiver name b for Broadcaster (golint)
    • Line 178: warning: receiver name m should be consistent with previous receiver name b for Broadcaster (golint)
    • Line 190: warning: receiver name m should be consistent with previous receiver name b for Broadcaster (golint)
    • Line 200: warning: receiver name m should be consistent with previous receiver name b for Broadcaster (golint)
    • Line 206: warning: receiver name m should be consistent with previous receiver name b for Broadcaster (golint)
    • Line 221: warning: receiver name m should be consistent with previous receiver name b for Broadcaster (golint)
    • arktos/test/e2e/arktos/multi_tenancy/cmd/framework/util.go
    • Line 30: warning: exported const ShellToUse should have comment or be unexported (golint)
    • Line 32: warning: exported type FontColor should have comment or be unexported (golint)
    • Line 35: warning: exported const ResetColor should have comment (or a comment on this block) or be unexported (golint)
    • Line 46: warning: exported function ApplyColor should have comment or be unexported (golint)
    • Line 50: warning: exported function RandomString should have comment or be unexported (golint)
    • Line 61: warning: exported function ExecCommandLine should have comment or be unexported (golint)
    • Line 85: warning: exported function LogError should have comment or be unexported (golint)
    • Line 90: warning: exported function LogWarning should have comment or be unexported (golint)
    • Line 95: warning: exported function LogInfo should have comment or be unexported (golint)
    • Line 100: warning: exported function LogSuccess should have comment or be unexported (golint)
    • Line 105: warning: exported function LogNormal should have comment or be unexported (golint)
    • Line 110: warning: exported function FileExists should have comment or be unexported (golint)
    • Line 118: warning: comment on exported function MergeStringMaps should be of the form "MergeStringMaps ..." (golint)
    • Line 131: warning: exported function SetDefaultIfNil should have comment or be unexported (golint)
    • arktos/pkg/controller/apis/config/v1alpha1/defaults.go
    • Line 54: warning: exported function SetDefaults_KubeControllerManagerConfiguration should have comment or be unexported (golint)
    • Line 54: warning: don't use underscores in Go names; func SetDefaults_KubeControllerManagerConfiguration should be SetDefaultsKubeControllerManagerConfiguration (golint)
    • Line 112: warning: exported function RecommendedDefaultGenericControllerManagerConfiguration should have comment or be unexported (golint)
    • Line 132: warning: exported function SetDefaults_KubeCloudSharedConfiguration should have comment or be unexported (golint)
    • Line 132: warning: don't use underscores in Go names; func SetDefaults_KubeCloudSharedConfiguration should be SetDefaultsKubeCloudSharedConfiguration (golint)
    • arktos/pkg/registry/core/service/portallocator/operation.go
    • Line 19: warning: comment on exported type PortAllocationOperation should be of the form "PortAllocationOperation ..." (with optional leading article) (golint)
    • Line 39: warning: comment on exported function StartOperation should be of the form "StartOperation ..." (golint)
    • Line 51: warning: comment on exported method PortAllocationOperation.Finish should be of the form "Finish ..." (golint)
    • Line 58: warning: comment on exported method PortAllocationOperation.Rollback should be of the form "Rollback ..." (golint)
    • Line 79: warning: comment on exported method PortAllocationOperation.Commit should be of the form "Commit ..." (golint)
    • Line 107: warning: comment on exported method PortAllocationOperation.Allocate should be of the form "Allocate ..." (golint)
    • Line 129: warning: comment on exported method PortAllocationOperation.AllocateNext should be of the form "AllocateNext ..." (golint)
    • Line 165: warning: comment on exported method PortAllocationOperation.ReleaseDeferred should be of the form "ReleaseDeferred ..." (golint)
    • arktos/pkg/registry/rbac/reconciliation/rolebinding_interfaces.go
    • Line 28: warning: comment on exported type RoleBindingAdapter should be of the form "RoleBindingAdapter ..." (with optional leading article) (golint)
    • Line 35: warning: exported method RoleBindingAdapter.GetObject should have comment or be unexported (golint)
    • Line 39: warning: exported method RoleBindingAdapter.GetNamespace should have comment or be unexported (golint)
    • Line 43: warning: exported method RoleBindingAdapter.GetName should have comment or be unexported (golint)
    • Line 47: warning: exported method RoleBindingAdapter.GetUID should have comment or be unexported (golint)
    • Line 51: warning: exported method RoleBindingAdapter.GetLabels should have comment or be unexported (golint)
    • Line 55: warning: exported method RoleBindingAdapter.SetLabels should have comment or be unexported (golint)
    • Line 59: warning: exported method RoleBindingAdapter.GetAnnotations should have comment or be unexported (golint)
    • Line 63: warning: exported method RoleBindingAdapter.SetAnnotations should have comment or be unexported (golint)
    • Line 67: warning: exported method RoleBindingAdapter.GetRoleRef should have comment or be unexported (golint)
    • Line 71: warning: exported method RoleBindingAdapter.GetSubjects should have comment or be unexported (golint)
    • Line 75: warning: exported method RoleBindingAdapter.SetSubjects should have comment or be unexported (golint)
    • Line 79: warning: exported type RoleBindingClientAdapter should have comment or be unexported (golint)
    • Line 84: warning: exported method RoleBindingClientAdapter.Get should have comment or be unexported (golint)
    • Line 92: warning: exported method RoleBindingClientAdapter.Create should have comment or be unexported (golint)
    • Line 104: warning: exported method RoleBindingClientAdapter.Update should have comment or be unexported (golint)
    • Line 113: warning: exported method RoleBindingClientAdapter.Delete should have comment or be unexported (golint)
    • arktos/cmd/kubeadm/app/apis/kubeadm/v1beta1/conversion.go
    • Line 25: warning: exported function Convert_kubeadm_InitConfiguration_To_v1beta1_InitConfiguration should have comment or be unexported (golint)
    • Line 25: warning: don't use underscores in Go names; func Convert_kubeadm_InitConfiguration_To_v1beta1_InitConfiguration should be ConvertKubeadmInitConfigurationToV1beta1InitConfiguration (golint)
    • Line 37: warning: exported function Convert_kubeadm_JoinControlPlane_To_v1beta1_JoinControlPlane should have comment or be unexported (golint)
    • Line 37: warning: don't use underscores in Go names; func Convert_kubeadm_JoinControlPlane_To_v1beta1_JoinControlPlane should be ConvertKubeadmJoinControlPlaneToV1beta1JoinControlPlane (golint)
    • Line 49: warning: exported function Convert_kubeadm_NodeRegistrationOptions_To_v1beta1_NodeRegistrationOptions should have comment or be unexported (golint)
    • Line 49: warning: don't use underscores in Go names; func Convert_kubeadm_NodeRegistrationOptions_To_v1beta1_NodeRegistrationOptions should be ConvertKubeadmNodeRegistrationOptionsToV1beta1NodeRegistrationOptions (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/options/serving.go
    • Line 37: warning: exported type SecureServingOptions should have comment or be unexported (golint)
    • Line 71: warning: exported type CertKey should have comment or be unexported (golint)
    • Line 78: warning: exported type GeneratableKeyCert should have comment or be unexported (golint)
    • Line 100: warning: exported function NewSecureServingOptions should have comment or be unexported (golint)
    • Line 111: warning: exported method SecureServingOptions.DefaultExternalAddress should have comment or be unexported (golint)
    • Line 118: warning: exported method SecureServingOptions.Validate should have comment or be unexported (golint)
    • Line 138: warning: exported method SecureServingOptions.AddFlags should have comment or be unexported (golint)
    • Line 271: warning: exported method SecureServingOptions.MaybeDefaultWithSelfSignedCerts should have comment or be unexported (golint)
    • Line 289: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 326: warning: exported function CreateListener should have comment or be unexported (golint)
    • arktos/pkg/registry/core/tenant/storage/storage.go
    • Line 44: warning: comment on exported type REST should be of the form "REST ..." (with optional leading article) (golint)
    • Line 91: warning: exported method REST.NamespaceScoped should have comment or be unexported (golint)
    • Line 95: warning: exported method REST.TenantScoped should have comment or be unexported (golint)
    • Line 99: warning: exported method REST.New should have comment or be unexported (golint)
    • Line 103: warning: exported method REST.NewList should have comment or be unexported (golint)
    • Line 107: warning: exported method REST.List should have comment or be unexported (golint)
    • Line 111: warning: exported method REST.Create should have comment or be unexported (golint)
    • Line 115: warning: exported method REST.Update should have comment or be unexported (golint)
    • Line 119: warning: exported method REST.Get should have comment or be unexported (golint)
    • Line 123: warning: exported method REST.Watch should have comment or be unexported (golint)
    • Line 127: warning: exported method REST.Export should have comment or be unexported (golint)
    • Line 281: warning: exported method REST.ConvertToTable should have comment or be unexported (golint)
    • Line 281: warning: receiver name e should be consistent with previous receiver name r for REST (golint)
    • Line 295: warning: exported method REST.StorageVersion should have comment or be unexported (golint)
    • Line 299: warning: exported method StatusREST.New should have comment or be unexported (golint)
    • Line 315: warning: exported method FinalizeREST.New should have comment or be unexported (golint)
    • arktos/pkg/controller/volume/persistentvolume/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_PersistentVolumeBinderControllerConfiguration_To_config_PersistentVolumeBinderControllerConfiguration should be ConvertV1alpha1PersistentVolumeBinderControllerConfigurationToConfigPersistentVolumeBinderControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_PersistentVolumeBinderControllerConfiguration_To_v1alpha1_PersistentVolumeBinderControllerConfiguration should be ConvertConfigPersistentVolumeBinderControllerConfigurationToV1alpha1PersistentVolumeBinderControllerConfiguration (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/discovery/version.go
    • Line 34: warning: exported type APIResourceLister should have comment or be unexported (golint)
    • Line 38: warning: exported type APIResourceListerFunc should have comment or be unexported (golint)
    • Line 40: warning: exported method APIResourceListerFunc.ListAPIResources should have comment or be unexported (golint)
    • Line 53: warning: exported function NewAPIVersionHandler should have comment or be unexported (golint)
    • Line 68: warning: exported method APIVersionHandler.AddToWebService should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/config.go
    • Line 210: warning: exported type RecommendedConfig should have comment or be unexported (golint)
    • Line 224: warning: exported type SecureServingInfo should have comment or be unexported (golint)
    • Line 254: warning: exported type AuthenticationInfo should have comment or be unexported (golint)
    • Line 266: warning: exported type AuthorizationInfo should have comment or be unexported (golint)
    • Line 323: warning: exported function DefaultOpenAPIConfig should have comment or be unexported (golint)
    • Line 343: warning: exported method AuthenticationInfo.ApplyClientCert should have comment or be unexported (golint)
    • Line 373: warning: exported type CompletedConfig should have comment or be unexported (golint)
    • Line 587: warning: exported function DefaultBuildHandlerChain should have comment or be unexported (golint)
    • Line 635: warning: exported function NewRequestInfoResolver should have comment or be unexported (golint)
    • Line 649: warning: exported method SecureServingInfo.HostPort should have comment or be unexported (golint)
    • arktos/test/e2e_node/garbage_collector_test.go
    • Line 17: warning: don't use an underscore in package name (golint)
    • Line 81: warning: don't use underscores in Go names; var first_suffix should be firstSuffix (golint)
    • Line 82: warning: don't use underscores in Go names; var second_suffix should be secondSuffix (golint)
    • Line 83: warning: don't use underscores in Go names; var third_suffix should be thirdSuffix (golint)
    • arktos/staging/src/k8s.io/cli-runtime/pkg/genericclioptions/print_flags.go
    • Line 30: warning: exported type NoCompatiblePrinterError should have comment or be unexported (golint)
    • Line 46: warning: exported function IsNoCompatiblePrinterError should have comment or be unexported (golint)
    • Line 72: warning: exported method PrintFlags.Complete should have comment or be unexported (golint)
    • Line 76: warning: exported method PrintFlags.AllowedFormats should have comment or be unexported (golint)
    • Line 84: warning: exported method PrintFlags.ToPrinter should have comment or be unexported (golint)
    • Line 121: warning: exported method PrintFlags.AddFlags should have comment or be unexported (golint)
    • Line 148: warning: exported function NewPrintFlags should have comment or be unexported (golint)
    • arktos/pkg/controller/util/node/controller_utils.go
    • Line 127: warning: exported function MarkAllPodsNotReadyInPartitions should have comment or be unexported (golint)
    • Line 324: warning: comment on exported type TenantPartitionManager should be of the form "TenantPartitionManager ..." (with optional leading article) (golint)
    • Line 349: warning: exported function GetTenantPartitionManagersFromKubeClients should have comment or be unexported (golint)
    • Line 359: warning: exported function GetTenantPartitionManagersFromServerNames should have comment or be unexported (golint)
    • Line 368: warning: exported function CreateTenantPartitionClients should have comment or be unexported (golint)
    • arktos/pkg/registry/apps/replicaset/storage/storage.go
    • Line 53: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 63: warning: exported type REST should have comment or be unexported (golint)
    • Line 109: warning: exported method REST.WithCategories should have comment or be unexported (golint)
    • Line 119: warning: exported method StatusREST.New should have comment or be unexported (golint)
    • Line 135: warning: exported type ScaleREST should have comment or be unexported (golint)
    • Line 143: warning: exported method ScaleREST.GroupVersionKind should have comment or be unexported (golint)
    • Line 161: warning: exported method ScaleREST.Get should have comment or be unexported (golint)
    • Line 174: warning: exported method ScaleREST.Update should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/filters/tenantinfo.go
    • Line 29: warning: exported var TenantParam should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function GetTenantFromContext should be of the form "GetTenantFromContext ..." (golint)
    • Line 61: warning: exported function AddTenantParamToUrl should have comment or be unexported (golint)
    • Line 70: warning: exported function DelTenantParamFromUrl should have comment or be unexported (golint)
    • Line 79: warning: exported function GetTenantFromUrlParam should have comment or be unexported (golint)
    • Line 89: warning: comment on exported function GetTenantFromQueryThenContext should be of the form "GetTenantFromQueryThenContext ..." (golint)
    • arktos/pkg/controller/volume/persistentvolume/pv_controller.go
    • Line 242: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 346: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 383: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 430: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 465: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 523: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 672: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 684: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/pkg/kubelet/container/runtime.go
    • Line 39: warning: exported type Version should have comment or be unexported (golint)
    • Line 124: warning: comment on exported type VmService should be of the form "VmService ..." (with optional leading article) (golint)
    • Line 133: warning: comment on exported type VmDeviceManagerService should be of the form "VmDeviceManagerService ..." (with optional leading article) (golint)
    • Line 153: warning: exported type ImageService should have comment or be unexported (golint)
    • Line 168: warning: exported type ContainerAttacher should have comment or be unexported (golint)
    • Line 172: warning: exported type ContainerCommandRunner should have comment or be unexported (golint)
    • Line 216: warning: exported function BuildContainerID should have comment or be unexported (golint)
    • Line 220: warning: comment on exported function ParseContainerID should be of the form "ParseContainerID ..." (golint)
    • Line 229: warning: exported method ContainerID.ParseString should have comment or be unexported (golint)
    • Line 243: warning: exported method ContainerID.IsEmpty should have comment or be unexported (golint)
    • Line 247: warning: exported method ContainerID.MarshalJSON should have comment or be unexported (golint)
    • Line 251: warning: exported method ContainerID.UnmarshalJSON should have comment or be unexported (golint)
    • Line 258: warning: exported method DockerID.ContainerID should have comment or be unexported (golint)
    • Line 265: warning: exported type ContainerState should have comment or be unexported (golint)
    • Line 268: warning: exported const ContainerStateCreated should have comment (or a comment on this block) or be unexported (golint)
    • Line 271: warning: comment on exported const ContainerStateUnknown should be of the form "ContainerStateUnknown ..." (golint)
    • Line 361: warning: comment on exported method PodStatus.GetRunningContainerStatuses should be of the form "GetRunningContainerStatuses ..." (golint)
    • Line 372: warning: exported method PodStatus.DumpStatus should have comment or be unexported (golint)
    • Line 385: warning: comment on exported type Image should be of the form "Image ..." (with optional leading article) (golint)
    • Line 397: warning: exported type EnvVar should have comment or be unexported (golint)
    • Line 402: warning: exported type Annotation should have comment or be unexported (golint)
    • Line 407: warning: exported type Mount should have comment or be unexported (golint)
    • Line 424: warning: exported type PortMapping should have comment or be unexported (golint)
    • Line 437: warning: exported type DeviceInfo should have comment or be unexported (golint)
    • Line 493: warning: exported type VolumeMap should have comment or be unexported (golint)
    • Line 523: warning: receiver name s should be consistent with previous receiver name r for RuntimeStatus (golint)
    • Line 548: warning: exported type Pods should have comment or be unexported (golint)
    • Line 594: warning: exported method Pod.FindContainerByID should have comment or be unexported (golint)
    • Line 603: warning: exported method Pod.FindSandboxByID should have comment or be unexported (golint)
    • Line 644: warning: comment on exported function BuildPodFullName should be of the form "BuildPodFullName ..." (golint)
    • Line 649: warning: comment on exported function ParsePodFullName should be of the form "ParsePodFullName ..." (golint)
    • Line 662: warning: comment on exported type SortContainerStatusesByCreationTime should be of the form "SortContainerStatusesByCreationTime ..." (with optional leading article) (golint)
    • arktos/staging/src/k8s.io/api/core/v1/resource.go
    • Line 24: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 28: warning: comment on exported method ResourceList.Cpu should be of the form "Cpu ..." (golint)
    • Line 29: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 36: warning: comment on exported method ResourceList.Memory should be of the form "Memory ..." (golint)
    • Line 37: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 44: warning: exported method ResourceList.Pods should have comment or be unexported (golint)
    • Line 44: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 51: warning: exported method ResourceList.StorageEphemeral should have comment or be unexported (golint)
    • Line 51: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • arktos/pkg/kubelet/runtimeregistry/kuberuntime_registry.go
    • Line 31: warning: exported const RuntimeRequestTimeout should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported type RuntimeService should have comment or be unexported (golint)
    • Line 49: warning: exported type ImageService should have comment or be unexported (golint)
    • Line 57: warning: exported type KubeRuntimeRegistry should have comment or be unexported (golint)
    • Line 63: warning: exported type Interface should have comment or be unexported (golint)
    • Line 78: warning: exported function NewKubeRuntimeRegistry should have comment or be unexported (golint)
    • Line 90: warning: exported method KubeRuntimeRegistry.GetAllRuntimeServices should have comment or be unexported (golint)
    • Line 94: warning: exported method KubeRuntimeRegistry.GetAllImageServices should have comment or be unexported (golint)
    • Line 98: warning: exported method KubeRuntimeRegistry.GetPrimaryRuntimeService should have comment or be unexported (golint)
    • Line 108: warning: exported method KubeRuntimeRegistry.GetRuntimeServiceByWorkloadType should have comment or be unexported (golint)
    • Line 118: warning: exported method KubeRuntimeRegistry.GetImageServiceByWorkloadType should have comment or be unexported (golint)
    • Line 128: warning: comment on exported method KubeRuntimeRegistry.GetAllRuntimeStatus should be of the form "GetAllRuntimeStatus ..." (golint)
    • arktos/staging/src/k8s.io/api/autoscaling/v2beta2/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_CrossVersionObjectReference should be mapCrossVersionObjectReference (golint)
    • Line 37: warning: exported method CrossVersionObjectReference.SwaggerDoc should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; var map_ExternalMetricSource should be mapExternalMetricSource (golint)
    • Line 47: warning: exported method ExternalMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; var map_ExternalMetricStatus should be mapExternalMetricStatus (golint)
    • Line 57: warning: exported method ExternalMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; var map_HorizontalPodAutoscaler should be mapHorizontalPodAutoscaler (golint)
    • Line 68: warning: exported method HorizontalPodAutoscaler.SwaggerDoc should have comment or be unexported (golint)
    • Line 72: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerCondition should be mapHorizontalPodAutoscalerCondition (golint)
    • Line 81: warning: exported method HorizontalPodAutoscalerCondition.SwaggerDoc should have comment or be unexported (golint)
    • Line 85: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerList should be mapHorizontalPodAutoscalerList (golint)
    • Line 91: warning: exported method HorizontalPodAutoscalerList.SwaggerDoc should have comment or be unexported (golint)
    • Line 95: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerSpec should be mapHorizontalPodAutoscalerSpec (golint)
    • Line 103: warning: exported method HorizontalPodAutoscalerSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 107: warning: don't use underscores in Go names; var map_HorizontalPodAutoscalerStatus should be mapHorizontalPodAutoscalerStatus (golint)
    • Line 117: warning: exported method HorizontalPodAutoscalerStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 121: warning: don't use underscores in Go names; var map_MetricIdentifier should be mapMetricIdentifier (golint)
    • Line 127: warning: exported method MetricIdentifier.SwaggerDoc should have comment or be unexported (golint)
    • Line 131: warning: don't use underscores in Go names; var map_MetricSpec should be mapMetricSpec (golint)
    • Line 140: warning: exported method MetricSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 144: warning: don't use underscores in Go names; var map_MetricStatus should be mapMetricStatus (golint)
    • Line 153: warning: exported method MetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 157: warning: don't use underscores in Go names; var map_MetricTarget should be mapMetricTarget (golint)
    • Line 165: warning: exported method MetricTarget.SwaggerDoc should have comment or be unexported (golint)
    • Line 169: warning: don't use underscores in Go names; var map_MetricValueStatus should be mapMetricValueStatus (golint)
    • Line 176: warning: exported method MetricValueStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 180: warning: don't use underscores in Go names; var map_ObjectMetricSource should be mapObjectMetricSource (golint)
    • Line 186: warning: exported method ObjectMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 190: warning: don't use underscores in Go names; var map_ObjectMetricStatus should be mapObjectMetricStatus (golint)
    • Line 196: warning: exported method ObjectMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 200: warning: don't use underscores in Go names; var map_PodsMetricSource should be mapPodsMetricSource (golint)
    • Line 206: warning: exported method PodsMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 210: warning: don't use underscores in Go names; var map_PodsMetricStatus should be mapPodsMetricStatus (golint)
    • Line 216: warning: exported method PodsMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 220: warning: don't use underscores in Go names; var map_ResourceMetricSource should be mapResourceMetricSource (golint)
    • Line 226: warning: exported method ResourceMetricSource.SwaggerDoc should have comment or be unexported (golint)
    • Line 230: warning: don't use underscores in Go names; var map_ResourceMetricStatus should be mapResourceMetricStatus (golint)
    • Line 236: warning: exported method ResourceMetricStatus.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/controller/podgc/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_PodGCControllerConfiguration_To_config_PodGCControllerConfiguration should be ConvertV1alpha1PodGCControllerConfigurationToConfigPodGCControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_PodGCControllerConfiguration_To_v1alpha1_PodGCControllerConfiguration should be ConvertConfigPodGCControllerConfigurationToV1alpha1PodGCControllerConfiguration (golint)
    • arktos/staging/src/k8s.io/arktos-ext/pkg/apis/arktosextensions/v1/types.go
    • Line 69: warning: comment on exported const NetworkPending should be of the form "NetworkPending ..." (golint)
    • Line 84: warning: comment on exported const IPAMArktos should be of the form "IPAMArktos ..." (golint)
    • Line 92: warning: comment on exported const NetworkLabel should be of the form "NetworkLabel ..." (golint)
    • Line 94: warning: comment on exported const NetworkReadiness should be of the form "NetworkReadiness ..." (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/etcd.go
    • Line 44: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 134: warning: exported method REST.Get should have comment or be unexported (golint)
    • Line 134: warning: receiver name r should be consistent with previous receiver name e for REST (golint)
    • Line 169: warning: receiver name r should be consistent with previous receiver name e for REST (golint)
    • Line 180: warning: exported method StatusREST.New should have comment or be unexported (golint)
    • Line 203: warning: exported type ScaleREST should have comment or be unexported (golint)
    • Line 214: warning: exported method ScaleREST.GroupVersionKind should have comment or be unexported (golint)
    • Line 223: warning: exported method ScaleREST.Get should have comment or be unexported (golint)
    • Line 240: warning: exported method ScaleREST.Update should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/client-go/datapartition/apiserverconfigmanager.go
    • Line 44: warning: exported const KubernetesServiceName should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: don't use underscores in Go names; const Namespace_System should be NamespaceSystem (golint)
    • Line 46: warning: var startUpResetDelayInSeconds is of type time.Duration; don't use unit-specific suffix "Seconds" (golint)
    • Line 52: warning: exported var SyncApiServerConfigHandler should have comment or be unexported (golint)
    • Line 58: warning: exported type APIServerConfigManager should have comment or be unexported (golint)
    • Line 74: warning: comment on exported function GetAPIServerConfigManagerMock should be of the form "GetAPIServerConfigManagerMock ..." (golint)
    • Line 99: warning: exported function NewAPIServerConfigManagerWithInformer should have comment or be unexported (golint)
    • Line 154: warning: exported method APIServerConfigManager.Run should have comment or be unexported (golint)
    • Line 170: warning: comment on exported method APIServerConfigManager.GetAPIServerConfig should be of the form "GetAPIServerConfig ..." (golint)
    • Line 207: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 329: warning: exported function StartAPIServerConfigManager should have comment or be unexported (golint)
    • Line 341: warning: exported function StartAPIServerConfigManagerAndInformerFactory should have comment or be unexported (golint)
    • Line 356: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/pkg/volume/azure_dd/attacher.go
    • Line 18: warning: don't use an underscore in package name (golint)
    • Line 200: warning: receiver name attacher should be consistent with previous receiver name a for azureDiskAttacher (golint)
    • Line 282: warning: receiver name detacher should be consistent with previous receiver name d for azureDiskDetacher (golint)
    • arktos/pkg/registry/core/rest/storage_core.go
    • Line 105: warning: exported method LegacyRESTStorageProvider.NewLegacyRESTStorage should have comment or be unexported (golint)
    • Line 273: warning: exported method LegacyRESTStorageProvider.GroupName should have comment or be unexported (golint)
    • Line 273: warning: receiver name p should be consistent with previous receiver name c for LegacyRESTStorageProvider (golint)
    • arktos/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go
    • Line 17: warning: package comment should be of the form "Package oidc ..." (golint)
    • Line 61: warning: exported type Options should have comment or be unexported (golint)
    • Line 189: warning: exported type Authenticator should have comment or be unexported (golint)
    • Line 221: warning: exported method Authenticator.Close should have comment or be unexported (golint)
    • Line 225: warning: exported function New should have comment or be unexported (golint)
    • Line 544: warning: exported method Authenticator.AuthenticateToken should have comment or be unexported (golint)
    • arktos/pkg/controller/job/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_JobControllerConfiguration_To_config_JobControllerConfiguration should be ConvertV1alpha1JobControllerConfigurationToConfigJobControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_JobControllerConfiguration_To_v1alpha1_JobControllerConfiguration should be ConvertConfigJobControllerConfigurationToV1alpha1JobControllerConfiguration (golint)
    • arktos/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/watch.go
    • Line 26: warning: comment on exported type WatchEvent should be of the form "WatchEvent ..." (with optional leading article) (golint)
    • Line 42: warning: exported function Convert_watch_Event_To_v1_WatchEvent should have comment or be unexported (golint)
    • Line 42: warning: don't use underscores in Go names; func Convert_watch_Event_To_v1_WatchEvent should be ConvertWatchEventToV1WatchEvent (golint)
    • Line 55: warning: exported function Convert_v1_InternalEvent_To_v1_WatchEvent should have comment or be unexported (golint)
    • Line 55: warning: don't use underscores in Go names; func Convert_v1_InternalEvent_To_v1_WatchEvent should be ConvertV1InternalEventToV1WatchEvent (golint)
    • Line 59: warning: exported function Convert_v1_WatchEvent_To_watch_Event should have comment or be unexported (golint)
    • Line 59: warning: don't use underscores in Go names; func Convert_v1_WatchEvent_To_watch_Event should be ConvertV1WatchEventToWatchEvent (golint)
    • Line 73: warning: exported function Convert_v1_WatchEvent_To_v1_InternalEvent should have comment or be unexported (golint)
    • Line 73: warning: don't use underscores in Go names; func Convert_v1_WatchEvent_To_v1_InternalEvent should be ConvertV1WatchEventToV1InternalEvent (golint)
    • Line 81: warning: exported method InternalEvent.GetObjectKind should have comment or be unexported (golint)
    • Line 82: warning: exported method WatchEvent.GetObjectKind should have comment or be unexported (golint)
    • Line 83: warning: exported method InternalEvent.DeepCopyObject should have comment or be unexported (golint)
    • Line 86: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • arktos/pkg/kubelet/dockershim/network/testing/fake_host.go
    • Line 36: warning: exported function NewFakeHost should have comment or be unexported (golint)
    • Line 49: warning: receiver name nh should be consistent with previous receiver name fnh for fakeNetworkHost (golint)
    • Line 61: warning: exported type FakePortMappingGetter should have comment or be unexported (golint)
    • Line 65: warning: exported method FakePortMappingGetter.GetPodPortMappings should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/events/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_Event should be mapEvent (golint)
    • Line 48: warning: exported method Event.SwaggerDoc should have comment or be unexported (golint)
    • Line 52: warning: don't use underscores in Go names; var map_EventList should be mapEventList (golint)
    • Line 58: warning: exported method EventList.SwaggerDoc should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; var map_EventSeries should be mapEventSeries (golint)
    • Line 69: warning: exported method EventSeries.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/master/controller.go
    • Line 131: warning: exported method Controller.PostStartHook should have comment or be unexported (golint)
    • Line 136: warning: exported method Controller.PreShutdownHook should have comment or be unexported (golint)
    • Line 172: warning: exported method Controller.Stop should have comment or be unexported (golint)
    • Line 287: warning: comment on exported method Controller.CreateOrUpdateMasterServiceIfNeeded should be of the form "CreateOrUpdateMasterServiceIfNeeded ..." (golint)
    • arktos/staging/src/k8s.io/client-go/util/flowcontrol/throttle.go
    • Line 28: warning: exported type RateLimiter should have comment or be unexported (golint)
    • Line 58: warning: comment on exported type Clock should be of the form "Clock ..." (with optional leading article) (golint)
    • Line 111: warning: exported function NewFakeAlwaysRateLimiter should have comment or be unexported (golint)
    • Line 135: warning: exported function NewFakeNeverRateLimiter should have comment or be unexported (golint)
    • arktos/pkg/controller/service/config/v1alpha1/conversion.go
    • Line 33: warning: don't use underscores in Go names; func Convert_v1alpha1_ServiceControllerConfiguration_To_config_ServiceControllerConfiguration should be ConvertV1alpha1ServiceControllerConfigurationToConfigServiceControllerConfiguration (golint)
    • Line 38: warning: don't use underscores in Go names; func Convert_config_ServiceControllerConfiguration_To_v1alpha1_ServiceControllerConfiguration should be ConvertConfigServiceControllerConfigurationToV1alpha1ServiceControllerConfiguration (golint)
    • arktos/pkg/kubectl/describe/versioned/describe.go
    • Line 364: warning: exported method NamespaceDescriber.Describe should have comment or be unexported (golint)
    • Line 538: warning: exported method LimitRangeDescriber.Describe should have comment or be unexported (golint)
    • Line 566: warning: exported method ResourceQuotaDescriber.Describe should have comment or be unexported (golint)
    • Line 637: warning: exported method PodDescriber.Describe should have comment or be unexported (golint)
    • Line 1299: warning: exported type PersistentVolumeDescriber should have comment or be unexported (golint)
    • Line 1303: warning: exported method PersistentVolumeDescriber.Describe should have comment or be unexported (golint)
    • Line 1448: warning: exported type PersistentVolumeClaimDescriber should have comment or be unexported (golint)
    • Line 1452: warning: exported method PersistentVolumeClaimDescriber.Describe should have comment or be unexported (golint)
    • Line 1828: warning: exported type EnvVarResolverFunc should have comment or be unexported (golint)
    • Line 1830: warning: comment on exported function EnvValueRetriever should be of the form "EnvValueRetriever ..." (golint)
    • Line 1923: warning: exported method ReplicationControllerDescriber.Describe should have comment or be unexported (golint)
    • Line 1971: warning: exported function DescribePodTemplate should have comment or be unexported (golint)
    • Line 1999: warning: exported method ReplicaSetDescriber.Describe should have comment or be unexported (golint)
    • Line 2063: warning: exported method JobDescriber.Describe should have comment or be unexported (golint)
    • Line 2122: warning: exported method CronJobDescriber.Describe should have comment or be unexported (golint)
    • Line 2219: warning: exported method DaemonSetDescriber.Describe should have comment or be unexported (golint)
    • Line 2277: warning: exported method SecretDescriber.Describe should have comment or be unexported (golint)
    • Line 2314: warning: exported type IngressDescriber should have comment or be unexported (golint)
    • Line 2318: warning: exported method IngressDescriber.Describe should have comment or be unexported (golint)
    • Line 2427: warning: exported method ServiceDescriber.Describe should have comment or be unexported (golint)
    • Line 2526: warning: exported method EndpointsDescriber.Describe should have comment or be unexported (golint)
    • Line 2605: warning: exported method ServiceAccountDescriber.Describe should have comment or be unexported (golint)
    • Line 2723: warning: exported method RoleDescriber.Describe should have comment or be unexported (golint)
    • Line 2762: warning: exported method ClusterRoleDescriber.Describe should have comment or be unexported (golint)
    • Line 2797: warning: exported function CombineResourceGroup should have comment or be unexported (golint)
    • Line 2819: warning: exported method RoleBindingDescriber.Describe should have comment or be unexported (golint)
    • Line 2852: warning: exported method ClusterRoleBindingDescriber.Describe should have comment or be unexported (golint)
    • Line 2885: warning: exported method NodeDescriber.Describe should have comment or be unexported (golint)
    • Line 3005: warning: exported type StatefulSetDescriber should have comment or be unexported (golint)
    • Line 3009: warning: exported method StatefulSetDescriber.Describe should have comment or be unexported (golint)
    • Line 3064: warning: exported type CertificateSigningRequestDescriber should have comment or be unexported (golint)
    • Line 3068: warning: exported method CertificateSigningRequestDescriber.Describe should have comment or be unexported (golint)
    • Line 3146: warning: exported method HorizontalPodAutoscalerDescriber.Describe should have comment or be unexported (golint)
    • Line 3459: warning: exported function DescribeEvents should have comment or be unexported (golint)
    • Line 3490: warning: exported method DeploymentDescriber.Describe should have comment or be unexported (golint)
    • Line 3595: warning: exported method ConfigMapDescriber.Describe should have comment or be unexported (golint)
    • Line 3634: warning: exported method NetworkPolicyDescriber.Describe should have comment or be unexported (golint)
    • Line 3762: warning: exported type StorageClassDescriber should have comment or be unexported (golint)
    • Line 3766: warning: exported method StorageClassDescriber.Describe should have comment or be unexported (golint)
    • Line 3846: warning: exported type PodDisruptionBudgetDescriber should have comment or be unexported (golint)
    • Line 3850: warning: exported method PodDisruptionBudgetDescriber.Describe should have comment or be unexported (golint)
    • Line 3900: warning: exported method PriorityClassDescriber.Describe should have comment or be unexported (golint)
    • Line 3937: warning: exported method PodSecurityPolicyDescriber.Describe should have comment or be unexported (golint)
    • Line 4392: warning: exported type SortableResourceNames should have comment or be unexported (golint)
    • Line 4416: warning: exported type SortableResourceQuotas should have comment or be unexported (golint)
    • Line 4430: warning: exported type SortableVolumeMounts should have comment or be unexported (golint)
    • Line 4444: warning: exported type SortableVolumeDevices should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/admission/v1beta1/types_swagger_doc_generated.go
    • Line 31: warning: don't use underscores in Go names; var map_AdmissionRequest should be mapAdmissionRequest (golint)
    • Line 50: warning: exported method AdmissionRequest.SwaggerDoc should have comment or be unexported (golint)
    • Line 54: warning: don't use underscores in Go names; var map_AdmissionResponse should be mapAdmissionResponse (golint)
    • Line 64: warning: exported method AdmissionResponse.SwaggerDoc should have comment or be unexported (golint)
    • Line 68: warning: don't use underscores in Go names; var map_AdmissionReview should be mapAdmissionReview (golint)
    • Line 74: warning: exported method AdmissionReview.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/registry/policy/rest/storage_policy.go
    • Line 31: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 33: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 56: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresourcedefinition/etcd.go
    • Line 42: warning: comment on exported type REST should be of the form "REST ..." (with optional leading article) (golint)
    • Line 81: warning: exported method REST.NamespaceScoped should have comment or be unexported (golint)
    • Line 85: warning: exported method REST.TenantScoped should have comment or be unexported (golint)
    • Line 89: warning: exported method REST.New should have comment or be unexported (golint)
    • Line 93: warning: exported method REST.NewList should have comment or be unexported (golint)
    • Line 97: warning: comment on exported method REST.Get should be of the form "Get ..." (golint)
    • Line 118: warning: exported method REST.Update should have comment or be unexported (golint)
    • Line 137: warning: comment on exported method REST.List should be of the form "List ..." (golint)
    • Line 191: warning: exported method REST.Create should have comment or be unexported (golint)
    • Line 313: warning: exported method REST.Watch should have comment or be unexported (golint)
    • Line 317: warning: exported method REST.Export should have comment or be unexported (golint)
    • Line 331: warning: exported type StatusREST should have comment or be unexported (golint)
    • Line 337: warning: exported method StatusREST.New should have comment or be unexported (golint)
    • Line 353: warning: comment on exported function IsCrdSystemForced should be of the form "IsCrdSystemForced ..." (golint)
    • Line 360: warning: comment on exported function IsSystemForcedCrd should be of the form "IsSystemForcedCrd ..." (golint)
    • arktos/staging/src/k8s.io/apiserver/pkg/server/options/etcd.go
    • Line 40: warning: exported type EtcdOptions should have comment or be unexported (golint)
    • Line 66: warning: exported function NewEtcdOptions should have comment or be unexported (golint)
    • Line 79: warning: exported method EtcdOptions.Validate should have comment or be unexported (golint)
    • Line 111: warning: comment on exported method EtcdOptions.AddFlags should be of the form "AddFlags ..." (golint)
    • Line 184: warning: exported method EtcdOptions.ApplyTo should have comment or be unexported (golint)
    • Line 195: warning: exported method EtcdOptions.ApplyWithStorageFactoryTo should have comment or be unexported (golint)
    • Line 214: warning: exported type SimpleRestOptionsFactory should have comment or be unexported (golint)
    • Line 218: warning: exported method SimpleRestOptionsFactory.GetRESTOptions should have comment or be unexported (golint)
    • Line 242: warning: exported type StorageFactoryRestOptionsFactory should have comment or be unexported (golint)
    • Line 247: warning: exported method StorageFactoryRestOptionsFactory.GetRESTOptions should have comment or be unexported (golint)
    • arktos/pkg/controller/tenant/tenant_controller.go
    • Line 57: warning: exported const InitialClusterRoleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 172: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 257: warning: error should be the last type when returning multiple items (golint)
    • Line 280: warning: error should be the last type when returning multiple items (golint)
    • Line 302: warning: error should be the last type when returning multiple items (golint)
    • Line 408: warning: error should be the last type when returning multiple items (golint)
    • arktos/pkg/kubelet/client/kubelet_client.go
    • Line 34: warning: exported type KubeletClientConfig should have comment or be unexported (golint)
    • Line 69: warning: exported function MakeTransport should have comment or be unexported (golint)
    • Line 113: warning: exported method NodeGetterFunc.Get should have comment or be unexported (golint)
    • Line 131: warning: exported function NewNodeConnectionInfoGetter should have comment or be unexported (golint)
    • Line 157: warning: exported method NodeConnectionInfoGetter.GetConnectionInfo should have comment or be unexported (golint)
    • arktos/pkg/registry/rbac/rolebinding/policybased/storage.go
    • Line 40: warning: exported type Storage should have comment or be unexported (golint)
    • Line 48: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 52: warning: exported method Storage.NamespaceScoped should have comment or be unexported (golint)
    • Line 56: warning: exported method Storage.TenantScoped should have comment or be unexported (golint)
    • Line 60: warning: exported method Storage.StorageVersion should have comment or be unexported (golint)
    • Line 70: warning: exported method Storage.Create should have comment or be unexported (golint)
    • Line 70: warning: receiver name s should be consistent with previous receiver name r for Storage (golint)
    • Line 106: warning: exported method Storage.Update should have comment or be unexported (golint)
    • Line 106: warning: receiver name s should be consistent with previous receiver name r for Storage (golint)
    • arktos/staging/src/k8s.io/api/authentication/v1beta1/types_swagger_doc_generated.go
    • Line 30: warning: don't use underscores in Go names; var map_TokenReview should be mapTokenReview (golint)
    • Line 36: warning: exported method TokenReview.SwaggerDoc should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; var map_TokenReviewSpec should be mapTokenReviewSpec (golint)
    • Line 46: warning: exported method TokenReviewSpec.SwaggerDoc should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; var map_TokenReviewStatus should be mapTokenReviewStatus (golint)
    • Line 58: warning: exported method TokenReviewStatus.SwaggerDoc should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; var map_UserInfo should be mapUserInfo (golint)
    • Line 70: warning: exported method UserInfo.SwaggerDoc should have comment or be unexported (golint)
    • arktos/pkg/registry/core/serviceaccount/storage/token.go
    • Line 38: warning: exported method TokenREST.New should have comment or be unexported (golint)
    • Line 42: warning: exported type TokenREST should have comment or be unexported (golint)
    • Line 60: warning: exported method TokenREST.Create should have comment or be unexported (golint)
    • Line 137: warning: exported method TokenREST.GroupVersionKind should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/api/certificates/v1beta1/types.go
    • Line 29: warning: comment on exported type CertificateSigningRequest should be of the form "CertificateSigningRequest ..." (with optional leading article) (golint)
    • Line 44: warning: comment on exported type CertificateSigningRequestSpec should be of the form "CertificateSigningRequestSpec ..." (with optional leading article) (golint)
    • Line 84: warning: exported type CertificateSigningRequestStatus should have comment or be unexported (golint)
    • Line 94: warning: exported type RequestConditionType should have comment or be unexported (golint)
    • Line 102: warning: exported type CertificateSigningRequestCondition should have comment or be unexported (golint)
    • Line 118: warning: exported type CertificateSigningRequestList should have comment or be unexported (golint)
    • Line 126: warning: comment on exported type KeyUsage should be of the form "KeyUsage ..." (with optional leading article) (golint)
    • Line 132: warning: exported const UsageSigning should have comment (or a comment on this block) or be unexported (golint)
    • arktos/test/utils/deployment.go
    • Line 36: warning: exported type LogfFn should have comment or be unexported (golint)
    • Line 38: warning: exported function LogReplicaSetsOfDeployment should have comment or be unexported (golint)
    • Line 52: warning: exported function LogPodsOfDeployment should have comment or be unexported (golint)
    • Line 155: warning: comment on exported function WaitForDeploymentCompleteAndCheckRolling should be of the form "WaitForDeploymentCompleteAndCheckRolling ..." (golint)
    • Line 162: warning: comment on exported function WaitForDeploymentComplete should be of the form "WaitForDeploymentComplete ..." (golint)
    • Line 176: warning: exported function WaitForDeploymentRevisionAndImageWithMultiTenancy should have comment or be unexported (golint)
    • Line 216: warning: exported function CheckDeploymentRevisionAndImageWithMultiTenancy should have comment or be unexported (golint)
    • Line 264: warning: exported type UpdateDeploymentFunc should have comment or be unexported (golint)
    • Line 266: warning: exported function UpdateDeploymentWithRetries should have comment or be unexported (golint)
    • Line 270: warning: exported function UpdateDeploymentWithRetriesWithMultiTenancy should have comment or be unexported (golint)
    • Line 293: warning: exported function WaitForObservedDeployment should have comment or be unexported (golint)
    • Line 297: warning: exported function WaitForObservedDeploymentWithMultiTenancy should have comment or be unexported (golint)
    • Line 308: warning: exported function WaitForDeploymentRollbackClearedWithMultiTenancy should have comment or be unexported (golint)
    • Line 331: warning: exported function WaitForDeploymentUpdatedReplicasGTEWithMultiTenancy should have comment or be unexported (golint)
    • Line 347: warning: exported function WaitForDeploymentWithCondition should have comment or be unexported (golint)
    • Line 351: warning: exported function WaitForDeploymentWithConditionWithMultiTenancy should have comment or be unexported (golint)
    • arktos/test/integration/cloudfabriccontrollers/deployment.go
    • Line 36: warning: exported type LogfFn should have comment or be unexported (golint)
    • Line 38: warning: exported function LogReplicaSetsOfDeployment should have comment or be unexported (golint)
    • Line 52: warning: exported function LogPodsOfDeployment should have comment or be unexported (golint)
    • Line 155: warning: comment on exported function WaitForDeploymentCompleteAndCheckRolling should be of the form "WaitForDeploymentCompleteAndCheckRolling ..." (golint)
    • Line 162: warning: comment on exported function WaitForDeploymentComplete should be of the form "WaitForDeploymentComplete ..." (golint)
    • Line 176: warning: exported function WaitForDeploymentRevisionAndImageWithMultiTenancy should have comment or be unexported (golint)
    • Line 217: warning: exported function CheckDeploymentRevisionAndImageWithMultiTenancy should have comment or be unexported (golint)
    • Line 227: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 267: warning: exported type UpdateDeploymentFunc should have comment or be unexported (golint)
    • Line 269: warning: exported function UpdateDeploymentWithRetries should have comment or be unexported (golint)
    • Line 273: warning: exported function UpdateDeploymentWithRetriesWithMultiTenancy should have comment or be unexported (golint)
    • Line 296: warning: exported function WaitForObservedDeployment should have comment or be unexported (golint)
    • Line 300: warning: exported function WaitForObservedDeploymentWithMultiTenancy should have comment or be unexported (golint)
    • Line 311: warning: exported function WaitForDeploymentRollbackClearedWithMultiTenancy should have comment or be unexported (golint)
    • Line 334: warning: exported function WaitForDeploymentUpdatedReplicasGTEWithMultiTenancy should have comment or be unexported (golint)
    • Line 350: warning: exported function WaitForDeploymentWithCondition should have comment or be unexported (golint)
    • Line 354: warning: exported function WaitForDeploymentWithConditionWithMultiTenancy should have comment or be unexported (golint)
    • arktos/plugin/pkg/auth/authorizer/node/graph.go
    • Line 96: warning: exported function NewGraph should have comment or be unexported (golint)
    • Line 135: warning: don't use underscores in Go names; method getOrCreateVertex_locked should be getOrCreateVertexLocked (golint)
    • Line 143: warning: don't use underscores in Go names; method getVertex_rlocked should be getVertexRlocked (golint)
    • Line 149: warning: don't use underscores in Go names; method createVertex_locked should be createVertexLocked (golint)
    • Line 170: warning: don't use underscores in Go names; method deleteVertex_locked should be deleteVertexLocked (golint)
    • Line 214: warning: don't use underscores in Go names; method deleteEdges_locked should be deleteEdgesLocked (golint)
    • Line 254: warning: don't use underscores in Go names; method removeVertex_locked should be removeVertexLocked (golint)
    • Line 265: warning: don't use underscores in Go names; method recomputeDestinationIndex_locked should be recomputeDestinationIndexLocked (golint)
    • Line 356: warning: exported method Graph.DeletePod should have comment or be unexported (golint)
    • Line 389: warning: exported method Graph.DeletePV should have comment or be unexported (golint)
    • Line 412: warning: exported method Graph.DeleteVolumeAttachment should have comment or be unexported (golint)
    • arktos/pkg/apis/admissionregistration/v1beta1/defaults.go
    • Line 30: warning: exported function SetDefaults_ValidatingWebhook should have comment or be unexported (golint)
    • Line 30: warning: don't use underscores in Go names; func SetDefaults_ValidatingWebhook should be SetDefaultsValidatingWebhook (golint)
    • Line 62: warning: exported function SetDefaults_MutatingWebhook should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; func SetDefaults_MutatingWebhook should be SetDefaultsMutatingWebhook (golint)
    • Line 98: warning: exported function SetDefaults_Rule should have comment or be unexported (golint)
    • Line 98: warning: don't use underscores in Go names; func SetDefaults_Rule should be SetDefaultsRule (golint)
    • Line 106: warning: don't use underscores in Go names; func SetDefaults_ServiceReference should be SetDefaultsServiceReference (golint)
    • arktos/pkg/apis/core/objectreference.go
    • Line 26: warning: exported method ObjectReference.SetGroupVersionKind should have comment or be unexported (golint)
    • Line 30: warning: exported method ObjectReference.GroupVersionKind should have comment or be unexported (golint)
    • Line 34: warning: exported method ObjectReference.GetObjectKind should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/cli-runtime/pkg/resource/builder.go
    • Line 42: warning: exported var FileExtensions should have comment or be unexported (golint)
    • Line 43: warning: exported var InputExtensions should have comment or be unexported (golint)
    • Line 117: warning: error var missingResourceError should have name of the form errFoo (golint)
    • Line 124: warning: error var LocalResourceError should have name of the form ErrFoo (golint)
    • Line 124: warning: exported var LocalResourceError should have comment or be unexported (golint)
    • Line 129: warning: comment on exported function IsUsageError should be of the form "IsUsageError ..." (golint)
    • Line 137: warning: exported type FilenameOptions should have comment or be unexported (golint)
    • Line 154: warning: exported method FilenameOptions.RequireFilenameOrKustomize should have comment or be unexported (golint)
    • Line 166: warning: exported type FakeClientFunc should have comment or be unexported (golint)
    • Line 168: warning: exported function NewFakeBuilder should have comment or be unexported (golint)
    • Line 187: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 203: warning: exported method Builder.Schema should have comment or be unexported (golint)
    • Line 208: warning: exported method Builder.AddError should have comment or be unexported (golint)
    • Line 226: warning: exported method Builder.FilenameParamWithMultiTenancy should have comment or be unexported (golint)
    • Line 563: warning: comment on exported method Builder.SelectAllParam should be of the form "SelectAllParam ..." (golint)
    • arktos/staging/src/k8s.io/component-base/cli/flag/tristate.go
    • Line 29: warning: exported const Unset should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported method Tristate.Default should have comment or be unexported (golint)
    • Line 43: warning: exported method Tristate.Value should have comment or be unexported (golint)
    • Line 48: warning: exported method Tristate.Set should have comment or be unexported (golint)
    • Line 58: warning: exported method Tristate.Provided should have comment or be unexported (golint)
    • Line 65: warning: exported method Tristate.Type should have comment or be unexported (golint)
    • Line 72: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 80: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • arktos/pkg/registry/apps/rest/storage_apps.go
    • Line 36: warning: exported type RESTStorageProvider should have comment or be unexported (golint)
    • Line 38: warning: exported method RESTStorageProvider.NewRESTStorage should have comment or be unexported (golint)
    • Line 145: warning: exported method RESTStorageProvider.GroupName should have comment or be unexported (golint)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/defaults.go
    • Line 18: warning: package comment should be of the form "Package v1 ..." (golint)
    • Line 32: warning: exported function SetDefaults_CustomResourceDefinition should have comment or be unexported (golint)
    • Line 32: warning: don't use underscores in Go names; func SetDefaults_CustomResourceDefinition should be SetDefaultsCustomResourceDefinition (golint)
    • Line 44: warning: exported function SetDefaults_CustomResourceDefinitionSpec should have comment or be unexported (golint)
    • Line 44: warning: don't use underscores in Go names; func SetDefaults_CustomResourceDefinitionSpec should be SetDefaultsCustomResourceDefinitionSpec (golint)
    • Line 59: warning: don't use underscores in Go names; func SetDefaults_ServiceReference should be SetDefaultsServiceReference (golint)

gocyclo90%

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.

    • arktos/pkg/kubelet/cm/container_manager_linux.go
    • Line 203: warning: cyclomatic complexity 18 of function NewContainerManager() is high (> 15) (gocyclo)
    • Line 549: warning: cyclomatic complexity 17 of function (*containerManagerImpl).Start() is high (> 15) (gocyclo)
    • Line 401: warning: cyclomatic complexity 16 of function (*containerManagerImpl).setupNode() is high (> 15) (gocyclo)
    • arktos/pkg/apis/autoscaling/v1/conversion.go
    • Line 292: warning: cyclomatic complexity 22 of function Convert_autoscaling_HorizontalPodAutoscaler_To_v1_HorizontalPodAutoscaler() is high (> 15) (gocyclo)
    • Line 361: warning: cyclomatic complexity 16 of function Convert_v1_HorizontalPodAutoscaler_To_autoscaling_HorizontalPodAutoscaler() is high (> 15) (gocyclo)
    • arktos/pkg/proxy/ipvs/proxier.go
    • Line 736: warning: cyclomatic complexity 90 of function (*Proxier).syncProxyRules() is high (> 15) (gocyclo)
    • Line 297: warning: cyclomatic complexity 25 of function NewProxier() is high (> 15) (gocyclo)
    • Line 1589: warning: cyclomatic complexity 20 of function (*Proxier).syncEndpoint() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go
    • Line 690: warning: cyclomatic complexity 56 of function ValidateCustomResourceDefinitionOpenAPISchema() is high (> 15) (gocyclo)
    • Line 164: warning: cyclomatic complexity 54 of function validateCustomResourceDefinitionSpec() is high (> 15) (gocyclo)
    • Line 1169: warning: cyclomatic complexity 31 of function schemaHasKubernetesExtensions() is high (> 15) (gocyclo)
    • Line 1361: warning: cyclomatic complexity 28 of function SchemaHasInvalidTypes() is high (> 15) (gocyclo)
    • Line 1086: warning: cyclomatic complexity 27 of function schemaHasDefaults() is high (> 15) (gocyclo)
    • Line 870: warning: cyclomatic complexity 24 of function (*specStandardValidatorV3).validate() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/client-go/dynamic/fake/simple.go
    • Line 107: warning: cyclomatic complexity 27 of function (*dynamicResourceClient).Create() is high (> 15) (gocyclo)
    • Line 167: warning: cyclomatic complexity 24 of function (*dynamicResourceClient).Update() is high (> 15) (gocyclo)
    • Line 428: warning: cyclomatic complexity 24 of function (*dynamicResourceClient).Patch() is high (> 15) (gocyclo)
    • Line 303: warning: cyclomatic complexity 24 of function (*dynamicResourceClient).Get() is high (> 15) (gocyclo)
    • Line 247: warning: cyclomatic complexity 21 of function (*dynamicResourceClient).Delete() is high (> 15) (gocyclo)
    • Line 349: warning: cyclomatic complexity 16 of function (*dynamicResourceClient).List() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/apiextensions-apiserver/test/integration/subresources_test.go
    • Line 260: warning: cyclomatic complexity 32 of function TestScaleSubresource() is high (> 15) (gocyclo)
    • Line 148: warning: cyclomatic complexity 28 of function TestStatusSubresource() is high (> 15) (gocyclo)
    • Line 722: warning: cyclomatic complexity 27 of function TestSubresourcePatch() is high (> 15) (gocyclo)
    • Line 558: warning: cyclomatic complexity 20 of function TestSubresourcesDiscovery() is high (> 15) (gocyclo)
    • Line 649: warning: cyclomatic complexity 16 of function TestGeneration() is high (> 15) (gocyclo)
    • Line 452: warning: cyclomatic complexity 16 of function TestValidateOnlyStatus() is high (> 15) (gocyclo)
    • arktos/pkg/kubectl/cmd/drain/drain_test.go
    • Line 261: warning: cyclomatic complexity 48 of function TestDrain() is high (> 15) (gocyclo)
    • Line 82: warning: cyclomatic complexity 22 of function TestCordon() is high (> 15) (gocyclo)
    • Line 926: warning: cyclomatic complexity 16 of function TestDeletePods() is high (> 15) (gocyclo)
    • arktos/pkg/kubectl/describe/versioned/describe.go
    • Line 764: warning: cyclomatic complexity 34 of function describeVolumes() is high (> 15) (gocyclo)
    • Line 3171: warning: cyclomatic complexity 31 of function describeHorizontalPodAutoscalerV2beta2() is high (> 15) (gocyclo)
    • Line 1361: warning: cyclomatic complexity 28 of function describePersistentVolume() is high (> 15) (gocyclo)
    • Line 673: warning: cyclomatic complexity 19 of function describePod() is high (> 15) (gocyclo)
    • Line 1732: warning: cyclomatic complexity 17 of function describeContainerEnvVars() is high (> 15) (gocyclo)
    • Line 3312: warning: cyclomatic complexity 17 of function describeNodeResource() is high (> 15) (gocyclo)
    • arktos/pkg/kubelet/apis/config/v1beta1/zz_generated.conversion.go
    • Line 209: warning: cyclomatic complexity 22 of function autoConvert_v1beta1_KubeletConfiguration_To_config_KubeletConfiguration() is high (> 15) (gocyclo)
    • Line 339: warning: cyclomatic complexity 22 of function autoConvert_config_KubeletConfiguration_To_v1beta1_KubeletConfiguration() is high (> 15) (gocyclo)
    • Line 39: warning: cyclomatic complexity 17 of function RegisterConversions() is high (> 15) (gocyclo)
    • arktos/pkg/kubectl/cmd/apply/apply.go
    • Line 341: warning: cyclomatic complexity 53 of function (*ApplyOptions).Run() is high (> 15) (gocyclo)
    • Line 971: warning: cyclomatic complexity 18 of function (*Patcher).patchSimple() is high (> 15) (gocyclo)
    • Line 885: warning: cyclomatic complexity 18 of function (*Patcher).patchSimpleWithMultiTenancy() is high (> 15) (gocyclo)
    • Line 204: warning: cyclomatic complexity 17 of function (*ApplyOptions).Complete() is high (> 15) (gocyclo)
    • arktos/pkg/controller/nodelifecycle/node_lifecycle_controller.go
    • Line 660: warning: cyclomatic complexity 34 of function (*Controller).monitorNodeHealth() is high (> 15) (gocyclo)
    • Line 809: warning: cyclomatic complexity 26 of function (*Controller).tryUpdateNodeHealth() is high (> 15) (gocyclo)
    • Line 998: warning: cyclomatic complexity 21 of function (*Controller).handleDisruption() is high (> 15) (gocyclo)
    • Line 263: warning: cyclomatic complexity 20 of function NewNodeLifecycleController() is high (> 15) (gocyclo)
    • arktos/pkg/apis/apps/v1/zz_generated.defaults.go
    • Line 525: warning: cyclomatic complexity 49 of function SetObjectDefaults_StatefulSet() is high (> 15) (gocyclo)
    • Line 45: warning: cyclomatic complexity 48 of function SetObjectDefaults_DaemonSet() is high (> 15) (gocyclo)
    • Line 365: warning: cyclomatic complexity 48 of function SetObjectDefaults_ReplicaSet() is high (> 15) (gocyclo)
    • Line 205: warning: cyclomatic complexity 48 of function SetObjectDefaults_Deployment() is high (> 15) (gocyclo)
    • arktos/pkg/scheduler/algorithm/predicates/predicates.go
    • Line 238: warning: cyclomatic complexity 26 of function isVolumeConflict() is high (> 15) (gocyclo)
    • Line 631: warning: cyclomatic complexity 24 of function (*VolumeZoneChecker).predicate() is high (> 15) (gocyclo)
    • Line 1415: warning: cyclomatic complexity 24 of function (*PodAffinityChecker).satisfiesPodsAffinityAntiAffinity() is high (> 15) (gocyclo)
    • Line 770: warning: cyclomatic complexity 18 of function PodFitsResources() is high (> 15) (gocyclo)
    • arktos/pkg/kubelet/nodestatus/setters.go
    • Line 61: warning: cyclomatic complexity 32 of function NodeAddress() is high (> 15) (gocyclo)
    • Line 214: warning: cyclomatic complexity 29 of function MachineInfo() is high (> 15) (gocyclo)
    • Line 440: warning: cyclomatic complexity 16 of function ReadyCondition() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/azure/azure_vmss.go
    • Line 780: warning: cyclomatic complexity 28 of function (*scaleSet).ensureVMSSInPool() is high (> 15) (gocyclo)
    • Line 655: warning: cyclomatic complexity 22 of function (*scaleSet).EnsureHostInPool() is high (> 15) (gocyclo)
    • Line 1085: warning: cyclomatic complexity 20 of function (*scaleSet).ensureBackendPoolDeletedFromVMSS() is high (> 15) (gocyclo)
    • Line 1188: warning: cyclomatic complexity 16 of function (*scaleSet).EnsureBackendPoolDeleted() is high (> 15) (gocyclo)
    • arktos/pkg/kubectl/cmd/top/top_pod_test.go
    • Line 92: warning: cyclomatic complexity 26 of function TestTopPod() is high (> 15) (gocyclo)
    • Line 453: warning: cyclomatic complexity 24 of function TestTopPodCustomDefaults() is high (> 15) (gocyclo)
    • Line 241: warning: cyclomatic complexity 22 of function TestTopPodWithMetricsServer() is high (> 15) (gocyclo)
    • arktos/pkg/apis/core/validation/validation.go
    • Line 1562: warning: cyclomatic complexity 74 of function ValidatePersistentVolumeSpec() is high (> 15) (gocyclo)
    • Line 420: warning: cyclomatic complexity 61 of function validateVolumeSource() is high (> 15) (gocyclo)
    • Line 4761: warning: cyclomatic complexity 46 of function ValidateLimitRange() is high (> 15) (gocyclo)
    • Line 3969: warning: cyclomatic complexity 44 of function ValidateService() is high (> 15) (gocyclo)
    • Line 722: warning: cyclomatic complexity 31 of function validateISCSIPersistentVolumeSource() is high (> 15) (gocyclo)
    • Line 3706: warning: cyclomatic complexity 31 of function ValidatePodUpdate() is high (> 15) (gocyclo)
    • Line 682: warning: cyclomatic complexity 27 of function validateISCSIVolumeSource() is high (> 15) (gocyclo)
    • Line 4903: warning: cyclomatic complexity 22 of function ValidateSecret() is high (> 15) (gocyclo)
    • Line 1005: warning: cyclomatic complexity 21 of function validateProjectionSources() is high (> 15) (gocyclo)
    • Line 3170: warning: cyclomatic complexity 19 of function ValidatePodSpec() is high (> 15) (gocyclo)
    • Line 1888: warning: cyclomatic complexity 18 of function ValidatePersistentVolumeClaimSpec() is high (> 15) (gocyclo)
    • Line 5583: warning: cyclomatic complexity 18 of function ValidateSecurityContext() is high (> 15) (gocyclo)
    • Line 2665: warning: cyclomatic complexity 17 of function validateContainers() is high (> 15) (gocyclo)
    • Line 5048: warning: cyclomatic complexity 16 of function ValidateResourceRequirements() is high (> 15) (gocyclo)
    • Line 5144: warning: cyclomatic complexity 16 of function validateScopedResourceSelectorRequirement() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/vsphere/vsphere.go
    • Line 1165: warning: cyclomatic complexity 38 of function (*VSphere).CreateVolume() is high (> 15) (gocyclo)
    • Line 304: warning: cyclomatic complexity 30 of function populateVsphereInstanceMap() is high (> 15) (gocyclo)
    • Line 1687: warning: cyclomatic complexity 25 of function (*VSphere).GetZoneToHosts() is high (> 15) (gocyclo)
    • Line 1038: warning: cyclomatic complexity 20 of function (*VSphere).DisksAreAttached() is high (> 15) (gocyclo)
    • Line 1468: warning: cyclomatic complexity 18 of function (*VSphere).GetZone() is high (> 15) (gocyclo)
    • arktos/test/integration/apiserver/apiserver_test.go
    • Line 897: warning: cyclomatic complexity 74 of function TestTransform() is high (> 15) (gocyclo)
    • Line 426: warning: cyclomatic complexity 73 of function TestMetadataClient() is high (> 15) (gocyclo)
    • Line 745: warning: cyclomatic complexity 23 of function TestAPICRDProtobuf() is high (> 15) (gocyclo)
    • Line 1619: warning: cyclomatic complexity 16 of function expectTableV1WatchEvents() is high (> 15) (gocyclo)
    • Line 1510: warning: cyclomatic complexity 16 of function expectTableWatchEvents() is high (> 15) (gocyclo)
    • arktos/test/utils/runners.go
    • Line 604: warning: cyclomatic complexity 25 of function (*RCConfig).applyTo() is high (> 15) (gocyclo)
    • Line 738: warning: cyclomatic complexity 19 of function (*RCConfig).start() is high (> 15) (gocyclo)
    • arktos/pkg/apis/core/v1/zz_generated.defaults.go
    • Line 175: warning: cyclomatic complexity 51 of function SetObjectDefaults_Pod() is high (> 15) (gocyclo)
    • Line 525: warning: cyclomatic complexity 49 of function SetObjectDefaults_ReplicationController() is high (> 15) (gocyclo)
    • Line 366: warning: cyclomatic complexity 48 of function SetObjectDefaults_PodTemplate() is high (> 15) (gocyclo)
    • arktos/pkg/controller/daemon/daemon_controller.go
    • Line 868: warning: cyclomatic complexity 17 of function (*DaemonSetsController).podsShouldBeOnNode() is high (> 15) (gocyclo)
    • Line 997: warning: cyclomatic complexity 17 of function (*DaemonSetsController).syncNodes() is high (> 15) (gocyclo)
    • Line 1348: warning: cyclomatic complexity 17 of function (*DaemonSetsController).nodeShouldRunDaemonPod() is high (> 15) (gocyclo)
    • Line 1223: warning: cyclomatic complexity 16 of function (*DaemonSetsController).syncDaemonSet() is high (> 15) (gocyclo)
    • arktos/pkg/security/podsecuritypolicy/provider.go
    • Line 255: warning: cyclomatic complexity 28 of function (*simpleProvider).validatePodVolumes() is high (> 15) (gocyclo)
    • Line 129: warning: cyclomatic complexity 19 of function (*simpleProvider).mutateContainer() is high (> 15) (gocyclo)
    • Line 65: warning: cyclomatic complexity 16 of function (*simpleProvider).MutatePod() is high (> 15) (gocyclo)
    • Line 349: warning: cyclomatic complexity 16 of function (*simpleProvider).validateContainer() is high (> 15) (gocyclo)
    • arktos/pkg/kubelet/kubelet.go
    • Line 330: warning: cyclomatic complexity 75 of function NewMainKubelet() is high (> 15) (gocyclo)
    • Line 1500: warning: cyclomatic complexity 65 of function (*Kubelet).syncPod() is high (> 15) (gocyclo)
    • Line 2007: warning: cyclomatic complexity 25 of function (*Kubelet).syncLoopIteration() is high (> 15) (gocyclo)
    • arktos/pkg/kubectl/cmd/cp/cp.go
    • Line 365: warning: cyclomatic complexity 17 of function recursiveTar() is high (> 15) (gocyclo)
    • Line 435: warning: cyclomatic complexity 17 of function (*CopyOptions).untarAll() is high (> 15) (gocyclo)
    • arktos/pkg/volume/csi/csi_plugin_test.go
    • Line 519: warning: cyclomatic complexity 20 of function TestPluginNewMounter() is high (> 15) (gocyclo)
    • Line 630: warning: cyclomatic complexity 20 of function TestPluginNewMounterWithInline() is high (> 15) (gocyclo)
    • Line 402: warning: cyclomatic complexity 20 of function TestPluginConstructVolumeSpecWithInline() is high (> 15) (gocyclo)
    • Line 305: warning: cyclomatic complexity 16 of function TestPluginConstructVolumeSpec() is high (> 15) (gocyclo)
    • arktos/pkg/apis/core/zz_generated.deepcopy.go
    • Line 3886: warning: cyclomatic complexity 29 of function (*PodSpec).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6056: warning: cyclomatic complexity 29 of function (*VolumeSource).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3208: warning: cyclomatic complexity 23 of function (*PersistentVolumeSource).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 882: warning: cyclomatic complexity 18 of function (*Container).DeepCopyInto() is high (> 15) (gocyclo)
    • arktos/pkg/cloudprovider/providers/openstack/openstack_loadbalancer.go
    • Line 663: warning: cyclomatic complexity 82 of function (*LbaasV2).EnsureLoadBalancer() is high (> 15) (gocyclo)
    • Line 1405: warning: cyclomatic complexity 39 of function (*LbaasV2).EnsureLoadBalancerDeleted() is high (> 15) (gocyclo)
    • Line 1182: warning: cyclomatic complexity 31 of function (*LbaasV2).UpdateLoadBalancer() is high (> 15) (gocyclo)
    • Line 1011: warning: cyclomatic complexity 27 of function (*LbaasV2).ensureSecurityGroup() is high (> 15) (gocyclo)
    • Line 1325: warning: cyclomatic complexity 16 of function (*LbaasV2).updateSecurityGroup() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/aws/aws_loadbalancer.go
    • Line 115: warning: cyclomatic complexity 40 of function (*Cloud).ensureLoadBalancerv2() is high (> 15) (gocyclo)
    • Line 891: warning: cyclomatic complexity 40 of function (*Cloud).ensureLoadBalancer() is high (> 15) (gocyclo)
    • Line 516: warning: cyclomatic complexity 30 of function (*Cloud).ensureTargetGroup() is high (> 15) (gocyclo)
    • Line 714: warning: cyclomatic complexity 18 of function (*Cloud).updateInstanceSecurityGroupsForNLB() is high (> 15) (gocyclo)
    • Line 348: warning: cyclomatic complexity 16 of function (*Cloud).reconcileLBAttributes() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/azure/azure_loadbalancer.go
    • Line 594: warning: cyclomatic complexity 57 of function (*Cloud).reconcileLoadBalancer() is high (> 15) (gocyclo)
    • Line 993: warning: cyclomatic complexity 47 of function (*Cloud).reconcileSecurityGroup() is high (> 15) (gocyclo)
    • Line 1389: warning: cyclomatic complexity 24 of function (*Cloud).safeDeletePublicIP() is high (> 15) (gocyclo)
    • Line 543: warning: cyclomatic complexity 17 of function (*Cloud).isFrontendIPChanged() is high (> 15) (gocyclo)
    • Line 1327: warning: cyclomatic complexity 16 of function (*Cloud).reconcilePublicIP() is high (> 15) (gocyclo)
    • Line 888: warning: cyclomatic complexity 16 of function (*Cloud).reconcileLoadBalancerRule() is high (> 15) (gocyclo)
    • arktos/pkg/kubelet/eviction/eviction_manager_test.go
    • Line 184: warning: cyclomatic complexity 25 of function TestMemoryPressure() is high (> 15) (gocyclo)
    • Line 919: warning: cyclomatic complexity 22 of function TestInodePressureNodeFsInodes() is high (> 15) (gocyclo)
    • Line 741: warning: cyclomatic complexity 21 of function TestNodeReclaimFuncs() is high (> 15) (gocyclo)
    • Line 402: warning: cyclomatic complexity 21 of function TestDiskPressureNodeFs() is high (> 15) (gocyclo)
    • Line 1282: warning: cyclomatic complexity 20 of function TestAllocatableMemoryPressure() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go
    • Line 3449: warning: cyclomatic complexity 65 of function (*Cloud).EnsureLoadBalancer() is high (> 15) (gocyclo)
    • Line 4113: warning: cyclomatic complexity 26 of function (*Cloud).EnsureLoadBalancerDeleted() is high (> 15) (gocyclo)
    • Line 3982: warning: cyclomatic complexity 25 of function (*Cloud).updateInstanceSecurityGroupsForLoadBalancer() is high (> 15) (gocyclo)
    • Line 1181: warning: cyclomatic complexity 23 of function newAWSCloud() is high (> 15) (gocyclo)
    • Line 2167: warning: cyclomatic complexity 16 of function (*Cloud).AttachDisk() is high (> 15) (gocyclo)
    • arktos/pkg/controller/history/controller_history_test.go
    • Line 1199: warning: cyclomatic complexity 23 of function TestRealHistory_ReleaseControllerRevision() is high (> 15) (gocyclo)
    • Line 952: warning: cyclomatic complexity 22 of function TestRealHistory_AdoptControllerRevision() is high (> 15) (gocyclo)
    • Line 503: warning: cyclomatic complexity 18 of function TestRealHistory_UpdateControllerRevision() is high (> 15) (gocyclo)
    • arktos/pkg/volume/glusterfs/glusterfs.go
    • Line 970: warning: cyclomatic complexity 54 of function parseClassParameters() is high (> 15) (gocyclo)
    • Line 319: warning: cyclomatic complexity 22 of function (*glusterfsMounter).setUpAtInternal() is high (> 15) (gocyclo)
    • Line 755: warning: cyclomatic complexity 17 of function (*glusterfsVolumeProvisioner).CreateVolume() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go
    • Line 3879: warning: cyclomatic complexity 30 of function (*PodSpec).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6071: warning: cyclomatic complexity 29 of function (*VolumeSource).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3206: warning: cyclomatic complexity 23 of function (*PersistentVolumeSource).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 882: warning: cyclomatic complexity 18 of function (*Container).DeepCopyInto() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go
    • Line 1111: warning: cyclomatic complexity 28 of function mergePatchIntoOriginal() is high (> 15) (gocyclo)
    • Line 551: warning: cyclomatic complexity 24 of function diffLists() is high (> 15) (gocyclo)
    • Line 717: warning: cyclomatic complexity 23 of function diffListsOfMaps() is high (> 15) (gocyclo)
    • Line 1281: warning: cyclomatic complexity 22 of function mergeMap() is high (> 15) (gocyclo)
    • Line 168: warning: cyclomatic complexity 17 of function diffMaps() is high (> 15) (gocyclo)
    • Line 1607: warning: cyclomatic complexity 17 of function sortMergeListsByNameMap() is high (> 15) (gocyclo)
    • Line 2022: warning: cyclomatic complexity 16 of function CreateThreeWayMergePatch() is high (> 15) (gocyclo)
    • arktos/pkg/controller/statefulset/stateful_set_control_test.go
    • Line 783: warning: cyclomatic complexity 46 of function TestStatefulSetControlOnDeleteUpdate() is high (> 15) (gocyclo)
    • Line 1276: warning: cyclomatic complexity 40 of function TestStatefulSetControlRollback() is high (> 15) (gocyclo)
    • Line 1049: warning: cyclomatic complexity 29 of function TestStatefulSetControlRollingUpdateWithPartition() is high (> 15) (gocyclo)
    • Line 2052: warning: cyclomatic complexity 22 of function updateStatefulSetControl() is high (> 15) (gocyclo)
    • Line 610: warning: cyclomatic complexity 21 of function TestStatefulSetControlRollingUpdate() is high (> 15) (gocyclo)
    • Line 484: warning: cyclomatic complexity 21 of function TestStatefulSetControl_getSetRevisions() is high (> 15) (gocyclo)
    • Line 191: warning: cyclomatic complexity 18 of function ReplacesPods() is high (> 15) (gocyclo)
    • Line 1900: warning: cyclomatic complexity 17 of function scaleUpStatefulSetControl() is high (> 15) (gocyclo)
    • Line 1840: warning: cyclomatic complexity 16 of function assertUpdateInvariants() is high (> 15) (gocyclo)
    • arktos/pkg/printers/tableprinter.go
    • Line 192: warning: cyclomatic complexity 30 of function decorateTable() is high (> 15) (gocyclo)
    • Line 72: warning: cyclomatic complexity 18 of function (*HumanReadablePrinter).PrintObj() is high (> 15) (gocyclo)
    • Line 347: warning: cyclomatic complexity 17 of function printRows() is high (> 15) (gocyclo)
    • arktos/pkg/apis/apps/v1beta2/zz_generated.defaults.go
    • Line 525: warning: cyclomatic complexity 49 of function SetObjectDefaults_StatefulSet() is high (> 15) (gocyclo)
    • Line 205: warning: cyclomatic complexity 48 of function SetObjectDefaults_Deployment() is high (> 15) (gocyclo)
    • Line 365: warning: cyclomatic complexity 48 of function SetObjectDefaults_ReplicaSet() is high (> 15) (gocyclo)
    • Line 45: warning: cyclomatic complexity 48 of function SetObjectDefaults_DaemonSet() is high (> 15) (gocyclo)
    • arktos/test/integration/scheduler/volume_binding_test.go
    • Line 689: warning: cyclomatic complexity 20 of function TestVolumeProvision() is high (> 15) (gocyclo)
    • Line 101: warning: cyclomatic complexity 20 of function TestVolumeBinding() is high (> 15) (gocyclo)
    • Line 414: warning: cyclomatic complexity 19 of function testVolumeBindingStress() is high (> 15) (gocyclo)
    • Line 503: warning: cyclomatic complexity 17 of function testVolumeBindingWithAffinity() is high (> 15) (gocyclo)
    • Line 271: warning: cyclomatic complexity 16 of function TestVolumeBindingRescheduling() is high (> 15) (gocyclo)
    • arktos/pkg/controller/volume/persistentvolume/pv_controller.go
    • Line 510: warning: cyclomatic complexity 39 of function (*PersistentVolumeController).syncVolume() is high (> 15) (gocyclo)
    • Line 308: warning: cyclomatic complexity 23 of function (*PersistentVolumeController).syncUnboundClaim() is high (> 15) (gocyclo)
    • Line 1389: warning: cyclomatic complexity 23 of function (*PersistentVolumeController).provisionClaimOperation() is high (> 15) (gocyclo)
    • arktos/pkg/kubectl/cmd/get/get.go
    • Line 207: warning: cyclomatic complexity 34 of function (*GetOptions).Complete() is high (> 15) (gocyclo)
    • Line 466: warning: cyclomatic complexity 30 of function (*GetOptions).Run() is high (> 15) (gocyclo)
    • Line 645: warning: cyclomatic complexity 20 of function (*GetOptions).watch() is high (> 15) (gocyclo)
    • Line 769: warning: cyclomatic complexity 17 of function (*GetOptions).printGeneric() is high (> 15) (gocyclo)
    • arktos/test/integration/deployment/deployment_test.go
    • Line 927: warning: cyclomatic complexity 37 of function testScaledRolloutDeployment() is high (> 15) (gocyclo)
    • Line 133: warning: cyclomatic complexity 20 of function testDeploymentRollingUpdate() is high (> 15) (gocyclo)
    • Line 1473: warning: cyclomatic complexity 18 of function testReplicaSetOrphaningAndAdoptionWhenLabelsChange() is high (> 15) (gocyclo)
    • Line 255: warning: cyclomatic complexity 16 of function testDeploymentSelectorImmutability() is high (> 15) (gocyclo)
    • Line 347: warning: cyclomatic complexity 16 of function testPausedDeployment() is high (> 15) (gocyclo)
    • arktos/pkg/registry/core/service/storage/rest_test.go
    • Line 1195: warning: cyclomatic complexity 20 of function TestServiceRegistryResourceLocation() is high (> 15) (gocyclo)
    • Line 327: warning: cyclomatic complexity 18 of function TestServiceRegistryCreateDryRun() is high (> 15) (gocyclo)
    • Line 718: warning: cyclomatic complexity 16 of function TestServiceRegistryUpdateDryRun() is high (> 15) (gocyclo)
    • arktos/test/e2e/framework/util.go
    • Line 1081: warning: cyclomatic complexity 17 of function initContainersInvariants() is high (> 15) (gocyclo)
    • Line 2287: warning: cyclomatic complexity 16 of function getReplicasFromRuntimeObject() is high (> 15) (gocyclo)
    • arktos/pkg/util/bandwidth/linux_test.go
    • Line 311: warning: cyclomatic complexity 25 of function TestLimit() is high (> 15) (gocyclo)
    • Line 637: warning: cyclomatic complexity 18 of function TestReconcileInterfaceIsWrong() is high (> 15) (gocyclo)
    • Line 445: warning: cyclomatic complexity 16 of function TestReset() is high (> 15) (gocyclo)
    • arktos/pkg/controller/apis/config/v1alpha1/zz_generated.conversion.go
    • Line 289: warning: cyclomatic complexity 24 of function autoConvert_v1alpha1_KubeControllerManagerConfiguration_To_config_KubeControllerManagerConfiguration() is high (> 15) (gocyclo)
    • Line 367: warning: cyclomatic complexity 24 of function autoConvert_config_KubeControllerManagerConfiguration_To_v1alpha1_KubeControllerManagerConfiguration() is high (> 15) (gocyclo)
    • Line 61: warning: cyclomatic complexity 17 of function RegisterConversions() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go
    • Line 3499: warning: cyclomatic complexity 23 of function TestWatchTable() is high (> 15) (gocyclo)
    • Line 3743: warning: cyclomatic complexity 23 of function TestWatchTableWithMultiTenancy() is high (> 15) (gocyclo)
    • Line 1953: warning: cyclomatic complexity 18 of function TestListCompressionWithMultiTenancy() is high (> 15) (gocyclo)
    • Line 3090: warning: cyclomatic complexity 16 of function TestGetTable() is high (> 15) (gocyclo)
    • Line 3294: warning: cyclomatic complexity 16 of function TestGetTableWithMultiTenancy() is high (> 15) (gocyclo)
    • Line 4188: warning: cyclomatic complexity 16 of function TestGetPartialObjectMetadataWithMultiTenancy() is high (> 15) (gocyclo)
    • Line 1848: warning: cyclomatic complexity 16 of function TestListCompression() is high (> 15) (gocyclo)
    • Line 3999: warning: cyclomatic complexity 16 of function TestGetPartialObjectMetadata() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/client-go/metadata/fake/simple.go
    • Line 121: warning: cyclomatic complexity 27 of function (*metadataResourceClient).CreateFake() is high (> 15) (gocyclo)
    • Line 320: warning: cyclomatic complexity 24 of function (*metadataResourceClient).Get() is high (> 15) (gocyclo)
    • Line 442: warning: cyclomatic complexity 24 of function (*metadataResourceClient).Patch() is high (> 15) (gocyclo)
    • Line 182: warning: cyclomatic complexity 24 of function (*metadataResourceClient).UpdateFake() is high (> 15) (gocyclo)
    • Line 262: warning: cyclomatic complexity 21 of function (*metadataResourceClient).Delete() is high (> 15) (gocyclo)
    • Line 366: warning: cyclomatic complexity 16 of function (*metadataResourceClient).List() is high (> 15) (gocyclo)
    • arktos/pkg/volume/util/operationexecutor/operation_generator.go
    • Line 559: warning: cyclomatic complexity 31 of function (*operationGenerator).GenerateMountVolumeFunc() is high (> 15) (gocyclo)
    • Line 443: warning: cyclomatic complexity 23 of function (*operationGenerator).GenerateDetachVolumeFunc() is high (> 15) (gocyclo)
    • Line 310: warning: cyclomatic complexity 23 of function (*operationGenerator).GenerateAttachVolumeFunc() is high (> 15) (gocyclo)
    • Line 1603: warning: cyclomatic complexity 20 of function (*operationGenerator).GenerateExpandInUseVolumeFunc() is high (> 15) (gocyclo)
    • Line 1015: warning: cyclomatic complexity 20 of function (*operationGenerator).GenerateMapVolumeFunc() is high (> 15) (gocyclo)
    • Line 1796: warning: cyclomatic complexity 19 of function nodeUsingCSIPlugin() is high (> 15) (gocyclo)
    • Line 1284: warning: cyclomatic complexity 18 of function (*operationGenerator).GenerateUnmapDeviceFunc() is high (> 15) (gocyclo)
    • arktos/pkg/kubectl/rolling_updater_test.go
    • Line 1586: warning: cyclomatic complexity 17 of function TestAddDeploymentHash() is high (> 15) (gocyclo)
    • Line 1457: warning: cyclomatic complexity 16 of function TestUpdateRcWithRetries() is high (> 15) (gocyclo)
    • Line 101: warning: cyclomatic complexity 16 of function TestUpdate() is high (> 15) (gocyclo)
    • arktos/staging/src/k8s.io/legacy-cloud-providers/azure/azure_test.go
    • Line 2511: warning: cyclomatic complexity 31 of function TestCanCombineSharedAndPrivateRulesInSameGroup() is high (> 15) (gocyclo)
    • Line 1230: warning: cyclomatic complexity 26 of function validateLoadBalancer() is high (> 15) (gocyclo)
    • Line 1628: warning: cyclomatic complexity 23 of function validateConfig() is high (> 15) (gocyclo)
    • Line 2324: warning: cyclomatic complexity 18 of function TestIfSomeServicesShareARuleAndOneIsDeletedItIsRemovedFromTheRightRule() is high (> 15) (gocyclo)
    • Line 2169: warning: cyclomatic complexity 17 of function TestIfServicesSpecifySharedRuleButSomeAreOnDifferentPortsThenRulesAreSeparatedOrConsoliatedByPort() is high (> 15) (gocyclo)
    • arktos/pkg/master/controller_test.go
    • Line 889: warning: cyclomatic complexity 27 of function TestCreateOrUpdateMasterService() is high (> 15) (gocyclo)
    • Line 443: warning: cyclomatic complexity 18 of function TestReconcileEndpointsWithServiceGroup() is high (> 15) (gocyclo)
    • Line 34: warning: cyclomatic complexity 18 of function TestReconcileEndpoints() is high (> 15) (gocyclo)
    • Line 763: warning: cyclomatic complexity 18 of function TestNonReconcileEndpoints() is high (> 15) (gocyclo)
    • arktos/pkg/api/pod/util.go
    • Line 284: warning: cyclomatic complexity 43 of function dropDisabledFields() is high (> 15) (gocyclo)
    • Line 37: warning: cyclomatic complexity 41 of function VisitPodSecretNames() is high (> 15) (gocyclo)
    • arktos/pkg/kubelet/kubelet_pods.go
    • Line 550: warning: cyclomatic complexity 55 of function (*Kubelet).makeEnvironmentVariables() is high (> 15) (gocyclo)
    • Line 1592: warning: cyclomatic complexity 40 of function (*Kubelet).convertToAPIContainerStatuses() is high (> 15) (gocyclo)
    • Line 1248: warning: cyclomatic complexity 31 of function getPhase() is high (> 15) (gocyclo)
    • Line 133: warning: cyclomatic complexity 30 of function makeMounts() is high (> 15) (gocyclo)
    • Line 1439: warning: cyclomatic complexity 19 of function (*Kubelet).convertStatusToAPIStatus() is high (> 15) (gocyclo)
    • Line 1133: warning: cyclomatic complexity 18 of function (*Kubelet).validateContainerLogStatus() is high (> 15) (gocyclo)
    • Line 1352: warning: cyclomatic complexity 18 of function (*Kubelet).generateAPIPodStatus() is high (> 15) (gocyclo)

ineffassign97%

IneffAssign detects ineffectual assignments in Go code.

    • arktos/staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go
    • Line 5504: warning: ineffectual assignment to err (ineffassign)
    • Line 5533: warning: ineffectual assignment to err (ineffassign)
    • Line 5566: warning: ineffectual assignment to err (ineffassign)
    • Line 5612: warning: ineffectual assignment to err (ineffassign)
    • Line 5650: warning: ineffectual assignment to err (ineffassign)
    • Line 5692: warning: ineffectual assignment to err (ineffassign)
    • Line 5733: warning: ineffectual assignment to err (ineffassign)
    • Line 5780: warning: ineffectual assignment to err (ineffassign)
    • Line 5817: warning: ineffectual assignment to err (ineffassign)
    • Line 5848: warning: ineffectual assignment to err (ineffassign)
    • Line 5872: warning: ineffectual assignment to err (ineffassign)
    • Line 5900: warning: ineffectual assignment to err (ineffassign)
    • Line 5941: warning: ineffectual assignment to err (ineffassign)
    • Line 5987: warning: ineffectual assignment to err (ineffassign)
    • Line 6029: warning: ineffectual assignment to err (ineffassign)
    • Line 6075: warning: ineffectual assignment to err (ineffassign)
    • Line 6109: warning: ineffectual assignment to err (ineffassign)
    • Line 6145: warning: ineffectual assignment to err (ineffassign)
    • Line 6180: warning: ineffectual assignment to err (ineffassign)
    • Line 6220: warning: ineffectual assignment to err (ineffassign)
    • Line 6262: warning: ineffectual assignment to err (ineffassign)
    • Line 6307: warning: ineffectual assignment to err (ineffassign)
    • Line 6346: warning: ineffectual assignment to err (ineffassign)
    • Line 6380: warning: ineffectual assignment to err (ineffassign)
    • Line 6414: warning: ineffectual assignment to err (ineffassign)
    • Line 6449: warning: ineffectual assignment to err (ineffassign)
    • arktos/test/e2e/apimachinery/resource_quota.go
    • Line 64: warning: ineffectual assignment to resourceQuota (ineffassign)
    • Line 82: warning: ineffectual assignment to resourceQuota (ineffassign)
    • Line 180: warning: ineffectual assignment to resourceQuota (ineffassign)
    • Line 218: warning: ineffectual assignment to pod (ineffassign)
    • Line 230: warning: ineffectual assignment to pod (ineffassign)
    • Line 286: warning: ineffectual assignment to resourceQuota (ineffassign)
    • Line 329: warning: ineffectual assignment to resourceQuota (ineffassign)
    • Line 368: warning: ineffectual assignment to resourceQuota (ineffassign)
    • Line 407: warning: ineffectual assignment to resourceQuota (ineffassign)
    • Line 449: warning: ineffectual assignment to resourceQuota (ineffassign)
    • Line 503: warning: ineffectual assignment to err (ineffassign)
    • Line 1054: warning: ineffectual assignment to pod2 (ineffassign)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!