Preparing report...

Report for github.com/rancher/rancher

A    Great!    Found 1922 issues across 2351 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!


golint20%

Golint is a linter for Go source code.

    • rancher/pkg/auth/server.go
    • Line 28: warning: exported type Server should have comment or be unexported (golint)
    • Line 34: warning: exported function NewAlwaysAdmin should have comment or be unexported (golint)
    • Line 43: warning: exported function NewHeaderAuth should have comment or be unexported (golint)
    • Line 52: warning: exported function NewServer should have comment or be unexported (golint)
    • Line 130: warning: exported method Server.OnLeader should have comment or be unexported (golint)
    • Line 150: warning: exported method Server.Start should have comment or be unexported (golint)
    • Line 164: warning: exported function SetXAPICattleAuthHeader should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_namespaced_service_account_token_controller.go
    • Line 22: warning: exported var NamespacedServiceAccountTokenGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type NamespacedServiceAccountToken should be of the form "NamespacedServiceAccountToken ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNamespacedServiceAccountToken should have comment or be unexported (golint)
    • Line 56: warning: exported type NamespacedServiceAccountTokenHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NamespacedServiceAccountTokenChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NamespacedServiceAccountTokenLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NamespacedServiceAccountTokenController should have comment or be unexported (golint)
    • Line 77: warning: exported type NamespacedServiceAccountTokenInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_resource_quota_controller.go
    • Line 22: warning: exported var ResourceQuotaGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ResourceQuota should be of the form "ResourceQuota ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewResourceQuota should have comment or be unexported (golint)
    • Line 56: warning: exported type ResourceQuotaHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ResourceQuotaChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ResourceQuotaLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ResourceQuotaController should have comment or be unexported (golint)
    • Line 77: warning: exported type ResourceQuotaInterface should have comment or be unexported (golint)
    • rancher/pkg/pipeline/remote/bitbucketcloud/model.go
    • Line 3: warning: exported type User should have comment or be unexported (golint)
    • Line 11: warning: exported type Links should have comment or be unexported (golint)
    • Line 17: warning: exported type Link should have comment or be unexported (golint)
    • Line 22: warning: exported type Repository should have comment or be unexported (golint)
    • Line 38: warning: exported type PaginatedRepositories should have comment or be unexported (golint)
    • Line 43: warning: exported type Paging should have comment or be unexported (golint)
    • Line 51: warning: exported type Hook should have comment or be unexported (golint)
    • Line 61: warning: exported type PaginatedHooks should have comment or be unexported (golint)
    • Line 66: warning: exported type Ref should have comment or be unexported (golint)
    • Line 73: warning: exported type PaginatedBranches should have comment or be unexported (golint)
    • Line 78: warning: exported type Target should have comment or be unexported (golint)
    • Line 87: warning: exported type Author should have comment or be unexported (golint)
    • Line 92: warning: exported type Object should have comment or be unexported (golint)
    • Line 97: warning: exported type PushEventPayload should have comment or be unexported (golint)
    • Line 105: warning: exported type Change should have comment or be unexported (golint)
    • Line 109: warning: exported type PullRequestEventPayload should have comment or be unexported (golint)
    • Line 115: warning: exported type PullRequest should have comment or be unexported (golint)
    • Line 128: warning: exported type PullRequestEndpoint should have comment or be unexported (golint)
    • rancher/pkg/types/config/context.go
    • Line 50: warning: exported var UserStorageContext should have comment or be unexported (golint)
    • Line 54: warning: exported type ScaledContext should have comment or be unexported (golint)
    • Line 80: warning: exported method ScaledContext.NewManagementContext should have comment or be unexported (golint)
    • Line 97: warning: exported type ScaleContextOptions should have comment or be unexported (golint)
    • Line 101: warning: exported function NewScaledContext should have comment or be unexported (golint)
    • Line 173: warning: exported method ScaledContext.Start should have comment or be unexported (golint)
    • Line 178: warning: exported type ManagementContext should have comment or be unexported (golint)
    • Line 201: warning: exported type UserContext should have comment or be unexported (golint)
    • Line 230: warning: exported method UserContext.UserOnlyContext should have comment or be unexported (golint)
    • Line 254: warning: exported type UserOnlyContext should have comment or be unexported (golint)
    • Line 352: warning: exported function NewUserContext should have comment or be unexported (golint)
    • Line 480: warning: exported method UserContext.Start should have comment or be unexported (golint)
    • Line 488: warning: exported function NewUserOnlyContext should have comment or be unexported (golint)
    • Line 584: warning: exported method UserOnlyContext.Start should have comment or be unexported (golint)
    • rancher/pkg/pipeline/engine/jenkins/engine.go
    • Line 38: warning: exported type Engine should have comment or be unexported (golint)
    • Line 70: warning: exported method Engine.PreCheck should have comment or be unexported (golint)
    • Line 126: warning: exported method Engine.RunPipelineExecution should have comment or be unexported (golint)
    • Line 270: warning: exported method Engine.RerunExecution should have comment or be unexported (golint)
    • Line 274: warning: exported method Engine.StopExecution should have comment or be unexported (golint)
    • Line 313: warning: exported method Engine.SyncExecution should have comment or be unexported (golint)
    • Line 571: warning: exported method Engine.GetStepLog should have comment or be unexported (golint)
    • rancher/pkg/settings/setting.go
    • Line 20: warning: exported var InjectDefaults should have comment or be unexported (golint)
    • Line 121: warning: exported function FullShellImage should have comment or be unexported (golint)
    • Line 125: warning: exported function PrefixPrivateRegistry should have comment or be unexported (golint)
    • Line 133: warning: exported function IsRelease should have comment or be unexported (golint)
    • Line 161: warning: exported type Provider should have comment or be unexported (golint)
    • Line 168: warning: exported type Setting should have comment or be unexported (golint)
    • Line 174: warning: exported method Setting.SetIfUnset should have comment or be unexported (golint)
    • Line 181: warning: exported method Setting.Set should have comment or be unexported (golint)
    • Line 194: warning: exported method Setting.Get should have comment or be unexported (golint)
    • Line 202: warning: exported method Setting.GetInt should have comment or be unexported (golint)
    • Line 216: warning: exported function SetProvider should have comment or be unexported (golint)
    • Line 224: warning: exported function NewSetting should have comment or be unexported (golint)
    • Line 233: warning: exported function GetEnvKey should have comment or be unexported (golint)
    • rancher/pkg/kubectl/kubectl.go
    • Line 20: warning: exported function Apply should have comment or be unexported (golint)
    • Line 35: warning: exported function ApplyWithNamespace should have comment or be unexported (golint)
    • Line 52: warning: exported function RolloutStatusWithNamespace should have comment or be unexported (golint)
    • Line 71: warning: exported function Delete should have comment or be unexported (golint)
    • Line 86: warning: exported function Drain should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/drivers/nodedriver/machine_driver.go
    • Line 28: warning: exported var SchemaLock should have comment or be unexported (golint)
    • Line 56: warning: exported function Register should have comment or be unexported (golint)
    • Line 76: warning: exported type Lifecycle should have comment or be unexported (golint)
    • Line 86: warning: exported method Lifecycle.Create should have comment or be unexported (golint)
    • Line 359: warning: exported method Lifecycle.Updated should have comment or be unexported (golint)
    • Line 382: warning: exported method Lifecycle.Remove should have comment or be unexported (golint)
    • rancher/pkg/metrics/metrics.go
    • Line 46: warning: exported type ClusterCounts should have comment or be unexported (golint)
    • Line 58: warning: exported function NewMetricsHandler should have comment or be unexported (golint)
    • Line 219: warning: exported function Register should have comment or be unexported (golint)
    • Line 238: warning: exported function SetClusterOwner should have comment or be unexported (golint)
    • Line 248: warning: exported function UnsetClusterOwner should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/cis/utils.go
    • Line 101: warning: exported function ValidateClusterBeforeLaunchingScan should have comment or be unexported (golint)
    • Line 117: warning: comment on exported function GetBenchmarkVersionToUse should be of the form "GetBenchmarkVersionToUse ..." (golint)
    • Line 186: warning: exported function ConvertToSemVerStr should have comment or be unexported (golint)
    • rancher/pkg/catalog/utils/utils.go
    • Line 15: warning: exported const CatalogExternalIDFormat should have comment (or a comment on this block) or be unexported (golint)
    • Line 73: warning: exported function Contains should have comment or be unexported (golint)
    • Line 83: warning: exported function GetCatalogImageCacheName should have comment or be unexported (golint)
    • Line 87: warning: exported function GetCatalogChartPath should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_daemon_set.go
    • Line 10: warning: exported const DaemonSetType should have comment (or a comment on this block) or be unexported (golint)
    • Line 70: warning: exported type DaemonSet should have comment or be unexported (golint)
    • Line 131: warning: exported type DaemonSetCollection should have comment or be unexported (golint)
    • Line 137: warning: exported type DaemonSetClient should have comment or be unexported (golint)
    • Line 141: warning: exported type DaemonSetOperations should have comment or be unexported (golint)
    • Line 159: warning: exported method DaemonSetClient.Create should have comment or be unexported (golint)
    • Line 165: warning: exported method DaemonSetClient.Update should have comment or be unexported (golint)
    • Line 171: warning: exported method DaemonSetClient.Replace should have comment or be unexported (golint)
    • Line 177: warning: exported method DaemonSetClient.List should have comment or be unexported (golint)
    • Line 184: warning: exported method DaemonSetClient.ListAll should have comment or be unexported (golint)
    • Line 202: warning: exported method DaemonSetCollection.Next should have comment or be unexported (golint)
    • Line 212: warning: exported method DaemonSetClient.ByID should have comment or be unexported (golint)
    • Line 218: warning: exported method DaemonSetClient.Delete should have comment or be unexported (golint)
    • Line 222: warning: exported method DaemonSetClient.ActionRedeploy should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/utils/utils.go
    • Line 14: warning: exported function WriteToFile should have comment or be unexported (golint)
    • Line 44: warning: exported function HomeDir should have comment or be unexported (golint)
    • Line 54: warning: exported function KubeConfigFilePath should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/workload/workload.go
    • Line 36: warning: exported const DeprecatedRollbackTo should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported type Config should have comment or be unexported (golint)
    • Line 49: warning: exported method Config.ActionHandler should have comment or be unexported (golint)
    • Line 248: warning: exported method Handler.LinkHandler should have comment or be unexported (golint)
    • Line 262: warning: exported method Config.Formatter should have comment or be unexported (golint)
    • Line 278: warning: exported method Config.DeploymentFormatter should have comment or be unexported (golint)
    • Line 291: warning: exported type Handler should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/multi_cluster_app.go
    • Line 13: warning: exported var MultiClusterAppConditionInstalled should have comment or be unexported (golint)
    • Line 20: warning: exported type MultiClusterApp should have comment or be unexported (golint)
    • Line 33: warning: exported type MultiClusterAppSpec should have comment or be unexported (golint)
    • Line 45: warning: exported type MultiClusterAppStatus should have comment or be unexported (golint)
    • Line 51: warning: exported type Target should have comment or be unexported (golint)
    • Line 58: warning: exported method Target.ObjClusterName should have comment or be unexported (golint)
    • Line 65: warning: exported type Answer should have comment or be unexported (golint)
    • Line 72: warning: exported method Answer.ObjClusterName should have comment or be unexported (golint)
    • Line 76: warning: exported type Member should have comment or be unexported (golint)
    • Line 84: warning: exported type UpgradeStrategy should have comment or be unexported (golint)
    • Line 88: warning: exported type RollingUpdate should have comment or be unexported (golint)
    • Line 96: warning: exported type MultiClusterAppRevision should have comment or be unexported (golint)
    • Line 105: warning: exported type MultiClusterAppRollbackInput should have comment or be unexported (golint)
    • Line 109: warning: exported type UpdateMultiClusterAppTargetsInput should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/cluster.cattle.io/v3/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 17: warning: exported type Client should have comment or be unexported (golint)
    • Line 22: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 34: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 41: warning: exported type ClusterAuthTokensGetter should have comment or be unexported (golint)
    • Line 45: warning: exported method Client.ClusterAuthTokens should have comment or be unexported (golint)
    • Line 55: warning: exported type ClusterUserAttributesGetter should have comment or be unexported (golint)
    • Line 59: warning: exported method Client.ClusterUserAttributes should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_node_pool.go
    • Line 8: warning: exported const NodePoolType should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported type NodePool should have comment or be unexported (golint)
    • Line 69: warning: exported type NodePoolCollection should have comment or be unexported (golint)
    • Line 75: warning: exported type NodePoolClient should have comment or be unexported (golint)
    • Line 79: warning: exported type NodePoolOperations should have comment or be unexported (golint)
    • Line 95: warning: exported method NodePoolClient.Create should have comment or be unexported (golint)
    • Line 101: warning: exported method NodePoolClient.Update should have comment or be unexported (golint)
    • Line 107: warning: exported method NodePoolClient.Replace should have comment or be unexported (golint)
    • Line 113: warning: exported method NodePoolClient.List should have comment or be unexported (golint)
    • Line 120: warning: exported method NodePoolClient.ListAll should have comment or be unexported (golint)
    • Line 138: warning: exported method NodePoolCollection.Next should have comment or be unexported (golint)
    • Line 148: warning: exported method NodePoolClient.ByID should have comment or be unexported (golint)
    • Line 154: warning: exported method NodePoolClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/alert/deployer/upgradeimpl.go
    • Line 35: warning: exported var ServiceName should have comment or be unexported (golint)
    • Line 43: warning: exported type AlertService should have comment or be unexported (golint)
    • Line 62: warning: exported function NewService should have comment or be unexported (golint)
    • Line 66: warning: exported method AlertService.Init should have comment or be unexported (golint)
    • Line 85: warning: exported method AlertService.Version should have comment or be unexported (golint)
    • Line 89: warning: exported method AlertService.Upgrade should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_multi_cluster_app_controller.go
    • Line 22: warning: exported var MultiClusterAppGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type MultiClusterApp should be of the form "MultiClusterApp ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewMultiClusterApp should have comment or be unexported (golint)
    • Line 56: warning: exported type MultiClusterAppHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type MultiClusterAppChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type MultiClusterAppLister should have comment or be unexported (golint)
    • Line 65: warning: exported type MultiClusterAppController should have comment or be unexported (golint)
    • Line 77: warning: exported type MultiClusterAppInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/alert/configsyncer/configsyncer.go
    • Line 43: warning: exported var DingTalk should have comment or be unexported (golint)
    • Line 47: warning: exported type WebhookReceiverConfig should have comment or be unexported (golint)
    • Line 52: warning: exported type Provider should have comment or be unexported (golint)
    • Line 59: warning: exported type Receiver should have comment or be unexported (golint)
    • Line 63: warning: exported function NewConfigSyncer should have comment or be unexported (golint)
    • Line 81: warning: exported type ConfigSyncer should have comment or be unexported (golint)
    • Line 97: warning: exported method ConfigSyncer.ProjectGroupSync should have comment or be unexported (golint)
    • Line 101: warning: exported method ConfigSyncer.ClusterGroupSync should have comment or be unexported (golint)
    • Line 105: warning: exported method ConfigSyncer.ProjectRuleSync should have comment or be unexported (golint)
    • Line 109: warning: exported method ConfigSyncer.ClusterRuleSync should have comment or be unexported (golint)
    • Line 113: warning: exported method ConfigSyncer.NotifierSync should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_alert_rule_controller.go
    • Line 22: warning: exported var ClusterAlertRuleGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterAlertRule should be of the form "ClusterAlertRule ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterAlertRule should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterAlertRuleHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterAlertRuleChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterAlertRuleLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterAlertRuleController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterAlertRuleInterface should have comment or be unexported (golint)
    • rancher/pkg/auth/providers/common/password.go
    • Line 15: warning: exported const SecretsNamespace should have comment or be unexported (golint)
    • Line 17: warning: exported function CreateOrUpdateSecrets should have comment or be unexported (golint)
    • Line 49: warning: exported function ReadFromSecret should have comment or be unexported (golint)
    • Line 64: warning: exported function ReadFromSecretData should have comment or be unexported (golint)
    • Line 78: warning: exported function GetName should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_service_account_token.go
    • Line 8: warning: exported const ServiceAccountTokenType should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type ServiceAccountToken should have comment or be unexported (golint)
    • Line 45: warning: exported type ServiceAccountTokenCollection should have comment or be unexported (golint)
    • Line 51: warning: exported type ServiceAccountTokenClient should have comment or be unexported (golint)
    • Line 55: warning: exported type ServiceAccountTokenOperations should have comment or be unexported (golint)
    • Line 71: warning: exported method ServiceAccountTokenClient.Create should have comment or be unexported (golint)
    • Line 77: warning: exported method ServiceAccountTokenClient.Update should have comment or be unexported (golint)
    • Line 83: warning: exported method ServiceAccountTokenClient.Replace should have comment or be unexported (golint)
    • Line 89: warning: exported method ServiceAccountTokenClient.List should have comment or be unexported (golint)
    • Line 96: warning: exported method ServiceAccountTokenClient.ListAll should have comment or be unexported (golint)
    • Line 114: warning: exported method ServiceAccountTokenCollection.Next should have comment or be unexported (golint)
    • Line 124: warning: exported method ServiceAccountTokenClient.ByID should have comment or be unexported (golint)
    • Line 130: warning: exported method ServiceAccountTokenClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_scan_controller.go
    • Line 22: warning: exported var ClusterScanGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterScan should be of the form "ClusterScan ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterScan should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterScanHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterScanChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterScanLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterScanController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterScanInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/auth/register.go
    • Line 13: warning: exported function RegisterWranglerIndexers should have comment or be unexported (golint)
    • Line 26: warning: exported function RegisterIndexers should have comment or be unexported (golint)
    • Line 58: warning: exported function RegisterEarly should have comment or be unexported (golint)
    • Line 87: warning: exported function RegisterLate should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/batch/v1beta1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 16: warning: exported type Client should have comment or be unexported (golint)
    • Line 21: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 33: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 40: warning: exported type CronJobsGetter should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.CronJobs should have comment or be unexported (golint)
    • rancher/pkg/api/steve/additionalapi.go
    • Line 21: warning: exported function AdditionalAPIsPreMCM should have comment or be unexported (golint)
    • Line 42: warning: exported function AdditionalAPIs should have comment or be unexported (golint)
    • Line 68: warning: exported function Tunnel should have comment or be unexported (golint)
    • rancher/pkg/auth/providers/oidc/oidc_actions.go
    • Line 18: warning: exported method OpenIDCProvider.Formatter should have comment or be unexported (golint)
    • Line 24: warning: exported method OpenIDCProvider.ActionHandler should have comment or be unexported (golint)
    • Line 42: warning: exported method OpenIDCProvider.ConfigureTest should have comment or be unexported (golint)
    • Line 58: warning: exported method OpenIDCProvider.TestAndApply should have comment or be unexported (golint)
    • rancher/pkg/codegen/generator/generator.go
    • Line 56: warning: exported function Generate should have comment or be unexported (golint)
    • Line 68: warning: exported function GenerateClient should have comment or be unexported (golint)
    • Line 79: warning: exported function GenerateComposeType should have comment or be unexported (golint)
    • Line 118: warning: exported function GenerateNativeTypes should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/policy/v1beta1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 16: warning: exported type Client should have comment or be unexported (golint)
    • Line 21: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 33: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 40: warning: exported type PodSecurityPoliciesGetter should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.PodSecurityPolicies should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_pod_security_policy_template.go
    • Line 8: warning: exported const PodSecurityPolicyTemplateType should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported type PodSecurityPolicyTemplate should have comment or be unexported (golint)
    • Line 81: warning: exported type PodSecurityPolicyTemplateCollection should have comment or be unexported (golint)
    • Line 87: warning: exported type PodSecurityPolicyTemplateClient should have comment or be unexported (golint)
    • Line 91: warning: exported type PodSecurityPolicyTemplateOperations should have comment or be unexported (golint)
    • Line 107: warning: exported method PodSecurityPolicyTemplateClient.Create should have comment or be unexported (golint)
    • Line 113: warning: exported method PodSecurityPolicyTemplateClient.Update should have comment or be unexported (golint)
    • Line 119: warning: exported method PodSecurityPolicyTemplateClient.Replace should have comment or be unexported (golint)
    • Line 125: warning: exported method PodSecurityPolicyTemplateClient.List should have comment or be unexported (golint)
    • Line 132: warning: exported method PodSecurityPolicyTemplateClient.ListAll should have comment or be unexported (golint)
    • Line 150: warning: exported method PodSecurityPolicyTemplateCollection.Next should have comment or be unexported (golint)
    • Line 160: warning: exported method PodSecurityPolicyTemplateClient.ByID should have comment or be unexported (golint)
    • Line 166: warning: exported method PodSecurityPolicyTemplateClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/helm/common/common.go
    • Line 33: warning: exported const HelmV2 should have comment (or a comment on this block) or be unexported (golint)
    • Line 101: warning: exported type HelmPath should have comment or be unexported (golint)
    • Line 120: warning: comment on exported type Kustomization should be of the form "Kustomization ..." (with optional leading article) (golint)
    • Line 126: warning: exported function ParseExternalID should have comment or be unexported (golint)
    • Line 134: warning: exported function SplitExternalID should have comment or be unexported (golint)
    • Line 182: warning: exported function GenerateRandomPort should have comment or be unexported (golint)
    • Line 196: warning: exported function InstallCharts should have comment or be unexported (golint)
    • Line 287: warning: exported function GenerateAnswerSetValues should have comment or be unexported (golint)
    • Line 312: warning: exported function DeleteCharts should have comment or be unexported (golint)
    • Line 407: warning: exported function IsHelm3 should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_stateful_set.go
    • Line 8: warning: exported const StatefulSetType should have comment (or a comment on this block) or be unexported (golint)
    • Line 68: warning: exported type StatefulSet should have comment or be unexported (golint)
    • Line 129: warning: exported type StatefulSetCollection should have comment or be unexported (golint)
    • Line 135: warning: exported type StatefulSetClient should have comment or be unexported (golint)
    • Line 139: warning: exported type StatefulSetOperations should have comment or be unexported (golint)
    • Line 157: warning: exported method StatefulSetClient.Create should have comment or be unexported (golint)
    • Line 163: warning: exported method StatefulSetClient.Update should have comment or be unexported (golint)
    • Line 169: warning: exported method StatefulSetClient.Replace should have comment or be unexported (golint)
    • Line 175: warning: exported method StatefulSetClient.List should have comment or be unexported (golint)
    • Line 182: warning: exported method StatefulSetClient.ListAll should have comment or be unexported (golint)
    • Line 200: warning: exported method StatefulSetCollection.Next should have comment or be unexported (golint)
    • Line 210: warning: exported method StatefulSetClient.ByID should have comment or be unexported (golint)
    • Line 216: warning: exported method StatefulSetClient.Delete should have comment or be unexported (golint)
    • Line 220: warning: exported method StatefulSetClient.ActionRedeploy should have comment or be unexported (golint)
    • rancher/pkg/clustermanager/rbac.go
    • Line 8: warning: exported method Manager.Expire should have comment or be unexported (golint)
    • Line 18: warning: exported method Manager.CanCreate should have comment or be unexported (golint)
    • Line 26: warning: exported method Manager.CanList should have comment or be unexported (golint)
    • Line 34: warning: exported method Manager.CanGet should have comment or be unexported (golint)
    • Line 42: warning: exported method Manager.CanUpdate should have comment or be unexported (golint)
    • Line 50: warning: exported method Manager.CanDelete should have comment or be unexported (golint)
    • Line 58: warning: exported method Manager.CanDo should have comment or be unexported (golint)
    • Line 66: warning: exported method Manager.Filter should have comment or be unexported (golint)
    • Line 76: warning: exported method Manager.FilterList should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/networking.k8s.io/v1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 16: warning: exported type Client should have comment or be unexported (golint)
    • Line 21: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 33: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 40: warning: exported type NetworkPoliciesGetter should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.NetworkPolicies should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_namespaced_basic_auth_controller.go
    • Line 22: warning: exported var NamespacedBasicAuthGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type NamespacedBasicAuth should be of the form "NamespacedBasicAuth ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNamespacedBasicAuth should have comment or be unexported (golint)
    • Line 56: warning: exported type NamespacedBasicAuthHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NamespacedBasicAuthChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NamespacedBasicAuthLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NamespacedBasicAuthController should have comment or be unexported (golint)
    • Line 77: warning: exported type NamespacedBasicAuthInterface should have comment or be unexported (golint)
    • rancher/pkg/rkenodeconfigclient/client.go
    • Line 21: warning: exported const Params should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported type ErrNodeOrClusterNotFound should have comment or be unexported (golint)
    • Line 42: warning: exported method ErrNodeOrClusterNotFound.ErrorOccursType should have comment or be unexported (golint)
    • Line 53: warning: exported function ConfigClient should have comment or be unexported (golint)
    • rancher/pkg/auth/tokens/manager.go
    • Line 37: warning: exported const UserIDLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported function RegisterIndexer should have comment or be unexported (golint)
    • Line 55: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 72: warning: exported type Manager should have comment or be unexported (golint)
    • Line 496: warning: exported method Manager.GetSecret should have comment or be unexported (golint)
    • Line 516: warning: exported method Manager.UpdateSecret should have comment or be unexported (golint)
    • Line 530: warning: exported method Manager.EnsureAndGetUserAttribute should have comment or be unexported (golint)
    • Line 572: warning: exported method Manager.UserAttributeCreateOrUpdate should have comment or be unexported (golint)
    • Line 599: warning: exported method Manager.UserAttributeChanged should have comment or be unexported (golint)
    • Line 631: warning: exported method Manager.NewLoginToken should have comment or be unexported (golint)
    • Line 669: warning: exported method Manager.UpdateToken should have comment or be unexported (golint)
    • Line 673: warning: exported method Manager.GetGroupsForTokenAuthProvider should have comment or be unexported (golint)
    • Line 704: warning: exported method Manager.IsMemberOf should have comment or be unexported (golint)
    • Line 733: warning: exported method Manager.CreateTokenAndSetCookie should have comment or be unexported (golint)
    • Line 787: warning: exported function ParseTokenTTL should have comment or be unexported (golint)
    • Line 796: warning: exported function ValidateMaxTTL should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/extensions/v1beta1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 16: warning: exported type Client should have comment or be unexported (golint)
    • Line 21: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 33: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 40: warning: exported type IngressesGetter should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.Ingresses should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_namespaced_certificate.go
    • Line 8: warning: exported const NamespacedCertificateType should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type NamespacedCertificate should have comment or be unexported (golint)
    • Line 61: warning: exported type NamespacedCertificateCollection should have comment or be unexported (golint)
    • Line 67: warning: exported type NamespacedCertificateClient should have comment or be unexported (golint)
    • Line 71: warning: exported type NamespacedCertificateOperations should have comment or be unexported (golint)
    • Line 87: warning: exported method NamespacedCertificateClient.Create should have comment or be unexported (golint)
    • Line 93: warning: exported method NamespacedCertificateClient.Update should have comment or be unexported (golint)
    • Line 99: warning: exported method NamespacedCertificateClient.Replace should have comment or be unexported (golint)
    • Line 105: warning: exported method NamespacedCertificateClient.List should have comment or be unexported (golint)
    • Line 112: warning: exported method NamespacedCertificateClient.ListAll should have comment or be unexported (golint)
    • Line 130: warning: exported method NamespacedCertificateCollection.Next should have comment or be unexported (golint)
    • Line 140: warning: exported method NamespacedCertificateClient.ByID should have comment or be unexported (golint)
    • Line 146: warning: exported method NamespacedCertificateClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cis_benchmark_version.go
    • Line 8: warning: exported const CisBenchmarkVersionType should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported type CisBenchmarkVersion should have comment or be unexported (golint)
    • Line 33: warning: exported type CisBenchmarkVersionCollection should have comment or be unexported (golint)
    • Line 39: warning: exported type CisBenchmarkVersionClient should have comment or be unexported (golint)
    • Line 43: warning: exported type CisBenchmarkVersionOperations should have comment or be unexported (golint)
    • Line 59: warning: exported method CisBenchmarkVersionClient.Create should have comment or be unexported (golint)
    • Line 65: warning: exported method CisBenchmarkVersionClient.Update should have comment or be unexported (golint)
    • Line 71: warning: exported method CisBenchmarkVersionClient.Replace should have comment or be unexported (golint)
    • Line 77: warning: exported method CisBenchmarkVersionClient.List should have comment or be unexported (golint)
    • Line 84: warning: exported method CisBenchmarkVersionClient.ListAll should have comment or be unexported (golint)
    • Line 102: warning: exported method CisBenchmarkVersionCollection.Next should have comment or be unexported (golint)
    • Line 112: warning: exported method CisBenchmarkVersionClient.ByID should have comment or be unexported (golint)
    • Line 118: warning: exported method CisBenchmarkVersionClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_project_catalog.go
    • Line 8: warning: exported const ProjectCatalogType should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type ProjectCatalog should have comment or be unexported (golint)
    • Line 61: warning: exported type ProjectCatalogCollection should have comment or be unexported (golint)
    • Line 67: warning: exported type ProjectCatalogClient should have comment or be unexported (golint)
    • Line 71: warning: exported type ProjectCatalogOperations should have comment or be unexported (golint)
    • Line 91: warning: exported method ProjectCatalogClient.Create should have comment or be unexported (golint)
    • Line 97: warning: exported method ProjectCatalogClient.Update should have comment or be unexported (golint)
    • Line 103: warning: exported method ProjectCatalogClient.Replace should have comment or be unexported (golint)
    • Line 109: warning: exported method ProjectCatalogClient.List should have comment or be unexported (golint)
    • Line 116: warning: exported method ProjectCatalogClient.ListAll should have comment or be unexported (golint)
    • Line 134: warning: exported method ProjectCatalogCollection.Next should have comment or be unexported (golint)
    • Line 144: warning: exported method ProjectCatalogClient.ByID should have comment or be unexported (golint)
    • Line 150: warning: exported method ProjectCatalogClient.Delete should have comment or be unexported (golint)
    • Line 154: warning: exported method ProjectCatalogClient.ActionRefresh should have comment or be unexported (golint)
    • Line 160: warning: exported method ProjectCatalogClient.CollectionActionRefresh should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/namespace/namespace.go
    • Line 41: warning: exported function ProjectMap should have comment or be unexported (golint)
    • Line 59: warning: exported type ActionWrapper should have comment or be unexported (golint)
    • Line 63: warning: exported method ActionWrapper.ActionHandler should have comment or be unexported (golint)
    • Line 119: warning: exported function NewFormatter should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/ingress/store.go
    • Line 26: warning: exported function Wrap should have comment or be unexported (golint)
    • Line 33: warning: exported type Store should have comment or be unexported (golint)
    • Line 37: warning: exported method Store.Create should have comment or be unexported (golint)
    • Line 46: warning: exported method Store.Update should have comment or be unexported (golint)
    • Line 241: warning: exported function New should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_source_code_provider_config_controller.go
    • Line 22: warning: exported var SourceCodeProviderConfigGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type SourceCodeProviderConfig should be of the form "SourceCodeProviderConfig ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewSourceCodeProviderConfig should have comment or be unexported (golint)
    • Line 56: warning: exported type SourceCodeProviderConfigHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type SourceCodeProviderConfigChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type SourceCodeProviderConfigLister should have comment or be unexported (golint)
    • Line 65: warning: exported type SourceCodeProviderConfigController should have comment or be unexported (golint)
    • Line 77: warning: exported type SourceCodeProviderConfigInterface should have comment or be unexported (golint)
    • rancher/pkg/catalogv2/git/download.go
    • Line 30: warning: exported function Head should have comment or be unexported (golint)
    • Line 39: warning: exported function Update should have comment or be unexported (golint)
    • Line 56: warning: exported function Ensure should have comment or be unexported (golint)
    • rancher/pkg/apis/rke.cattle.io/v1/bootstrap.go
    • Line 10: warning: exported type RKEBootstrap should have comment or be unexported (golint)
    • Line 17: warning: exported type RKEBootstrapSpec should have comment or be unexported (golint)
    • Line 21: warning: exported type RKEBootstrapStatus should have comment or be unexported (golint)
    • Line 33: warning: exported type RKEBootstrapTemplate should have comment or be unexported (golint)
    • Line 39: warning: exported type RKEBootstrapTemplateSpec should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/alert/watcher/cluster_scan.go
    • Line 20: warning: exported const MsgAlertManagerNotDeployed should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type ClusterScanWatcher should have comment or be unexported (golint)
    • Line 32: warning: exported function StartClusterScanWatcher should have comment or be unexported (golint)
    • Line 49: warning: exported method ClusterScanWatcher.Sync should have comment or be unexported (golint)
    • rancher/pkg/cert/cert.go
    • Line 19: warning: exported type CertificateInfo should have comment or be unexported (golint)
    • Line 64: warning: exported function Info should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_cron_job.go
    • Line 8: warning: exported const CronJobType should have comment (or a comment on this block) or be unexported (golint)
    • Line 69: warning: exported type CronJob should have comment or be unexported (golint)
    • Line 131: warning: exported type CronJobCollection should have comment or be unexported (golint)
    • Line 137: warning: exported type CronJobClient should have comment or be unexported (golint)
    • Line 141: warning: exported type CronJobOperations should have comment or be unexported (golint)
    • Line 159: warning: exported method CronJobClient.Create should have comment or be unexported (golint)
    • Line 165: warning: exported method CronJobClient.Update should have comment or be unexported (golint)
    • Line 171: warning: exported method CronJobClient.Replace should have comment or be unexported (golint)
    • Line 177: warning: exported method CronJobClient.List should have comment or be unexported (golint)
    • Line 184: warning: exported method CronJobClient.ListAll should have comment or be unexported (golint)
    • Line 202: warning: exported method CronJobCollection.Next should have comment or be unexported (golint)
    • Line 212: warning: exported method CronJobClient.ByID should have comment or be unexported (golint)
    • Line 218: warning: exported method CronJobClient.Delete should have comment or be unexported (golint)
    • Line 222: warning: exported method CronJobClient.ActionRedeploy should have comment or be unexported (golint)
    • rancher/pkg/auth/requests/filter.go
    • Line 14: warning: exported function NewAuthenticatedFilter should have comment or be unexported (golint)
    • Line 67: warning: exported function NewRequireAuthenticatedFilter should have comment or be unexported (golint)
    • rancher/pkg/pipeline/remote/bitbucketserver/model.go
    • Line 3: warning: exported type Links should have comment or be unexported (golint)
    • Line 10: warning: exported type Link should have comment or be unexported (golint)
    • Line 15: warning: exported type Repository should have comment or be unexported (golint)
    • Line 28: warning: exported type Project should have comment or be unexported (golint)
    • Line 45: warning: exported type PaginatedRepositories should have comment or be unexported (golint)
    • Line 50: warning: exported type User should have comment or be unexported (golint)
    • Line 61: warning: exported type AccessToken should have comment or be unexported (golint)
    • Line 69: warning: exported type PaginatedAccessToken should have comment or be unexported (golint)
    • Line 74: warning: exported type Hook should have comment or be unexported (golint)
    • Line 83: warning: exported type HookConfiguration should have comment or be unexported (golint)
    • Line 87: warning: exported type PaginatedHooks should have comment or be unexported (golint)
    • Line 92: warning: exported type Branch should have comment or be unexported (golint)
    • Line 101: warning: exported type PaginatedBranches should have comment or be unexported (golint)
    • Line 106: warning: exported type Commit should have comment or be unexported (golint)
    • Line 114: warning: exported type PushEventPayload should have comment or be unexported (golint)
    • Line 122: warning: exported type Change should have comment or be unexported (golint)
    • Line 134: warning: exported type PullRequestEventPayload should have comment or be unexported (golint)
    • Line 141: warning: exported type PullRequest should have comment or be unexported (golint)
    • Line 161: warning: exported type Ref should have comment or be unexported (golint)
    • Line 168: warning: exported type LastModified should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/status.go
    • Line 8: warning: exported type Status should have comment or be unexported (golint)
    • Line 11: warning: exported method Status.FromInternal should have comment or be unexported (golint)
    • Line 15: warning: exported method Status.ToInternal should have comment or be unexported (golint)
    • Line 19: warning: exported method Status.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/apps/v1/zz_generated_replica_set_controller.go
    • Line 22: warning: exported var ReplicaSetGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ReplicaSet should be of the form "ReplicaSet ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewReplicaSet should have comment or be unexported (golint)
    • Line 56: warning: exported type ReplicaSetHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ReplicaSetChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ReplicaSetLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ReplicaSetController should have comment or be unexported (golint)
    • Line 77: warning: exported type ReplicaSetInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_config_map_controller.go
    • Line 22: warning: exported var ConfigMapGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ConfigMap should be of the form "ConfigMap ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewConfigMap should have comment or be unexported (golint)
    • Line 56: warning: exported type ConfigMapHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ConfigMapChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ConfigMapLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ConfigMapController should have comment or be unexported (golint)
    • Line 77: warning: exported type ConfigMapInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_scan.go
    • Line 8: warning: exported const ClusterScanType should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported type ClusterScan should have comment or be unexported (golint)
    • Line 49: warning: exported type ClusterScanCollection should have comment or be unexported (golint)
    • Line 55: warning: exported type ClusterScanClient should have comment or be unexported (golint)
    • Line 59: warning: exported type ClusterScanOperations should have comment or be unexported (golint)
    • Line 75: warning: exported method ClusterScanClient.Create should have comment or be unexported (golint)
    • Line 81: warning: exported method ClusterScanClient.Update should have comment or be unexported (golint)
    • Line 87: warning: exported method ClusterScanClient.Replace should have comment or be unexported (golint)
    • Line 93: warning: exported method ClusterScanClient.List should have comment or be unexported (golint)
    • Line 100: warning: exported method ClusterScanClient.ListAll should have comment or be unexported (golint)
    • Line 118: warning: exported method ClusterScanCollection.Next should have comment or be unexported (golint)
    • Line 128: warning: exported method ClusterScanClient.ByID should have comment or be unexported (golint)
    • Line 134: warning: exported method ClusterScanClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/kontainer_types.go
    • Line 12: warning: exported type KontainerDriver should have comment or be unexported (golint)
    • Line 25: warning: exported type KontainerDriverStatus should have comment or be unexported (golint)
    • Line 32: warning: exported type KontainerDriverSpec should have comment or be unexported (golint)
    • Line 42: warning: exported var KontainerDriverConditionDownloaded should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_template_controller.go
    • Line 22: warning: exported var TemplateGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Template should be of the form "Template ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewTemplate should have comment or be unexported (golint)
    • Line 55: warning: exported type TemplateHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type TemplateChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type TemplateLister should have comment or be unexported (golint)
    • Line 64: warning: exported type TemplateController should have comment or be unexported (golint)
    • Line 76: warning: exported type TemplateInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/batch/v1/zz_generated_job_controller.go
    • Line 22: warning: exported var JobGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Job should be of the form "Job ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewJob should have comment or be unexported (golint)
    • Line 56: warning: exported type JobHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type JobChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type JobLister should have comment or be unexported (golint)
    • Line 65: warning: exported type JobController should have comment or be unexported (golint)
    • Line 77: warning: exported type JobInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/rbac/rbac.go
    • Line 20: warning: exported const OwnerAccess should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported function CreateRoleAndRoleBinding should have comment or be unexported (golint)
    • Line 217: warning: exported function GetRoleNameAndVerbs should have comment or be unexported (golint)
    • rancher/pkg/auth/providers/ldap/ldap_provider.go
    • Line 29: warning: exported const OpenLdapName should have comment (or a comment on this block) or be unexported (golint)
    • Line 64: warning: exported function Configure should have comment or be unexported (golint)
    • Line 78: warning: exported function GetLDAPConfig should have comment or be unexported (golint)
    • Line 87: warning: exported function IsNotConfigured should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_catalog_template_controller.go
    • Line 22: warning: exported var CatalogTemplateGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type CatalogTemplate should be of the form "CatalogTemplate ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewCatalogTemplate should have comment or be unexported (golint)
    • Line 56: warning: exported type CatalogTemplateHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type CatalogTemplateChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type CatalogTemplateLister should have comment or be unexported (golint)
    • Line 65: warning: exported type CatalogTemplateController should have comment or be unexported (golint)
    • Line 77: warning: exported type CatalogTemplateInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/kontainerdriver/formatter.go
    • Line 16: warning: exported type Format should have comment or be unexported (golint)
    • Line 20: warning: exported function RegisterIndexers should have comment or be unexported (golint)
    • Line 24: warning: exported function NewFormatter should have comment or be unexported (golint)
    • Line 32: warning: exported function CollectionFormatter should have comment or be unexported (golint)
    • Line 59: warning: exported method Format.Formatter should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/cross_version_object.go
    • Line 34: warning: exported type CrossVersionObjectToWorkload should have comment or be unexported (golint)
    • Line 38: warning: exported method CrossVersionObjectToWorkload.ToInternal should have comment or be unexported (golint)
    • Line 54: warning: exported method CrossVersionObjectToWorkload.FromInternal should have comment or be unexported (golint)
    • Line 70: warning: exported method CrossVersionObjectToWorkload.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_rke_k8s_system_image_controller.go
    • Line 22: warning: exported var RkeK8sSystemImageGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type RkeK8sSystemImage should be of the form "RkeK8sSystemImage ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewRkeK8sSystemImage should have comment or be unexported (golint)
    • Line 56: warning: exported type RkeK8sSystemImageHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type RkeK8sSystemImageChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type RkeK8sSystemImageLister should have comment or be unexported (golint)
    • Line 65: warning: exported type RkeK8sSystemImageController should have comment or be unexported (golint)
    • Line 77: warning: exported type RkeK8sSystemImageInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_user_controller.go
    • Line 22: warning: exported var UserGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type User should be of the form "User ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewUser should have comment or be unexported (golint)
    • Line 55: warning: exported type UserHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type UserChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type UserLister should have comment or be unexported (golint)
    • Line 64: warning: exported type UserController should have comment or be unexported (golint)
    • Line 76: warning: exported type UserInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/app/store.go
    • Line 22: warning: exported type Store should have comment or be unexported (golint)
    • Line 30: warning: exported method Store.Create should have comment or be unexported (golint)
    • Line 49: warning: exported method Store.Delete should have comment or be unexported (golint)
    • Line 56: warning: exported method Store.Update should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/public_authn_types.go
    • Line 11: warning: exported type AuthProvider should have comment or be unexported (golint)
    • Line 22: warning: exported type AuthToken should have comment or be unexported (golint)
    • Line 30: warning: exported type GenericLogin should have comment or be unexported (golint)
    • Line 36: warning: exported type BasicLogin should have comment or be unexported (golint)
    • Line 46: warning: exported type LocalProvider should have comment or be unexported (golint)
    • Line 56: warning: exported type GithubProvider should have comment or be unexported (golint)
    • Line 64: warning: exported type GithubLogin should have comment or be unexported (golint)
    • Line 73: warning: exported type GoogleOAuthProvider should have comment or be unexported (golint)
    • Line 81: warning: exported type GoogleOauthLogin should have comment or be unexported (golint)
    • Line 90: warning: exported type ActiveDirectoryProvider should have comment or be unexported (golint)
    • Line 102: warning: exported type AzureADProvider should have comment or be unexported (golint)
    • Line 114: warning: exported type SamlProvider should have comment or be unexported (golint)
    • Line 122: warning: exported type AzureADLogin should have comment or be unexported (golint)
    • Line 131: warning: exported type OpenLdapProvider should have comment or be unexported (golint)
    • Line 141: warning: exported type FreeIpaProvider should have comment or be unexported (golint)
    • Line 147: warning: exported type PingProvider should have comment or be unexported (golint)
    • Line 151: warning: exported type ShibbolethProvider should have comment or be unexported (golint)
    • Line 155: warning: exported type ADFSProvider should have comment or be unexported (golint)
    • Line 159: warning: exported type KeyCloakProvider should have comment or be unexported (golint)
    • Line 163: warning: exported type OKTAProvider should have comment or be unexported (golint)
    • Line 167: warning: exported type SamlLoginInput should have comment or be unexported (golint)
    • Line 174: warning: exported type SamlLoginOutput should have comment or be unexported (golint)
    • Line 182: warning: exported type OIDCProvider should have comment or be unexported (golint)
    • Line 190: warning: exported type OIDCLogin should have comment or be unexported (golint)
    • Line 195: warning: exported type KeyCloakOIDCProvider should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_dynamic_schema_controller.go
    • Line 22: warning: exported var DynamicSchemaGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type DynamicSchema should be of the form "DynamicSchema ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewDynamicSchema should have comment or be unexported (golint)
    • Line 55: warning: exported type DynamicSchemaHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type DynamicSchemaChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type DynamicSchemaLister should have comment or be unexported (golint)
    • Line 64: warning: exported type DynamicSchemaController should have comment or be unexported (golint)
    • Line 76: warning: exported type DynamicSchemaInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_alert_controller.go
    • Line 22: warning: exported var ClusterAlertGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterAlert should be of the form "ClusterAlert ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterAlert should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterAlertHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterAlertChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterAlertLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterAlertController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterAlertInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/drivers/dynamic_driver.go
    • Line 14: warning: exported type DynamicDriver should have comment or be unexported (golint)
    • Line 18: warning: exported var DockerMachineDriverPrefix should have comment or be unexported (golint)
    • Line 20: warning: exported function NewDynamicDriver should have comment or be unexported (golint)
    • Line 36: warning: exported method DynamicDriver.Install should have comment or be unexported (golint)
    • rancher/pkg/agent/clean/node_notwindows.go
    • Line 26: warning: exported const DockerPipe should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported function Run should have comment or be unexported (golint)
    • Line 116: warning: exported function Node should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_source_code_repository.go
    • Line 8: warning: exported const SourceCodeRepositoryType should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported type SourceCodeRepository should have comment or be unexported (golint)
    • Line 55: warning: exported type SourceCodeRepositoryCollection should have comment or be unexported (golint)
    • Line 61: warning: exported type SourceCodeRepositoryClient should have comment or be unexported (golint)
    • Line 65: warning: exported type SourceCodeRepositoryOperations should have comment or be unexported (golint)
    • Line 81: warning: exported method SourceCodeRepositoryClient.Create should have comment or be unexported (golint)
    • Line 87: warning: exported method SourceCodeRepositoryClient.Update should have comment or be unexported (golint)
    • Line 93: warning: exported method SourceCodeRepositoryClient.Replace should have comment or be unexported (golint)
    • Line 99: warning: exported method SourceCodeRepositoryClient.List should have comment or be unexported (golint)
    • Line 106: warning: exported method SourceCodeRepositoryClient.ListAll should have comment or be unexported (golint)
    • Line 124: warning: exported method SourceCodeRepositoryCollection.Next should have comment or be unexported (golint)
    • Line 134: warning: exported method SourceCodeRepositoryClient.ByID should have comment or be unexported (golint)
    • Line 140: warning: exported method SourceCodeRepositoryClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cis_config.go
    • Line 8: warning: exported const CisConfigType should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported type CisConfig should have comment or be unexported (golint)
    • Line 33: warning: exported type CisConfigCollection should have comment or be unexported (golint)
    • Line 39: warning: exported type CisConfigClient should have comment or be unexported (golint)
    • Line 43: warning: exported type CisConfigOperations should have comment or be unexported (golint)
    • Line 59: warning: exported method CisConfigClient.Create should have comment or be unexported (golint)
    • Line 65: warning: exported method CisConfigClient.Update should have comment or be unexported (golint)
    • Line 71: warning: exported method CisConfigClient.Replace should have comment or be unexported (golint)
    • Line 77: warning: exported method CisConfigClient.List should have comment or be unexported (golint)
    • Line 84: warning: exported method CisConfigClient.ListAll should have comment or be unexported (golint)
    • Line 102: warning: exported method CisConfigCollection.Next should have comment or be unexported (golint)
    • Line 112: warning: exported method CisConfigClient.ByID should have comment or be unexported (golint)
    • Line 118: warning: exported method CisConfigClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_source_code_provider_controller.go
    • Line 22: warning: exported var SourceCodeProviderGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type SourceCodeProvider should be of the form "SourceCodeProvider ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewSourceCodeProvider should have comment or be unexported (golint)
    • Line 55: warning: exported type SourceCodeProviderHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type SourceCodeProviderChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type SourceCodeProviderLister should have comment or be unexported (golint)
    • Line 64: warning: exported type SourceCodeProviderController should have comment or be unexported (golint)
    • Line 76: warning: exported type SourceCodeProviderInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_service_account_controller.go
    • Line 22: warning: exported var ServiceAccountGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ServiceAccount should be of the form "ServiceAccount ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewServiceAccount should have comment or be unexported (golint)
    • Line 56: warning: exported type ServiceAccountHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ServiceAccountChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ServiceAccountLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ServiceAccountController should have comment or be unexported (golint)
    • Line 77: warning: exported type ServiceAccountInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/catalog.cattle.io/v1/types.go
    • Line 12: warning: exported type ClusterRepo should have comment or be unexported (golint)
    • Line 25: warning: exported type RepoSpec should have comment or be unexported (golint)
    • Line 66: warning: exported type RepoCondition should have comment or be unexported (golint)
    • Line 69: warning: exported const RepoDownloaded should have comment (or a comment on this block) or be unexported (golint)
    • Line 73: warning: exported type RepoStatus should have comment or be unexported (golint)
    • Line 99: warning: exported type Operation should have comment or be unexported (golint)
    • Line 105: warning: exported type OperationStatus should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/networking.k8s.io/v1/zz_generated_network_policy_controller.go
    • Line 22: warning: exported var NetworkPolicyGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type NetworkPolicy should be of the form "NetworkPolicy ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNetworkPolicy should have comment or be unexported (golint)
    • Line 56: warning: exported type NetworkPolicyHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NetworkPolicyChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NetworkPolicyLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NetworkPolicyController should have comment or be unexported (golint)
    • Line 77: warning: exported type NetworkPolicyInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_saml_token.go
    • Line 8: warning: exported const SamlTokenType should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: exported type SamlToken should have comment or be unexported (golint)
    • Line 37: warning: exported type SamlTokenCollection should have comment or be unexported (golint)
    • Line 43: warning: exported type SamlTokenClient should have comment or be unexported (golint)
    • Line 47: warning: exported type SamlTokenOperations should have comment or be unexported (golint)
    • Line 63: warning: exported method SamlTokenClient.Create should have comment or be unexported (golint)
    • Line 69: warning: exported method SamlTokenClient.Update should have comment or be unexported (golint)
    • Line 75: warning: exported method SamlTokenClient.Replace should have comment or be unexported (golint)
    • Line 81: warning: exported method SamlTokenClient.List should have comment or be unexported (golint)
    • Line 88: warning: exported method SamlTokenClient.ListAll should have comment or be unexported (golint)
    • Line 106: warning: exported method SamlTokenCollection.Next should have comment or be unexported (golint)
    • Line 116: warning: exported method SamlTokenClient.ByID should have comment or be unexported (golint)
    • Line 122: warning: exported method SamlTokenClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/pipeline/providers/common/provider.go
    • Line 33: warning: exported type BaseProvider should have comment or be unexported (golint)
    • Line 49: warning: exported method BaseProvider.TransformToSourceCodeProvider should have comment or be unexported (golint)
    • Line 64: warning: exported method BaseProvider.Cleanup should have comment or be unexported (golint)
    • Line 115: warning: exported method BaseProvider.DisableAction should have comment or be unexported (golint)
    • Line 136: warning: exported method BaseProvider.AuthAddAccount should have comment or be unexported (golint)
    • Line 183: warning: exported method BaseProvider.RefreshReposByCredentialAndConfig should have comment or be unexported (golint)
    • Line 228: warning: exported function ObjectMetaFromUnstructureContent should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cloud_credential_controller.go
    • Line 22: warning: exported var CloudCredentialGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type CloudCredential should be of the form "CloudCredential ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewCloudCredential should have comment or be unexported (golint)
    • Line 56: warning: exported type CloudCredentialHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type CloudCredentialChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type CloudCredentialLister should have comment or be unexported (golint)
    • Line 65: warning: exported type CloudCredentialController should have comment or be unexported (golint)
    • Line 77: warning: exported type CloudCredentialInterface should have comment or be unexported (golint)
    • rancher/pkg/catalogv2/helm/release.go
    • Line 22: warning: exported var ErrNotHelmRelease should have comment or be unexported (golint)
    • Line 26: warning: exported type IsNamespaced should have comment or be unexported (golint)
    • Line 28: warning: exported function IsLatest should have comment or be unexported (golint)
    • Line 61: warning: exported function ToRelease should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/catalog/store.go
    • Line 15: warning: exported type Store should have comment or be unexported (golint)
    • Line 22: warning: exported function Wrap should have comment or be unexported (golint)
    • Line 31: warning: exported method Store.Delete should have comment or be unexported (golint)
    • Line 42: warning: exported method Store.Update should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/store/types.go
    • Line 3: warning: exported type KubeConfig should have comment or be unexported (golint)
    • Line 13: warning: exported type ConfigCluster should have comment or be unexported (golint)
    • Line 18: warning: exported type DataCluster should have comment or be unexported (golint)
    • Line 24: warning: exported type ConfigContext should have comment or be unexported (golint)
    • Line 29: warning: exported type ContextData should have comment or be unexported (golint)
    • Line 34: warning: exported type ConfigUser should have comment or be unexported (golint)
    • Line 39: warning: exported type UserData should have comment or be unexported (golint)
    • rancher/pkg/provisioningv2/kubeconfig/manager.go
    • Line 37: warning: exported const Version should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported type Manager should have comment or be unexported (golint)
    • Line 51: warning: exported function New should have comment or be unexported (golint)
    • Line 87: warning: exported method Manager.EnsureUser should have comment or be unexported (golint)
    • Line 204: warning: exported method Manager.GetCRTBForAdmin should have comment or be unexported (golint)
    • Line 304: warning: exported method Manager.GetRESTConfig should have comment or be unexported (golint)
    • Line 313: warning: exported method Manager.GetKubeConfig should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/nodepool/nodepool.go
    • Line 33: warning: exported const ReconcileAnnotation should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported type Controller should have comment or be unexported (golint)
    • Line 47: warning: exported function Register should have comment or be unexported (golint)
    • Line 62: warning: exported method Controller.Create should have comment or be unexported (golint)
    • Line 91: warning: exported method Controller.Updated should have comment or be unexported (golint)
    • Line 128: warning: exported method Controller.Remove should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_docker_credential.go
    • Line 8: warning: exported const DockerCredentialType should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type DockerCredential should have comment or be unexported (golint)
    • Line 39: warning: exported type DockerCredentialCollection should have comment or be unexported (golint)
    • Line 45: warning: exported type DockerCredentialClient should have comment or be unexported (golint)
    • Line 49: warning: exported type DockerCredentialOperations should have comment or be unexported (golint)
    • Line 65: warning: exported method DockerCredentialClient.Create should have comment or be unexported (golint)
    • Line 71: warning: exported method DockerCredentialClient.Update should have comment or be unexported (golint)
    • Line 77: warning: exported method DockerCredentialClient.Replace should have comment or be unexported (golint)
    • Line 83: warning: exported method DockerCredentialClient.List should have comment or be unexported (golint)
    • Line 90: warning: exported method DockerCredentialClient.ListAll should have comment or be unexported (golint)
    • Line 108: warning: exported method DockerCredentialCollection.Next should have comment or be unexported (golint)
    • Line 118: warning: exported method DockerCredentialClient.ByID should have comment or be unexported (golint)
    • Line 124: warning: exported method DockerCredentialClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_global_role.go
    • Line 8: warning: exported const GlobalRoleType should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type GlobalRole should have comment or be unexported (golint)
    • Line 39: warning: exported type GlobalRoleCollection should have comment or be unexported (golint)
    • Line 45: warning: exported type GlobalRoleClient should have comment or be unexported (golint)
    • Line 49: warning: exported type GlobalRoleOperations should have comment or be unexported (golint)
    • Line 65: warning: exported method GlobalRoleClient.Create should have comment or be unexported (golint)
    • Line 71: warning: exported method GlobalRoleClient.Update should have comment or be unexported (golint)
    • Line 77: warning: exported method GlobalRoleClient.Replace should have comment or be unexported (golint)
    • Line 83: warning: exported method GlobalRoleClient.List should have comment or be unexported (golint)
    • Line 90: warning: exported method GlobalRoleClient.ListAll should have comment or be unexported (golint)
    • Line 108: warning: exported method GlobalRoleCollection.Next should have comment or be unexported (golint)
    • Line 118: warning: exported method GlobalRoleClient.ByID should have comment or be unexported (golint)
    • Line 124: warning: exported method GlobalRoleClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/auth/api/setup.go
    • Line 21: warning: exported function Setup should have comment or be unexported (golint)
    • Line 28: warning: exported function User should have comment or be unexported (golint)
    • Line 41: warning: exported function NewNormanServer should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_node_controller.go
    • Line 22: warning: exported var NodeGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Node should be of the form "Node ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewNode should have comment or be unexported (golint)
    • Line 55: warning: exported type NodeHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type NodeChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type NodeLister should have comment or be unexported (golint)
    • Line 64: warning: exported type NodeController should have comment or be unexported (golint)
    • Line 76: warning: exported type NodeInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/rke.cattle.io/v1/plan/plan.go
    • Line 7: warning: exported type Plan should have comment or be unexported (golint)
    • Line 13: warning: exported type ProbeStatus should have comment or be unexported (golint)
    • Line 19: warning: exported type Node should have comment or be unexported (golint)
    • Line 29: warning: exported type Secret should have comment or be unexported (golint)
    • Line 34: warning: exported type Instruction should have comment or be unexported (golint)
    • Line 43: warning: exported type File should have comment or be unexported (golint)
    • Line 49: warning: exported type NodePlan should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_multi_cluster_app.go
    • Line 8: warning: exported const MultiClusterAppType should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type MultiClusterApp should have comment or be unexported (golint)
    • Line 57: warning: exported type MultiClusterAppCollection should have comment or be unexported (golint)
    • Line 63: warning: exported type MultiClusterAppClient should have comment or be unexported (golint)
    • Line 67: warning: exported type MultiClusterAppOperations should have comment or be unexported (golint)
    • Line 89: warning: exported method MultiClusterAppClient.Create should have comment or be unexported (golint)
    • Line 95: warning: exported method MultiClusterAppClient.Update should have comment or be unexported (golint)
    • Line 101: warning: exported method MultiClusterAppClient.Replace should have comment or be unexported (golint)
    • Line 107: warning: exported method MultiClusterAppClient.List should have comment or be unexported (golint)
    • Line 114: warning: exported method MultiClusterAppClient.ListAll should have comment or be unexported (golint)
    • Line 132: warning: exported method MultiClusterAppCollection.Next should have comment or be unexported (golint)
    • Line 142: warning: exported method MultiClusterAppClient.ByID should have comment or be unexported (golint)
    • Line 148: warning: exported method MultiClusterAppClient.Delete should have comment or be unexported (golint)
    • Line 152: warning: exported method MultiClusterAppClient.ActionAddProjects should have comment or be unexported (golint)
    • Line 157: warning: exported method MultiClusterAppClient.ActionRemoveProjects should have comment or be unexported (golint)
    • Line 162: warning: exported method MultiClusterAppClient.ActionRollback should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/policy/v1beta1/zz_generated_pod_security_policy_controller.go
    • Line 22: warning: exported var PodSecurityPolicyGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type PodSecurityPolicy should be of the form "PodSecurityPolicy ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewPodSecurityPolicy should have comment or be unexported (golint)
    • Line 55: warning: exported type PodSecurityPolicyHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type PodSecurityPolicyChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type PodSecurityPolicyLister should have comment or be unexported (golint)
    • Line 64: warning: exported type PodSecurityPolicyController should have comment or be unexported (golint)
    • Line 76: warning: exported type PodSecurityPolicyInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_endpoints_controller.go
    • Line 22: warning: exported var EndpointsGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Endpoints should be of the form "Endpoints ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewEndpoints should have comment or be unexported (golint)
    • Line 56: warning: exported type EndpointsHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type EndpointsChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type EndpointsLister should have comment or be unexported (golint)
    • Line 65: warning: exported type EndpointsController should have comment or be unexported (golint)
    • Line 77: warning: exported type EndpointsInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_template_revision.go
    • Line 8: warning: exported const ClusterTemplateRevisionType should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type ClusterTemplateRevision should have comment or be unexported (golint)
    • Line 39: warning: exported type ClusterTemplateRevisionCollection should have comment or be unexported (golint)
    • Line 45: warning: exported type ClusterTemplateRevisionClient should have comment or be unexported (golint)
    • Line 49: warning: exported type ClusterTemplateRevisionOperations should have comment or be unexported (golint)
    • Line 71: warning: exported method ClusterTemplateRevisionClient.Create should have comment or be unexported (golint)
    • Line 77: warning: exported method ClusterTemplateRevisionClient.Update should have comment or be unexported (golint)
    • Line 83: warning: exported method ClusterTemplateRevisionClient.Replace should have comment or be unexported (golint)
    • Line 89: warning: exported method ClusterTemplateRevisionClient.List should have comment or be unexported (golint)
    • Line 96: warning: exported method ClusterTemplateRevisionClient.ListAll should have comment or be unexported (golint)
    • Line 114: warning: exported method ClusterTemplateRevisionCollection.Next should have comment or be unexported (golint)
    • Line 124: warning: exported method ClusterTemplateRevisionClient.ByID should have comment or be unexported (golint)
    • Line 130: warning: exported method ClusterTemplateRevisionClient.Delete should have comment or be unexported (golint)
    • Line 134: warning: exported method ClusterTemplateRevisionClient.ActionDisable should have comment or be unexported (golint)
    • Line 139: warning: exported method ClusterTemplateRevisionClient.ActionEnable should have comment or be unexported (golint)
    • Line 144: warning: exported method ClusterTemplateRevisionClient.CollectionActionListquestions should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/networking.istio.io/v1alpha3/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 17: warning: exported type Client should have comment or be unexported (golint)
    • Line 22: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 34: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 41: warning: exported type VirtualServicesGetter should have comment or be unexported (golint)
    • Line 45: warning: exported method Client.VirtualServices should have comment or be unexported (golint)
    • Line 55: warning: exported type DestinationRulesGetter should have comment or be unexported (golint)
    • Line 59: warning: exported method Client.DestinationRules should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_template_revision_controller.go
    • Line 22: warning: exported var ClusterTemplateRevisionGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterTemplateRevision should be of the form "ClusterTemplateRevision ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterTemplateRevision should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterTemplateRevisionHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterTemplateRevisionChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterTemplateRevisionLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterTemplateRevisionController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterTemplateRevisionInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/extensions/v1beta1/zz_generated_ingress_controller.go
    • Line 22: warning: exported var IngressGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Ingress should be of the form "Ingress ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewIngress should have comment or be unexported (golint)
    • Line 56: warning: exported type IngressHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type IngressChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type IngressLister should have comment or be unexported (golint)
    • Line 65: warning: exported type IngressController should have comment or be unexported (golint)
    • Line 77: warning: exported type IngressInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/provisioningv2/cluster/controller.go
    • Line 37: warning: exported const ByCluster should have comment (or a comment on this block) or be unexported (golint)
    • Line 62: warning: exported function Register should have comment or be unexported (golint)
    • Line 119: warning: exported function RegisterIndexers should have comment or be unexported (golint)
    • Line 186: warning: exported function NormalizeCluster should have comment or be unexported (golint)
    • rancher/pkg/dialer/factory.go
    • Line 29: warning: exported const WaitForAgentError should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported var ErrAgentDisconnected should have comment or be unexported (golint)
    • Line 34: warning: exported function NewFactory should have comment or be unexported (golint)
    • Line 42: warning: exported type Factory should have comment or be unexported (golint)
    • Line 48: warning: exported method Factory.ClusterDialer should have comment or be unexported (golint)
    • Line 59: warning: exported function IsCloudDriver should have comment or be unexported (golint)
    • Line 70: warning: exported function IsPublicCloudDriver should have comment or be unexported (golint)
    • Line 74: warning: exported function HasOnlyPrivateAPIEndpoint should have comment or be unexported (golint)
    • Line 277: warning: exported method Factory.DockerDialer should have comment or be unexported (golint)
    • Line 298: warning: exported method Factory.NodeDialer should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/usercontrollers/controller.go
    • Line 61: warning: exported type ClusterLifecycleCleanup should have comment or be unexported (golint)
    • Line 66: warning: exported method ClusterLifecycleCleanup.Create should have comment or be unexported (golint)
    • Line 70: warning: exported method ClusterLifecycleCleanup.Remove should have comment or be unexported (golint)
    • Line 127: warning: exported method ClusterLifecycleCleanup.Updated should have comment or be unexported (golint)
    • rancher/pkg/pipeline/utils/index.go
    • Line 11: warning: exported const PipelineByProjectIndex should have comment (or a comment on this block) or be unexported (golint)
    • Line 19: warning: exported function PipelineByProjectName should have comment or be unexported (golint)
    • Line 28: warning: exported function PipelineExecutionByProjectName should have comment or be unexported (golint)
    • Line 37: warning: exported function PipelineExecutionByClusterName should have comment or be unexported (golint)
    • Line 46: warning: exported function SourceCodeCredentialByProjectNameAndType should have comment or be unexported (golint)
    • Line 56: warning: exported function SourceCodeRepositoryByProjectNameAndType should have comment or be unexported (golint)
    • Line 66: warning: exported function SourceCodeRepositoryByCredentialName should have comment or be unexported (golint)
    • Line 74: warning: exported function ProjectNameAndSourceCodeTypeKey should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/apps/v1/zz_generated_stateful_set_controller.go
    • Line 22: warning: exported var StatefulSetGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type StatefulSet should be of the form "StatefulSet ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewStatefulSet should have comment or be unexported (golint)
    • Line 56: warning: exported type StatefulSetHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type StatefulSetChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type StatefulSetLister should have comment or be unexported (golint)
    • Line 65: warning: exported type StatefulSetController should have comment or be unexported (golint)
    • Line 77: warning: exported type StatefulSetInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_template_content.go
    • Line 8: warning: exported const TemplateContentType should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported type TemplateContent should have comment or be unexported (golint)
    • Line 33: warning: exported type TemplateContentCollection should have comment or be unexported (golint)
    • Line 39: warning: exported type TemplateContentClient should have comment or be unexported (golint)
    • Line 43: warning: exported type TemplateContentOperations should have comment or be unexported (golint)
    • Line 59: warning: exported method TemplateContentClient.Create should have comment or be unexported (golint)
    • Line 65: warning: exported method TemplateContentClient.Update should have comment or be unexported (golint)
    • Line 71: warning: exported method TemplateContentClient.Replace should have comment or be unexported (golint)
    • Line 77: warning: exported method TemplateContentClient.List should have comment or be unexported (golint)
    • Line 84: warning: exported method TemplateContentClient.ListAll should have comment or be unexported (golint)
    • Line 102: warning: exported method TemplateContentCollection.Next should have comment or be unexported (golint)
    • Line 112: warning: exported method TemplateContentClient.ByID should have comment or be unexported (golint)
    • Line 118: warning: exported method TemplateContentClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/auth/providers/providers.go
    • Line 27: warning: exported var ProviderNames should have comment or be unexported (golint)
    • Line 37: warning: exported function GetProvider should have comment or be unexported (golint)
    • Line 46: warning: exported function GetProviderByType should have comment or be unexported (golint)
    • Line 50: warning: exported function Configure should have comment or be unexported (golint)
    • Line 152: warning: exported function IsValidUserExtraAttribute should have comment or be unexported (golint)
    • Line 159: warning: exported function AuthenticateUser should have comment or be unexported (golint)
    • Line 163: warning: exported function GetPrincipal should have comment or be unexported (golint)
    • Line 176: warning: exported function SearchPrincipals should have comment or be unexported (golint)
    • Line 200: warning: exported function CanAccessWithGroupProviders should have comment or be unexported (golint)
    • Line 204: warning: exported function RefetchGroupPrincipals should have comment or be unexported (golint)
    • Line 208: warning: exported function GetUserExtraAttributes should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/cluster.cattle.io/v3/zz_generated_cluster_auth_token_controller.go
    • Line 22: warning: exported var ClusterAuthTokenGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterAuthToken should be of the form "ClusterAuthToken ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterAuthToken should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterAuthTokenHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterAuthTokenChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterAuthTokenLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterAuthTokenController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterAuthTokenInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/drivers/kontainerdriver/kontainerdriver.go
    • Line 30: warning: exported const DriverDir should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function Register should have comment or be unexported (golint)
    • Line 46: warning: exported type Lifecycle should have comment or be unexported (golint)
    • Line 53: warning: exported method Lifecycle.Create should have comment or be unexported (golint)
    • Line 333: warning: exported method Lifecycle.Updated should have comment or be unexported (golint)
    • Line 483: warning: exported method Lifecycle.DynamicSchemaExists should have comment or be unexported (golint)
    • rancher/pkg/apis/rke.cattle.io/v1/etcd.go
    • Line 5: warning: exported type ETCDSnapshotS3 should have comment or be unexported (golint)
    • Line 15: warning: exported type ETCDSnapshotCreate should have comment or be unexported (golint)
    • Line 23: warning: exported type ETCDSnapshotRestore should have comment or be unexported (golint)
    • Line 30: warning: exported type ETCDSnapshot should have comment or be unexported (golint)
    • Line 38: warning: exported type ETCD should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/helm/controller.go
    • Line 40: warning: exported const AppIDsLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 46: warning: exported function Register should have comment or be unexported (golint)
    • Line 73: warning: exported type Lifecycle should have comment or be unexported (golint)
    • Line 95: warning: exported method Lifecycle.Create should have comment or be unexported (golint)
    • Line 233: warning: exported method Lifecycle.DeployApp should have comment or be unexported (golint)
    • Line 258: warning: exported method Lifecycle.Remove should have comment or be unexported (golint)
    • Line 329: warning: exported method Lifecycle.Run should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/aks/listers.go
    • Line 35: warning: exported function NewClientAuthorizer should have comment or be unexported (golint)
    • Line 49: warning: exported function NewVirtualMachineClient should have comment or be unexported (golint)
    • Line 61: warning: exported function NewContainerServiceClient should have comment or be unexported (golint)
    • Line 73: warning: exported function NewNetworkServiceClient should have comment or be unexported (golint)
    • Line 85: warning: exported function NewClusterClient should have comment or be unexported (golint)
    • Line 97: warning: exported function NewSubscriptionServiceClient should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/machine_types.go
    • Line 16: warning: exported type NodeTemplate should have comment or be unexported (golint)
    • Line 31: warning: exported type NodeTemplateStatus should have comment or be unexported (golint)
    • Line 35: warning: exported type NodeTemplateCondition should have comment or be unexported (golint)
    • Line 48: warning: exported type NodeTemplateSpec should have comment or be unexported (golint)
    • Line 60: warning: exported type Node should have comment or be unexported (golint)
    • Line 75: warning: exported method Node.ObjClusterName should have comment or be unexported (golint)
    • Line 79: warning: exported type MetadataUpdate should have comment or be unexported (golint)
    • Line 84: warning: exported type MapDelta should have comment or be unexported (golint)
    • Line 89: warning: exported type NodeStatus should have comment or be unexported (golint)
    • Line 105: warning: exported type DockerInfo should have comment or be unexported (golint)
    • Line 129: warning: exported var NodeConditionInitialized should have comment or be unexported (golint)
    • Line 140: warning: exported type NodeCondition should have comment or be unexported (golint)
    • Line 156: warning: exported var NodePoolConditionUpdated should have comment or be unexported (golint)
    • Line 162: warning: exported type NodePool should have comment or be unexported (golint)
    • Line 174: warning: exported method NodePool.ObjClusterName should have comment or be unexported (golint)
    • Line 178: warning: exported type NodePoolSpec should have comment or be unexported (golint)
    • Line 197: warning: exported method NodePoolSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 201: warning: exported type NodePoolStatus should have comment or be unexported (golint)
    • Line 205: warning: exported type CustomConfig should have comment or be unexported (golint)
    • Line 222: warning: exported type NodeSpec should have comment or be unexported (golint)
    • Line 245: warning: exported type NodePlan should have comment or be unexported (golint)
    • Line 252: warning: exported type NodeCommonParams should have comment or be unexported (golint)
    • Line 270: warning: exported type NodeDriver should have comment or be unexported (golint)
    • Line 283: warning: exported type NodeDriverStatus should have comment or be unexported (golint)
    • Line 291: warning: exported var NodeDriverConditionDownloaded should have comment or be unexported (golint)
    • Line 297: warning: exported type Condition should have comment or be unexported (golint)
    • Line 312: warning: exported type NodeDriverSpec should have comment or be unexported (golint)
    • Line 327: warning: exported type PublicEndpoint should have comment or be unexported (golint)
    • Line 345: warning: exported type NodeDrainInput should have comment or be unexported (golint)
    • Line 350: warning: exported type CloudCredential should have comment or be unexported (golint)
    • Line 359: warning: exported type CloudCredentialSpec should have comment or be unexported (golint)
    • Line 365: warning: exported type S3CredentialConfig should have comment or be unexported (golint)
    • rancher/pkg/features/feature.go
    • Line 20: warning: exported var UnsupportedStorageDrivers should have comment or be unexported (golint)
    • Line 100: warning: exported type Feature should have comment or be unexported (golint)
    • Line 194: warning: exported function SetFeature should have comment or be unexported (golint)
    • Line 270: warning: exported method Feature.Set should have comment or be unexported (golint)
    • Line 274: warning: exported method Feature.Name should have comment or be unexported (golint)
    • Line 278: warning: exported function GetFeatureByName should have comment or be unexported (golint)
    • Line 282: warning: exported function IsEnabled should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_compose_config_controller.go
    • Line 22: warning: exported var ComposeConfigGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type ComposeConfig should be of the form "ComposeConfig ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewComposeConfig should have comment or be unexported (golint)
    • Line 55: warning: exported type ComposeConfigHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type ComposeConfigChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type ComposeConfigLister should have comment or be unexported (golint)
    • Line 64: warning: exported type ComposeConfigController should have comment or be unexported (golint)
    • Line 76: warning: exported type ComposeConfigInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_role_template_controller.go
    • Line 22: warning: exported var RoleTemplateGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type RoleTemplate should be of the form "RoleTemplate ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewRoleTemplate should have comment or be unexported (golint)
    • Line 55: warning: exported type RoleTemplateHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type RoleTemplateChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type RoleTemplateLister should have comment or be unexported (golint)
    • Line 64: warning: exported type RoleTemplateController should have comment or be unexported (golint)
    • Line 76: warning: exported type RoleTemplateInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_replication_controller.go
    • Line 8: warning: exported const ReplicationControllerType should have comment (or a comment on this block) or be unexported (golint)
    • Line 68: warning: exported type ReplicationController should have comment or be unexported (golint)
    • Line 129: warning: exported type ReplicationControllerCollection should have comment or be unexported (golint)
    • Line 135: warning: exported type ReplicationControllerClient should have comment or be unexported (golint)
    • Line 139: warning: exported type ReplicationControllerOperations should have comment or be unexported (golint)
    • Line 157: warning: exported method ReplicationControllerClient.Create should have comment or be unexported (golint)
    • Line 163: warning: exported method ReplicationControllerClient.Update should have comment or be unexported (golint)
    • Line 169: warning: exported method ReplicationControllerClient.Replace should have comment or be unexported (golint)
    • Line 175: warning: exported method ReplicationControllerClient.List should have comment or be unexported (golint)
    • Line 182: warning: exported method ReplicationControllerClient.ListAll should have comment or be unexported (golint)
    • Line 200: warning: exported method ReplicationControllerCollection.Next should have comment or be unexported (golint)
    • Line 210: warning: exported method ReplicationControllerClient.ByID should have comment or be unexported (golint)
    • Line 216: warning: exported method ReplicationControllerClient.Delete should have comment or be unexported (golint)
    • Line 220: warning: exported method ReplicationControllerClient.ActionRedeploy should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_persistent_volume_claim_controller.go
    • Line 22: warning: exported var PersistentVolumeClaimGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type PersistentVolumeClaim should be of the form "PersistentVolumeClaim ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewPersistentVolumeClaim should have comment or be unexported (golint)
    • Line 56: warning: exported type PersistentVolumeClaimHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type PersistentVolumeClaimChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type PersistentVolumeClaimLister should have comment or be unexported (golint)
    • Line 65: warning: exported type PersistentVolumeClaimController should have comment or be unexported (golint)
    • Line 77: warning: exported type PersistentVolumeClaimInterface should have comment or be unexported (golint)
    • rancher/pkg/systemaccount/systemaccount.go
    • Line 21: warning: exported const ClusterSystemAccountPrefix should have comment (or a comment on this block) or be unexported (golint)
    • Line 25: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 38: warning: exported function NewManagerFromScale should have comment or be unexported (golint)
    • Line 52: warning: exported type Manager should have comment or be unexported (golint)
    • Line 64: warning: exported method Manager.CreateSystemAccount should have comment or be unexported (golint)
    • Line 89: warning: exported method Manager.GetSystemUser should have comment or be unexported (golint)
    • Line 93: warning: exported method Manager.GetOrCreateSystemClusterToken should have comment or be unexported (golint)
    • Line 127: warning: exported method Manager.GetOrCreateProjectSystemAccount should have comment or be unexported (golint)
    • Line 158: warning: exported method Manager.GetProjectSystemUser should have comment or be unexported (golint)
    • Line 162: warning: exported method Manager.GetProjectPipelineSystemToken should have comment or be unexported (golint)
    • Line 178: warning: exported method Manager.CreateProjectHelmSystemToken should have comment or be unexported (golint)
    • Line 186: warning: exported method Manager.RemoveSystemAccount should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementagent/workload/workload_common.go
    • Line 29: warning: exported const AppVersion should have comment (or a comment on this block) or be unexported (golint)
    • Line 46: warning: exported var WorkloadKinds should have comment or be unexported (golint)
    • Line 56: warning: exported type Workload should have comment or be unexported (golint)
    • Line 71: warning: exported type Status should have comment or be unexported (golint)
    • Line 77: warning: exported type CommonController should have comment or be unexported (golint)
    • Line 95: warning: exported function NewWorkloadController should have comment or be unexported (golint)
    • Line 211: warning: exported method CommonController.GetByWorkloadID should have comment or be unexported (golint)
    • Line 215: warning: exported method CommonController.GetByWorkloadIDRetryAPIIfNotFound should have comment or be unexported (golint)
    • Line 348: warning: exported method CommonController.GetAllWorkloads should have comment or be unexported (golint)
    • Line 452: warning: exported method CommonController.GetWorkloadsMatchingLabels should have comment or be unexported (golint)
    • Line 469: warning: exported method CommonController.GetWorkloadsMatchingSelector should have comment or be unexported (golint)
    • Line 497: warning: exported type Service should have comment or be unexported (golint)
    • Line 504: warning: exported type ContainerPort should have comment or be unexported (golint)
    • Line 633: warning: exported method CommonController.UpdateWorkload should have comment or be unexported (golint)
    • Line 774: warning: exported method CommonController.EnqueueWorkload should have comment or be unexported (golint)
    • Line 793: warning: exported method CommonController.EnqueueAllWorkloads should have comment or be unexported (golint)
    • Line 804: warning: exported method CommonController.GetActualFromWorkload should have comment or be unexported (golint)
    • rancher/pkg/crds/dashboard/crds.go
    • Line 28: warning: exported function FeatureCRD should have comment or be unexported (golint)
    • Line 38: warning: exported function List should have comment or be unexported (golint)
    • Line 158: warning: exported function Webhooks should have comment or be unexported (golint)
    • Line 165: warning: exported function CreateFeatureCRD should have comment or be unexported (golint)
    • Line 174: warning: exported function Create should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/drivers/kontainer_driver.go
    • Line 13: warning: exported type KontainerDriver should have comment or be unexported (golint)
    • Line 17: warning: exported var KontainerDriverPrefix should have comment or be unexported (golint)
    • Line 19: warning: exported function NewKontainerDriver should have comment or be unexported (golint)
    • Line 35: warning: exported method KontainerDriver.Install should have comment or be unexported (golint)
    • Line 68: warning: exported method KontainerDriver.Exists should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/kontainerdrivermetadata/data_getter.go
    • Line 20: warning: exported function GetCisConfigParams should have comment or be unexported (golint)
    • Line 38: warning: exported function GetCisBenchmarkVersionInfo should have comment or be unexported (golint)
    • Line 56: warning: exported function GetRKESystemImages should have comment or be unexported (golint)
    • Line 71: warning: exported function GetRKEAddonTemplate should have comment or be unexported (golint)
    • Line 107: warning: exported function GetRKEK8sServiceOptions should have comment or be unexported (golint)
    • Line 140: warning: exported function GetK8sVersionInfo should have comment or be unexported (golint)
    • Line 196: warning: exported type VersionInfo should have comment or be unexported (golint)
    • Line 208: warning: exported function GetRancherVersion should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_event_controller.go
    • Line 22: warning: exported var EventGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Event should be of the form "Event ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewEvent should have comment or be unexported (golint)
    • Line 55: warning: exported type EventHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type EventChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type EventLister should have comment or be unexported (golint)
    • Line 64: warning: exported type EventController should have comment or be unexported (golint)
    • Line 76: warning: exported type EventInterface should have comment or be unexported (golint)
    • rancher/pkg/pipeline/hooks/drivers/github.go
    • Line 22: warning: exported const GithubWebhookHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type GithubDriver should have comment or be unexported (golint)
    • Line 41: warning: exported method GithubDriver.Execute should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_node_controller.go
    • Line 22: warning: exported var NodeGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Node should be of the form "Node ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNode should have comment or be unexported (golint)
    • Line 56: warning: exported type NodeHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NodeChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NodeLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NodeController should have comment or be unexported (golint)
    • Line 77: warning: exported type NodeInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/compose_types.go
    • Line 13: warning: exported type ComposeConfig should have comment or be unexported (golint)
    • Line 24: warning: exported type ComposeSpec should have comment or be unexported (golint)
    • Line 28: warning: exported type ComposeStatus should have comment or be unexported (golint)
    • Line 33: warning: exported var ComposeConditionExecuted should have comment or be unexported (golint)
    • Line 36: warning: exported type ComposeCondition should have comment or be unexported (golint)
    • rancher/pkg/client/generated/cluster/v3/zz_generated_api_service.go
    • Line 8: warning: exported const APIServiceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported type APIService should have comment or be unexported (golint)
    • Line 53: warning: exported type APIServiceCollection should have comment or be unexported (golint)
    • Line 59: warning: exported type APIServiceClient should have comment or be unexported (golint)
    • Line 63: warning: exported type APIServiceOperations should have comment or be unexported (golint)
    • Line 79: warning: exported method APIServiceClient.Create should have comment or be unexported (golint)
    • Line 85: warning: exported method APIServiceClient.Update should have comment or be unexported (golint)
    • Line 91: warning: exported method APIServiceClient.Replace should have comment or be unexported (golint)
    • Line 97: warning: exported method APIServiceClient.List should have comment or be unexported (golint)
    • Line 104: warning: exported method APIServiceClient.ListAll should have comment or be unexported (golint)
    • Line 122: warning: exported method APIServiceCollection.Next should have comment or be unexported (golint)
    • Line 132: warning: exported method APIServiceClient.ByID should have comment or be unexported (golint)
    • Line 138: warning: exported method APIServiceClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/kubeconfig/kubeconfig.go
    • Line 45: warning: exported function ForBasic should have comment or be unexported (golint)
    • Line 99: warning: exported function ForTokenBased should have comment or be unexported (golint)
    • Line 120: warning: exported function ForClusterTokenBased should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/networking.istio.io/v1alpha3/zz_generated_destination_rule_controller.go
    • Line 22: warning: exported var DestinationRuleGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type DestinationRule should be of the form "DestinationRule ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewDestinationRule should have comment or be unexported (golint)
    • Line 56: warning: exported type DestinationRuleHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type DestinationRuleChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type DestinationRuleLister should have comment or be unexported (golint)
    • Line 65: warning: exported type DestinationRuleController should have comment or be unexported (golint)
    • Line 77: warning: exported type DestinationRuleInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/rbac.authorization.k8s.io/v1/zz_generated_cluster_role_binding_controller.go
    • Line 22: warning: exported var ClusterRoleBindingGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type ClusterRoleBinding should be of the form "ClusterRoleBinding ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewClusterRoleBinding should have comment or be unexported (golint)
    • Line 55: warning: exported type ClusterRoleBindingHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type ClusterRoleBindingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type ClusterRoleBindingLister should have comment or be unexported (golint)
    • Line 64: warning: exported type ClusterRoleBindingController should have comment or be unexported (golint)
    • Line 76: warning: exported type ClusterRoleBindingInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_group.go
    • Line 8: warning: exported const GroupType should have comment (or a comment on this block) or be unexported (golint)
    • Line 19: warning: exported type Group should have comment or be unexported (golint)
    • Line 31: warning: exported type GroupCollection should have comment or be unexported (golint)
    • Line 37: warning: exported type GroupClient should have comment or be unexported (golint)
    • Line 41: warning: exported type GroupOperations should have comment or be unexported (golint)
    • Line 57: warning: exported method GroupClient.Create should have comment or be unexported (golint)
    • Line 63: warning: exported method GroupClient.Update should have comment or be unexported (golint)
    • Line 69: warning: exported method GroupClient.Replace should have comment or be unexported (golint)
    • Line 75: warning: exported method GroupClient.List should have comment or be unexported (golint)
    • Line 82: warning: exported method GroupClient.ListAll should have comment or be unexported (golint)
    • Line 100: warning: exported method GroupCollection.Next should have comment or be unexported (golint)
    • Line 110: warning: exported method GroupClient.ByID should have comment or be unexported (golint)
    • Line 116: warning: exported method GroupClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/utils/writer.go
    • Line 15: warning: exported type TableWriter should have comment or be unexported (golint)
    • Line 24: warning: exported function NewTableWriter should have comment or be unexported (golint)
    • Line 47: warning: exported method TableWriter.Err should have comment or be unexported (golint)
    • Line 83: warning: exported method TableWriter.Close should have comment or be unexported (golint)
    • Line 94: warning: exported function SimpleFormat should have comment or be unexported (golint)
    • Line 133: warning: exported function FormatJSON should have comment or be unexported (golint)
    • rancher/pkg/pipeline/utils/utils.go
    • Line 71: warning: exported function GetNextExecutionName should have comment or be unexported (golint)
    • Line 78: warning: exported function IsStageSuccess should have comment or be unexported (golint)
    • Line 93: warning: exported function IsFinishState should have comment or be unexported (golint)
    • Line 103: warning: exported function GenerateExecution should have comment or be unexported (golint)
    • Line 136: warning: exported function SplitImageTag should have comment or be unexported (golint)
    • Line 156: warning: exported function ValidPipelineConfig should have comment or be unexported (golint)
    • Line 165: warning: exported function GetPipelineCommonName should have comment or be unexported (golint)
    • Line 170: warning: exported function GetEnvVarMap should have comment or be unexported (golint)
    • Line 215: warning: exported function PipelineConfigToYaml should have comment or be unexported (golint)
    • Line 225: warning: exported function PipelineConfigFromYaml should have comment or be unexported (golint)
    • Line 236: warning: exported function BCryptHash should have comment or be unexported (golint)
    • Line 244: warning: exported function GetRegistryPortMapping should have comment or be unexported (golint)
    • Line 257: warning: exported function SetRegistryPortMapping should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/network_policy_types.go
    • Line 10: warning: exported type ProjectNetworkPolicySpec should have comment or be unexported (golint)
    • Line 15: warning: exported method ProjectNetworkPolicySpec.ObjClusterName should have comment or be unexported (golint)
    • Line 22: warning: exported type ProjectNetworkPolicyStatus should have comment or be unexported (golint)
    • Line 28: warning: exported type ProjectNetworkPolicy should have comment or be unexported (golint)
    • rancher/pkg/rkedialerfactory/rke_dialer.go
    • Line 18: warning: exported type RKEDialerFactory should have comment or be unexported (golint)
    • Line 24: warning: exported method RKEDialerFactory.Build should have comment or be unexported (golint)
    • Line 52: warning: exported method RKEDialerFactory.WrapTransport should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_catalog_template_version.go
    • Line 8: warning: exported const CatalogTemplateVersionType should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported type CatalogTemplateVersion should have comment or be unexported (golint)
    • Line 71: warning: exported type CatalogTemplateVersionCollection should have comment or be unexported (golint)
    • Line 77: warning: exported type CatalogTemplateVersionClient should have comment or be unexported (golint)
    • Line 81: warning: exported type CatalogTemplateVersionOperations should have comment or be unexported (golint)
    • Line 97: warning: exported method CatalogTemplateVersionClient.Create should have comment or be unexported (golint)
    • Line 103: warning: exported method CatalogTemplateVersionClient.Update should have comment or be unexported (golint)
    • Line 109: warning: exported method CatalogTemplateVersionClient.Replace should have comment or be unexported (golint)
    • Line 115: warning: exported method CatalogTemplateVersionClient.List should have comment or be unexported (golint)
    • Line 122: warning: exported method CatalogTemplateVersionClient.ListAll should have comment or be unexported (golint)
    • Line 140: warning: exported method CatalogTemplateVersionCollection.Next should have comment or be unexported (golint)
    • Line 150: warning: exported method CatalogTemplateVersionClient.ByID should have comment or be unexported (golint)
    • Line 156: warning: exported method CatalogTemplateVersionClient.Delete should have comment or be unexported (golint)
    • rancher/tests/integration/pkg/clients/clients.go
    • Line 15: warning: exported type Clients should have comment or be unexported (golint)
    • Line 25: warning: exported method Clients.Close should have comment or be unexported (golint)
    • Line 32: warning: exported method Clients.OnClose should have comment or be unexported (golint)
    • Line 36: warning: exported method Clients.ForCluster should have comment or be unexported (golint)
    • Line 50: warning: exported function New should have comment or be unexported (golint)
    • Line 55: warning: exported function NewForConfig should have comment or be unexported (golint)
    • rancher/pkg/agent/cluster/cluster.go
    • Line 30: warning: exported function Namespace should have comment or be unexported (golint)
    • Line 38: warning: exported function TokenAndURL should have comment or be unexported (golint)
    • Line 47: warning: exported function CAChecksum should have comment or be unexported (golint)
    • Line 74: warning: exported function Params should have comment or be unexported (golint)
    • rancher/pkg/nodeconfig/archive.go
    • Line 22: warning: exported type TLSConfig should have comment or be unexported (golint)
    • Line 27: warning: exported method TLSConfig.ToConfig should have comment or be unexported (golint)
    • Line 45: warning: exported function ExtractConfigJSON should have comment or be unexported (golint)
    • rancher/pkg/helm/types.go
    • Line 3: warning: exported type RepoIndex should have comment or be unexported (golint)
    • Line 8: warning: exported type IndexFile should have comment or be unexported (golint)
    • Line 12: warning: exported type ChartVersions should have comment or be unexported (golint)
    • Line 14: warning: exported type ChartVersion should have comment or be unexported (golint)
    • Line 22: warning: exported type ChartMetadata should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/node_address.go
    • Line 12: warning: exported type NodeAddressMapper should have comment or be unexported (golint)
    • Line 15: warning: exported method NodeAddressMapper.FromInternal should have comment or be unexported (golint)
    • Line 30: warning: exported method NodeAddressMapper.ToInternal should have comment or be unexported (golint)
    • Line 34: warning: exported method NodeAddressMapper.ModifySchema should have comment or be unexported (golint)
    • Line 38: warning: exported type NodeAddressAnnotationMapper should have comment or be unexported (golint)
    • Line 41: warning: exported method NodeAddressAnnotationMapper.FromInternal should have comment or be unexported (golint)
    • Line 48: warning: exported method NodeAddressAnnotationMapper.ToInternal should have comment or be unexported (golint)
    • Line 52: warning: exported method NodeAddressAnnotationMapper.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_fleet_workspace_controller.go
    • Line 22: warning: exported var FleetWorkspaceGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type FleetWorkspace should be of the form "FleetWorkspace ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewFleetWorkspace should have comment or be unexported (golint)
    • Line 55: warning: exported type FleetWorkspaceHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type FleetWorkspaceChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type FleetWorkspaceLister should have comment or be unexported (golint)
    • Line 64: warning: exported type FleetWorkspaceController should have comment or be unexported (golint)
    • Line 76: warning: exported type FleetWorkspaceInterface should have comment or be unexported (golint)
    • rancher/pkg/schemas/project.cattle.io/v3/schema.go
    • Line 23: warning: exported var Version should have comment or be unexported (golint)
    • Line 66: warning: exported type DeploymentConfig should have comment or be unexported (golint)
    • Line 69: warning: exported type StatefulSetConfig should have comment or be unexported (golint)
    • Line 72: warning: exported type ReplicaSetConfig should have comment or be unexported (golint)
    • Line 75: warning: exported type ReplicationControllerConfig should have comment or be unexported (golint)
    • Line 78: warning: exported type DaemonSetConfig should have comment or be unexported (golint)
    • Line 81: warning: exported type CronJobConfig should have comment or be unexported (golint)
    • Line 84: warning: exported type JobConfig should have comment or be unexported (golint)
    • Line 822: warning: exported function NewWorkloadTypeMapper should have comment or be unexported (golint)
    • rancher/pkg/apis/ui.cattle.io/v1/types.go
    • Line 11: warning: exported type NavLink should have comment or be unexported (golint)
    • Line 17: warning: exported type NavLinkSpec should have comment or be unexported (golint)
    • Line 28: warning: exported type NavLinkTargetService should have comment or be unexported (golint)
    • rancher/pkg/cluster/private_registry.go
    • Line 14: warning: exported function GetPrivateRepoURL should have comment or be unexported (golint)
    • Line 22: warning: exported function GetPrivateRepo should have comment or be unexported (golint)
    • Line 35: warning: exported function GenerateClusterPrivateRegistryDockerConfig should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function GeneratePrivateRegistryDockerConfig should be of the form "GeneratePrivateRegistryDockerConfig ..." (golint)
    • rancher/pkg/image/resolve.go
    • Line 25: warning: exported type OSType should have comment or be unexported (golint)
    • Line 34: warning: exported const Linux should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported function Resolve should have comment or be unexported (golint)
    • Line 47: warning: exported function ResolveWithCluster should have comment or be unexported (golint)
    • Line 186: warning: exported function GetImages should have comment or be unexported (golint)
    • Line 352: warning: exported function AddImagesToImageListConfigMap should have comment or be unexported (golint)
    • Line 373: warning: exported function ParseCatalogImageListConfigMap should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_template_content_controller.go
    • Line 22: warning: exported var TemplateContentGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type TemplateContent should be of the form "TemplateContent ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewTemplateContent should have comment or be unexported (golint)
    • Line 55: warning: exported type TemplateContentHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type TemplateContentChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type TemplateContentLister should have comment or be unexported (golint)
    • Line 64: warning: exported type TemplateContentController should have comment or be unexported (golint)
    • Line 76: warning: exported type TemplateContentInterface should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/drivers/gke/gke_driver.go
    • Line 106: warning: exported function NewDriver should have comment or be unexported (golint)
    • Line 785: warning: exported method Driver.PostCheck should have comment or be unexported (golint)
    • Line 851: warning: exported function GetTokenSource should have comment or be unexported (golint)
    • Line 976: warning: exported method Driver.GetClusterSize should have comment or be unexported (golint)
    • Line 987: warning: exported method Driver.GetVersion should have comment or be unexported (golint)
    • Line 998: warning: exported method Driver.SetClusterSize should have comment or be unexported (golint)
    • Line 1034: warning: exported method Driver.SetVersion should have comment or be unexported (golint)
    • Line 1086: warning: exported method Driver.GetCapabilities should have comment or be unexported (golint)
    • Line 1090: warning: exported method Driver.ETCDSave should have comment or be unexported (golint)
    • Line 1094: warning: exported method Driver.ETCDRestore should have comment or be unexported (golint)
    • Line 1098: warning: exported method Driver.ETCDRemoveSnapshot should have comment or be unexported (golint)
    • Line 1102: warning: exported method Driver.GetK8SCapabilities should have comment or be unexported (golint)
    • Line 1127: warning: exported method Driver.RemoveLegacyServiceAccount should have comment or be unexported (golint)
    • Line 1160: warning: exported function Oauth2Transport should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/cluster/cluster_store.go
    • Line 53: warning: exported const DefaultBackupIntervalHours should have comment (or a comment on this block) or be unexported (golint)
    • Line 58: warning: exported type Store should have comment or be unexported (golint)
    • Line 116: warning: exported function GetClusterStore should have comment or be unexported (golint)
    • Line 181: warning: exported method Store.ByID should have comment or be unexported (golint)
    • Line 191: warning: exported method Store.Create should have comment or be unexported (golint)
    • Line 463: warning: exported method Store.Update should have comment or be unexported (golint)
    • rancher/pkg/systemtemplate/import.go
    • Line 80: warning: exported function SystemTemplate should have comment or be unexported (golint)
    • Line 123: warning: exported function GetDesiredFeatures should have comment or be unexported (golint)
    • Line 135: warning: exported function ForCluster should have comment or be unexported (golint)
    • Line 144: warning: exported function InternalCAChecksum should have comment or be unexported (golint)
    • Line 156: warning: exported function CAChecksum should have comment or be unexported (golint)
    • Line 168: warning: exported function GetDesiredAgentImage should have comment or be unexported (golint)
    • Line 181: warning: exported function GetDesiredAuthImage should have comment or be unexported (golint)
    • rancher/pkg/rkenodeconfigserver/lookup.go
    • Line 15: warning: exported type BundleLookup should have comment or be unexported (golint)
    • Line 19: warning: exported function NewLookup should have comment or be unexported (golint)
    • Line 25: warning: exported method BundleLookup.Lookup should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/networking.istio.io/v1alpha3/zz_generated_virtual_service_controller.go
    • Line 22: warning: exported var VirtualServiceGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type VirtualService should be of the form "VirtualService ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewVirtualService should have comment or be unexported (golint)
    • Line 56: warning: exported type VirtualServiceHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type VirtualServiceChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type VirtualServiceLister should have comment or be unexported (golint)
    • Line 65: warning: exported type VirtualServiceController should have comment or be unexported (golint)
    • Line 77: warning: exported type VirtualServiceInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_monitor_metric.go
    • Line 8: warning: exported const MonitorMetricType should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type MonitorMetric should have comment or be unexported (golint)
    • Line 39: warning: exported type MonitorMetricCollection should have comment or be unexported (golint)
    • Line 45: warning: exported type MonitorMetricClient should have comment or be unexported (golint)
    • Line 49: warning: exported type MonitorMetricOperations should have comment or be unexported (golint)
    • Line 73: warning: exported method MonitorMetricClient.Create should have comment or be unexported (golint)
    • Line 79: warning: exported method MonitorMetricClient.Update should have comment or be unexported (golint)
    • Line 85: warning: exported method MonitorMetricClient.Replace should have comment or be unexported (golint)
    • Line 91: warning: exported method MonitorMetricClient.List should have comment or be unexported (golint)
    • Line 98: warning: exported method MonitorMetricClient.ListAll should have comment or be unexported (golint)
    • Line 116: warning: exported method MonitorMetricCollection.Next should have comment or be unexported (golint)
    • Line 126: warning: exported method MonitorMetricClient.ByID should have comment or be unexported (golint)
    • Line 132: warning: exported method MonitorMetricClient.Delete should have comment or be unexported (golint)
    • Line 136: warning: exported method MonitorMetricClient.CollectionActionListclustermetricname should have comment or be unexported (golint)
    • Line 142: warning: exported method MonitorMetricClient.CollectionActionListprojectmetricname should have comment or be unexported (golint)
    • Line 148: warning: exported method MonitorMetricClient.CollectionActionQuerycluster should have comment or be unexported (golint)
    • Line 154: warning: exported method MonitorMetricClient.CollectionActionQueryproject should have comment or be unexported (golint)
    • rancher/pkg/catalog/utils/version.go
    • Line 10: warning: exported function VersionBetween should have comment or be unexported (golint)
    • Line 38: warning: exported function VersionSatisfiesRange should have comment or be unexported (golint)
    • Line 54: warning: exported function VersionGreaterThan should have comment or be unexported (golint)
    • Line 58: warning: exported function ReleaseServerVersion should have comment or be unexported (golint)
    • rancher/pkg/rancher/rancher.go
    • Line 57: warning: exported type Options should have comment or be unexported (golint)
    • Line 76: warning: exported type Rancher should have comment or be unexported (golint)
    • Line 87: warning: exported function New should have comment or be unexported (golint)
    • Line 223: warning: exported method Rancher.Start should have comment or be unexported (golint)
    • Line 260: warning: exported method Rancher.ListenAndServe should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/catalog/templateversion.go
    • Line 26: warning: exported type TemplateVerionFormatterWrapper should have comment or be unexported (golint)
    • Line 38: warning: exported method TemplateVerionFormatterWrapper.TemplateVersionFormatter should have comment or be unexported (golint)
    • Line 117: warning: exported method TemplateVerionFormatterWrapper.TemplateVersionReadmeHandler should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_node.go
    • Line 8: warning: exported const NodeType should have comment (or a comment on this block) or be unexported (golint)
    • Line 57: warning: exported type Node should have comment or be unexported (golint)
    • Line 107: warning: exported type NodeCollection should have comment or be unexported (golint)
    • Line 113: warning: exported type NodeClient should have comment or be unexported (golint)
    • Line 117: warning: exported type NodeOperations should have comment or be unexported (golint)
    • Line 143: warning: exported method NodeClient.Create should have comment or be unexported (golint)
    • Line 149: warning: exported method NodeClient.Update should have comment or be unexported (golint)
    • Line 155: warning: exported method NodeClient.Replace should have comment or be unexported (golint)
    • Line 161: warning: exported method NodeClient.List should have comment or be unexported (golint)
    • Line 168: warning: exported method NodeClient.ListAll should have comment or be unexported (golint)
    • Line 186: warning: exported method NodeCollection.Next should have comment or be unexported (golint)
    • Line 196: warning: exported method NodeClient.ByID should have comment or be unexported (golint)
    • Line 202: warning: exported method NodeClient.Delete should have comment or be unexported (golint)
    • Line 206: warning: exported method NodeClient.ActionCordon should have comment or be unexported (golint)
    • Line 211: warning: exported method NodeClient.ActionDrain should have comment or be unexported (golint)
    • Line 216: warning: exported method NodeClient.ActionScaledown should have comment or be unexported (golint)
    • Line 221: warning: exported method NodeClient.ActionStopDrain should have comment or be unexported (golint)
    • Line 226: warning: exported method NodeClient.ActionUncordon should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_dns_record.go
    • Line 8: warning: exported const DNSRecordType should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported type DNSRecord should have comment or be unexported (golint)
    • Line 71: warning: exported type DNSRecordCollection should have comment or be unexported (golint)
    • Line 77: warning: exported type DNSRecordClient should have comment or be unexported (golint)
    • Line 81: warning: exported type DNSRecordOperations should have comment or be unexported (golint)
    • Line 97: warning: exported method DNSRecordClient.Create should have comment or be unexported (golint)
    • Line 103: warning: exported method DNSRecordClient.Update should have comment or be unexported (golint)
    • Line 109: warning: exported method DNSRecordClient.Replace should have comment or be unexported (golint)
    • Line 115: warning: exported method DNSRecordClient.List should have comment or be unexported (golint)
    • Line 122: warning: exported method DNSRecordClient.ListAll should have comment or be unexported (golint)
    • Line 140: warning: exported method DNSRecordCollection.Next should have comment or be unexported (golint)
    • Line 150: warning: exported method DNSRecordClient.ByID should have comment or be unexported (golint)
    • Line 156: warning: exported method DNSRecordClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/cluster/v3/zz_generated_persistent_volume.go
    • Line 8: warning: exported const PersistentVolumeType should have comment (or a comment on this block) or be unexported (golint)
    • Line 54: warning: exported type PersistentVolume should have comment or be unexported (golint)
    • Line 101: warning: exported type PersistentVolumeCollection should have comment or be unexported (golint)
    • Line 107: warning: exported type PersistentVolumeClient should have comment or be unexported (golint)
    • Line 111: warning: exported type PersistentVolumeOperations should have comment or be unexported (golint)
    • Line 127: warning: exported method PersistentVolumeClient.Create should have comment or be unexported (golint)
    • Line 133: warning: exported method PersistentVolumeClient.Update should have comment or be unexported (golint)
    • Line 139: warning: exported method PersistentVolumeClient.Replace should have comment or be unexported (golint)
    • Line 145: warning: exported method PersistentVolumeClient.List should have comment or be unexported (golint)
    • Line 152: warning: exported method PersistentVolumeClient.ListAll should have comment or be unexported (golint)
    • Line 170: warning: exported method PersistentVolumeCollection.Next should have comment or be unexported (golint)
    • Line 180: warning: exported method PersistentVolumeClient.ByID should have comment or be unexported (golint)
    • Line 186: warning: exported method PersistentVolumeClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/persistvolumeclaim.go
    • Line 8: warning: exported type PersistVolumeClaim should have comment or be unexported (golint)
    • Line 11: warning: exported method PersistVolumeClaim.FromInternal should have comment or be unexported (golint)
    • Line 14: warning: exported method PersistVolumeClaim.ToInternal should have comment or be unexported (golint)
    • Line 21: warning: exported method PersistVolumeClaim.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/monitoring/monitoring.go
    • Line 20: warning: exported type AppLevel should have comment or be unexported (golint)
    • Line 23: warning: exported const SystemLevel should have comment (or a comment on this block) or be unexported (golint)
    • Line 51: warning: exported const IstioAppName should have comment (or a comment on this block) or be unexported (golint)
    • Line 75: warning: exported var APIVersion should have comment or be unexported (golint)
    • Line 86: warning: exported function OwnedAppListOptions should have comment or be unexported (golint)
    • Line 92: warning: exported function CopyCreatorID should have comment or be unexported (golint)
    • Line 104: warning: exported function AppendAppOverwritingAnswers should have comment or be unexported (golint)
    • Line 116: warning: exported function OwnedLabels should have comment or be unexported (golint)
    • Line 128: warning: exported function IstioPrometheusEndpoint should have comment or be unexported (golint)
    • Line 135: warning: exported function SystemMonitoringInfo should have comment or be unexported (golint)
    • Line 139: warning: exported function ClusterMonitoringInfo should have comment or be unexported (golint)
    • Line 143: warning: exported function ClusterAlertManagerInfo should have comment or be unexported (golint)
    • Line 147: warning: exported function SecretWebhook should have comment or be unexported (golint)
    • Line 151: warning: exported function ProjectMonitoringInfo should have comment or be unexported (golint)
    • Line 155: warning: exported function ClusterAlertManagerEndpoint should have comment or be unexported (golint)
    • Line 159: warning: exported function ClusterPrometheusEndpoint should have comment or be unexported (golint)
    • Line 163: warning: exported function ProjectPrometheusEndpoint should have comment or be unexported (golint)
    • Line 246: warning: exported function GetMonitoringCatalogID should have comment or be unexported (golint)
    • Line 297: warning: exported function GetMonitoringInput should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/alert/common/common.go
    • Line 11: warning: exported function GetRuleID should have comment or be unexported (golint)
    • Line 15: warning: exported function GetGroupID should have comment or be unexported (golint)
    • Line 19: warning: exported function GetAlertManagerSecretName should have comment or be unexported (golint)
    • Line 23: warning: exported function GetAlertManagerDaemonsetName should have comment or be unexported (golint)
    • Line 35: warning: exported function GetClusterDisplayName should have comment or be unexported (golint)
    • Line 45: warning: exported function GetProjectDisplayName should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_project_alert_rule_controller.go
    • Line 22: warning: exported var ProjectAlertRuleGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ProjectAlertRule should be of the form "ProjectAlertRule ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewProjectAlertRule should have comment or be unexported (golint)
    • Line 56: warning: exported type ProjectAlertRuleHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ProjectAlertRuleChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ProjectAlertRuleLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectAlertRuleController should have comment or be unexported (golint)
    • Line 77: warning: exported type ProjectAlertRuleInterface should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/drivers/import/import_driver.go
    • Line 21: warning: exported type Driver should have comment or be unexported (golint)
    • Line 28: warning: exported function NewDriver should have comment or be unexported (golint)
    • Line 32: warning: exported method Driver.GetCapabilities should have comment or be unexported (golint)
    • Line 36: warning: exported method Driver.GetK8SCapabilities should have comment or be unexported (golint)
    • Line 55: warning: exported method Driver.GetDriverCreateOptions should have comment or be unexported (golint)
    • Line 59: warning: exported method Driver.GetDriverUpdateOptions should have comment or be unexported (golint)
    • Line 63: warning: exported method Driver.Create should have comment or be unexported (golint)
    • Line 122: warning: exported method Driver.Update should have comment or be unexported (golint)
    • Line 126: warning: exported method Driver.PostCheck should have comment or be unexported (golint)
    • Line 178: warning: exported method Driver.Remove should have comment or be unexported (golint)
    • Line 183: warning: exported method Driver.ETCDSave should have comment or be unexported (golint)
    • Line 187: warning: exported method Driver.ETCDRestore should have comment or be unexported (golint)
    • Line 191: warning: exported method Driver.ETCDRemoveSnapshot should have comment or be unexported (golint)
    • Line 195: warning: exported method Driver.RemoveLegacyServiceAccount should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/clusteroperator/utils.go
    • Line 37: warning: exported type OperatorController should have comment or be unexported (golint)
    • Line 53: warning: exported method OperatorController.SetUnknown should have comment or be unexported (golint)
    • Line 68: warning: exported method OperatorController.SetTrue should have comment or be unexported (golint)
    • Line 83: warning: exported method OperatorController.SetFalse should have comment or be unexported (golint)
    • Line 152: warning: comment on exported method OperatorController.CheckCrdReady should be of the form "CheckCrdReady ..." (golint)
    • Line 168: warning: exported function GenerateSAToken should have comment or be unexported (golint)
    • rancher/pkg/wrangler/context.go
    • Line 90: warning: exported var AddToScheme should have comment or be unexported (golint)
    • Line 100: warning: exported type Context should have comment or be unexported (golint)
    • Line 137: warning: exported type MultiClusterManager should have comment or be unexported (golint)
    • Line 146: warning: exported method Context.OnLeader should have comment or be unexported (golint)
    • Line 150: warning: exported method Context.StartWithTransaction should have comment or be unexported (golint)
    • Line 166: warning: exported method Context.Start should have comment or be unexported (golint)
    • Line 185: warning: exported function NewContext should have comment or be unexported (golint)
    • Line 375: warning: exported type SimpleRESTClientGetter should have comment or be unexported (golint)
    • Line 382: warning: exported method SimpleRESTClientGetter.ToRawKubeConfigLoader should have comment or be unexported (golint)
    • Line 386: warning: exported method SimpleRESTClientGetter.ToRESTConfig should have comment or be unexported (golint)
    • Line 390: warning: exported method SimpleRESTClientGetter.ToDiscoveryClient should have comment or be unexported (golint)
    • Line 394: warning: exported method SimpleRESTClientGetter.ToRESTMapper should have comment or be unexported (golint)
    • rancher/pkg/helm/helm.go
    • Line 43: warning: exported var Locker should have comment or be unexported (golint)
    • Line 49: warning: exported type Helm should have comment or be unexported (golint)
    • Line 161: warning: exported method Helm.LoadIndex should have comment or be unexported (golint)
    • Line 242: warning: exported method Helm.FetchLocalFiles should have comment or be unexported (golint)
    • Line 292: warning: exported method Helm.LoadChart should have comment or be unexported (golint)
    • Line 572: warning: exported method Helm.LoadIcon should have comment or be unexported (golint)
    • Line 586: warning: exported method Helm.Icon should have comment or be unexported (golint)
    • Line 613: warning: exported function SplitNamespaceAndName should have comment or be unexported (golint)
    • Line 621: warning: exported function GetCatalog should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_catalog_template.go
    • Line 8: warning: exported const CatalogTemplateType should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported type CatalogTemplate should have comment or be unexported (golint)
    • Line 79: warning: exported type CatalogTemplateCollection should have comment or be unexported (golint)
    • Line 85: warning: exported type CatalogTemplateClient should have comment or be unexported (golint)
    • Line 89: warning: exported type CatalogTemplateOperations should have comment or be unexported (golint)
    • Line 105: warning: exported method CatalogTemplateClient.Create should have comment or be unexported (golint)
    • Line 111: warning: exported method CatalogTemplateClient.Update should have comment or be unexported (golint)
    • Line 117: warning: exported method CatalogTemplateClient.Replace should have comment or be unexported (golint)
    • Line 123: warning: exported method CatalogTemplateClient.List should have comment or be unexported (golint)
    • Line 130: warning: exported method CatalogTemplateClient.ListAll should have comment or be unexported (golint)
    • Line 148: warning: exported method CatalogTemplateCollection.Next should have comment or be unexported (golint)
    • Line 158: warning: exported method CatalogTemplateClient.ByID should have comment or be unexported (golint)
    • Line 164: warning: exported method CatalogTemplateClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_limit_range_controller.go
    • Line 22: warning: exported var LimitRangeGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type LimitRange should be of the form "LimitRange ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewLimitRange should have comment or be unexported (golint)
    • Line 56: warning: exported type LimitRangeHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type LimitRangeChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type LimitRangeLister should have comment or be unexported (golint)
    • Line 65: warning: exported type LimitRangeController should have comment or be unexported (golint)
    • Line 77: warning: exported type LimitRangeInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/alert/manager/prometheus_operator.go
    • Line 24: warning: exported var ComparisonHasValue should have comment or be unexported (golint)
    • Line 45: warning: exported type PromOperatorCRDManager should have comment or be unexported (golint)
    • Line 51: warning: exported function NewPrometheusCRDManager should have comment or be unexported (golint)
    • Line 59: warning: exported method PromOperatorCRDManager.GetDefaultPrometheusRule should have comment or be unexported (golint)
    • Line 71: warning: exported method PromOperatorCRDManager.DeletePrometheusRule should have comment or be unexported (golint)
    • Line 78: warning: exported method PromOperatorCRDManager.SyncPrometheusRule should have comment or be unexported (golint)
    • Line 121: warning: exported method PromOperatorCRDManager.AddRuleGroup should have comment or be unexported (golint)
    • Line 136: warning: exported method PromOperatorCRDManager.GetRuleGroup should have comment or be unexported (golint)
    • Line 142: warning: exported method PromOperatorCRDManager.AddRule should have comment or be unexported (golint)
    • Line 146: warning: exported function Metric2Rule should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/catalog/catalog.go
    • Line 26: warning: exported const SystemLibraryURL should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported function Formatter should have comment or be unexported (golint)
    • Line 45: warning: exported function CollectionFormatter should have comment or be unexported (golint)
    • Line 51: warning: exported type ActionHandler should have comment or be unexported (golint)
    • Line 74: warning: exported method ActionHandler.RefreshActionHandler should have comment or be unexported (golint)
    • Line 113: warning: exported method ActionHandler.ExportYamlHandler should have comment or be unexported (golint)
    • Line 152: warning: exported method ActionHandler.RefreshProjectCatalogActionHandler should have comment or be unexported (golint)
    • Line 193: warning: exported method ActionHandler.RefreshClusterCatalogActionHandler should have comment or be unexported (golint)
    • rancher/pkg/provisioningv2/rke2/planner/runtime.go
    • Line 8: warning: exported var RuntimeK3S should have comment or be unexported (golint)
    • Line 12: warning: exported function GetRuntimeCommand should have comment or be unexported (golint)
    • Line 16: warning: exported function GetRuntimeServerUnit should have comment or be unexported (golint)
    • Line 23: warning: exported function GetRuntimeEnv should have comment or be unexported (golint)
    • Line 27: warning: exported function GetRuntime should have comment or be unexported (golint)
    • Line 34: warning: exported function GetRuntimeSupervisorPort should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_project_catalog_controller.go
    • Line 22: warning: exported var ProjectCatalogGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ProjectCatalog should be of the form "ProjectCatalog ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewProjectCatalog should have comment or be unexported (golint)
    • Line 56: warning: exported type ProjectCatalogHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ProjectCatalogChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ProjectCatalogLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectCatalogController should have comment or be unexported (golint)
    • Line 77: warning: exported type ProjectCatalogInterface should have comment or be unexported (golint)
    • rancher/pkg/crds/management/crds.go
    • Line 11: warning: exported function List should have comment or be unexported (golint)
    • Line 15: warning: exported function Objects should have comment or be unexported (golint)
    • Line 26: warning: exported function Create should have comment or be unexported (golint)
    • rancher/pkg/auth/api/user/user_actions.go
    • Line 19: warning: exported method Handler.UserFormatter should have comment or be unexported (golint)
    • Line 27: warning: exported method Handler.CollectionFormatter should have comment or be unexported (golint)
    • Line 34: warning: exported type Handler should have comment or be unexported (golint)
    • Line 40: warning: exported method Handler.Actions should have comment or be unexported (golint)
    • rancher/pkg/auth/providers/local/local_auth_provider.go
    • Line 25: warning: exported const Name should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported type Provider should have comment or be unexported (golint)
    • Line 43: warning: exported function Configure should have comment or be unexported (golint)
    • Line 70: warning: exported method Provider.GetName should have comment or be unexported (golint)
    • Line 74: warning: exported method Provider.CustomizeSchema should have comment or be unexported (golint)
    • Line 78: warning: exported method Provider.TransformToAuthProvider should have comment or be unexported (golint)
    • Line 103: warning: exported method Provider.AuthenticateUser should have comment or be unexported (golint)
    • Line 184: warning: exported method Provider.RefetchGroupPrincipals should have comment or be unexported (golint)
    • Line 194: warning: exported method Provider.SearchPrincipals should have comment or be unexported (golint)
    • Line 273: warning: exported method Provider.GetPrincipal should have comment or be unexported (golint)
    • Line 431: warning: exported method Provider.CanAccessWithGroupProviders should have comment or be unexported (golint)
    • Line 451: warning: exported method Provider.GetUserExtraAttributes should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/kontainerdriver/actionhandler.go
    • Line 34: warning: exported type ActionHandler should have comment or be unexported (golint)
    • Line 40: warning: exported type ListHandler should have comment or be unexported (golint)
    • Line 47: warning: exported method ActionHandler.ActionHandler should have comment or be unexported (golint)
    • Line 115: warning: exported method ListHandler.LinkHandler should have comment or be unexported (golint)
    • Line 199: warning: exported method ListHandler.ListHandler should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/logging/action.go
    • Line 54: warning: exported type Handler should have comment or be unexported (golint)
    • Line 64: warning: exported function NewHandler should have comment or be unexported (golint)
    • Line 76: warning: exported function CollectionFormatter should have comment or be unexported (golint)
    • Line 83: warning: exported method Handler.ActionHandler should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_project_role_template_binding_controller.go
    • Line 22: warning: exported var ProjectRoleTemplateBindingGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ProjectRoleTemplateBinding should be of the form "ProjectRoleTemplateBinding ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewProjectRoleTemplateBinding should have comment or be unexported (golint)
    • Line 56: warning: exported type ProjectRoleTemplateBindingHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ProjectRoleTemplateBindingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ProjectRoleTemplateBindingLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectRoleTemplateBindingController should have comment or be unexported (golint)
    • Line 77: warning: exported type ProjectRoleTemplateBindingInterface should have comment or be unexported (golint)
    • rancher/pkg/catalogv2/content/content.go
    • Line 31: warning: exported type Manager should have comment or be unexported (golint)
    • Line 45: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 104: warning: exported method Manager.Index should have comment or be unexported (golint)
    • Line 245: warning: exported method Manager.Icon should have comment or be unexported (golint)
    • Line 278: warning: exported method Manager.Chart should have comment or be unexported (golint)
    • Line 306: warning: exported method Manager.Info should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/cluster/backup.go
    • Line 10: warning: exported method Cluster.ETCDSave should have comment or be unexported (golint)
    • Line 18: warning: exported method Cluster.ETCDRestore should have comment or be unexported (golint)
    • Line 63: warning: exported method Cluster.ETCDRemoveSnapshot should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_project_alert_group.go
    • Line 8: warning: exported const ProjectAlertGroupType should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported type ProjectAlertGroup should have comment or be unexported (golint)
    • Line 53: warning: exported type ProjectAlertGroupCollection should have comment or be unexported (golint)
    • Line 59: warning: exported type ProjectAlertGroupClient should have comment or be unexported (golint)
    • Line 63: warning: exported type ProjectAlertGroupOperations should have comment or be unexported (golint)
    • Line 79: warning: exported method ProjectAlertGroupClient.Create should have comment or be unexported (golint)
    • Line 85: warning: exported method ProjectAlertGroupClient.Update should have comment or be unexported (golint)
    • Line 91: warning: exported method ProjectAlertGroupClient.Replace should have comment or be unexported (golint)
    • Line 97: warning: exported method ProjectAlertGroupClient.List should have comment or be unexported (golint)
    • Line 104: warning: exported method ProjectAlertGroupClient.ListAll should have comment or be unexported (golint)
    • Line 122: warning: exported method ProjectAlertGroupCollection.Next should have comment or be unexported (golint)
    • Line 132: warning: exported method ProjectAlertGroupClient.ByID should have comment or be unexported (golint)
    • Line 138: warning: exported method ProjectAlertGroupClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 29: warning: exported type Client should have comment or be unexported (golint)
    • Line 34: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 46: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 53: warning: exported type NodesGetter should have comment or be unexported (golint)
    • Line 57: warning: exported method Client.Nodes should have comment or be unexported (golint)
    • Line 67: warning: exported type ComponentStatusesGetter should have comment or be unexported (golint)
    • Line 71: warning: exported method Client.ComponentStatuses should have comment or be unexported (golint)
    • Line 81: warning: exported type NamespacesGetter should have comment or be unexported (golint)
    • Line 85: warning: exported method Client.Namespaces should have comment or be unexported (golint)
    • Line 95: warning: exported type EventsGetter should have comment or be unexported (golint)
    • Line 99: warning: exported method Client.Events should have comment or be unexported (golint)
    • Line 109: warning: exported type EndpointsGetter should have comment or be unexported (golint)
    • Line 113: warning: exported method Client.Endpoints should have comment or be unexported (golint)
    • Line 123: warning: exported type PersistentVolumeClaimsGetter should have comment or be unexported (golint)
    • Line 127: warning: exported method Client.PersistentVolumeClaims should have comment or be unexported (golint)
    • Line 137: warning: exported type PodsGetter should have comment or be unexported (golint)
    • Line 141: warning: exported method Client.Pods should have comment or be unexported (golint)
    • Line 151: warning: exported type ServicesGetter should have comment or be unexported (golint)
    • Line 155: warning: exported method Client.Services should have comment or be unexported (golint)
    • Line 165: warning: exported type SecretsGetter should have comment or be unexported (golint)
    • Line 169: warning: exported method Client.Secrets should have comment or be unexported (golint)
    • Line 179: warning: exported type ConfigMapsGetter should have comment or be unexported (golint)
    • Line 183: warning: exported method Client.ConfigMaps should have comment or be unexported (golint)
    • Line 193: warning: exported type ServiceAccountsGetter should have comment or be unexported (golint)
    • Line 197: warning: exported method Client.ServiceAccounts should have comment or be unexported (golint)
    • Line 207: warning: exported type ReplicationControllersGetter should have comment or be unexported (golint)
    • Line 211: warning: exported method Client.ReplicationControllers should have comment or be unexported (golint)
    • Line 221: warning: exported type ResourceQuotasGetter should have comment or be unexported (golint)
    • Line 225: warning: exported method Client.ResourceQuotas should have comment or be unexported (golint)
    • Line 235: warning: exported type LimitRangesGetter should have comment or be unexported (golint)
    • Line 239: warning: exported method Client.LimitRanges should have comment or be unexported (golint)
    • rancher/pkg/api/steve/catalog/types/rest.go
    • Line 8: warning: exported type ChartInstall should have comment or be unexported (golint)
    • Line 17: warning: exported type ChartInstallAction should have comment or be unexported (golint)
    • Line 28: warning: exported type ChartInfo should have comment or be unexported (golint)
    • Line 36: warning: exported type ChartUninstallAction should have comment or be unexported (golint)
    • Line 44: warning: exported type ChartUpgradeAction should have comment or be unexported (golint)
    • Line 58: warning: exported type ChartUpgrade should have comment or be unexported (golint)
    • Line 69: warning: exported type ChartActionOutput should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_etcd_backup.go
    • Line 8: warning: exported const EtcdBackupType should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported type EtcdBackup should have comment or be unexported (golint)
    • Line 49: warning: exported type EtcdBackupCollection should have comment or be unexported (golint)
    • Line 55: warning: exported type EtcdBackupClient should have comment or be unexported (golint)
    • Line 59: warning: exported type EtcdBackupOperations should have comment or be unexported (golint)
    • Line 75: warning: exported method EtcdBackupClient.Create should have comment or be unexported (golint)
    • Line 81: warning: exported method EtcdBackupClient.Update should have comment or be unexported (golint)
    • Line 87: warning: exported method EtcdBackupClient.Replace should have comment or be unexported (golint)
    • Line 93: warning: exported method EtcdBackupClient.List should have comment or be unexported (golint)
    • Line 100: warning: exported method EtcdBackupClient.ListAll should have comment or be unexported (golint)
    • Line 118: warning: exported method EtcdBackupCollection.Next should have comment or be unexported (golint)
    • Line 128: warning: exported method EtcdBackupClient.ByID should have comment or be unexported (golint)
    • Line 134: warning: exported method EtcdBackupClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/rbac.authorization.k8s.io/v1/zz_generated_role_binding_controller.go
    • Line 22: warning: exported var RoleBindingGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type RoleBinding should be of the form "RoleBinding ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewRoleBinding should have comment or be unexported (golint)
    • Line 56: warning: exported type RoleBindingHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type RoleBindingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type RoleBindingLister should have comment or be unexported (golint)
    • Line 65: warning: exported type RoleBindingController should have comment or be unexported (golint)
    • Line 77: warning: exported type RoleBindingInterface should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/container_probe.go
    • Line 9: warning: exported type ContainerProbeHandler should have comment or be unexported (golint)
    • Line 12: warning: exported method ContainerProbeHandler.FromInternal should have comment or be unexported (golint)
    • Line 19: warning: exported method ContainerProbeHandler.ToInternal should have comment or be unexported (golint)
    • Line 23: warning: exported method ContainerProbeHandler.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/ui/routes.go
    • Line 12: warning: exported function New should have comment or be unexported (golint)
    • Line 53: warning: exported function PreferredIndex should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/cred/store.go
    • Line 19: warning: exported function Wrap should have comment or be unexported (golint)
    • Line 69: warning: exported function Validator should have comment or be unexported (golint)
    • Line 77: warning: exported type Store should have comment or be unexported (golint)
    • Line 82: warning: exported method Store.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_global_role_controller.go
    • Line 22: warning: exported var GlobalRoleGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type GlobalRole should be of the form "GlobalRole ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewGlobalRole should have comment or be unexported (golint)
    • Line 55: warning: exported type GlobalRoleHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type GlobalRoleChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type GlobalRoleLister should have comment or be unexported (golint)
    • Line 64: warning: exported type GlobalRoleController should have comment or be unexported (golint)
    • Line 76: warning: exported type GlobalRoleInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/provisioning.cattle.io/v1/cluster.go
    • Line 12: warning: exported type Cluster should have comment or be unexported (golint)
    • Line 19: warning: exported type ClusterSpec should have comment or be unexported (golint)
    • Line 34: warning: exported type ClusterStatus should have comment or be unexported (golint)
    • Line 44: warning: exported type ImportedConfig should have comment or be unexported (golint)
    • Line 48: warning: exported type ClusterAPIConfig should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_global_role_binding_controller.go
    • Line 22: warning: exported var GlobalRoleBindingGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type GlobalRoleBinding should be of the form "GlobalRoleBinding ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewGlobalRoleBinding should have comment or be unexported (golint)
    • Line 55: warning: exported type GlobalRoleBindingHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type GlobalRoleBindingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type GlobalRoleBindingLister should have comment or be unexported (golint)
    • Line 64: warning: exported type GlobalRoleBindingController should have comment or be unexported (golint)
    • Line 76: warning: exported type GlobalRoleBindingInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_ingress.go
    • Line 8: warning: exported const IngressType should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported type Ingress should have comment or be unexported (golint)
    • Line 55: warning: exported type IngressCollection should have comment or be unexported (golint)
    • Line 61: warning: exported type IngressClient should have comment or be unexported (golint)
    • Line 65: warning: exported type IngressOperations should have comment or be unexported (golint)
    • Line 81: warning: exported method IngressClient.Create should have comment or be unexported (golint)
    • Line 87: warning: exported method IngressClient.Update should have comment or be unexported (golint)
    • Line 93: warning: exported method IngressClient.Replace should have comment or be unexported (golint)
    • Line 99: warning: exported method IngressClient.List should have comment or be unexported (golint)
    • Line 106: warning: exported method IngressClient.ListAll should have comment or be unexported (golint)
    • Line 124: warning: exported method IngressCollection.Next should have comment or be unexported (golint)
    • Line 134: warning: exported method IngressClient.ByID should have comment or be unexported (golint)
    • Line 140: warning: exported method IngressClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_prometheus.go
    • Line 8: warning: exported const PrometheusType should have comment (or a comment on this block) or be unexported (golint)
    • Line 92: warning: exported type Prometheus should have comment or be unexported (golint)
    • Line 177: warning: exported type PrometheusCollection should have comment or be unexported (golint)
    • Line 183: warning: exported type PrometheusClient should have comment or be unexported (golint)
    • Line 187: warning: exported type PrometheusOperations should have comment or be unexported (golint)
    • Line 203: warning: exported method PrometheusClient.Create should have comment or be unexported (golint)
    • Line 209: warning: exported method PrometheusClient.Update should have comment or be unexported (golint)
    • Line 215: warning: exported method PrometheusClient.Replace should have comment or be unexported (golint)
    • Line 221: warning: exported method PrometheusClient.List should have comment or be unexported (golint)
    • Line 228: warning: exported method PrometheusClient.ListAll should have comment or be unexported (golint)
    • Line 246: warning: exported method PrometheusCollection.Next should have comment or be unexported (golint)
    • Line 256: warning: exported method PrometheusClient.ByID should have comment or be unexported (golint)
    • Line 262: warning: exported method PrometheusClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_source_code_credential_controller.go
    • Line 22: warning: exported var SourceCodeCredentialGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type SourceCodeCredential should be of the form "SourceCodeCredential ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewSourceCodeCredential should have comment or be unexported (golint)
    • Line 56: warning: exported type SourceCodeCredentialHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type SourceCodeCredentialChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type SourceCodeCredentialLister should have comment or be unexported (golint)
    • Line 65: warning: exported type SourceCodeCredentialController should have comment or be unexported (golint)
    • Line 77: warning: exported type SourceCodeCredentialInterface should have comment or be unexported (golint)
    • rancher/pkg/clusterrouter/proxy/proxy_server.go
    • Line 31: warning: exported type ClusterContextGetter should have comment or be unexported (golint)
    • Line 35: warning: exported type RemoteService should have comment or be unexported (golint)
    • Line 72: warning: exported function New should have comment or be unexported (golint)
    • Line 79: warning: exported function NewLocal should have comment or be unexported (golint)
    • Line 111: warning: exported function NewRemote should have comment or be unexported (golint)
    • Line 192: warning: exported method RemoteService.Close should have comment or be unexported (golint)
    • Line 198: warning: exported method RemoteService.Handler should have comment or be unexported (golint)
    • Line 254: warning: exported method RemoteService.Cluster should have comment or be unexported (golint)
    • Line 258: warning: exported type UpgradeProxy should have comment or be unexported (golint)
    • Line 263: warning: exported function NewUpgradeProxy should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/rbac.authorization.k8s.io/v1/zz_generated_cluster_role_controller.go
    • Line 22: warning: exported var ClusterRoleGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type ClusterRole should be of the form "ClusterRole ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewClusterRole should have comment or be unexported (golint)
    • Line 55: warning: exported type ClusterRoleHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type ClusterRoleChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type ClusterRoleLister should have comment or be unexported (golint)
    • Line 64: warning: exported type ClusterRoleController should have comment or be unexported (golint)
    • Line 76: warning: exported type ClusterRoleInterface should have comment or be unexported (golint)
    • rancher/pkg/clustermanager/manager.go
    • Line 42: warning: exported type Manager should have comment or be unexported (golint)
    • Line 65: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 76: warning: exported method Manager.Stop should have comment or be unexported (golint)
    • Line 86: warning: exported method Manager.Start should have comment or be unexported (golint)
    • Line 99: warning: exported method Manager.RESTConfig should have comment or be unexported (golint)
    • Line 252: warning: exported function ToRESTConfig should have comment or be unexported (golint)
    • Line 362: warning: exported function VerifyIgnoreDNSName should have comment or be unexported (golint)
    • Line 422: warning: exported method Manager.AccessControl should have comment or be unexported (golint)
    • Line 438: warning: exported method Manager.UnversionedClient should have comment or be unexported (golint)
    • Line 449: warning: exported method Manager.APIExtClient should have comment or be unexported (golint)
    • Line 453: warning: exported method Manager.UserContext should have comment or be unexported (golint)
    • Line 490: warning: exported method Manager.ClusterName should have comment or be unexported (golint)
    • Line 524: warning: exported method Manager.KubeConfig should have comment or be unexported (golint)
    • Line 549: warning: exported method Manager.GetHTTPSPort should have comment or be unexported (golint)
    • Line 553: warning: exported method Manager.SubjectAccessReviewForCluster should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/drivers/eks/eks_driver.go
    • Line 214: warning: exported type Driver should have comment or be unexported (golint)
    • Line 257: warning: exported function NewDriver should have comment or be unexported (golint)
    • Line 269: warning: exported method Driver.GetDriverCreateOptions should have comment or be unexported (golint)
    • Line 399: warning: exported method Driver.GetDriverUpdateOptions should have comment or be unexported (golint)
    • Line 622: warning: exported method Driver.Create should have comment or be unexported (golint)
    • Line 1069: warning: exported method Driver.Update should have comment or be unexported (golint)
    • Line 1111: warning: exported method Driver.PostCheck should have comment or be unexported (golint)
    • Line 1196: warning: exported method Driver.Remove should have comment or be unexported (golint)
    • Line 1315: warning: exported method Driver.GetCapabilities should have comment or be unexported (golint)
    • Line 1319: warning: exported method Driver.ETCDSave should have comment or be unexported (golint)
    • Line 1323: warning: exported method Driver.ETCDRestore should have comment or be unexported (golint)
    • Line 1327: warning: exported method Driver.ETCDRemoveSnapshot should have comment or be unexported (golint)
    • Line 1331: warning: exported method Driver.GetK8SCapabilities should have comment or be unexported (golint)
    • Line 1342: warning: exported method Driver.GetVersion should have comment or be unexported (golint)
    • Line 1381: warning: exported method Driver.SetVersion should have comment or be unexported (golint)
    • Line 1549: warning: exported method Driver.RemoveLegacyServiceAccount should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_service_controller.go
    • Line 22: warning: exported var ServiceGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Service should be of the form "Service ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewService should have comment or be unexported (golint)
    • Line 56: warning: exported type ServiceHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ServiceChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ServiceLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ServiceController should have comment or be unexported (golint)
    • Line 77: warning: exported type ServiceInterface should have comment or be unexported (golint)
    • rancher/pkg/node/node.go
    • Line 19: warning: exported const LabelNodeName should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported function GetNodeName should have comment or be unexported (golint)
    • Line 36: warning: exported function IgnoreNode should have comment or be unexported (golint)
    • Line 77: warning: exported function GetNodeInternalAddress should have comment or be unexported (golint)
    • Line 86: warning: exported function GetEndpointNodeIP should have comment or be unexported (golint)
    • Line 109: warning: exported function GetNodeByNodeName should have comment or be unexported (golint)
    • Line 118: warning: exported function GetNodeForMachine should have comment or be unexported (golint)
    • Line 153: warning: exported function GetMachineForNode should have comment or be unexported (golint)
    • Line 173: warning: exported function IsMachineReady should have comment or be unexported (golint)
    • Line 182: warning: exported function DrainBeforeDelete should have comment or be unexported (golint)
    • Line 203: warning: exported function IsEtcd should have comment or be unexported (golint)
    • Line 213: warning: exported function IsControlPlane should have comment or be unexported (golint)
    • Line 222: warning: exported function IsWorker should have comment or be unexported (golint)
    • Line 232: warning: exported function IsNonWorker should have comment or be unexported (golint)
    • Line 236: warning: exported function GetDrainFlags should have comment or be unexported (golint)
    • rancher/pkg/apis/rke.cattle.io/v1/controlplane.go
    • Line 11: warning: exported type RKEControlPlane should have comment or be unexported (golint)
    • Line 18: warning: exported type EnvVar should have comment or be unexported (golint)
    • Line 23: warning: exported type RKEControlPlaneSpec should have comment or be unexported (golint)
    • Line 35: warning: exported type ETCDSnapshotPhase should have comment or be unexported (golint)
    • Line 38: warning: exported var ETCDSnapshotPhaseStarted should have comment or be unexported (golint)
    • Line 45: warning: exported type RKEControlPlaneStatus should have comment or be unexported (golint)
    • rancher/pkg/api/steve/proxy/proxy.go
    • Line 26: warning: exported type Handler should have comment or be unexported (golint)
    • Line 32: warning: exported type ClusterDialerFactory should have comment or be unexported (golint)
    • Line 34: warning: exported function RewriteLocalCluster should have comment or be unexported (golint)
    • Line 46: warning: exported function NewProxyMiddleware should have comment or be unexported (golint)
    • Line 106: warning: exported function NewProxyHandler should have comment or be unexported (golint)
    • Line 116: warning: exported method Handler.MatchNonLegacy should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_deployment.go
    • Line 8: warning: exported const DeploymentType should have comment (or a comment on this block) or be unexported (golint)
    • Line 69: warning: exported type Deployment should have comment or be unexported (golint)
    • Line 131: warning: exported type DeploymentCollection should have comment or be unexported (golint)
    • Line 137: warning: exported type DeploymentClient should have comment or be unexported (golint)
    • Line 141: warning: exported type DeploymentOperations should have comment or be unexported (golint)
    • Line 165: warning: exported method DeploymentClient.Create should have comment or be unexported (golint)
    • Line 171: warning: exported method DeploymentClient.Update should have comment or be unexported (golint)
    • Line 177: warning: exported method DeploymentClient.Replace should have comment or be unexported (golint)
    • Line 183: warning: exported method DeploymentClient.List should have comment or be unexported (golint)
    • Line 190: warning: exported method DeploymentClient.ListAll should have comment or be unexported (golint)
    • Line 208: warning: exported method DeploymentCollection.Next should have comment or be unexported (golint)
    • Line 218: warning: exported method DeploymentClient.ByID should have comment or be unexported (golint)
    • Line 224: warning: exported method DeploymentClient.Delete should have comment or be unexported (golint)
    • Line 228: warning: exported method DeploymentClient.ActionPause should have comment or be unexported (golint)
    • Line 233: warning: exported method DeploymentClient.ActionRedeploy should have comment or be unexported (golint)
    • Line 238: warning: exported method DeploymentClient.ActionResume should have comment or be unexported (golint)
    • Line 243: warning: exported method DeploymentClient.ActionRollback should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_app_controller.go
    • Line 22: warning: exported var AppGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type App should be of the form "App ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewApp should have comment or be unexported (golint)
    • Line 56: warning: exported type AppHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type AppChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type AppLister should have comment or be unexported (golint)
    • Line 65: warning: exported type AppController should have comment or be unexported (golint)
    • Line 77: warning: exported type AppInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/logging/configsyncer/configsyncer.go
    • Line 34: warning: exported function NewConfigSyncer should have comment or be unexported (golint)
    • Line 57: warning: exported type ConfigSyncer should have comment or be unexported (golint)
    • Line 69: warning: exported method ConfigSyncer.NamespaceSync should have comment or be unexported (golint)
    • Line 73: warning: exported method ConfigSyncer.ClusterLoggingSync should have comment or be unexported (golint)
    • Line 77: warning: exported method ConfigSyncer.ProjectLoggingSync should have comment or be unexported (golint)
    • Line 225: warning: exported function GetSSLConfig should have comment or be unexported (golint)
    • rancher/pkg/multiclustermanager/whitelist/whitelist.go
    • Line 11: warning: exported var Proxy should have comment or be unexported (golint)
    • Line 17: warning: exported type ProxyAcceptList should have comment or be unexported (golint)
    • Line 22: warning: exported method ProxyAcceptList.Get should have comment or be unexported (golint)
    • Line 33: warning: exported method ProxyAcceptList.Add should have comment or be unexported (golint)
    • Line 39: warning: exported method ProxyAcceptList.Rm should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_project_logging.go
    • Line 8: warning: exported const ProjectLoggingType should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type ProjectLogging should have comment or be unexported (golint)
    • Line 61: warning: exported type ProjectLoggingCollection should have comment or be unexported (golint)
    • Line 67: warning: exported type ProjectLoggingClient should have comment or be unexported (golint)
    • Line 71: warning: exported type ProjectLoggingOperations should have comment or be unexported (golint)
    • Line 91: warning: exported method ProjectLoggingClient.Create should have comment or be unexported (golint)
    • Line 97: warning: exported method ProjectLoggingClient.Update should have comment or be unexported (golint)
    • Line 103: warning: exported method ProjectLoggingClient.Replace should have comment or be unexported (golint)
    • Line 109: warning: exported method ProjectLoggingClient.List should have comment or be unexported (golint)
    • Line 116: warning: exported method ProjectLoggingClient.ListAll should have comment or be unexported (golint)
    • Line 134: warning: exported method ProjectLoggingCollection.Next should have comment or be unexported (golint)
    • Line 144: warning: exported method ProjectLoggingClient.ByID should have comment or be unexported (golint)
    • Line 150: warning: exported method ProjectLoggingClient.Delete should have comment or be unexported (golint)
    • Line 154: warning: exported method ProjectLoggingClient.CollectionActionDryRun should have comment or be unexported (golint)
    • Line 159: warning: exported method ProjectLoggingClient.CollectionActionTest should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_role_template.go
    • Line 8: warning: exported const RoleTemplateType should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported type RoleTemplate should have comment or be unexported (golint)
    • Line 53: warning: exported type RoleTemplateCollection should have comment or be unexported (golint)
    • Line 59: warning: exported type RoleTemplateClient should have comment or be unexported (golint)
    • Line 63: warning: exported type RoleTemplateOperations should have comment or be unexported (golint)
    • Line 79: warning: exported method RoleTemplateClient.Create should have comment or be unexported (golint)
    • Line 85: warning: exported method RoleTemplateClient.Update should have comment or be unexported (golint)
    • Line 91: warning: exported method RoleTemplateClient.Replace should have comment or be unexported (golint)
    • Line 97: warning: exported method RoleTemplateClient.List should have comment or be unexported (golint)
    • Line 104: warning: exported method RoleTemplateClient.ListAll should have comment or be unexported (golint)
    • Line 122: warning: exported method RoleTemplateCollection.Next should have comment or be unexported (golint)
    • Line 132: warning: exported method RoleTemplateClient.ByID should have comment or be unexported (golint)
    • Line 138: warning: exported method RoleTemplateClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_template.go
    • Line 8: warning: exported const TemplateType should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported type Template should have comment or be unexported (golint)
    • Line 79: warning: exported type TemplateCollection should have comment or be unexported (golint)
    • Line 85: warning: exported type TemplateClient should have comment or be unexported (golint)
    • Line 89: warning: exported type TemplateOperations should have comment or be unexported (golint)
    • Line 105: warning: exported method TemplateClient.Create should have comment or be unexported (golint)
    • Line 111: warning: exported method TemplateClient.Update should have comment or be unexported (golint)
    • Line 117: warning: exported method TemplateClient.Replace should have comment or be unexported (golint)
    • Line 123: warning: exported method TemplateClient.List should have comment or be unexported (golint)
    • Line 130: warning: exported method TemplateClient.ListAll should have comment or be unexported (golint)
    • Line 148: warning: exported method TemplateCollection.Next should have comment or be unexported (golint)
    • Line 158: warning: exported method TemplateClient.ByID should have comment or be unexported (golint)
    • Line 164: warning: exported method TemplateClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/rkecerts/expiration.go
    • Line 17: warning: exported function CleanCertificateBundle should have comment or be unexported (golint)
    • Line 25: warning: exported function GetCertExpiration should have comment or be unexported (golint)
    • Line 35: warning: exported function GetCertExpirationDate should have comment or be unexported (golint)
    • Line 46: warning: exported function CertBundleFromConfig should have comment or be unexported (golint)
    • rancher/tests/integration/pkg/cluster/clusters.go
    • Line 27: warning: exported function New should have comment or be unexported (golint)
    • Line 78: warning: exported function Machines should have comment or be unexported (golint)
    • Line 84: warning: exported function WaitFor should have comment or be unexported (golint)
    • Line 168: warning: exported function CustomCommand should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_certificate_controller.go
    • Line 22: warning: exported var CertificateGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Certificate should be of the form "Certificate ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewCertificate should have comment or be unexported (golint)
    • Line 56: warning: exported type CertificateHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type CertificateChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type CertificateLister should have comment or be unexported (golint)
    • Line 65: warning: exported type CertificateController should have comment or be unexported (golint)
    • Line 77: warning: exported type CertificateInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_workload_controller.go
    • Line 22: warning: exported var WorkloadGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Workload should be of the form "Workload ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewWorkload should have comment or be unexported (golint)
    • Line 56: warning: exported type WorkloadHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type WorkloadChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type WorkloadLister should have comment or be unexported (golint)
    • Line 65: warning: exported type WorkloadController should have comment or be unexported (golint)
    • Line 77: warning: exported type WorkloadInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_token.go
    • Line 8: warning: exported const TokenType should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type Token should have comment or be unexported (golint)
    • Line 61: warning: exported type TokenCollection should have comment or be unexported (golint)
    • Line 67: warning: exported type TokenClient should have comment or be unexported (golint)
    • Line 71: warning: exported type TokenOperations should have comment or be unexported (golint)
    • Line 89: warning: exported method TokenClient.Create should have comment or be unexported (golint)
    • Line 95: warning: exported method TokenClient.Update should have comment or be unexported (golint)
    • Line 101: warning: exported method TokenClient.Replace should have comment or be unexported (golint)
    • Line 107: warning: exported method TokenClient.List should have comment or be unexported (golint)
    • Line 114: warning: exported method TokenClient.ListAll should have comment or be unexported (golint)
    • Line 132: warning: exported method TokenCollection.Next should have comment or be unexported (golint)
    • Line 142: warning: exported method TokenClient.ByID should have comment or be unexported (golint)
    • Line 148: warning: exported method TokenClient.Delete should have comment or be unexported (golint)
    • Line 152: warning: exported method TokenClient.CollectionActionLogout should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_project_network_policy_controller.go
    • Line 22: warning: exported var ProjectNetworkPolicyGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ProjectNetworkPolicy should be of the form "ProjectNetworkPolicy ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewProjectNetworkPolicy should have comment or be unexported (golint)
    • Line 56: warning: exported type ProjectNetworkPolicyHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ProjectNetworkPolicyChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ProjectNetworkPolicyLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectNetworkPolicyController should have comment or be unexported (golint)
    • Line 77: warning: exported type ProjectNetworkPolicyInterface should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/types/capabilities.go
    • Line 4: warning: exported const GetVersionCapability should have comment (or a comment on this block) or be unexported (golint)
    • Line 11: warning: exported method Capabilities.AddCapability should have comment or be unexported (golint)
    • Line 15: warning: exported method Capabilities.HasGetVersionCapability should have comment or be unexported (golint)
    • Line 19: warning: exported method Capabilities.HasSetVersionCapability should have comment or be unexported (golint)
    • Line 23: warning: exported method Capabilities.HasGetClusterSizeCapability should have comment or be unexported (golint)
    • Line 27: warning: exported method Capabilities.HasSetClusterSizeCapability should have comment or be unexported (golint)
    • Line 31: warning: exported method Capabilities.HasEtcdBackupCapability should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/namespace_reference.go
    • Line 13: warning: exported type NamespaceReference should have comment or be unexported (golint)
    • Line 18: warning: exported method NamespaceReference.FromInternal should have comment or be unexported (golint)
    • Line 33: warning: exported method NamespaceReference.ToInternal should have comment or be unexported (golint)
    • Line 48: warning: exported method NamespaceReference.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/provisioningv2/rke2/installer/installer.go
    • Line 17: warning: exported const SystemAgentInstallPath should have comment (or a comment on this block) or be unexported (golint)
    • Line 56: warning: exported function LinuxInstallScript should have comment or be unexported (golint)
    • Line 100: warning: exported function WindowsInstallScript should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/schema_types.go
    • Line 11: warning: exported type DynamicSchema should have comment or be unexported (golint)
    • Line 24: warning: exported type DynamicSchemaSpec should have comment or be unexported (golint)
    • Line 40: warning: exported type DynamicSchemaStatus should have comment or be unexported (golint)
    • Line 44: warning: exported type Field should have comment or be unexported (golint)
    • Line 63: warning: exported type Values should have comment or be unexported (golint)
    • Line 70: warning: exported type Action should have comment or be unexported (golint)
    • Line 75: warning: exported type Filter should have comment or be unexported (golint)
    • Line 79: warning: exported type ListOpts should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_secret_controller.go
    • Line 22: warning: exported var SecretGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Secret should be of the form "Secret ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewSecret should have comment or be unexported (golint)
    • Line 56: warning: exported type SecretHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type SecretChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type SecretLister should have comment or be unexported (golint)
    • Line 65: warning: exported type SecretController should have comment or be unexported (golint)
    • Line 77: warning: exported type SecretInterface should have comment or be unexported (golint)
    • rancher/pkg/pipeline/providers/bitbucketserver/provider.go
    • Line 20: warning: exported type BsProvider should have comment or be unexported (golint)
    • Line 24: warning: exported method BsProvider.CustomizeSchemas should have comment or be unexported (golint)
    • Line 38: warning: exported method BsProvider.GetName should have comment or be unexported (golint)
    • Line 42: warning: exported method BsProvider.TransformToSourceCodeProvider should have comment or be unexported (golint)
    • Line 46: warning: exported method BsProvider.GetProviderConfig should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/monitoring.coreos.com/v1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 19: warning: exported type Client should have comment or be unexported (golint)
    • Line 24: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 36: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 43: warning: exported type PrometheusesGetter should have comment or be unexported (golint)
    • Line 47: warning: exported method Client.Prometheuses should have comment or be unexported (golint)
    • Line 57: warning: exported type AlertmanagersGetter should have comment or be unexported (golint)
    • Line 61: warning: exported method Client.Alertmanagers should have comment or be unexported (golint)
    • Line 71: warning: exported type PrometheusRulesGetter should have comment or be unexported (golint)
    • Line 75: warning: exported method Client.PrometheusRules should have comment or be unexported (golint)
    • Line 85: warning: exported type ServiceMonitorsGetter should have comment or be unexported (golint)
    • Line 89: warning: exported method Client.ServiceMonitors should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/rbac.authorization.k8s.io/v1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 19: warning: exported type Client should have comment or be unexported (golint)
    • Line 24: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 36: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 43: warning: exported type ClusterRoleBindingsGetter should have comment or be unexported (golint)
    • Line 47: warning: exported method Client.ClusterRoleBindings should have comment or be unexported (golint)
    • Line 57: warning: exported type ClusterRolesGetter should have comment or be unexported (golint)
    • Line 61: warning: exported method Client.ClusterRoles should have comment or be unexported (golint)
    • Line 71: warning: exported type RoleBindingsGetter should have comment or be unexported (golint)
    • Line 75: warning: exported method Client.RoleBindings should have comment or be unexported (golint)
    • Line 85: warning: exported type RolesGetter should have comment or be unexported (golint)
    • Line 89: warning: exported method Client.Roles should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/cluster.cattle.io/v3/zz_generated_cluster_user_attribute_controller.go
    • Line 22: warning: exported var ClusterUserAttributeGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterUserAttribute should be of the form "ClusterUserAttribute ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterUserAttribute should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterUserAttributeHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterUserAttributeChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterUserAttributeLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterUserAttributeController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterUserAttributeInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/alert/manager/alertmanager.go
    • Line 22: warning: exported type State should have comment or be unexported (golint)
    • Line 25: warning: exported const AlertStateUnprocessed should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported type AlertStatus should have comment or be unexported (golint)
    • Line 36: warning: exported type APIAlert should have comment or be unexported (golint)
    • Line 43: warning: exported type Matchers should have comment or be unexported (golint)
    • Line 45: warning: exported type Matcher should have comment or be unexported (golint)
    • Line 53: warning: exported type Silence should have comment or be unexported (golint)
    • Line 71: warning: exported type SilenceStatus should have comment or be unexported (golint)
    • Line 75: warning: exported type SilenceState should have comment or be unexported (golint)
    • Line 78: warning: exported const SilenceStateExpired should have comment (or a comment on this block) or be unexported (golint)
    • Line 83: warning: exported type AlertManager should have comment or be unexported (golint)
    • Line 91: warning: exported function NewAlertManager should have comment or be unexported (golint)
    • Line 110: warning: exported method AlertManager.GetAlertManagerEndpoint should have comment or be unexported (golint)
    • Line 122: warning: exported function GetAlertManagerDefaultConfig should have comment or be unexported (golint)
    • Line 163: warning: exported method AlertManager.GetAlertList should have comment or be unexported (golint)
    • Line 197: warning: exported method AlertManager.GetState should have comment or be unexported (golint)
    • Line 211: warning: exported method AlertManager.AddSilenceRule should have comment or be unexported (golint)
    • Line 262: warning: exported method AlertManager.RemoveSilenceRule should have comment or be unexported (golint)
    • Line 322: warning: exported method AlertManager.SendAlert should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/logging/config/config.go
    • Line 10: warning: exported const AppName should have comment (or a comment on this block) or be unexported (golint)
    • Line 17: warning: exported const LoggingNamespace should have comment (or a comment on this block) or be unexported (golint)
    • Line 48: warning: exported const GoogleKubernetesEngine should have comment (or a comment on this block) or be unexported (golint)
    • Line 60: warning: exported const ClusterLevel should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: exported var FluentdTesterSelector should have comment or be unexported (golint)
    • Line 70: warning: exported function SecretDataKeyCa should have comment or be unexported (golint)
    • Line 74: warning: exported function SecretDataKeyCert should have comment or be unexported (golint)
    • Line 78: warning: exported function SecretDataKeyCertKey should have comment or be unexported (golint)
    • Line 82: warning: exported function RancherLoggingTemplateID should have comment or be unexported (golint)
    • Line 86: warning: exported function RancherLoggingInitVersion should have comment or be unexported (golint)
    • Line 90: warning: exported function RancherLoggingCatalogID should have comment or be unexported (golint)
    • Line 94: warning: exported function RancherLoggingConfigSecretName should have comment or be unexported (golint)
    • Line 98: warning: exported function RancherLoggingSSLSecretName should have comment or be unexported (golint)
    • Line 102: warning: exported function GetNamespacePattern should have comment or be unexported (golint)
    • Line 106: warning: exported function GetNamespacePathPattern should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster.go
    • Line 8: warning: exported const ClusterType should have comment (or a comment on this block) or be unexported (golint)
    • Line 79: warning: exported type Cluster should have comment or be unexported (golint)
    • Line 151: warning: exported type ClusterCollection should have comment or be unexported (golint)
    • Line 157: warning: exported type ClusterClient should have comment or be unexported (golint)
    • Line 161: warning: exported type ClusterOperations should have comment or be unexported (golint)
    • Line 203: warning: exported method ClusterClient.Create should have comment or be unexported (golint)
    • Line 209: warning: exported method ClusterClient.Update should have comment or be unexported (golint)
    • Line 215: warning: exported method ClusterClient.Replace should have comment or be unexported (golint)
    • Line 221: warning: exported method ClusterClient.List should have comment or be unexported (golint)
    • Line 228: warning: exported method ClusterClient.ListAll should have comment or be unexported (golint)
    • Line 246: warning: exported method ClusterCollection.Next should have comment or be unexported (golint)
    • Line 256: warning: exported method ClusterClient.ByID should have comment or be unexported (golint)
    • Line 262: warning: exported method ClusterClient.Delete should have comment or be unexported (golint)
    • Line 266: warning: exported method ClusterClient.ActionBackupEtcd should have comment or be unexported (golint)
    • Line 271: warning: exported method ClusterClient.ActionDisableMonitoring should have comment or be unexported (golint)
    • Line 276: warning: exported method ClusterClient.ActionEditMonitoring should have comment or be unexported (golint)
    • Line 281: warning: exported method ClusterClient.ActionEnableMonitoring should have comment or be unexported (golint)
    • Line 286: warning: exported method ClusterClient.ActionExportYaml should have comment or be unexported (golint)
    • Line 292: warning: exported method ClusterClient.ActionGenerateKubeconfig should have comment or be unexported (golint)
    • Line 298: warning: exported method ClusterClient.ActionImportYaml should have comment or be unexported (golint)
    • Line 304: warning: exported method ClusterClient.ActionRestoreFromEtcdBackup should have comment or be unexported (golint)
    • Line 309: warning: exported method ClusterClient.ActionRotateCertificates should have comment or be unexported (golint)
    • Line 315: warning: exported method ClusterClient.ActionRotateEncryptionKey should have comment or be unexported (golint)
    • Line 321: warning: exported method ClusterClient.ActionRunSecurityScan should have comment or be unexported (golint)
    • Line 326: warning: exported method ClusterClient.ActionSaveAsTemplate should have comment or be unexported (golint)
    • Line 332: warning: exported method ClusterClient.ActionViewMonitoring should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/logging/deployer/deployer.go
    • Line 36: warning: exported type Deployer should have comment or be unexported (golint)
    • Line 49: warning: exported function NewDeployer should have comment or be unexported (golint)
    • Line 74: warning: exported method Deployer.ClusterLoggingSync should have comment or be unexported (golint)
    • Line 78: warning: exported method Deployer.ProjectLoggingSync should have comment or be unexported (golint)
    • Line 82: warning: exported method Deployer.ClusterSync should have comment or be unexported (golint)
    • Line 93: warning: exported method Deployer.NodeSync should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/os_info.go
    • Line 12: warning: exported type OSInfo should have comment or be unexported (golint)
    • Line 15: warning: exported method OSInfo.FromInternal should have comment or be unexported (golint)
    • Line 48: warning: exported method OSInfo.ToInternal should have comment or be unexported (golint)
    • Line 52: warning: exported method OSInfo.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_preference_controller.go
    • Line 22: warning: exported var PreferenceGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Preference should be of the form "Preference ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewPreference should have comment or be unexported (golint)
    • Line 56: warning: exported type PreferenceHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type PreferenceChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type PreferenceLister should have comment or be unexported (golint)
    • Line 65: warning: exported type PreferenceController should have comment or be unexported (golint)
    • Line 77: warning: exported type PreferenceInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/globalnamespaceaccess/access_common.go
    • Line 26: warning: exported type MemberAccess should have comment or be unexported (golint)
    • Line 40: warning: exported const ImpersonateUserHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported method MemberAccess.CheckCallerAccessToTargets should have comment or be unexported (golint)
    • Line 56: warning: exported method MemberAccess.IsAdmin should have comment or be unexported (golint)
    • Line 89: warning: exported method MemberAccess.IsRestrictedAdmin should have comment or be unexported (golint)
    • Line 113: warning: exported method MemberAccess.EnsureRoleInTargets should have comment or be unexported (golint)
    • Line 433: warning: exported method MemberAccess.GetAccessTypeOfCaller should have comment or be unexported (golint)
    • Line 506: warning: exported method MemberAccess.RemoveRolesFromTargets should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_app.go
    • Line 8: warning: exported const AppType should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported type App should have comment or be unexported (golint)
    • Line 75: warning: exported type AppCollection should have comment or be unexported (golint)
    • Line 81: warning: exported type AppClient should have comment or be unexported (golint)
    • Line 85: warning: exported type AppOperations should have comment or be unexported (golint)
    • Line 105: warning: exported method AppClient.Create should have comment or be unexported (golint)
    • Line 111: warning: exported method AppClient.Update should have comment or be unexported (golint)
    • Line 117: warning: exported method AppClient.Replace should have comment or be unexported (golint)
    • Line 123: warning: exported method AppClient.List should have comment or be unexported (golint)
    • Line 130: warning: exported method AppClient.ListAll should have comment or be unexported (golint)
    • Line 148: warning: exported method AppCollection.Next should have comment or be unexported (golint)
    • Line 158: warning: exported method AppClient.ByID should have comment or be unexported (golint)
    • Line 164: warning: exported method AppClient.Delete should have comment or be unexported (golint)
    • Line 168: warning: exported method AppClient.ActionRollback should have comment or be unexported (golint)
    • Line 173: warning: exported method AppClient.ActionUpgrade should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_group_member.go
    • Line 8: warning: exported const GroupMemberType should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported type GroupMember should have comment or be unexported (golint)
    • Line 35: warning: exported type GroupMemberCollection should have comment or be unexported (golint)
    • Line 41: warning: exported type GroupMemberClient should have comment or be unexported (golint)
    • Line 45: warning: exported type GroupMemberOperations should have comment or be unexported (golint)
    • Line 61: warning: exported method GroupMemberClient.Create should have comment or be unexported (golint)
    • Line 67: warning: exported method GroupMemberClient.Update should have comment or be unexported (golint)
    • Line 73: warning: exported method GroupMemberClient.Replace should have comment or be unexported (golint)
    • Line 79: warning: exported method GroupMemberClient.List should have comment or be unexported (golint)
    • Line 86: warning: exported method GroupMemberClient.ListAll should have comment or be unexported (golint)
    • Line 104: warning: exported method GroupMemberCollection.Next should have comment or be unexported (golint)
    • Line 114: warning: exported method GroupMemberClient.ByID should have comment or be unexported (golint)
    • Line 120: warning: exported method GroupMemberClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/userscope/store.go
    • Line 16: warning: exported const NamespaceID should have comment (or a comment on this block) or be unexported (golint)
    • Line 19: warning: exported type Store should have comment or be unexported (golint)
    • Line 24: warning: exported function NewStore should have comment or be unexported (golint)
    • Line 31: warning: exported method Store.Context should have comment or be unexported (golint)
    • Line 35: warning: exported method Store.ByID should have comment or be unexported (golint)
    • Line 44: warning: exported method Store.List should have comment or be unexported (golint)
    • Line 58: warning: exported method Store.Create should have comment or be unexported (golint)
    • Line 81: warning: exported method Store.Update should have comment or be unexported (golint)
    • Line 90: warning: exported method Store.Delete should have comment or be unexported (golint)
    • Line 99: warning: exported method Store.Watch should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_secret.go
    • Line 8: warning: exported const SecretType should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type Secret should have comment or be unexported (golint)
    • Line 45: warning: exported type SecretCollection should have comment or be unexported (golint)
    • Line 51: warning: exported type SecretClient should have comment or be unexported (golint)
    • Line 55: warning: exported type SecretOperations should have comment or be unexported (golint)
    • Line 71: warning: exported method SecretClient.Create should have comment or be unexported (golint)
    • Line 77: warning: exported method SecretClient.Update should have comment or be unexported (golint)
    • Line 83: warning: exported method SecretClient.Replace should have comment or be unexported (golint)
    • Line 89: warning: exported method SecretClient.List should have comment or be unexported (golint)
    • Line 96: warning: exported method SecretClient.ListAll should have comment or be unexported (golint)
    • Line 114: warning: exported method SecretCollection.Next should have comment or be unexported (golint)
    • Line 124: warning: exported method SecretClient.ByID should have comment or be unexported (golint)
    • Line 130: warning: exported method SecretClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/apiregistration.k8s.io/v1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 16: warning: exported type Client should have comment or be unexported (golint)
    • Line 21: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 33: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 40: warning: exported type APIServicesGetter should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.APIServices should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_project_alert_rule.go
    • Line 8: warning: exported const ProjectAlertRuleType should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type ProjectAlertRule should have comment or be unexported (golint)
    • Line 61: warning: exported type ProjectAlertRuleCollection should have comment or be unexported (golint)
    • Line 67: warning: exported type ProjectAlertRuleClient should have comment or be unexported (golint)
    • Line 71: warning: exported type ProjectAlertRuleOperations should have comment or be unexported (golint)
    • Line 95: warning: exported method ProjectAlertRuleClient.Create should have comment or be unexported (golint)
    • Line 101: warning: exported method ProjectAlertRuleClient.Update should have comment or be unexported (golint)
    • Line 107: warning: exported method ProjectAlertRuleClient.Replace should have comment or be unexported (golint)
    • Line 113: warning: exported method ProjectAlertRuleClient.List should have comment or be unexported (golint)
    • Line 120: warning: exported method ProjectAlertRuleClient.ListAll should have comment or be unexported (golint)
    • Line 138: warning: exported method ProjectAlertRuleCollection.Next should have comment or be unexported (golint)
    • Line 148: warning: exported method ProjectAlertRuleClient.ByID should have comment or be unexported (golint)
    • Line 154: warning: exported method ProjectAlertRuleClient.Delete should have comment or be unexported (golint)
    • Line 158: warning: exported method ProjectAlertRuleClient.ActionActivate should have comment or be unexported (golint)
    • Line 163: warning: exported method ProjectAlertRuleClient.ActionDeactivate should have comment or be unexported (golint)
    • Line 168: warning: exported method ProjectAlertRuleClient.ActionMute should have comment or be unexported (golint)
    • Line 173: warning: exported method ProjectAlertRuleClient.ActionUnmute should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/clustertemplate/cluster_template.go
    • Line 34: warning: exported type Wrapper should have comment or be unexported (golint)
    • Line 42: warning: exported method Wrapper.Formatter should have comment or be unexported (golint)
    • Line 46: warning: exported method Wrapper.RevisionFormatter should have comment or be unexported (golint)
    • Line 57: warning: exported method Wrapper.CollectionFormatter should have comment or be unexported (golint)
    • Line 61: warning: exported method Wrapper.LinkHandler should have comment or be unexported (golint)
    • Line 93: warning: exported method Wrapper.ClusterTemplateRevisionsActionHandler should have comment or be unexported (golint)
    • Line 192: warning: exported method Wrapper.BuildQuestionsFromSchema should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_pod_controller.go
    • Line 22: warning: exported var PodGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Pod should be of the form "Pod ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewPod should have comment or be unexported (golint)
    • Line 56: warning: exported type PodHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type PodChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type PodLister should have comment or be unexported (golint)
    • Line 65: warning: exported type PodController should have comment or be unexported (golint)
    • Line 77: warning: exported type PodInterface should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/scheduling.go
    • Line 19: warning: exported type SchedulingMapper should have comment or be unexported (golint)
    • Line 22: warning: exported method SchedulingMapper.FromInternal should have comment or be unexported (golint)
    • Line 107: warning: exported function NodeSelectorTermToStrings should have comment or be unexported (golint)
    • Line 147: warning: exported function StringsToNodeSelectorTerm should have comment or be unexported (golint)
    • Line 194: warning: exported method SchedulingMapper.ToInternal should have comment or be unexported (golint)
    • Line 267: warning: exported function AggregateTerms should have comment or be unexported (golint)
    • Line 275: warning: exported method SchedulingMapper.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/storage.k8s.io/v1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 16: warning: exported type Client should have comment or be unexported (golint)
    • Line 21: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 33: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 40: warning: exported type StorageClassesGetter should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.StorageClasses should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/statefulset_spec.go
    • Line 7: warning: exported type StatefulSetSpecMapper should have comment or be unexported (golint)
    • Line 10: warning: exported method StatefulSetSpecMapper.FromInternal should have comment or be unexported (golint)
    • Line 13: warning: exported method StatefulSetSpecMapper.ToInternal should have comment or be unexported (golint)
    • Line 17: warning: exported method StatefulSetSpecMapper.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/provisioningv2/rke2/planner/planner.go
    • Line 50: warning: exported const JoinURLAnnotation should have comment (or a comment on this block) or be unexported (golint)
    • Line 89: warning: exported var AuthnWebhook should have comment or be unexported (golint)
    • Line 110: warning: exported type ErrWaiting should have comment or be unexported (golint)
    • Line 124: warning: exported type Planner should have comment or be unexported (golint)
    • Line 141: warning: exported function New should have comment or be unexported (golint)
    • Line 167: warning: exported function PlanSecretFromBootstrapName should have comment or be unexported (golint)
    • Line 184: warning: exported method Planner.Process should have comment or be unexported (golint)
    • Line 864: warning: exported function PruneEmpty should have comment or be unexported (golint)
    • Line 1131: warning: exported function IsEtcdOnlyInitNode should have comment or be unexported (golint)
    • Line 1147: warning: exported function IsOnlyEtcd should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/alert/deployer/deployer.go
    • Line 39: warning: exported var WebhookReceiverEnable should have comment or be unexported (golint)
    • Line 47: warning: exported type Deployer should have comment or be unexported (golint)
    • Line 71: warning: exported function NewDeployer should have comment or be unexported (golint)
    • Line 98: warning: exported method Deployer.ProjectGroupSync should have comment or be unexported (golint)
    • Line 102: warning: exported method Deployer.ClusterGroupSync should have comment or be unexported (golint)
    • Line 106: warning: exported method Deployer.ProjectRuleSync should have comment or be unexported (golint)
    • Line 110: warning: exported method Deployer.ClusterRuleSync should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_preference.go
    • Line 8: warning: exported const PreferenceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported type Preference should have comment or be unexported (golint)
    • Line 35: warning: exported type PreferenceCollection should have comment or be unexported (golint)
    • Line 41: warning: exported type PreferenceClient should have comment or be unexported (golint)
    • Line 45: warning: exported type PreferenceOperations should have comment or be unexported (golint)
    • Line 61: warning: exported method PreferenceClient.Create should have comment or be unexported (golint)
    • Line 67: warning: exported method PreferenceClient.Update should have comment or be unexported (golint)
    • Line 73: warning: exported method PreferenceClient.Replace should have comment or be unexported (golint)
    • Line 79: warning: exported method PreferenceClient.List should have comment or be unexported (golint)
    • Line 86: warning: exported method PreferenceClient.ListAll should have comment or be unexported (golint)
    • Line 104: warning: exported method PreferenceCollection.Next should have comment or be unexported (golint)
    • Line 114: warning: exported method PreferenceClient.ByID should have comment or be unexported (golint)
    • Line 120: warning: exported method PreferenceClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/pipeline/providers/gitlab/provider.go
    • Line 21: warning: exported type GlProvider should have comment or be unexported (golint)
    • Line 25: warning: exported method GlProvider.CustomizeSchemas should have comment or be unexported (golint)
    • Line 39: warning: exported method GlProvider.GetName should have comment or be unexported (golint)
    • Line 43: warning: exported method GlProvider.TransformToSourceCodeProvider should have comment or be unexported (golint)
    • Line 49: warning: exported method GlProvider.GetProviderConfig should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_setting_controller.go
    • Line 22: warning: exported var SettingGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Setting should be of the form "Setting ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewSetting should have comment or be unexported (golint)
    • Line 55: warning: exported type SettingHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type SettingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type SettingLister should have comment or be unexported (golint)
    • Line 64: warning: exported type SettingController should have comment or be unexported (golint)
    • Line 76: warning: exported type SettingInterface should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/credentialmapper.go
    • Line 12: warning: exported type CredentialMapper should have comment or be unexported (golint)
    • Line 15: warning: exported method CredentialMapper.FromInternal should have comment or be unexported (golint)
    • Line 27: warning: exported method CredentialMapper.ToInternal should have comment or be unexported (golint)
    • Line 32: warning: exported method CredentialMapper.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/auth/providers/saml/saml_provider.go
    • Line 31: warning: exported const PingName should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported type Provider should have comment or be unexported (golint)
    • Line 55: warning: exported var SamlProviders should have comment or be unexported (golint)
    • Line 57: warning: exported function Configure should have comment or be unexported (golint)
    • Line 78: warning: exported method Provider.GetName should have comment or be unexported (golint)
    • Line 82: warning: exported method Provider.CustomizeSchema should have comment or be unexported (golint)
    • Line 87: warning: exported method Provider.TransformToAuthProvider should have comment or be unexported (golint)
    • Line 104: warning: exported method Provider.AuthenticateUser should have comment or be unexported (golint)
    • Line 108: warning: exported function PerformSamlLogin should have comment or be unexported (golint)
    • Line 251: warning: exported method Provider.RefetchGroupPrincipals should have comment or be unexported (golint)
    • Line 255: warning: exported method Provider.SearchPrincipals should have comment or be unexported (golint)
    • Line 281: warning: exported method Provider.GetPrincipal should have comment or be unexported (golint)
    • Line 316: warning: exported method Provider.CanAccessWithGroupProviders should have comment or be unexported (golint)
    • Line 399: warning: exported method Provider.GetUserExtraAttributes should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_pod.go
    • Line 8: warning: exported const PodType should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: exported type Pod should have comment or be unexported (golint)
    • Line 123: warning: exported type PodCollection should have comment or be unexported (golint)
    • Line 129: warning: exported type PodClient should have comment or be unexported (golint)
    • Line 133: warning: exported type PodOperations should have comment or be unexported (golint)
    • Line 149: warning: exported method PodClient.Create should have comment or be unexported (golint)
    • Line 155: warning: exported method PodClient.Update should have comment or be unexported (golint)
    • Line 161: warning: exported method PodClient.Replace should have comment or be unexported (golint)
    • Line 167: warning: exported method PodClient.List should have comment or be unexported (golint)
    • Line 174: warning: exported method PodClient.ListAll should have comment or be unexported (golint)
    • Line 192: warning: exported method PodCollection.Next should have comment or be unexported (golint)
    • Line 202: warning: exported method PodClient.ByID should have comment or be unexported (golint)
    • Line 208: warning: exported method PodClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_horizontal_pod_autoscaler.go
    • Line 8: warning: exported const HorizontalPodAutoscalerType should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported type HorizontalPodAutoscaler should have comment or be unexported (golint)
    • Line 63: warning: exported type HorizontalPodAutoscalerCollection should have comment or be unexported (golint)
    • Line 69: warning: exported type HorizontalPodAutoscalerClient should have comment or be unexported (golint)
    • Line 73: warning: exported type HorizontalPodAutoscalerOperations should have comment or be unexported (golint)
    • Line 89: warning: exported method HorizontalPodAutoscalerClient.Create should have comment or be unexported (golint)
    • Line 95: warning: exported method HorizontalPodAutoscalerClient.Update should have comment or be unexported (golint)
    • Line 101: warning: exported method HorizontalPodAutoscalerClient.Replace should have comment or be unexported (golint)
    • Line 107: warning: exported method HorizontalPodAutoscalerClient.List should have comment or be unexported (golint)
    • Line 114: warning: exported method HorizontalPodAutoscalerClient.ListAll should have comment or be unexported (golint)
    • Line 132: warning: exported method HorizontalPodAutoscalerCollection.Next should have comment or be unexported (golint)
    • Line 142: warning: exported method HorizontalPodAutoscalerClient.ByID should have comment or be unexported (golint)
    • Line 148: warning: exported method HorizontalPodAutoscalerClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/globaldns/globaldnsprovider_store.go
    • Line 15: warning: exported function ProviderWrap should have comment or be unexported (golint)
    • Line 22: warning: exported type ProviderStore should have comment or be unexported (golint)
    • Line 26: warning: exported method ProviderStore.Delete should have comment or be unexported (golint)
    • Line 55: warning: exported function ProviderPwdWrap should have comment or be unexported (golint)
    • Line 62: warning: exported type ProviderPwdStore should have comment or be unexported (golint)
    • Line 66: warning: exported method ProviderPwdStore.Update should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_saml_token_controller.go
    • Line 22: warning: exported var SamlTokenGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type SamlToken should be of the form "SamlToken ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewSamlToken should have comment or be unexported (golint)
    • Line 56: warning: exported type SamlTokenHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type SamlTokenChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type SamlTokenLister should have comment or be unexported (golint)
    • Line 65: warning: exported type SamlTokenController should have comment or be unexported (golint)
    • Line 77: warning: exported type SamlTokenInterface should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/types/rpc_server.go
    • Line 55: warning: exported method GrpcServer.PostCheck should have comment or be unexported (golint)
    • Line 59: warning: exported method GrpcServer.GetVersion should have comment or be unexported (golint)
    • Line 63: warning: exported method GrpcServer.SetVersion should have comment or be unexported (golint)
    • Line 67: warning: exported method GrpcServer.GetNodeCount should have comment or be unexported (golint)
    • Line 71: warning: exported method GrpcServer.SetNodeCount should have comment or be unexported (golint)
    • Line 75: warning: exported method GrpcServer.ETCDSave should have comment or be unexported (golint)
    • Line 79: warning: exported method GrpcServer.ETCDRestore should have comment or be unexported (golint)
    • Line 83: warning: exported method GrpcServer.ETCDRemoveSnapshot should have comment or be unexported (golint)
    • Line 92: warning: exported function GetCtx should have comment or be unexported (golint)
    • Line 108: warning: exported method GrpcServer.GetCapabilities should have comment or be unexported (golint)
    • Line 112: warning: exported method GrpcServer.GetK8SCapabilities should have comment or be unexported (golint)
    • Line 116: warning: exported method GrpcServer.RemoveLegacyServiceAccount should have comment or be unexported (golint)
    • Line 156: warning: exported method GrpcServer.Stop should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_project_alert.go
    • Line 8: warning: exported const ProjectAlertType should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported type ProjectAlert should have comment or be unexported (golint)
    • Line 59: warning: exported type ProjectAlertCollection should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectAlertClient should have comment or be unexported (golint)
    • Line 69: warning: exported type ProjectAlertOperations should have comment or be unexported (golint)
    • Line 85: warning: exported method ProjectAlertClient.Create should have comment or be unexported (golint)
    • Line 91: warning: exported method ProjectAlertClient.Update should have comment or be unexported (golint)
    • Line 97: warning: exported method ProjectAlertClient.Replace should have comment or be unexported (golint)
    • Line 103: warning: exported method ProjectAlertClient.List should have comment or be unexported (golint)
    • Line 110: warning: exported method ProjectAlertClient.ListAll should have comment or be unexported (golint)
    • Line 128: warning: exported method ProjectAlertCollection.Next should have comment or be unexported (golint)
    • Line 138: warning: exported method ProjectAlertClient.ByID should have comment or be unexported (golint)
    • Line 144: warning: exported method ProjectAlertClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/nodeconfig/config.go
    • Line 26: warning: exported type NodeConfig should have comment or be unexported (golint)
    • Line 34: warning: exported function NewStore should have comment or be unexported (golint)
    • Line 38: warning: exported function NewNodeConfig should have comment or be unexported (golint)
    • Line 53: warning: exported method NodeConfig.SetDriverConfig should have comment or be unexported (golint)
    • Line 61: warning: exported method NodeConfig.DriverConfig should have comment or be unexported (golint)
    • Line 68: warning: exported method NodeConfig.SSHUser should have comment or be unexported (golint)
    • Line 83: warning: exported method NodeConfig.Dir should have comment or be unexported (golint)
    • Line 87: warning: exported method NodeConfig.FullDir should have comment or be unexported (golint)
    • Line 91: warning: exported method NodeConfig.Cleanup should have comment or be unexported (golint)
    • Line 96: warning: exported method NodeConfig.Remove should have comment or be unexported (golint)
    • Line 102: warning: exported method NodeConfig.TLSConfig should have comment or be unexported (golint)
    • Line 109: warning: exported method NodeConfig.SSHKeyPath should have comment or be unexported (golint)
    • Line 118: warning: exported method NodeConfig.IP should have comment or be unexported (golint)
    • Line 127: warning: exported method NodeConfig.InternalIP should have comment or be unexported (golint)
    • Line 136: warning: exported method NodeConfig.Save should have comment or be unexported (golint)
    • Line 160: warning: exported method NodeConfig.Restore should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3public/zz_generated_auth_provider.go
    • Line 8: warning: exported const AuthProviderType should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported type AuthProvider should have comment or be unexported (golint)
    • Line 33: warning: exported type AuthProviderCollection should have comment or be unexported (golint)
    • Line 39: warning: exported type AuthProviderClient should have comment or be unexported (golint)
    • Line 43: warning: exported type AuthProviderOperations should have comment or be unexported (golint)
    • Line 59: warning: exported method AuthProviderClient.Create should have comment or be unexported (golint)
    • Line 65: warning: exported method AuthProviderClient.Update should have comment or be unexported (golint)
    • Line 71: warning: exported method AuthProviderClient.Replace should have comment or be unexported (golint)
    • Line 77: warning: exported method AuthProviderClient.List should have comment or be unexported (golint)
    • Line 84: warning: exported method AuthProviderClient.ListAll should have comment or be unexported (golint)
    • Line 102: warning: exported method AuthProviderCollection.Next should have comment or be unexported (golint)
    • Line 112: warning: exported method AuthProviderClient.ByID should have comment or be unexported (golint)
    • Line 118: warning: exported method AuthProviderClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cis_benchmark_version_controller.go
    • Line 22: warning: exported var CisBenchmarkVersionGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type CisBenchmarkVersion should be of the form "CisBenchmarkVersion ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewCisBenchmarkVersion should have comment or be unexported (golint)
    • Line 56: warning: exported type CisBenchmarkVersionHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type CisBenchmarkVersionChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type CisBenchmarkVersionLister should have comment or be unexported (golint)
    • Line 65: warning: exported type CisBenchmarkVersionController should have comment or be unexported (golint)
    • Line 77: warning: exported type CisBenchmarkVersionInterface should have comment or be unexported (golint)
    • rancher/pkg/auth/api/secrets/store.go
    • Line 17: warning: exported var TypeToFields should have comment or be unexported (golint)
    • Line 40: warning: exported function Wrap should have comment or be unexported (golint)
    • Line 47: warning: exported type Store should have comment or be unexported (golint)
    • Line 52: warning: exported method Store.Update should have comment or be unexported (golint)
    • Line 96: warning: exported method Store.CreateOrUpdateSecrets should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_project_monitor_graph.go
    • Line 8: warning: exported const ProjectMonitorGraphType should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported type ProjectMonitorGraph should have comment or be unexported (golint)
    • Line 51: warning: exported type ProjectMonitorGraphCollection should have comment or be unexported (golint)
    • Line 57: warning: exported type ProjectMonitorGraphClient should have comment or be unexported (golint)
    • Line 61: warning: exported type ProjectMonitorGraphOperations should have comment or be unexported (golint)
    • Line 79: warning: exported method ProjectMonitorGraphClient.Create should have comment or be unexported (golint)
    • Line 85: warning: exported method ProjectMonitorGraphClient.Update should have comment or be unexported (golint)
    • Line 91: warning: exported method ProjectMonitorGraphClient.Replace should have comment or be unexported (golint)
    • Line 97: warning: exported method ProjectMonitorGraphClient.List should have comment or be unexported (golint)
    • Line 104: warning: exported method ProjectMonitorGraphClient.ListAll should have comment or be unexported (golint)
    • Line 122: warning: exported method ProjectMonitorGraphCollection.Next should have comment or be unexported (golint)
    • Line 132: warning: exported method ProjectMonitorGraphClient.ByID should have comment or be unexported (golint)
    • Line 138: warning: exported method ProjectMonitorGraphClient.Delete should have comment or be unexported (golint)
    • Line 142: warning: exported method ProjectMonitorGraphClient.CollectionActionQuery should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/pipeline/pipeline.go
    • Line 37: warning: exported type Handler should have comment or be unexported (golint)
    • Line 44: warning: exported function Formatter should have comment or be unexported (golint)
    • Line 56: warning: exported method Handler.LinkHandler should have comment or be unexported (golint)
    • Line 71: warning: exported method Handler.ActionHandler should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_service.go
    • Line 8: warning: exported const ServiceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported type Service should have comment or be unexported (golint)
    • Line 93: warning: exported type ServiceCollection should have comment or be unexported (golint)
    • Line 99: warning: exported type ServiceClient should have comment or be unexported (golint)
    • Line 103: warning: exported type ServiceOperations should have comment or be unexported (golint)
    • Line 119: warning: exported method ServiceClient.Create should have comment or be unexported (golint)
    • Line 125: warning: exported method ServiceClient.Update should have comment or be unexported (golint)
    • Line 131: warning: exported method ServiceClient.Replace should have comment or be unexported (golint)
    • Line 137: warning: exported method ServiceClient.List should have comment or be unexported (golint)
    • Line 144: warning: exported method ServiceClient.ListAll should have comment or be unexported (golint)
    • Line 162: warning: exported method ServiceCollection.Next should have comment or be unexported (golint)
    • Line 172: warning: exported method ServiceClient.ByID should have comment or be unexported (golint)
    • Line 178: warning: exported method ServiceClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/api/norman/server/userstored/setup.go
    • Line 35: warning: exported function Setup should have comment or be unexported (golint)
    • Line 82: warning: exported function SetProjectID should have comment or be unexported (golint)
    • Line 106: warning: exported function StorageClass should have comment or be unexported (golint)
    • Line 111: warning: exported function PersistentVolumeClaim should have comment or be unexported (golint)
    • Line 120: warning: exported function Namespace should have comment or be unexported (golint)
    • Line 130: warning: exported function Workload should have comment or be unexported (golint)
    • Line 134: warning: exported function Service should have comment or be unexported (golint)
    • Line 143: warning: exported function Secret should have comment or be unexported (golint)
    • Line 159: warning: exported function Istio should have comment or be unexported (golint)
    • Line 171: warning: exported function HPA should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_kontainer_driver_controller.go
    • Line 22: warning: exported var KontainerDriverGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type KontainerDriver should be of the form "KontainerDriver ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewKontainerDriver should have comment or be unexported (golint)
    • Line 55: warning: exported type KontainerDriverHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type KontainerDriverChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type KontainerDriverLister should have comment or be unexported (golint)
    • Line 64: warning: exported type KontainerDriverController should have comment or be unexported (golint)
    • Line 76: warning: exported type KontainerDriverInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/setting/store.go
    • Line 17: warning: exported type Store should have comment or be unexported (golint)
    • Line 22: warning: exported const UserUpdateLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 25: warning: exported var MetadataSettings should have comment or be unexported (golint)
    • Line 31: warning: exported function New should have comment or be unexported (golint)
    • Line 59: warning: exported method Store.Delete should have comment or be unexported (golint)
    • Line 67: warning: exported method Store.Update should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_workload.go
    • Line 10: warning: exported const WorkloadType should have comment (or a comment on this block) or be unexported (golint)
    • Line 87: warning: exported type Workload should have comment or be unexported (golint)
    • Line 165: warning: exported type WorkloadCollection should have comment or be unexported (golint)
    • Line 171: warning: exported type WorkloadClient should have comment or be unexported (golint)
    • Line 175: warning: exported type WorkloadOperations should have comment or be unexported (golint)
    • Line 199: warning: exported method WorkloadClient.Create should have comment or be unexported (golint)
    • Line 205: warning: exported method WorkloadClient.Update should have comment or be unexported (golint)
    • Line 211: warning: exported method WorkloadClient.Replace should have comment or be unexported (golint)
    • Line 217: warning: exported method WorkloadClient.List should have comment or be unexported (golint)
    • Line 224: warning: exported method WorkloadClient.ListAll should have comment or be unexported (golint)
    • Line 242: warning: exported method WorkloadCollection.Next should have comment or be unexported (golint)
    • Line 252: warning: exported method WorkloadClient.ByID should have comment or be unexported (golint)
    • Line 258: warning: exported method WorkloadClient.Delete should have comment or be unexported (golint)
    • Line 262: warning: exported method WorkloadClient.ActionPause should have comment or be unexported (golint)
    • Line 267: warning: exported method WorkloadClient.ActionRedeploy should have comment or be unexported (golint)
    • Line 272: warning: exported method WorkloadClient.ActionResume should have comment or be unexported (golint)
    • Line 277: warning: exported method WorkloadClient.ActionRollback should have comment or be unexported (golint)
    • rancher/pkg/rkecerts/certs.go
    • Line 36: warning: exported type Bundle should have comment or be unexported (golint)
    • Line 40: warning: exported function NewBundle should have comment or be unexported (golint)
    • Line 46: warning: exported function Unmarshal should have comment or be unexported (golint)
    • Line 51: warning: exported method Bundle.Certs should have comment or be unexported (golint)
    • Line 55: warning: exported function LoadLocal should have comment or be unexported (golint)
    • Line 69: warning: exported function Generate should have comment or be unexported (golint)
    • Line 94: warning: exported method Bundle.ForNode should have comment or be unexported (golint)
    • Line 101: warning: exported method Bundle.ForWindowsNode should have comment or be unexported (golint)
    • Line 159: warning: exported method Bundle.SaveLocal should have comment or be unexported (golint)
    • Line 183: warning: exported method Bundle.KubeConfig should have comment or be unexported (golint)
    • Line 187: warning: exported method Bundle.Explode should have comment or be unexported (golint)
    • Line 199: warning: exported method Bundle.Changed should have comment or be unexported (golint)
    • rancher/pkg/pipeline/hooks/drivers/gitlab.go
    • Line 19: warning: exported const GitlabWebhookHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported type GitlabDriver should have comment or be unexported (golint)
    • Line 38: warning: exported method GitlabDriver.Execute should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_gateway.go
    • Line 8: warning: exported const GatewayType should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported type Gateway should have comment or be unexported (golint)
    • Line 47: warning: exported type GatewayCollection should have comment or be unexported (golint)
    • Line 53: warning: exported type GatewayClient should have comment or be unexported (golint)
    • Line 57: warning: exported type GatewayOperations should have comment or be unexported (golint)
    • Line 73: warning: exported method GatewayClient.Create should have comment or be unexported (golint)
    • Line 79: warning: exported method GatewayClient.Update should have comment or be unexported (golint)
    • Line 85: warning: exported method GatewayClient.Replace should have comment or be unexported (golint)
    • Line 91: warning: exported method GatewayClient.List should have comment or be unexported (golint)
    • Line 98: warning: exported method GatewayClient.ListAll should have comment or be unexported (golint)
    • Line 116: warning: exported method GatewayCollection.Next should have comment or be unexported (golint)
    • Line 126: warning: exported method GatewayClient.ByID should have comment or be unexported (golint)
    • Line 132: warning: exported method GatewayClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_alert.go
    • Line 8: warning: exported const ClusterAlertType should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type ClusterAlert should have comment or be unexported (golint)
    • Line 61: warning: exported type ClusterAlertCollection should have comment or be unexported (golint)
    • Line 67: warning: exported type ClusterAlertClient should have comment or be unexported (golint)
    • Line 71: warning: exported type ClusterAlertOperations should have comment or be unexported (golint)
    • Line 87: warning: exported method ClusterAlertClient.Create should have comment or be unexported (golint)
    • Line 93: warning: exported method ClusterAlertClient.Update should have comment or be unexported (golint)
    • Line 99: warning: exported method ClusterAlertClient.Replace should have comment or be unexported (golint)
    • Line 105: warning: exported method ClusterAlertClient.List should have comment or be unexported (golint)
    • Line 112: warning: exported method ClusterAlertClient.ListAll should have comment or be unexported (golint)
    • Line 130: warning: exported method ClusterAlertCollection.Next should have comment or be unexported (golint)
    • Line 140: warning: exported method ClusterAlertClient.ByID should have comment or be unexported (golint)
    • Line 146: warning: exported method ClusterAlertClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_etcd_backup_controller.go
    • Line 22: warning: exported var EtcdBackupGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type EtcdBackup should be of the form "EtcdBackup ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewEtcdBackup should have comment or be unexported (golint)
    • Line 56: warning: exported type EtcdBackupHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type EtcdBackupChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type EtcdBackupLister should have comment or be unexported (golint)
    • Line 65: warning: exported type EtcdBackupController should have comment or be unexported (golint)
    • Line 77: warning: exported type EtcdBackupInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/rke.cattle.io/v1/machine.go
    • Line 9: warning: exported type RKECommonNodeConfig should have comment or be unexported (golint)
    • Line 15: warning: exported type RKEMachineStatus should have comment or be unexported (golint)
    • Line 30: warning: exported type CustomMachine should have comment or be unexported (golint)
    • Line 38: warning: exported type CustomMachineSpec should have comment or be unexported (golint)
    • Line 42: warning: exported type CustomMachineStatus should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_project_role_template_binding.go
    • Line 8: warning: exported const ProjectRoleTemplateBindingType should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported type ProjectRoleTemplateBinding should have comment or be unexported (golint)
    • Line 47: warning: exported type ProjectRoleTemplateBindingCollection should have comment or be unexported (golint)
    • Line 53: warning: exported type ProjectRoleTemplateBindingClient should have comment or be unexported (golint)
    • Line 57: warning: exported type ProjectRoleTemplateBindingOperations should have comment or be unexported (golint)
    • Line 73: warning: exported method ProjectRoleTemplateBindingClient.Create should have comment or be unexported (golint)
    • Line 79: warning: exported method ProjectRoleTemplateBindingClient.Update should have comment or be unexported (golint)
    • Line 85: warning: exported method ProjectRoleTemplateBindingClient.Replace should have comment or be unexported (golint)
    • Line 91: warning: exported method ProjectRoleTemplateBindingClient.List should have comment or be unexported (golint)
    • Line 98: warning: exported method ProjectRoleTemplateBindingClient.ListAll should have comment or be unexported (golint)
    • Line 116: warning: exported method ProjectRoleTemplateBindingCollection.Next should have comment or be unexported (golint)
    • Line 126: warning: exported method ProjectRoleTemplateBindingClient.ByID should have comment or be unexported (golint)
    • Line 132: warning: exported method ProjectRoleTemplateBindingClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/approuter/core_dns_client.go
    • Line 38: warning: exported type Client should have comment or be unexported (golint)
    • Line 85: warning: exported method Client.ApplyDomain should have comment or be unexported (golint)
    • Line 112: warning: exported method Client.GetDomain should have comment or be unexported (golint)
    • Line 137: warning: exported method Client.CreateDomain should have comment or be unexported (golint)
    • Line 170: warning: exported method Client.UpdateDomain should have comment or be unexported (golint)
    • Line 200: warning: exported method Client.DeleteDomain should have comment or be unexported (golint)
    • Line 225: warning: exported method Client.RenewDomain should have comment or be unexported (golint)
    • Line 250: warning: exported method Client.SetBaseURL should have comment or be unexported (golint)
    • Line 289: warning: exported function NewClient should have comment or be unexported (golint)
    • rancher/pkg/helm/setup.go
    • Line 22: warning: exported const KindHelmGit should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function New should have comment or be unexported (golint)
    • Line 44: warning: exported function NewNoUpdate should have comment or be unexported (golint)
    • Line 51: warning: exported function NewForceUpdate should have comment or be unexported (golint)
    • Line 60: warning: exported function CatalogSHA256Hash should have comment or be unexported (golint)
    • Line 109: warning: exported method Helm.Update should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_kontainer_driver.go
    • Line 8: warning: exported const KontainerDriverType should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported type KontainerDriver should have comment or be unexported (golint)
    • Line 55: warning: exported type KontainerDriverCollection should have comment or be unexported (golint)
    • Line 61: warning: exported type KontainerDriverClient should have comment or be unexported (golint)
    • Line 65: warning: exported type KontainerDriverOperations should have comment or be unexported (golint)
    • Line 87: warning: exported method KontainerDriverClient.Create should have comment or be unexported (golint)
    • Line 93: warning: exported method KontainerDriverClient.Update should have comment or be unexported (golint)
    • Line 99: warning: exported method KontainerDriverClient.Replace should have comment or be unexported (golint)
    • Line 105: warning: exported method KontainerDriverClient.List should have comment or be unexported (golint)
    • Line 112: warning: exported method KontainerDriverClient.ListAll should have comment or be unexported (golint)
    • Line 130: warning: exported method KontainerDriverCollection.Next should have comment or be unexported (golint)
    • Line 140: warning: exported method KontainerDriverClient.ByID should have comment or be unexported (golint)
    • Line 146: warning: exported method KontainerDriverClient.Delete should have comment or be unexported (golint)
    • Line 150: warning: exported method KontainerDriverClient.ActionActivate should have comment or be unexported (golint)
    • Line 155: warning: exported method KontainerDriverClient.ActionDeactivate should have comment or be unexported (golint)
    • Line 160: warning: exported method KontainerDriverClient.CollectionActionRefresh should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/cert/store.go
    • Line 13: warning: exported function Wrap should have comment or be unexported (golint)
    • Line 19: warning: exported type Store should have comment or be unexported (golint)
    • Line 23: warning: exported method Store.Create should have comment or be unexported (golint)
    • Line 31: warning: exported method Store.Update should have comment or be unexported (golint)
    • Line 39: warning: exported function AddCertInfo should have comment or be unexported (golint)
    • rancher/pkg/api/steve/aggregation/auth.go
    • Line 21: warning: exported function New should have comment or be unexported (golint)
    • Line 36: warning: exported type APIServiceAuthorizer should have comment or be unexported (golint)
    • Line 50: warning: exported method APIServiceAuthorizer.Authorize should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_principal_controller.go
    • Line 22: warning: exported var PrincipalGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Principal should be of the form "Principal ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewPrincipal should have comment or be unexported (golint)
    • Line 55: warning: exported type PrincipalHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type PrincipalChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type PrincipalLister should have comment or be unexported (golint)
    • Line 64: warning: exported type PrincipalController should have comment or be unexported (golint)
    • Line 76: warning: exported type PrincipalInterface should have comment or be unexported (golint)
    • rancher/pkg/auth/providers/oidc/oidc_provider.go
    • Line 31: warning: exported const Name should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported type OpenIDCProvider should have comment or be unexported (golint)
    • Line 46: warning: exported type ClaimInfo should have comment or be unexported (golint)
    • Line 58: warning: exported function Configure should have comment or be unexported (golint)
    • Line 70: warning: exported method OpenIDCProvider.GetName should have comment or be unexported (golint)
    • Line 74: warning: exported method OpenIDCProvider.CustomizeSchema should have comment or be unexported (golint)
    • Line 79: warning: exported method OpenIDCProvider.AuthenticateUser should have comment or be unexported (golint)
    • Line 88: warning: exported method OpenIDCProvider.LoginUser should have comment or be unexported (golint)
    • Line 125: warning: exported method OpenIDCProvider.SearchPrincipals should have comment or be unexported (golint)
    • Line 144: warning: exported method OpenIDCProvider.GetPrincipal should have comment or be unexported (golint)
    • Line 181: warning: exported method OpenIDCProvider.TransformToAuthProvider should have comment or be unexported (golint)
    • Line 196: warning: exported method OpenIDCProvider.RefetchGroupPrincipals should have comment or be unexported (golint)
    • Line 213: warning: exported method OpenIDCProvider.CanAccessWithGroupProviders should have comment or be unexported (golint)
    • Line 301: warning: exported method OpenIDCProvider.GetOIDCConfig should have comment or be unexported (golint)
    • Line 344: warning: exported method OpenIDCProvider.IsThisUserMe should have comment or be unexported (golint)
    • Line 351: warning: exported method OpenIDCProvider.GetUserExtraAttributes should have comment or be unexported (golint)
    • Line 401: warning: exported function ConfigToOauthConfig should have comment or be unexported (golint)
    • rancher/pkg/catalogv2/system/system.go
    • Line 59: warning: exported type Manager should have comment or be unexported (golint)
    • Line 74: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 99: warning: exported method Manager.Start should have comment or be unexported (golint)
    • Line 182: warning: exported method Manager.Uninstall should have comment or be unexported (golint)
    • Line 210: warning: exported method Manager.Ensure should have comment or be unexported (golint)
    • Line 225: warning: exported method Manager.Remove should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_template_version.go
    • Line 8: warning: exported const TemplateVersionType should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported type TemplateVersion should have comment or be unexported (golint)
    • Line 71: warning: exported type TemplateVersionCollection should have comment or be unexported (golint)
    • Line 77: warning: exported type TemplateVersionClient should have comment or be unexported (golint)
    • Line 81: warning: exported type TemplateVersionOperations should have comment or be unexported (golint)
    • Line 97: warning: exported method TemplateVersionClient.Create should have comment or be unexported (golint)
    • Line 103: warning: exported method TemplateVersionClient.Update should have comment or be unexported (golint)
    • Line 109: warning: exported method TemplateVersionClient.Replace should have comment or be unexported (golint)
    • Line 115: warning: exported method TemplateVersionClient.List should have comment or be unexported (golint)
    • Line 122: warning: exported method TemplateVersionClient.ListAll should have comment or be unexported (golint)
    • Line 140: warning: exported method TemplateVersionCollection.Next should have comment or be unexported (golint)
    • Line 150: warning: exported method TemplateVersionClient.ByID should have comment or be unexported (golint)
    • Line 156: warning: exported method TemplateVersionClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_alertmanager.go
    • Line 8: warning: exported const AlertmanagerType should have comment (or a comment on this block) or be unexported (golint)
    • Line 64: warning: exported type Alertmanager should have comment or be unexported (golint)
    • Line 121: warning: exported type AlertmanagerCollection should have comment or be unexported (golint)
    • Line 127: warning: exported type AlertmanagerClient should have comment or be unexported (golint)
    • Line 131: warning: exported type AlertmanagerOperations should have comment or be unexported (golint)
    • Line 147: warning: exported method AlertmanagerClient.Create should have comment or be unexported (golint)
    • Line 153: warning: exported method AlertmanagerClient.Update should have comment or be unexported (golint)
    • Line 159: warning: exported method AlertmanagerClient.Replace should have comment or be unexported (golint)
    • Line 165: warning: exported method AlertmanagerClient.List should have comment or be unexported (golint)
    • Line 172: warning: exported method AlertmanagerClient.ListAll should have comment or be unexported (golint)
    • Line 190: warning: exported method AlertmanagerCollection.Next should have comment or be unexported (golint)
    • Line 200: warning: exported method AlertmanagerClient.ByID should have comment or be unexported (golint)
    • Line 206: warning: exported method AlertmanagerClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_catalog_controller.go
    • Line 22: warning: exported var ClusterCatalogGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterCatalog should be of the form "ClusterCatalog ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterCatalog should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterCatalogHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterCatalogChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterCatalogLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterCatalogController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterCatalogInterface should have comment or be unexported (golint)
    • rancher/pkg/catalog/manager/manager.go
    • Line 27: warning: exported type Manager should have comment or be unexported (golint)
    • Line 47: warning: exported type CatalogManager should have comment or be unexported (golint)
    • Line 55: warning: exported function New should have comment or be unexported (golint)
    • Line 100: warning: exported method Manager.DeleteOldTemplateContent should have comment or be unexported (golint)
    • Line 109: warning: exported method Manager.DeleteBadCatalogTemplates should have comment or be unexported (golint)
    • Line 209: warning: exported method Manager.ValidateChartCompatibility should have comment or be unexported (golint)
    • Line 216: warning: exported method Manager.ValidateKubeVersion should have comment or be unexported (golint)
    • Line 245: warning: exported method Manager.ValidateRancherVersion should have comment or be unexported (golint)
    • Line 267: warning: exported method Manager.LatestAvailableTemplateVersion should have comment or be unexported (golint)
    • Line 302: warning: exported method Manager.GetSystemAppCatalogID should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_pipeline.go
    • Line 8: warning: exported const PipelineType should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported type Pipeline should have comment or be unexported (golint)
    • Line 69: warning: exported type PipelineCollection should have comment or be unexported (golint)
    • Line 75: warning: exported type PipelineClient should have comment or be unexported (golint)
    • Line 79: warning: exported type PipelineOperations should have comment or be unexported (golint)
    • Line 103: warning: exported method PipelineClient.Create should have comment or be unexported (golint)
    • Line 109: warning: exported method PipelineClient.Update should have comment or be unexported (golint)
    • Line 115: warning: exported method PipelineClient.Replace should have comment or be unexported (golint)
    • Line 121: warning: exported method PipelineClient.List should have comment or be unexported (golint)
    • Line 128: warning: exported method PipelineClient.ListAll should have comment or be unexported (golint)
    • Line 146: warning: exported method PipelineCollection.Next should have comment or be unexported (golint)
    • Line 156: warning: exported method PipelineClient.ByID should have comment or be unexported (golint)
    • Line 162: warning: exported method PipelineClient.Delete should have comment or be unexported (golint)
    • Line 166: warning: exported method PipelineClient.ActionActivate should have comment or be unexported (golint)
    • Line 171: warning: exported method PipelineClient.ActionDeactivate should have comment or be unexported (golint)
    • Line 176: warning: exported method PipelineClient.ActionPushconfig should have comment or be unexported (golint)
    • Line 181: warning: exported method PipelineClient.ActionRun should have comment or be unexported (golint)
    • rancher/pkg/schemas/project.cattle.io/v3/registry_credential.go
    • Line 11: warning: exported type RegistryCredentialMapper should have comment or be unexported (golint)
    • Line 14: warning: exported method RegistryCredentialMapper.FromInternal should have comment or be unexported (golint)
    • Line 17: warning: exported method RegistryCredentialMapper.ToInternal should have comment or be unexported (golint)
    • Line 51: warning: exported method RegistryCredentialMapper.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/schemas/project.cattle.io/v3/types.go
    • Line 29: warning: exported type ScalingGroup should have comment or be unexported (golint)
    • Line 40: warning: exported type EnvironmentFrom should have comment or be unexported (golint)
    • Line 49: warning: exported type Scheduling should have comment or be unexported (golint)
    • Line 57: warning: exported type NodeScheduling should have comment or be unexported (golint)
    • Line 69: warning: exported type Target should have comment or be unexported (golint)
    • rancher/pkg/taints/utils.go
    • Line 13: warning: exported function GetTaintsString should have comment or be unexported (golint)
    • Line 17: warning: exported function GetRKETaintsString should have comment or be unexported (golint)
    • Line 21: warning: exported function GetKeyEffectString should have comment or be unexported (golint)
    • Line 25: warning: exported function GetTaintFromString should have comment or be unexported (golint)
    • Line 46: warning: exported function GetTaintSet should have comment or be unexported (golint)
    • Line 54: warning: exported function GetKeyEffectTaintSet should have comment or be unexported (golint)
    • Line 62: warning: exported function GetToDiffTaints should have comment or be unexported (golint)
    • Line 79: warning: exported function GetRKETaintsFromStrings should have comment or be unexported (golint)
    • Line 93: warning: exported function GetStringsFromRKETaint should have comment or be unexported (golint)
    • Line 101: warning: exported function GetRKETaintsFromTaints should have comment or be unexported (golint)
    • Line 114: warning: exported function GetStringsFromTaint should have comment or be unexported (golint)
    • Line 122: warning: exported function GetTaintsFromStrings should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_notifier_controller.go
    • Line 22: warning: exported var NotifierGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Notifier should be of the form "Notifier ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNotifier should have comment or be unexported (golint)
    • Line 56: warning: exported type NotifierHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NotifierChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NotifierLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NotifierController should have comment or be unexported (golint)
    • Line 77: warning: exported type NotifierInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_pod_security_policy_template_project_binding.go
    • Line 8: warning: exported const PodSecurityPolicyTemplateProjectBindingType should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: exported type PodSecurityPolicyTemplateProjectBinding should have comment or be unexported (golint)
    • Line 37: warning: exported type PodSecurityPolicyTemplateProjectBindingCollection should have comment or be unexported (golint)
    • Line 43: warning: exported type PodSecurityPolicyTemplateProjectBindingClient should have comment or be unexported (golint)
    • Line 47: warning: exported type PodSecurityPolicyTemplateProjectBindingOperations should have comment or be unexported (golint)
    • Line 63: warning: exported method PodSecurityPolicyTemplateProjectBindingClient.Create should have comment or be unexported (golint)
    • Line 69: warning: exported method PodSecurityPolicyTemplateProjectBindingClient.Update should have comment or be unexported (golint)
    • Line 75: warning: exported method PodSecurityPolicyTemplateProjectBindingClient.Replace should have comment or be unexported (golint)
    • Line 81: warning: exported method PodSecurityPolicyTemplateProjectBindingClient.List should have comment or be unexported (golint)
    • Line 88: warning: exported method PodSecurityPolicyTemplateProjectBindingClient.ListAll should have comment or be unexported (golint)
    • Line 106: warning: exported method PodSecurityPolicyTemplateProjectBindingCollection.Next should have comment or be unexported (golint)
    • Line 116: warning: exported method PodSecurityPolicyTemplateProjectBindingClient.ByID should have comment or be unexported (golint)
    • Line 122: warning: exported method PodSecurityPolicyTemplateProjectBindingClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_job.go
    • Line 8: warning: exported const JobType should have comment (or a comment on this block) or be unexported (golint)
    • Line 70: warning: exported type Job should have comment or be unexported (golint)
    • Line 133: warning: exported type JobCollection should have comment or be unexported (golint)
    • Line 139: warning: exported type JobClient should have comment or be unexported (golint)
    • Line 143: warning: exported type JobOperations should have comment or be unexported (golint)
    • Line 159: warning: exported method JobClient.Create should have comment or be unexported (golint)
    • Line 165: warning: exported method JobClient.Update should have comment or be unexported (golint)
    • Line 171: warning: exported method JobClient.Replace should have comment or be unexported (golint)
    • Line 177: warning: exported method JobClient.List should have comment or be unexported (golint)
    • Line 184: warning: exported method JobClient.ListAll should have comment or be unexported (golint)
    • Line 202: warning: exported method JobCollection.Next should have comment or be unexported (golint)
    • Line 212: warning: exported method JobClient.ByID should have comment or be unexported (golint)
    • Line 218: warning: exported method JobClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/app/utils.go
    • Line 25: warning: exported function EnsureAppProjectName should have comment or be unexported (golint)
    • Line 73: warning: exported function GetSystemProjectID should have comment or be unexported (golint)
    • Line 91: warning: exported function DeployApp should have comment or be unexported (golint)
    • Line 133: warning: exported function DetectAppCatalogExistence should have comment or be unexported (golint)
    • Line 147: warning: exported function DeleteApp should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/autoscaling/v2beta2/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 16: warning: exported type Client should have comment or be unexported (golint)
    • Line 21: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 33: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 40: warning: exported type HorizontalPodAutoscalersGetter should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.HorizontalPodAutoscalers should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_namespaced_ssh_auth_controller.go
    • Line 22: warning: exported var NamespacedSSHAuthGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type NamespacedSSHAuth should be of the form "NamespacedSSHAuth ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNamespacedSSHAuth should have comment or be unexported (golint)
    • Line 56: warning: exported type NamespacedSSHAuthHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NamespacedSSHAuthChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NamespacedSSHAuthLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NamespacedSSHAuthController should have comment or be unexported (golint)
    • Line 77: warning: exported type NamespacedSSHAuthInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_app_revision.go
    • Line 8: warning: exported const AppRevisionType should have comment (or a comment on this block) or be unexported (golint)
    • Line 25: warning: exported type AppRevision should have comment or be unexported (golint)
    • Line 43: warning: exported type AppRevisionCollection should have comment or be unexported (golint)
    • Line 49: warning: exported type AppRevisionClient should have comment or be unexported (golint)
    • Line 53: warning: exported type AppRevisionOperations should have comment or be unexported (golint)
    • Line 69: warning: exported method AppRevisionClient.Create should have comment or be unexported (golint)
    • Line 75: warning: exported method AppRevisionClient.Update should have comment or be unexported (golint)
    • Line 81: warning: exported method AppRevisionClient.Replace should have comment or be unexported (golint)
    • Line 87: warning: exported method AppRevisionClient.List should have comment or be unexported (golint)
    • Line 94: warning: exported method AppRevisionClient.ListAll should have comment or be unexported (golint)
    • Line 112: warning: exported method AppRevisionCollection.Next should have comment or be unexported (golint)
    • Line 122: warning: exported method AppRevisionClient.ByID should have comment or be unexported (golint)
    • Line 128: warning: exported method AppRevisionClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/auth/providerrefresh/daemon.go
    • Line 22: warning: exported function StartRefreshDaemon should have comment or be unexported (golint)
    • Line 39: warning: exported function UpdateRefreshCronTime should have comment or be unexported (golint)
    • Line 60: warning: exported function UpdateRefreshMaxAge should have comment or be unexported (golint)
    • Line 68: warning: exported function RefreshAllForCron should have comment or be unexported (golint)
    • Line 77: warning: exported function RefreshAttributes should have comment or be unexported (golint)
    • Line 93: warning: exported function ParseMaxAge should have comment or be unexported (golint)
    • Line 102: warning: exported function ParseCron should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_service_monitor.go
    • Line 8: warning: exported const ServiceMonitorType should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported type ServiceMonitor should have comment or be unexported (golint)
    • Line 55: warning: exported type ServiceMonitorCollection should have comment or be unexported (golint)
    • Line 61: warning: exported type ServiceMonitorClient should have comment or be unexported (golint)
    • Line 65: warning: exported type ServiceMonitorOperations should have comment or be unexported (golint)
    • Line 81: warning: exported method ServiceMonitorClient.Create should have comment or be unexported (golint)
    • Line 87: warning: exported method ServiceMonitorClient.Update should have comment or be unexported (golint)
    • Line 93: warning: exported method ServiceMonitorClient.Replace should have comment or be unexported (golint)
    • Line 99: warning: exported method ServiceMonitorClient.List should have comment or be unexported (golint)
    • Line 106: warning: exported method ServiceMonitorClient.ListAll should have comment or be unexported (golint)
    • Line 124: warning: exported method ServiceMonitorCollection.Next should have comment or be unexported (golint)
    • Line 134: warning: exported method ServiceMonitorClient.ByID should have comment or be unexported (golint)
    • Line 140: warning: exported method ServiceMonitorClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_principal.go
    • Line 8: warning: exported const PrincipalType should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported type Principal should have comment or be unexported (golint)
    • Line 47: warning: exported type PrincipalCollection should have comment or be unexported (golint)
    • Line 53: warning: exported type PrincipalClient should have comment or be unexported (golint)
    • Line 57: warning: exported type PrincipalOperations should have comment or be unexported (golint)
    • Line 75: warning: exported method PrincipalClient.Create should have comment or be unexported (golint)
    • Line 81: warning: exported method PrincipalClient.Update should have comment or be unexported (golint)
    • Line 87: warning: exported method PrincipalClient.Replace should have comment or be unexported (golint)
    • Line 93: warning: exported method PrincipalClient.List should have comment or be unexported (golint)
    • Line 100: warning: exported method PrincipalClient.ListAll should have comment or be unexported (golint)
    • Line 118: warning: exported method PrincipalCollection.Next should have comment or be unexported (golint)
    • Line 128: warning: exported method PrincipalClient.ByID should have comment or be unexported (golint)
    • Line 134: warning: exported method PrincipalClient.Delete should have comment or be unexported (golint)
    • Line 138: warning: exported method PrincipalClient.CollectionActionSearch should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/monitoring_types.go
    • Line 12: warning: exported type MonitoringStatus should have comment or be unexported (golint)
    • Line 17: warning: exported type MonitoringCondition should have comment or be unexported (golint)
    • Line 33: warning: exported const MonitoringConditionGrafanaDeployed should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported type ClusterMonitorGraph should have comment or be unexported (golint)
    • Line 55: warning: exported method ClusterMonitorGraph.ObjClusterName should have comment or be unexported (golint)
    • Line 62: warning: exported type ProjectMonitorGraph should have comment or be unexported (golint)
    • Line 73: warning: exported method ProjectMonitorGraph.ObjClusterName should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterMonitorGraphSpec should have comment or be unexported (golint)
    • Line 84: warning: exported method ClusterMonitorGraphSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 88: warning: exported type ProjectMonitorGraphSpec should have comment or be unexported (golint)
    • Line 95: warning: exported method ProjectMonitorGraphSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 102: warning: exported type CommonMonitorGraphSpec should have comment or be unexported (golint)
    • Line 111: warning: exported type YAxis should have comment or be unexported (golint)
    • Line 118: warning: exported type MonitorMetric should have comment or be unexported (golint)
    • Line 129: warning: exported type MonitorMetricSpec should have comment or be unexported (golint)
    • Line 135: warning: exported type QueryGraphInput should have comment or be unexported (golint)
    • Line 144: warning: exported type QueryClusterGraphOutput should have comment or be unexported (golint)
    • Line 149: warning: exported type QueryClusterGraph should have comment or be unexported (golint)
    • Line 154: warning: exported type QueryProjectGraphOutput should have comment or be unexported (golint)
    • Line 159: warning: exported type QueryProjectGraph should have comment or be unexported (golint)
    • Line 164: warning: exported type QueryClusterMetricInput should have comment or be unexported (golint)
    • Line 169: warning: exported method QueryClusterMetricInput.ObjClusterName should have comment or be unexported (golint)
    • Line 173: warning: exported type QueryProjectMetricInput should have comment or be unexported (golint)
    • Line 178: warning: exported method QueryProjectMetricInput.ObjClusterName should have comment or be unexported (golint)
    • Line 185: warning: exported type CommonQueryMetricInput should have comment or be unexported (golint)
    • Line 192: warning: exported type QueryMetricOutput should have comment or be unexported (golint)
    • Line 197: warning: exported type TimeSeries should have comment or be unexported (golint)
    • Line 202: warning: exported type MetricNamesOutput should have comment or be unexported (golint)
    • Line 207: warning: exported type ClusterMetricNamesInput should have comment or be unexported (golint)
    • Line 211: warning: exported method ClusterMetricNamesInput.ObjClusterName should have comment or be unexported (golint)
    • Line 215: warning: exported type ProjectMetricNamesInput should have comment or be unexported (golint)
    • Line 219: warning: exported method ProjectMetricNamesInput.ObjClusterName should have comment or be unexported (golint)
    • rancher/pkg/catalogv2/helmop/operation.go
    • Line 74: warning: exported type Operations should have comment or be unexported (golint)
    • Line 87: warning: exported function NewOperations should have comment or be unexported (golint)
    • Line 107: warning: exported method Operations.Uninstall should have comment or be unexported (golint)
    • Line 121: warning: exported method Operations.Upgrade should have comment or be unexported (golint)
    • Line 135: warning: exported method Operations.Install should have comment or be unexported (golint)
    • Line 191: warning: exported method Operations.Log should have comment or be unexported (golint)
    • Line 344: warning: exported type Command should have comment or be unexported (golint)
    • Line 355: warning: exported type Commands should have comment or be unexported (golint)
    • Line 357: warning: exported method Commands.CommandArgs should have comment or be unexported (golint)
    • Line 375: warning: exported method Commands.Render should have comment or be unexported (golint)
    • Line 390: warning: exported method Command.Render should have comment or be unexported (golint)
    • rancher/pkg/schemas/cluster.cattle.io/v3/types.go
    • Line 3: warning: exported type NodeInfo should have comment or be unexported (golint)
    • Line 10: warning: exported type CPUInfo should have comment or be unexported (golint)
    • Line 14: warning: exported type MemoryInfo should have comment or be unexported (golint)
    • Line 18: warning: exported type OSInfo should have comment or be unexported (golint)
    • Line 24: warning: exported type KubernetesInfo should have comment or be unexported (golint)
    • Line 29: warning: exported type NamespaceResourceQuota should have comment or be unexported (golint)
    • Line 33: warning: exported type ResourceQuotaLimit should have comment or be unexported (golint)
    • Line 49: warning: exported type NamespaceMove should have comment or be unexported (golint)
    • Line 53: warning: exported type ContainerResourceLimit should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_multi_cluster_app_revision_controller.go
    • Line 22: warning: exported var MultiClusterAppRevisionGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type MultiClusterAppRevision should be of the form "MultiClusterAppRevision ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewMultiClusterAppRevision should have comment or be unexported (golint)
    • Line 56: warning: exported type MultiClusterAppRevisionHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type MultiClusterAppRevisionChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type MultiClusterAppRevisionLister should have comment or be unexported (golint)
    • Line 65: warning: exported type MultiClusterAppRevisionController should have comment or be unexported (golint)
    • Line 77: warning: exported type MultiClusterAppRevisionInterface should have comment or be unexported (golint)
    • rancher/pkg/auth/audit/logwriter.go
    • Line 9: warning: exported type LogWriter should have comment or be unexported (golint)
    • Line 14: warning: exported method LogWriter.Start should have comment or be unexported (golint)
    • Line 24: warning: exported function NewLogWriter should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/drivers/rke/rke_driver.go
    • Line 39: warning: exported type WrapTransportFactory should have comment or be unexported (golint)
    • Line 41: warning: exported type Driver should have comment or be unexported (golint)
    • Line 52: warning: exported type Store should have comment or be unexported (golint)
    • Line 61: warning: exported function NewDriver should have comment or be unexported (golint)
    • Line 92: warning: exported method Driver.GetCapabilities should have comment or be unexported (golint)
    • Line 96: warning: exported method Driver.GetK8SCapabilities should have comment or be unexported (golint)
    • Line 326: warning: exported method Driver.GetVersion should have comment or be unexported (golint)
    • Line 340: warning: exported method Driver.SetVersion should have comment or be unexported (golint)
    • Line 375: warning: exported method Driver.GetClusterSize should have comment or be unexported (golint)
    • Line 422: warning: exported method Driver.RemoveLegacyServiceAccount should have comment or be unexported (golint)
    • Line 518: warning: exported method Driver.ETCDSave should have comment or be unexported (golint)
    • Line 534: warning: exported method Driver.ETCDRestore should have comment or be unexported (golint)
    • Line 570: warning: exported method Driver.ETCDRemoveSnapshot should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/cluster_types.go
    • Line 25: warning: exported type ClusterConditionType should have comment or be unexported (golint)
    • Line 28: warning: exported const ClusterActionGenerateKubeconfig should have comment (or a comment on this block) or be unexported (golint)
    • Line 91: warning: exported type Cluster should have comment or be unexported (golint)
    • Line 104: warning: exported type ClusterSpecBase should have comment or be unexported (golint)
    • Line 121: warning: exported type ClusterSpec should have comment or be unexported (golint)
    • Line 143: warning: exported type ImportedConfig should have comment or be unexported (golint)
    • Line 147: warning: exported type ClusterStatus should have comment or be unexported (golint)
    • Line 185: warning: exported type ClusterComponentStatus should have comment or be unexported (golint)
    • Line 190: warning: exported type ClusterCondition should have comment or be unexported (golint)
    • Line 205: warning: exported type MapStringInterface should have comment or be unexported (golint)
    • Line 207: warning: exported method MapStringInterface.DeepCopy should have comment or be unexported (golint)
    • Line 230: warning: exported type ClusterRegistrationToken should have comment or be unexported (golint)
    • Line 245: warning: exported method ClusterRegistrationToken.ObjClusterName should have comment or be unexported (golint)
    • Line 249: warning: exported type ClusterRegistrationTokenSpec should have comment or be unexported (golint)
    • Line 253: warning: exported method ClusterRegistrationTokenSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 257: warning: exported type ClusterRegistrationTokenStatus should have comment or be unexported (golint)
    • Line 268: warning: exported type GenerateKubeConfigOutput should have comment or be unexported (golint)
    • Line 272: warning: exported type ExportOutput should have comment or be unexported (golint)
    • Line 276: warning: exported type ImportClusterYamlInput should have comment or be unexported (golint)
    • Line 283: warning: exported method ImportClusterYamlInput.ObjClusterName should have comment or be unexported (golint)
    • Line 290: warning: exported type ImportYamlOutput should have comment or be unexported (golint)
    • Line 294: warning: exported type Capabilities should have comment or be unexported (golint)
    • Line 303: warning: exported type LoadBalancerCapabilities should have comment or be unexported (golint)
    • Line 310: warning: exported type IngressCapabilities should have comment or be unexported (golint)
    • Line 315: warning: exported type MonitoringInput should have comment or be unexported (golint)
    • Line 321: warning: exported type MonitoringOutput should have comment or be unexported (golint)
    • Line 327: warning: exported type RestoreFromEtcdBackupInput should have comment or be unexported (golint)
    • Line 332: warning: exported type RotateCertificateInput should have comment or be unexported (golint)
    • Line 337: warning: exported type RotateCertificateOutput should have comment or be unexported (golint)
    • Line 341: warning: exported type RotateEncryptionKeyOutput should have comment or be unexported (golint)
    • Line 345: warning: exported type LocalClusterAuthEndpoint should have comment or be unexported (golint)
    • Line 351: warning: exported type CertExpiration should have comment or be unexported (golint)
    • Line 355: warning: exported type SaveAsTemplateInput should have comment or be unexported (golint)
    • Line 360: warning: exported type SaveAsTemplateOutput should have comment or be unexported (golint)
    • Line 365: warning: exported type AKSStatus should have comment or be unexported (golint)
    • Line 371: warning: exported type EKSStatus should have comment or be unexported (golint)
    • Line 381: warning: exported type GKEStatus should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/cluster_template_types.go
    • Line 11: warning: exported type ClusterTemplate should have comment or be unexported (golint)
    • Line 22: warning: exported type ClusterTemplateSpec should have comment or be unexported (golint)
    • Line 33: warning: exported type ClusterTemplateRevision should have comment or be unexported (golint)
    • Line 45: warning: exported type ClusterTemplateRevisionSpec should have comment or be unexported (golint)
    • Line 54: warning: exported type ClusterTemplateQuestionsOutput should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_replication_controller_controller.go
    • Line 22: warning: exported var ReplicationControllerGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ReplicationController should be of the form "ReplicationController ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewReplicationController should have comment or be unexported (golint)
    • Line 56: warning: exported type ReplicationControllerHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ReplicationControllerChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ReplicationControllerLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ReplicationControllerController should have comment or be unexported (golint)
    • Line 77: warning: exported type ReplicationControllerInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementagent/workload/workload.go
    • Line 29: warning: exported type Controller should have comment or be unexported (golint)
    • Line 35: warning: exported function Register should have comment or be unexported (golint)
    • Line 47: warning: exported method Controller.CreateService should have comment or be unexported (golint)
    • Line 86: warning: exported method Controller.CreateServiceForWorkload should have comment or be unexported (golint)
    • Line 279: warning: exported function ArePortsEqual should have comment or be unexported (golint)
    • Line 301: warning: exported function IDAnnotationToString should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_rke_k8s_service_option.go
    • Line 8: warning: exported const RkeK8sServiceOptionType should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported type RkeK8sServiceOption should have comment or be unexported (golint)
    • Line 33: warning: exported type RkeK8sServiceOptionCollection should have comment or be unexported (golint)
    • Line 39: warning: exported type RkeK8sServiceOptionClient should have comment or be unexported (golint)
    • Line 43: warning: exported type RkeK8sServiceOptionOperations should have comment or be unexported (golint)
    • Line 59: warning: exported method RkeK8sServiceOptionClient.Create should have comment or be unexported (golint)
    • Line 65: warning: exported method RkeK8sServiceOptionClient.Update should have comment or be unexported (golint)
    • Line 71: warning: exported method RkeK8sServiceOptionClient.Replace should have comment or be unexported (golint)
    • Line 77: warning: exported method RkeK8sServiceOptionClient.List should have comment or be unexported (golint)
    • Line 84: warning: exported method RkeK8sServiceOptionClient.ListAll should have comment or be unexported (golint)
    • Line 102: warning: exported method RkeK8sServiceOptionCollection.Next should have comment or be unexported (golint)
    • Line 112: warning: exported method RkeK8sServiceOptionClient.ByID should have comment or be unexported (golint)
    • Line 118: warning: exported method RkeK8sServiceOptionClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_feature.go
    • Line 8: warning: exported const FeatureType should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type Feature should have comment or be unexported (golint)
    • Line 41: warning: exported type FeatureCollection should have comment or be unexported (golint)
    • Line 47: warning: exported type FeatureClient should have comment or be unexported (golint)
    • Line 51: warning: exported type FeatureOperations should have comment or be unexported (golint)
    • Line 67: warning: exported method FeatureClient.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method FeatureClient.Update should have comment or be unexported (golint)
    • Line 79: warning: exported method FeatureClient.Replace should have comment or be unexported (golint)
    • Line 85: warning: exported method FeatureClient.List should have comment or be unexported (golint)
    • Line 92: warning: exported method FeatureClient.ListAll should have comment or be unexported (golint)
    • Line 110: warning: exported method FeatureCollection.Next should have comment or be unexported (golint)
    • Line 120: warning: exported method FeatureClient.ByID should have comment or be unexported (golint)
    • Line 126: warning: exported method FeatureClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_role_template_binding_controller.go
    • Line 22: warning: exported var ClusterRoleTemplateBindingGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterRoleTemplateBinding should be of the form "ClusterRoleTemplateBinding ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterRoleTemplateBinding should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterRoleTemplateBindingHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterRoleTemplateBindingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterRoleTemplateBindingLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterRoleTemplateBindingController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterRoleTemplateBindingInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/monitoring.coreos.com/v1/zz_generated_prometheus_rule_controller.go
    • Line 22: warning: exported var PrometheusRuleGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type PrometheusRule should be of the form "PrometheusRule ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewPrometheusRule should have comment or be unexported (golint)
    • Line 56: warning: exported type PrometheusRuleHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type PrometheusRuleChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type PrometheusRuleLister should have comment or be unexported (golint)
    • Line 65: warning: exported type PrometheusRuleController should have comment or be unexported (golint)
    • Line 77: warning: exported type PrometheusRuleInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_ldap_config.go
    • Line 8: warning: exported const LdapConfigType should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported type LdapConfig should have comment or be unexported (golint)
    • Line 91: warning: exported type LdapConfigCollection should have comment or be unexported (golint)
    • Line 97: warning: exported type LdapConfigClient should have comment or be unexported (golint)
    • Line 101: warning: exported type LdapConfigOperations should have comment or be unexported (golint)
    • Line 117: warning: exported method LdapConfigClient.Create should have comment or be unexported (golint)
    • Line 123: warning: exported method LdapConfigClient.Update should have comment or be unexported (golint)
    • Line 129: warning: exported method LdapConfigClient.Replace should have comment or be unexported (golint)
    • Line 135: warning: exported method LdapConfigClient.List should have comment or be unexported (golint)
    • Line 142: warning: exported method LdapConfigClient.ListAll should have comment or be unexported (golint)
    • Line 160: warning: exported method LdapConfigCollection.Next should have comment or be unexported (golint)
    • Line 170: warning: exported method LdapConfigClient.ByID should have comment or be unexported (golint)
    • Line 176: warning: exported method LdapConfigClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_fleet_workspace.go
    • Line 8: warning: exported const FleetWorkspaceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported type FleetWorkspace should have comment or be unexported (golint)
    • Line 33: warning: exported type FleetWorkspaceCollection should have comment or be unexported (golint)
    • Line 39: warning: exported type FleetWorkspaceClient should have comment or be unexported (golint)
    • Line 43: warning: exported type FleetWorkspaceOperations should have comment or be unexported (golint)
    • Line 59: warning: exported method FleetWorkspaceClient.Create should have comment or be unexported (golint)
    • Line 65: warning: exported method FleetWorkspaceClient.Update should have comment or be unexported (golint)
    • Line 71: warning: exported method FleetWorkspaceClient.Replace should have comment or be unexported (golint)
    • Line 77: warning: exported method FleetWorkspaceClient.List should have comment or be unexported (golint)
    • Line 84: warning: exported method FleetWorkspaceClient.ListAll should have comment or be unexported (golint)
    • Line 102: warning: exported method FleetWorkspaceCollection.Next should have comment or be unexported (golint)
    • Line 112: warning: exported method FleetWorkspaceClient.ByID should have comment or be unexported (golint)
    • Line 118: warning: exported method FleetWorkspaceClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/rbac.authorization.k8s.io/v1/zz_generated_role_controller.go
    • Line 22: warning: exported var RoleGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Role should be of the form "Role ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewRole should have comment or be unexported (golint)
    • Line 56: warning: exported type RoleHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type RoleChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type RoleLister should have comment or be unexported (golint)
    • Line 65: warning: exported type RoleController should have comment or be unexported (golint)
    • Line 77: warning: exported type RoleInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_rke_k8s_service_option_controller.go
    • Line 22: warning: exported var RkeK8sServiceOptionGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type RkeK8sServiceOption should be of the form "RkeK8sServiceOption ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewRkeK8sServiceOption should have comment or be unexported (golint)
    • Line 56: warning: exported type RkeK8sServiceOptionHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type RkeK8sServiceOptionChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type RkeK8sServiceOptionLister should have comment or be unexported (golint)
    • Line 65: warning: exported type RkeK8sServiceOptionController should have comment or be unexported (golint)
    • Line 77: warning: exported type RkeK8sServiceOptionInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/logging_types.go
    • Line 15: warning: exported type ClusterLogging should have comment or be unexported (golint)
    • Line 30: warning: exported method ClusterLogging.ObjClusterName should have comment or be unexported (golint)
    • Line 37: warning: exported type ProjectLogging should have comment or be unexported (golint)
    • Line 52: warning: exported method ProjectLogging.ObjClusterName should have comment or be unexported (golint)
    • Line 56: warning: exported type LoggingCommonField should have comment or be unexported (golint)
    • Line 63: warning: exported type LoggingTargets should have comment or be unexported (golint)
    • Line 72: warning: exported type ClusterLoggingSpec should have comment or be unexported (golint)
    • Line 79: warning: exported method ClusterLoggingSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 83: warning: exported type ProjectLoggingSpec should have comment or be unexported (golint)
    • Line 89: warning: exported method ProjectLoggingSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 96: warning: exported type ClusterLoggingStatus should have comment or be unexported (golint)
    • Line 102: warning: exported type ProjectLoggingStatus should have comment or be unexported (golint)
    • Line 108: warning: exported var LoggingConditionProvisioned should have comment or be unexported (golint)
    • Line 112: warning: exported type LoggingCondition should have comment or be unexported (golint)
    • Line 127: warning: exported type ElasticsearchConfig should have comment or be unexported (golint)
    • Line 141: warning: exported type SplunkConfig should have comment or be unexported (golint)
    • Line 153: warning: exported type KafkaConfig should have comment or be unexported (golint)
    • Line 166: warning: exported type SyslogConfig should have comment or be unexported (golint)
    • Line 179: warning: exported type FluentForwarderConfig should have comment or be unexported (golint)
    • Line 190: warning: exported type FluentServer should have comment or be unexported (golint)
    • Line 200: warning: exported type CustomTargetConfig should have comment or be unexported (golint)
    • Line 207: warning: exported type ClusterTestInput should have comment or be unexported (golint)
    • Line 213: warning: exported method ClusterTestInput.ObjClusterName should have comment or be unexported (golint)
    • Line 217: warning: exported type ProjectTestInput should have comment or be unexported (golint)
    • Line 223: warning: exported method ProjectTestInput.ObjClusterName should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/monitoring.coreos.com/v1/zz_generated_alertmanager_controller.go
    • Line 22: warning: exported var AlertmanagerGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Alertmanager should be of the form "Alertmanager ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewAlertmanager should have comment or be unexported (golint)
    • Line 56: warning: exported type AlertmanagerHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type AlertmanagerChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type AlertmanagerLister should have comment or be unexported (golint)
    • Line 65: warning: exported type AlertmanagerController should have comment or be unexported (golint)
    • Line 77: warning: exported type AlertmanagerInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_global_dns_provider_controller.go
    • Line 22: warning: exported var GlobalDnsProviderGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type GlobalDnsProvider should be of the form "GlobalDnsProvider ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewGlobalDnsProvider should have comment or be unexported (golint)
    • Line 56: warning: exported type GlobalDnsProviderHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type GlobalDnsProviderChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type GlobalDnsProviderLister should have comment or be unexported (golint)
    • Line 65: warning: exported type GlobalDnsProviderController should have comment or be unexported (golint)
    • Line 77: warning: exported type GlobalDnsProviderInterface should have comment or be unexported (golint)
    • rancher/pkg/auth/requests/sar/sar.go
    • Line 25: warning: exported type SubjectAccessReviewClientGetter should have comment or be unexported (golint)
    • Line 29: warning: exported function NewSubjectAccessReview should have comment or be unexported (golint)
    • rancher/pkg/impersonation/impersonation.go
    • Line 22: warning: exported const ImpersonationPrefix should have comment (or a comment on this block) or be unexported (golint)
    • Line 25: warning: exported type Impersonator should have comment or be unexported (golint)
    • Line 30: warning: exported function New should have comment or be unexported (golint)
    • Line 34: warning: exported method Impersonator.SetUpImpersonation should have comment or be unexported (golint)
    • Line 68: warning: exported method Impersonator.GetToken should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_template_version_controller.go
    • Line 22: warning: exported var TemplateVersionGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type TemplateVersion should be of the form "TemplateVersion ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewTemplateVersion should have comment or be unexported (golint)
    • Line 55: warning: exported type TemplateVersionHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type TemplateVersionChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type TemplateVersionLister should have comment or be unexported (golint)
    • Line 64: warning: exported type TemplateVersionController should have comment or be unexported (golint)
    • Line 76: warning: exported type TemplateVersionInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/namespace/store.go
    • Line 23: warning: exported function New should have comment or be unexported (golint)
    • Line 40: warning: exported type Store should have comment or be unexported (golint)
    • Line 44: warning: exported method Store.Create should have comment or be unexported (golint)
    • Line 60: warning: exported method Store.Update should have comment or be unexported (golint)
    • rancher/pkg/auth/providers/saml/saml_client.go
    • Line 33: warning: exported type IDPMetadata should have comment or be unexported (golint)
    • Line 45: warning: exported const UITranslationKeyForErrorMessage should have comment or be unexported (golint)
    • Line 47: warning: exported function InitializeSamlServiceProvider should have comment or be unexported (golint)
    • Line 202: warning: exported function AuthHandler should have comment or be unexported (golint)
    • rancher/pkg/pipeline/hooks/drivers/bitbucket.go
    • Line 17: warning: exported const BitbucketCloudWebhookHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 25: warning: exported type BitbucketCloudDriver should have comment or be unexported (golint)
    • Line 32: warning: exported method BitbucketCloudDriver.Execute should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/app/app.go
    • Line 30: warning: exported type Wrapper should have comment or be unexported (golint)
    • Line 43: warning: exported const MCappLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported function Formatter should have comment or be unexported (golint)
    • Line 65: warning: exported method Wrapper.Validator should have comment or be unexported (golint)
    • Line 104: warning: exported method Wrapper.ActionHandler should have comment or be unexported (golint)
    • Line 226: warning: exported method Wrapper.LinkHandler should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/password/store.go
    • Line 38: warning: exported type PasswordStore should have comment or be unexported (golint)
    • Line 46: warning: exported function SetPasswordStore should have comment or be unexported (golint)
    • Line 86: warning: exported method PasswordStore.Create should have comment or be unexported (golint)
    • Line 93: warning: exported method PasswordStore.ByID should have comment or be unexported (golint)
    • Line 97: warning: exported method PasswordStore.Context should have comment or be unexported (golint)
    • Line 101: warning: exported method PasswordStore.Delete should have comment or be unexported (golint)
    • Line 110: warning: exported method PasswordStore.List should have comment or be unexported (golint)
    • Line 114: warning: exported method PasswordStore.Update should have comment or be unexported (golint)
    • Line 125: warning: exported method PasswordStore.Watch should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_virtual_service.go
    • Line 8: warning: exported const VirtualServiceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported type VirtualService should have comment or be unexported (golint)
    • Line 53: warning: exported type VirtualServiceCollection should have comment or be unexported (golint)
    • Line 59: warning: exported type VirtualServiceClient should have comment or be unexported (golint)
    • Line 63: warning: exported type VirtualServiceOperations should have comment or be unexported (golint)
    • Line 79: warning: exported method VirtualServiceClient.Create should have comment or be unexported (golint)
    • Line 85: warning: exported method VirtualServiceClient.Update should have comment or be unexported (golint)
    • Line 91: warning: exported method VirtualServiceClient.Replace should have comment or be unexported (golint)
    • Line 97: warning: exported method VirtualServiceClient.List should have comment or be unexported (golint)
    • Line 104: warning: exported method VirtualServiceClient.ListAll should have comment or be unexported (golint)
    • Line 122: warning: exported method VirtualServiceCollection.Next should have comment or be unexported (golint)
    • Line 132: warning: exported method VirtualServiceClient.ByID should have comment or be unexported (golint)
    • Line 138: warning: exported method VirtualServiceClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_namespaced_docker_credential_controller.go
    • Line 22: warning: exported var NamespacedDockerCredentialGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type NamespacedDockerCredential should be of the form "NamespacedDockerCredential ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNamespacedDockerCredential should have comment or be unexported (golint)
    • Line 56: warning: exported type NamespacedDockerCredentialHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NamespacedDockerCredentialChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NamespacedDockerCredentialLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NamespacedDockerCredentialController should have comment or be unexported (golint)
    • Line 77: warning: exported type NamespacedDockerCredentialInterface should have comment or be unexported (golint)
    • rancher/pkg/project/project.go
    • Line 11: warning: exported const System should have comment (or a comment on this block) or be unexported (golint)
    • Line 16: warning: exported const SystemImageVersionAnn should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported var SystemProjectLabel should have comment or be unexported (golint)
    • Line 24: warning: exported function GetSystemProject should have comment or be unexported (golint)
    • rancher/pkg/pipeline/hooks/drivers/bitbucketserver.go
    • Line 22: warning: exported const BitbucketServerWebhookHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported type BitbucketServerDriver should have comment or be unexported (golint)
    • Line 37: warning: exported method BitbucketServerDriver.Execute should have comment or be unexported (golint)
    • rancher/pkg/apis/rke.cattle.io/v1/cluster.go
    • Line 11: warning: exported type RKECluster should have comment or be unexported (golint)
    • Line 18: warning: exported type RKEClusterStatus should have comment or be unexported (golint)
    • Line 24: warning: exported type RKEClusterSpecCommon should have comment or be unexported (golint)
    • Line 35: warning: exported type LocalClusterAuthEndpoint should have comment or be unexported (golint)
    • Line 41: warning: exported type RKESystemConfig should have comment or be unexported (golint)
    • Line 46: warning: exported type RKEClusterSpec should have comment or be unexported (golint)
    • Line 51: warning: exported type ClusterUpgradeStrategy should have comment or be unexported (golint)
    • Line 62: warning: exported type DrainOptions should have comment or be unexported (golint)
    • Line 86: warning: exported type Endpoint should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/workload/workload_store.go
    • Line 27: warning: exported function NewWorkloadAggregateStore should have comment or be unexported (golint)
    • Line 55: warning: exported function NewCustomizeStore should have comment or be unexported (golint)
    • Line 61: warning: exported type CustomizeStore should have comment or be unexported (golint)
    • Line 65: warning: exported method CustomizeStore.Create should have comment or be unexported (golint)
    • Line 82: warning: exported method CustomizeStore.Update should have comment or be unexported (golint)
    • Line 136: warning: exported method CustomizeStore.ByID should have comment or be unexported (golint)
    • rancher/pkg/apis/project.cattle.io/v3/app_types.go
    • Line 15: warning: exported type App should have comment or be unexported (golint)
    • Line 24: warning: exported method App.ObjClusterName should have comment or be unexported (golint)
    • Line 28: warning: exported type AppSpec should have comment or be unexported (golint)
    • Line 44: warning: exported method AppSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 52: warning: exported var AppConditionInstalled should have comment or be unexported (golint)
    • Line 60: warning: exported type AppStatus should have comment or be unexported (golint)
    • Line 68: warning: exported type AppCondition should have comment or be unexported (golint)
    • Line 86: warning: exported type AppRevision should have comment or be unexported (golint)
    • Line 95: warning: exported type AppRevisionSpec should have comment or be unexported (golint)
    • Line 99: warning: exported method AppRevisionSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 106: warning: exported type AppRevisionStatus should have comment or be unexported (golint)
    • Line 116: warning: exported method AppRevisionStatus.ObjClusterName should have comment or be unexported (golint)
    • Line 123: warning: exported type AppUpgradeConfig should have comment or be unexported (golint)
    • Line 132: warning: exported type RollbackRevision should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/apps/v1/zz_generated_daemon_set_controller.go
    • Line 22: warning: exported var DaemonSetGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type DaemonSet should be of the form "DaemonSet ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewDaemonSet should have comment or be unexported (golint)
    • Line 56: warning: exported type DaemonSetHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type DaemonSetChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type DaemonSetLister should have comment or be unexported (golint)
    • Line 65: warning: exported type DaemonSetController should have comment or be unexported (golint)
    • Line 77: warning: exported type DaemonSetInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/alert/alert_action.go
    • Line 18: warning: exported type Handler should have comment or be unexported (golint)
    • Line 25: warning: exported function RuleFormatter should have comment or be unexported (golint)
    • Line 34: warning: exported function GroupFormatter should have comment or be unexported (golint)
    • Line 43: warning: exported method Handler.ClusterAlertRuleActionHandler should have comment or be unexported (golint)
    • Line 102: warning: exported method Handler.ProjectAlertRuleActionHandler should have comment or be unexported (golint)
    • rancher/pkg/auth/util/common_util.go
    • Line 10: warning: exported var RequestKey should have comment or be unexported (golint)
    • Line 30: warning: exported function GetHTTPErrorCode should have comment or be unexported (golint)
    • Line 45: warning: exported function GetHost should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_auth_config_controller.go
    • Line 22: warning: exported var AuthConfigGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type AuthConfig should be of the form "AuthConfig ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewAuthConfig should have comment or be unexported (golint)
    • Line 55: warning: exported type AuthConfigHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type AuthConfigChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type AuthConfigLister should have comment or be unexported (golint)
    • Line 64: warning: exported type AuthConfigController should have comment or be unexported (golint)
    • Line 76: warning: exported type AuthConfigInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/monitor/formatter.go
    • Line 8: warning: exported const ResourceNode should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported function GraphFormatter should have comment or be unexported (golint)
    • Line 33: warning: exported function QueryGraphCollectionFormatter should have comment or be unexported (golint)
    • Line 37: warning: exported function MetricFormatter should have comment or be unexported (golint)
    • Line 44: warning: exported function MetricCollectionFormatter should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_alert_group_controller.go
    • Line 22: warning: exported var ClusterAlertGroupGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterAlertGroup should be of the form "ClusterAlertGroup ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterAlertGroup should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterAlertGroupHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterAlertGroupChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterAlertGroupLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterAlertGroupController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterAlertGroupInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_namespaced_service_account_token.go
    • Line 8: warning: exported const NamespacedServiceAccountTokenType should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type NamespacedServiceAccountToken should have comment or be unexported (golint)
    • Line 45: warning: exported type NamespacedServiceAccountTokenCollection should have comment or be unexported (golint)
    • Line 51: warning: exported type NamespacedServiceAccountTokenClient should have comment or be unexported (golint)
    • Line 55: warning: exported type NamespacedServiceAccountTokenOperations should have comment or be unexported (golint)
    • Line 71: warning: exported method NamespacedServiceAccountTokenClient.Create should have comment or be unexported (golint)
    • Line 77: warning: exported method NamespacedServiceAccountTokenClient.Update should have comment or be unexported (golint)
    • Line 83: warning: exported method NamespacedServiceAccountTokenClient.Replace should have comment or be unexported (golint)
    • Line 89: warning: exported method NamespacedServiceAccountTokenClient.List should have comment or be unexported (golint)
    • Line 96: warning: exported method NamespacedServiceAccountTokenClient.ListAll should have comment or be unexported (golint)
    • Line 114: warning: exported method NamespacedServiceAccountTokenCollection.Next should have comment or be unexported (golint)
    • Line 124: warning: exported method NamespacedServiceAccountTokenClient.ByID should have comment or be unexported (golint)
    • Line 130: warning: exported method NamespacedServiceAccountTokenClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_pipeline_setting.go
    • Line 8: warning: exported const PipelineSettingType should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type PipelineSetting should have comment or be unexported (golint)
    • Line 41: warning: exported type PipelineSettingCollection should have comment or be unexported (golint)
    • Line 47: warning: exported type PipelineSettingClient should have comment or be unexported (golint)
    • Line 51: warning: exported type PipelineSettingOperations should have comment or be unexported (golint)
    • Line 67: warning: exported method PipelineSettingClient.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method PipelineSettingClient.Update should have comment or be unexported (golint)
    • Line 79: warning: exported method PipelineSettingClient.Replace should have comment or be unexported (golint)
    • Line 85: warning: exported method PipelineSettingClient.List should have comment or be unexported (golint)
    • Line 92: warning: exported method PipelineSettingClient.ListAll should have comment or be unexported (golint)
    • Line 110: warning: exported method PipelineSettingCollection.Next should have comment or be unexported (golint)
    • Line 120: warning: exported method PipelineSettingClient.ByID should have comment or be unexported (golint)
    • Line 126: warning: exported method PipelineSettingClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_group_controller.go
    • Line 22: warning: exported var GroupGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Group should be of the form "Group ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewGroup should have comment or be unexported (golint)
    • Line 55: warning: exported type GroupHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type GroupChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type GroupLister should have comment or be unexported (golint)
    • Line 64: warning: exported type GroupController should have comment or be unexported (golint)
    • Line 76: warning: exported type GroupInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_node_pool_controller.go
    • Line 22: warning: exported var NodePoolGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type NodePool should be of the form "NodePool ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNodePool should have comment or be unexported (golint)
    • Line 56: warning: exported type NodePoolHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NodePoolChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NodePoolLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NodePoolController should have comment or be unexported (golint)
    • Line 77: warning: exported type NodePoolInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/rke_types.go
    • Line 12: warning: exported type EtcdBackup should have comment or be unexported (golint)
    • Line 27: warning: exported type RkeK8sSystemImage should have comment or be unexported (golint)
    • Line 38: warning: exported type RkeK8sServiceOption should have comment or be unexported (golint)
    • Line 49: warning: exported type RkeAddon should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_project_monitor_graph_controller.go
    • Line 22: warning: exported var ProjectMonitorGraphGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ProjectMonitorGraph should be of the form "ProjectMonitorGraph ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewProjectMonitorGraph should have comment or be unexported (golint)
    • Line 56: warning: exported type ProjectMonitorGraphHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ProjectMonitorGraphChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ProjectMonitorGraphLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectMonitorGraphController should have comment or be unexported (golint)
    • Line 77: warning: exported type ProjectMonitorGraphInterface should have comment or be unexported (golint)
    • rancher/pkg/auth/providers/common/ldap/ldap_util.go
    • Line 20: warning: exported type ConfigAttributes should have comment or be unexported (golint)
    • Line 32: warning: exported function Connect should have comment or be unexported (golint)
    • Line 36: warning: exported function NewLDAPConn should have comment or be unexported (golint)
    • Line 73: warning: exported function GetUserExternalID should have comment or be unexported (golint)
    • Line 82: warning: exported function HasPermission should have comment or be unexported (golint)
    • Line 108: warning: exported function IsType should have comment or be unexported (golint)
    • Line 123: warning: exported function GetAttributeValuesByName should have comment or be unexported (golint)
    • Line 132: warning: exported function GetUserSearchAttributes should have comment or be unexported (golint)
    • Line 142: warning: exported function GetGroupSearchAttributes should have comment or be unexported (golint)
    • Line 152: warning: exported function GetUserSearchAttributesForLDAP should have comment or be unexported (golint)
    • Line 162: warning: exported function GetGroupSearchAttributesForLDAP should have comment or be unexported (golint)
    • Line 172: warning: exported function AuthenticateServiceAccountUser should have comment or be unexported (golint)
    • Line 189: warning: exported function AttributesToPrincipal should have comment or be unexported (golint)
    • Line 247: warning: exported function GatherParentGroups should have comment or be unexported (golint)
    • Line 291: warning: exported function FindNonDuplicateBetweenGroupPrincipals should have comment or be unexported (golint)
    • Line 309: warning: exported function Min should have comment or be unexported (golint)
    • Line 316: warning: exported function NewCAPool should have comment or be unexported (golint)
    • Line 325: warning: exported function ValidateLdapConfig should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_logging.go
    • Line 8: warning: exported const ClusterLoggingType should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported type ClusterLogging should have comment or be unexported (golint)
    • Line 67: warning: exported type ClusterLoggingCollection should have comment or be unexported (golint)
    • Line 73: warning: exported type ClusterLoggingClient should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterLoggingOperations should have comment or be unexported (golint)
    • Line 97: warning: exported method ClusterLoggingClient.Create should have comment or be unexported (golint)
    • Line 103: warning: exported method ClusterLoggingClient.Update should have comment or be unexported (golint)
    • Line 109: warning: exported method ClusterLoggingClient.Replace should have comment or be unexported (golint)
    • Line 115: warning: exported method ClusterLoggingClient.List should have comment or be unexported (golint)
    • Line 122: warning: exported method ClusterLoggingClient.ListAll should have comment or be unexported (golint)
    • Line 140: warning: exported method ClusterLoggingCollection.Next should have comment or be unexported (golint)
    • Line 150: warning: exported method ClusterLoggingClient.ByID should have comment or be unexported (golint)
    • Line 156: warning: exported method ClusterLoggingClient.Delete should have comment or be unexported (golint)
    • Line 160: warning: exported method ClusterLoggingClient.CollectionActionDryRun should have comment or be unexported (golint)
    • Line 165: warning: exported method ClusterLoggingClient.CollectionActionTest should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/merge_list_by_index.go
    • Line 12: warning: exported function NewMergeListByIndexMapper should have comment or be unexported (golint)
    • Line 25: warning: exported type MergeListByIndexMapper should have comment or be unexported (golint)
    • Line 32: warning: exported method MergeListByIndexMapper.FromInternal should have comment or be unexported (golint)
    • Line 56: warning: exported method MergeListByIndexMapper.ToInternal should have comment or be unexported (golint)
    • Line 85: warning: exported method MergeListByIndexMapper.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/apis/rke.cattle.io/v1/map.go
    • Line 9: warning: exported type GenericMap should have comment or be unexported (golint)
    • Line 13: warning: exported method GenericMap.MarshalJSON should have comment or be unexported (golint)
    • Line 17: warning: exported method GenericMap.UnmarshalJSON should have comment or be unexported (golint)
    • Line 22: warning: exported method GenericMap.DeepCopyInto should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/monitoring.coreos.com/v1/zz_generated_prometheus_controller.go
    • Line 22: warning: exported var PrometheusGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Prometheus should be of the form "Prometheus ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewPrometheus should have comment or be unexported (golint)
    • Line 56: warning: exported type PrometheusHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type PrometheusChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type PrometheusLister should have comment or be unexported (golint)
    • Line 65: warning: exported type PrometheusController should have comment or be unexported (golint)
    • Line 77: warning: exported type PrometheusInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/authz_types.go
    • Line 15: warning: exported var NamespaceBackedResource should have comment or be unexported (golint)
    • Line 26: warning: exported type Project should have comment or be unexported (golint)
    • Line 36: warning: exported method Project.ObjClusterName should have comment or be unexported (golint)
    • Line 40: warning: exported type ProjectStatus should have comment or be unexported (golint)
    • Line 46: warning: exported type ProjectCondition should have comment or be unexported (golint)
    • Line 61: warning: exported type ProjectSpec should have comment or be unexported (golint)
    • Line 71: warning: exported method ProjectSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 79: warning: exported type GlobalRole should have comment or be unexported (golint)
    • Line 94: warning: exported type GlobalRoleBinding should have comment or be unexported (golint)
    • Line 107: warning: exported type RoleTemplate should have comment or be unexported (golint)
    • Line 129: warning: exported type PodSecurityPolicyTemplate should have comment or be unexported (golint)
    • Line 140: warning: exported type PodSecurityPolicyTemplateProjectBinding should have comment or be unexported (golint)
    • Line 152: warning: exported type ProjectRoleTemplateBinding should have comment or be unexported (golint)
    • Line 166: warning: exported method ProjectRoleTemplateBinding.ObjClusterName should have comment or be unexported (golint)
    • Line 176: warning: exported type ClusterRoleTemplateBinding should have comment or be unexported (golint)
    • Line 189: warning: exported method ClusterRoleTemplateBinding.ObjClusterName should have comment or be unexported (golint)
    • Line 193: warning: exported type SetPodSecurityPolicyTemplateInput should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/logging/deployer/upgradeimpl.go
    • Line 29: warning: exported var ServiceName should have comment or be unexported (golint)
    • Line 33: warning: exported type LoggingService should have comment or be unexported (golint)
    • Line 45: warning: exported function NewService should have comment or be unexported (golint)
    • Line 49: warning: exported method LoggingService.Init should have comment or be unexported (golint)
    • Line 67: warning: exported method LoggingService.Version should have comment or be unexported (golint)
    • Line 71: warning: exported method LoggingService.Upgrade should have comment or be unexported (golint)
    • rancher/pkg/api/norman/server/managementstored/setup.go
    • Line 76: warning: exported function Setup should have comment or be unexported (golint)
    • Line 252: warning: exported function Clusters should have comment or be unexported (golint)
    • Line 301: warning: exported function Templates should have comment or be unexported (golint)
    • Line 320: warning: exported function TemplateVersion should have comment or be unexported (golint)
    • Line 344: warning: exported function TemplateContent should have comment or be unexported (golint)
    • Line 350: warning: exported function Catalog should have comment or be unexported (golint)
    • Line 366: warning: exported function ProjectCatalog should have comment or be unexported (golint)
    • Line 381: warning: exported function ClusterCatalog should have comment or be unexported (golint)
    • Line 396: warning: exported function ClusterRegistrationTokens should have comment or be unexported (golint)
    • Line 403: warning: exported function Tokens should have comment or be unexported (golint)
    • Line 413: warning: exported function NodeTemplates should have comment or be unexported (golint)
    • Line 436: warning: exported function SecretTypes should have comment or be unexported (golint)
    • Line 474: warning: exported function Preference should have comment or be unexported (golint)
    • Line 479: warning: exported function NodeTypes should have comment or be unexported (golint)
    • Line 517: warning: exported function App should have comment or be unexported (golint)
    • Line 543: warning: exported function Setting should have comment or be unexported (golint)
    • Line 550: warning: exported function Feature should have comment or be unexported (golint)
    • Line 558: warning: exported function LoggingTypes should have comment or be unexported (golint)
    • Line 572: warning: exported function Alert should have comment or be unexported (golint)
    • Line 600: warning: exported function Monitor should have comment or be unexported (golint)
    • Line 618: warning: exported function Pipeline should have comment or be unexported (golint)
    • Line 667: warning: exported function Project should have comment or be unexported (golint)
    • Line 681: warning: exported function PodSecurityPolicyTemplate should have comment or be unexported (golint)
    • Line 690: warning: exported function PodSecurityPolicyTemplateProjectBinding should have comment or be unexported (golint)
    • Line 695: warning: exported function ClusterRoleTemplateBinding should have comment or be unexported (golint)
    • Line 700: warning: exported function ProjectRoleTemplateBinding should have comment or be unexported (golint)
    • Line 705: warning: exported function GlobalRole should have comment or be unexported (golint)
    • Line 716: warning: exported function GlobalRoleBindings should have comment or be unexported (golint)
    • Line 723: warning: exported function RoleTemplate should have comment or be unexported (golint)
    • Line 733: warning: exported function KontainerDriver should have comment or be unexported (golint)
    • Line 773: warning: exported function MultiClusterApps should have comment or be unexported (golint)
    • Line 802: warning: exported function GlobalDNSs should have comment or be unexported (golint)
    • Line 824: warning: exported function GlobalDNSProviders should have comment or be unexported (golint)
    • Line 834: warning: exported function GlobalDNSProvidersPwdWrap should have comment or be unexported (golint)
    • Line 839: warning: exported function ClusterTemplates should have comment or be unexported (golint)
    • Line 863: warning: exported function ClusterScans should have comment or be unexported (golint)
    • Line 872: warning: exported function SystemImages should have comment or be unexported (golint)
    • Line 877: warning: exported function EtcdBackups should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/monitoring.coreos.com/v1/zz_generated_service_monitor_controller.go
    • Line 22: warning: exported var ServiceMonitorGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ServiceMonitor should be of the form "ServiceMonitor ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewServiceMonitor should have comment or be unexported (golint)
    • Line 56: warning: exported type ServiceMonitorHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ServiceMonitorChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ServiceMonitorLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ServiceMonitorController should have comment or be unexported (golint)
    • Line 77: warning: exported type ServiceMonitorInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_config_map.go
    • Line 8: warning: exported const ConfigMapType should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type ConfigMap should have comment or be unexported (golint)
    • Line 41: warning: exported type ConfigMapCollection should have comment or be unexported (golint)
    • Line 47: warning: exported type ConfigMapClient should have comment or be unexported (golint)
    • Line 51: warning: exported type ConfigMapOperations should have comment or be unexported (golint)
    • Line 67: warning: exported method ConfigMapClient.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method ConfigMapClient.Update should have comment or be unexported (golint)
    • Line 79: warning: exported method ConfigMapClient.Replace should have comment or be unexported (golint)
    • Line 85: warning: exported method ConfigMapClient.List should have comment or be unexported (golint)
    • Line 92: warning: exported method ConfigMapClient.ListAll should have comment or be unexported (golint)
    • Line 110: warning: exported method ConfigMapCollection.Next should have comment or be unexported (golint)
    • Line 120: warning: exported method ConfigMapClient.ByID should have comment or be unexported (golint)
    • Line 126: warning: exported method ConfigMapClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/globaldns_types.go
    • Line 11: warning: exported type GlobalDns should have comment or be unexported (golint)
    • Line 23: warning: exported type GlobalDNSSpec should have comment or be unexported (golint)
    • Line 32: warning: exported type GlobalDNSStatus should have comment or be unexported (golint)
    • Line 40: warning: exported type GlobalDnsProvider should have comment or be unexported (golint)
    • Line 52: warning: exported type GlobalDNSProviderSpec should have comment or be unexported (golint)
    • Line 60: warning: exported type Route53ProviderConfig should have comment or be unexported (golint)
    • Line 70: warning: exported type CloudflareProviderConfig should have comment or be unexported (golint)
    • Line 77: warning: exported type UpdateGlobalDNSTargetsInput should have comment or be unexported (golint)
    • Line 81: warning: exported type AlidnsProviderConfig should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/resource_quota_types.go
    • Line 3: warning: exported type ProjectResourceQuota should have comment or be unexported (golint)
    • Line 8: warning: exported type NamespaceResourceQuota should have comment or be unexported (golint)
    • Line 12: warning: exported type ResourceQuotaLimit should have comment or be unexported (golint)
    • Line 28: warning: exported type ContainerResourceLimit should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_basic_auth_controller.go
    • Line 22: warning: exported var BasicAuthGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type BasicAuth should be of the form "BasicAuth ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewBasicAuth should have comment or be unexported (golint)
    • Line 56: warning: exported type BasicAuthHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type BasicAuthChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type BasicAuthLister should have comment or be unexported (golint)
    • Line 65: warning: exported type BasicAuthController should have comment or be unexported (golint)
    • Line 77: warning: exported type BasicAuthInterface should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/creator.go
    • Line 8: warning: exported type Creator should have comment or be unexported (golint)
    • Line 12: warning: exported method Creator.FromInternal should have comment or be unexported (golint)
    • Line 18: warning: exported method Creator.ToInternal should have comment or be unexported (golint)
    • Line 25: warning: exported method Creator.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuser/secret/secret.go
    • Line 37: warning: exported type Controller should have comment or be unexported (golint)
    • Line 45: warning: exported function Register should have comment or be unexported (golint)
    • Line 90: warning: exported type NamespaceController should have comment or be unexported (golint)
    • Line 129: warning: exported method Controller.Create should have comment or be unexported (golint)
    • Line 134: warning: exported method Controller.Updated should have comment or be unexported (golint)
    • Line 139: warning: exported method Controller.Remove should have comment or be unexported (golint)
    • rancher/pkg/pipeline/providers/github/provider.go
    • Line 21: warning: exported type GhProvider should have comment or be unexported (golint)
    • Line 26: warning: exported method GhProvider.CustomizeSchemas should have comment or be unexported (golint)
    • Line 40: warning: exported method GhProvider.GetName should have comment or be unexported (golint)
    • Line 44: warning: exported method GhProvider.TransformToSourceCodeProvider should have comment or be unexported (golint)
    • Line 50: warning: exported method GhProvider.GetProviderConfig should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/autoscaling/v2beta2/zz_generated_horizontal_pod_autoscaler_controller.go
    • Line 22: warning: exported var HorizontalPodAutoscalerGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type HorizontalPodAutoscaler should be of the form "HorizontalPodAutoscaler ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewHorizontalPodAutoscaler should have comment or be unexported (golint)
    • Line 56: warning: exported type HorizontalPodAutoscalerHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type HorizontalPodAutoscalerChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type HorizontalPodAutoscalerLister should have comment or be unexported (golint)
    • Line 65: warning: exported type HorizontalPodAutoscalerController should have comment or be unexported (golint)
    • Line 77: warning: exported type HorizontalPodAutoscalerInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/project.cattle.io/v3/pipeline_types.go
    • Line 14: warning: exported type PipelineConditionType should have comment or be unexported (golint)
    • Line 17: warning: exported const PipelineExecutionConditionProvisioned should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported type SourceCodeProvider should have comment or be unexported (golint)
    • Line 35: warning: exported method SourceCodeProvider.ObjClusterName should have comment or be unexported (golint)
    • Line 46: warning: exported type OauthProvider should have comment or be unexported (golint)
    • Line 52: warning: exported type GithubProvider should have comment or be unexported (golint)
    • Line 56: warning: exported type GitlabProvider should have comment or be unexported (golint)
    • Line 60: warning: exported type BitbucketCloudProvider should have comment or be unexported (golint)
    • Line 64: warning: exported type BitbucketServerProvider should have comment or be unexported (golint)
    • Line 71: warning: exported type SourceCodeProviderConfig should have comment or be unexported (golint)
    • Line 82: warning: exported method SourceCodeProviderConfig.ObjClusterName should have comment or be unexported (golint)
    • Line 92: warning: exported type GithubPipelineConfig should have comment or be unexported (golint)
    • Line 105: warning: exported type GitlabPipelineConfig should have comment or be unexported (golint)
    • Line 118: warning: exported type BitbucketCloudPipelineConfig should have comment or be unexported (golint)
    • Line 129: warning: exported type BitbucketServerPipelineConfig should have comment or be unexported (golint)
    • Line 143: warning: exported type Pipeline should have comment or be unexported (golint)
    • Line 153: warning: exported method Pipeline.ObjClusterName should have comment or be unexported (golint)
    • Line 160: warning: exported type PipelineExecution should have comment or be unexported (golint)
    • Line 170: warning: exported method PipelineExecution.ObjClusterName should have comment or be unexported (golint)
    • Line 177: warning: exported type PipelineSetting should have comment or be unexported (golint)
    • Line 189: warning: exported method PipelineSetting.ObjClusterName should have comment or be unexported (golint)
    • Line 199: warning: exported type SourceCodeCredential should have comment or be unexported (golint)
    • Line 209: warning: exported method SourceCodeCredential.ObjClusterName should have comment or be unexported (golint)
    • Line 216: warning: exported type SourceCodeRepository should have comment or be unexported (golint)
    • Line 226: warning: exported method SourceCodeRepository.ObjClusterName should have comment or be unexported (golint)
    • Line 230: warning: exported type PipelineStatus should have comment or be unexported (golint)
    • Line 242: warning: exported type PipelineSpec should have comment or be unexported (golint)
    • Line 254: warning: exported method PipelineSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 261: warning: exported type PipelineConfig should have comment or be unexported (golint)
    • Line 269: warning: exported type PipelineNotification should have comment or be unexported (golint)
    • Line 275: warning: exported type Recipient should have comment or be unexported (golint)
    • Line 280: warning: exported type PipelineCondition should have comment or be unexported (golint)
    • Line 295: warning: exported type Stage should have comment or be unexported (golint)
    • Line 302: warning: exported type Step should have comment or be unexported (golint)
    • Line 320: warning: exported type Constraints should have comment or be unexported (golint)
    • Line 325: warning: exported type Constraint should have comment or be unexported (golint)
    • Line 330: warning: exported type SourceCodeConfig should have comment or be unexported (golint)
    • Line 333: warning: exported type RunScriptConfig should have comment or be unexported (golint)
    • Line 338: warning: exported type PublishImageConfig should have comment or be unexported (golint)
    • Line 346: warning: exported type ApplyYamlConfig should have comment or be unexported (golint)
    • Line 352: warning: exported type PublishCatalogConfig should have comment or be unexported (golint)
    • Line 362: warning: exported type ApplyAppConfig should have comment or be unexported (golint)
    • Line 370: warning: exported type PipelineExecutionSpec should have comment or be unexported (golint)
    • Line 391: warning: exported method PipelineExecutionSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 398: warning: exported type PipelineExecutionStatus should have comment or be unexported (golint)
    • Line 407: warning: exported type StageStatus should have comment or be unexported (golint)
    • Line 414: warning: exported type StepStatus should have comment or be unexported (golint)
    • Line 420: warning: exported type SourceCodeCredentialSpec should have comment or be unexported (golint)
    • Line 435: warning: exported method SourceCodeCredentialSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 442: warning: exported type SourceCodeCredentialStatus should have comment or be unexported (golint)
    • Line 446: warning: exported type SourceCodeRepositorySpec should have comment or be unexported (golint)
    • Line 457: warning: exported method SourceCodeRepositorySpec.ObjClusterName should have comment or be unexported (golint)
    • Line 464: warning: exported type SourceCodeRepositoryStatus should have comment or be unexported (golint)
    • Line 467: warning: exported type RepoPerm should have comment or be unexported (golint)
    • Line 473: warning: exported type RunPipelineInput should have comment or be unexported (golint)
    • Line 477: warning: exported type AuthAppInput should have comment or be unexported (golint)
    • Line 488: warning: exported type AuthUserInput should have comment or be unexported (golint)
    • Line 494: warning: exported type PushPipelineConfigInput should have comment or be unexported (golint)
    • Line 498: warning: exported type PipelineSystemImages should have comment or be unexported (golint)
    • Line 509: warning: exported type OauthApplyInput should have comment or be unexported (golint)
    • Line 518: warning: exported type GithubApplyInput should have comment or be unexported (golint)
    • Line 523: warning: exported type GitlabApplyInput should have comment or be unexported (golint)
    • Line 527: warning: exported type BitbucketCloudApplyInput should have comment or be unexported (golint)
    • Line 531: warning: exported type BitbucketServerApplyInput should have comment or be unexported (golint)
    • Line 539: warning: exported type BitbucketServerRequestLoginInput should have comment or be unexported (golint)
    • Line 545: warning: exported type BitbucketServerRequestLoginOutput should have comment or be unexported (golint)
    • Line 549: warning: exported type EnvFrom should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_certificate.go
    • Line 8: warning: exported const CertificateType should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type Certificate should have comment or be unexported (golint)
    • Line 61: warning: exported type CertificateCollection should have comment or be unexported (golint)
    • Line 67: warning: exported type CertificateClient should have comment or be unexported (golint)
    • Line 71: warning: exported type CertificateOperations should have comment or be unexported (golint)
    • Line 87: warning: exported method CertificateClient.Create should have comment or be unexported (golint)
    • Line 93: warning: exported method CertificateClient.Update should have comment or be unexported (golint)
    • Line 99: warning: exported method CertificateClient.Replace should have comment or be unexported (golint)
    • Line 105: warning: exported method CertificateClient.List should have comment or be unexported (golint)
    • Line 112: warning: exported method CertificateClient.ListAll should have comment or be unexported (golint)
    • Line 130: warning: exported method CertificateCollection.Next should have comment or be unexported (golint)
    • Line 140: warning: exported method CertificateClient.ByID should have comment or be unexported (golint)
    • Line 146: warning: exported method CertificateClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_node_template_controller.go
    • Line 22: warning: exported var NodeTemplateGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type NodeTemplate should be of the form "NodeTemplate ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNodeTemplate should have comment or be unexported (golint)
    • Line 56: warning: exported type NodeTemplateHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NodeTemplateChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NodeTemplateLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NodeTemplateController should have comment or be unexported (golint)
    • Line 77: warning: exported type NodeTemplateInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/cluster/formatter.go
    • Line 19: warning: exported type Formatter should have comment or be unexported (golint)
    • Line 27: warning: exported function NewFormatter should have comment or be unexported (golint)
    • Line 54: warning: exported method Formatter.Formatter should have comment or be unexported (golint)
    • Line 203: warning: exported method Formatter.CollectionFormatter should have comment or be unexported (golint)
    • rancher/pkg/schemas/management.cattle.io/v3/types.go
    • Line 3: warning: exported type NodeInfo should have comment or be unexported (golint)
    • Line 10: warning: exported type CPUInfo should have comment or be unexported (golint)
    • Line 14: warning: exported type MemoryInfo should have comment or be unexported (golint)
    • Line 18: warning: exported type OSInfo should have comment or be unexported (golint)
    • Line 24: warning: exported type KubernetesInfo should have comment or be unexported (golint)
    • rancher/pkg/rkeworker/docker.go
    • Line 27: warning: exported const RKEContainerNameLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type NodeConfig should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/setting/setting.go
    • Line 20: warning: exported var ReadOnlySettings should have comment or be unexported (golint)
    • Line 24: warning: exported function PipelineFormatter should have comment or be unexported (golint)
    • Line 34: warning: exported function Formatter should have comment or be unexported (golint)
    • Line 49: warning: exported function Validator should have comment or be unexported (golint)
    • rancher/pkg/image/external/external.go
    • Line 15: warning: exported type Source should have comment or be unexported (golint)
    • Line 18: warning: exported const K3S should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: exported function GetExternalImages should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_pipeline_setting_controller.go
    • Line 22: warning: exported var PipelineSettingGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type PipelineSetting should be of the form "PipelineSetting ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewPipelineSetting should have comment or be unexported (golint)
    • Line 56: warning: exported type PipelineSettingHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type PipelineSettingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type PipelineSettingLister should have comment or be unexported (golint)
    • Line 65: warning: exported type PipelineSettingController should have comment or be unexported (golint)
    • Line 77: warning: exported type PipelineSettingInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_project_network_policy.go
    • Line 8: warning: exported const ProjectNetworkPolicyType should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type ProjectNetworkPolicy should have comment or be unexported (golint)
    • Line 45: warning: exported type ProjectNetworkPolicyCollection should have comment or be unexported (golint)
    • Line 51: warning: exported type ProjectNetworkPolicyClient should have comment or be unexported (golint)
    • Line 55: warning: exported type ProjectNetworkPolicyOperations should have comment or be unexported (golint)
    • Line 71: warning: exported method ProjectNetworkPolicyClient.Create should have comment or be unexported (golint)
    • Line 77: warning: exported method ProjectNetworkPolicyClient.Update should have comment or be unexported (golint)
    • Line 83: warning: exported method ProjectNetworkPolicyClient.Replace should have comment or be unexported (golint)
    • Line 89: warning: exported method ProjectNetworkPolicyClient.List should have comment or be unexported (golint)
    • Line 96: warning: exported method ProjectNetworkPolicyClient.ListAll should have comment or be unexported (golint)
    • Line 114: warning: exported method ProjectNetworkPolicyCollection.Next should have comment or be unexported (golint)
    • Line 124: warning: exported method ProjectNetworkPolicyClient.ByID should have comment or be unexported (golint)
    • Line 130: warning: exported method ProjectNetworkPolicyClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/auth/requests/authenticate.go
    • Line 24: warning: exported var ErrMustAuthenticate should have comment or be unexported (golint)
    • Line 27: warning: exported type Authenticator should have comment or be unexported (golint)
    • Line 32: warning: exported type AuthenticatorResponse should have comment or be unexported (golint)
    • Line 40: warning: exported function ToAuthMiddleware should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterRouter should have comment or be unexported (golint)
    • Line 58: warning: exported function NewAuthenticator should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_template_controller.go
    • Line 22: warning: exported var ClusterTemplateGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterTemplate should be of the form "ClusterTemplate ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterTemplate should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterTemplateHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterTemplateChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterTemplateLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterTemplateController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterTemplateInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_namespaced_docker_credential.go
    • Line 8: warning: exported const NamespacedDockerCredentialType should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type NamespacedDockerCredential should have comment or be unexported (golint)
    • Line 39: warning: exported type NamespacedDockerCredentialCollection should have comment or be unexported (golint)
    • Line 45: warning: exported type NamespacedDockerCredentialClient should have comment or be unexported (golint)
    • Line 49: warning: exported type NamespacedDockerCredentialOperations should have comment or be unexported (golint)
    • Line 65: warning: exported method NamespacedDockerCredentialClient.Create should have comment or be unexported (golint)
    • Line 71: warning: exported method NamespacedDockerCredentialClient.Update should have comment or be unexported (golint)
    • Line 77: warning: exported method NamespacedDockerCredentialClient.Replace should have comment or be unexported (golint)
    • Line 83: warning: exported method NamespacedDockerCredentialClient.List should have comment or be unexported (golint)
    • Line 90: warning: exported method NamespacedDockerCredentialClient.ListAll should have comment or be unexported (golint)
    • Line 108: warning: exported method NamespacedDockerCredentialCollection.Next should have comment or be unexported (golint)
    • Line 118: warning: exported method NamespacedDockerCredentialClient.ByID should have comment or be unexported (golint)
    • Line 124: warning: exported method NamespacedDockerCredentialClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/multiclustermanager/deferred.go
    • Line 17: warning: exported type DeferredServer should have comment or be unexported (golint)
    • Line 25: warning: exported function NewDeferredServer should have comment or be unexported (golint)
    • Line 32: warning: exported method DeferredServer.Wait should have comment or be unexported (golint)
    • Line 53: warning: exported method DeferredServer.NormanSchemas should have comment or be unexported (golint)
    • Line 61: warning: exported method DeferredServer.Start should have comment or be unexported (golint)
    • Line 106: warning: exported method DeferredServer.Middleware should have comment or be unexported (golint)
    • Line 117: warning: exported method DeferredServer.ClusterDialer should have comment or be unexported (golint)
    • Line 131: warning: exported method DeferredServer.K8sClient should have comment or be unexported (golint)
    • rancher/pkg/encryptedstore/secrets_store.go
    • Line 19: warning: exported type GenericEncryptedStore should have comment or be unexported (golint)
    • Line 26: warning: exported function NewGenericEncrypedStore should have comment or be unexported (golint)
    • Line 50: warning: exported method GenericEncryptedStore.Get should have comment or be unexported (golint)
    • Line 68: warning: exported method GenericEncryptedStore.Set should have comment or be unexported (golint)
    • Line 149: warning: exported method GenericEncryptedStore.Remove should have comment or be unexported (golint)
    • rancher/pkg/api/steve/proxy/auth.go
    • Line 16: warning: exported const Prefix should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported function NewAuthorizer should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/cis/scan.go
    • Line 15: warning: exported function NewCisScan should have comment or be unexported (golint)
    • Line 45: warning: exported function NewManualCisScan should have comment or be unexported (golint)
    • Line 50: warning: exported function NewScheduledCisScan should have comment or be unexported (golint)
    • Line 55: warning: exported function LaunchScan should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_catalog_template_version_controller.go
    • Line 22: warning: exported var CatalogTemplateVersionGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type CatalogTemplateVersion should be of the form "CatalogTemplateVersion ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewCatalogTemplateVersion should have comment or be unexported (golint)
    • Line 56: warning: exported type CatalogTemplateVersionHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type CatalogTemplateVersionChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type CatalogTemplateVersionLister should have comment or be unexported (golint)
    • Line 65: warning: exported type CatalogTemplateVersionController should have comment or be unexported (golint)
    • Line 77: warning: exported type CatalogTemplateVersionInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cis_config_controller.go
    • Line 22: warning: exported var CisConfigGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type CisConfig should be of the form "CisConfig ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewCisConfig should have comment or be unexported (golint)
    • Line 56: warning: exported type CisConfigHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type CisConfigChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type CisConfigLister should have comment or be unexported (golint)
    • Line 65: warning: exported type CisConfigController should have comment or be unexported (golint)
    • Line 77: warning: exported type CisConfigInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/authn_types.go
    • Line 10: warning: exported const UserConditionInitialRolesPopulated should have comment or be unexported (golint)
    • Line 16: warning: exported type Token should have comment or be unexported (golint)
    • Line 37: warning: exported method Token.ObjClusterName should have comment or be unexported (golint)
    • Line 45: warning: exported type User should have comment or be unexported (golint)
    • Line 61: warning: exported type UserStatus should have comment or be unexported (golint)
    • Line 65: warning: exported type UserCondition should have comment or be unexported (golint)
    • Line 80: warning: exported type UserSpec should have comment or be unexported (golint)
    • Line 97: warning: exported type Principals should have comment or be unexported (golint)
    • Line 105: warning: exported type Group should have comment or be unexported (golint)
    • Line 116: warning: exported type GroupMember should have comment or be unexported (golint)
    • Line 128: warning: exported type Principal should have comment or be unexported (golint)
    • Line 143: warning: exported type SearchPrincipalsInput should have comment or be unexported (golint)
    • Line 148: warning: exported type ChangePasswordInput should have comment or be unexported (golint)
    • Line 153: warning: exported type SetPasswordInput should have comment or be unexported (golint)
    • Line 161: warning: exported type AuthConfig should have comment or be unexported (golint)
    • Line 175: warning: exported type SamlToken should have comment or be unexported (golint)
    • Line 186: warning: exported type LocalConfig should have comment or be unexported (golint)
    • Line 194: warning: exported type GithubConfig should have comment or be unexported (golint)
    • Line 207: warning: exported type GithubConfigTestOutput should have comment or be unexported (golint)
    • Line 211: warning: exported type GithubConfigApplyInput should have comment or be unexported (golint)
    • Line 219: warning: exported type GoogleOauthConfig should have comment or be unexported (golint)
    • Line 230: warning: exported type GoogleOauthConfigTestOutput should have comment or be unexported (golint)
    • Line 234: warning: exported type GoogleOauthConfigApplyInput should have comment or be unexported (golint)
    • Line 242: warning: exported type AzureADConfig should have comment or be unexported (golint)
    • Line 255: warning: exported type AzureADConfigTestOutput should have comment or be unexported (golint)
    • Line 259: warning: exported type AzureADConfigApplyInput should have comment or be unexported (golint)
    • Line 266: warning: exported type ActiveDirectoryConfig should have comment or be unexported (golint)
    • Line 297: warning: exported type ActiveDirectoryTestAndApplyInput should have comment or be unexported (golint)
    • Line 304: warning: exported type LdapFields should have comment or be unexported (golint)
    • Line 335: warning: exported type LdapConfig should have comment or be unexported (golint)
    • Line 340: warning: exported type LdapTestAndApplyInput should have comment or be unexported (golint)
    • Line 346: warning: exported type OpenLdapConfig should have comment or be unexported (golint)
    • Line 350: warning: exported type OpenLdapTestAndApplyInput should have comment or be unexported (golint)
    • Line 354: warning: exported type FreeIpaConfig should have comment or be unexported (golint)
    • Line 358: warning: exported type FreeIpaTestAndApplyInput should have comment or be unexported (golint)
    • Line 364: warning: exported type SamlConfig should have comment or be unexported (golint)
    • Line 378: warning: exported type SamlConfigTestInput should have comment or be unexported (golint)
    • Line 382: warning: exported type SamlConfigTestOutput should have comment or be unexported (golint)
    • Line 386: warning: exported type PingConfig should have comment or be unexported (golint)
    • Line 390: warning: exported type ADFSConfig should have comment or be unexported (golint)
    • Line 394: warning: exported type KeyCloakConfig should have comment or be unexported (golint)
    • Line 398: warning: exported type OKTAConfig should have comment or be unexported (golint)
    • Line 402: warning: exported type ShibbolethConfig should have comment or be unexported (golint)
    • Line 407: warning: exported type AuthSystemImages should have comment or be unexported (golint)
    • Line 413: warning: exported type OIDCConfig should have comment or be unexported (golint)
    • Line 427: warning: exported type OIDCTestOutput should have comment or be unexported (golint)
    • Line 431: warning: exported type OIDCApplyInput should have comment or be unexported (golint)
    • Line 437: warning: exported type KeyCloakOIDCConfig should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_basic_auth.go
    • Line 8: warning: exported const BasicAuthType should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type BasicAuth should have comment or be unexported (golint)
    • Line 41: warning: exported type BasicAuthCollection should have comment or be unexported (golint)
    • Line 47: warning: exported type BasicAuthClient should have comment or be unexported (golint)
    • Line 51: warning: exported type BasicAuthOperations should have comment or be unexported (golint)
    • Line 67: warning: exported method BasicAuthClient.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method BasicAuthClient.Update should have comment or be unexported (golint)
    • Line 79: warning: exported method BasicAuthClient.Replace should have comment or be unexported (golint)
    • Line 85: warning: exported method BasicAuthClient.List should have comment or be unexported (golint)
    • Line 92: warning: exported method BasicAuthClient.ListAll should have comment or be unexported (golint)
    • Line 110: warning: exported method BasicAuthCollection.Next should have comment or be unexported (golint)
    • Line 120: warning: exported method BasicAuthClient.ByID should have comment or be unexported (golint)
    • Line 126: warning: exported method BasicAuthClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_template.go
    • Line 8: warning: exported const ClusterTemplateType should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: exported type ClusterTemplate should have comment or be unexported (golint)
    • Line 37: warning: exported type ClusterTemplateCollection should have comment or be unexported (golint)
    • Line 43: warning: exported type ClusterTemplateClient should have comment or be unexported (golint)
    • Line 47: warning: exported type ClusterTemplateOperations should have comment or be unexported (golint)
    • Line 63: warning: exported method ClusterTemplateClient.Create should have comment or be unexported (golint)
    • Line 69: warning: exported method ClusterTemplateClient.Update should have comment or be unexported (golint)
    • Line 75: warning: exported method ClusterTemplateClient.Replace should have comment or be unexported (golint)
    • Line 81: warning: exported method ClusterTemplateClient.List should have comment or be unexported (golint)
    • Line 88: warning: exported method ClusterTemplateClient.ListAll should have comment or be unexported (golint)
    • Line 106: warning: exported method ClusterTemplateCollection.Next should have comment or be unexported (golint)
    • Line 116: warning: exported method ClusterTemplateClient.ByID should have comment or be unexported (golint)
    • Line 122: warning: exported method ClusterTemplateClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_global_role_binding.go
    • Line 8: warning: exported const GlobalRoleBindingType should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: exported type GlobalRoleBinding should have comment or be unexported (golint)
    • Line 37: warning: exported type GlobalRoleBindingCollection should have comment or be unexported (golint)
    • Line 43: warning: exported type GlobalRoleBindingClient should have comment or be unexported (golint)
    • Line 47: warning: exported type GlobalRoleBindingOperations should have comment or be unexported (golint)
    • Line 63: warning: exported method GlobalRoleBindingClient.Create should have comment or be unexported (golint)
    • Line 69: warning: exported method GlobalRoleBindingClient.Update should have comment or be unexported (golint)
    • Line 75: warning: exported method GlobalRoleBindingClient.Replace should have comment or be unexported (golint)
    • Line 81: warning: exported method GlobalRoleBindingClient.List should have comment or be unexported (golint)
    • Line 88: warning: exported method GlobalRoleBindingClient.ListAll should have comment or be unexported (golint)
    • Line 106: warning: exported method GlobalRoleBindingCollection.Next should have comment or be unexported (golint)
    • Line 116: warning: exported method GlobalRoleBindingClient.ByID should have comment or be unexported (golint)
    • Line 122: warning: exported method GlobalRoleBindingClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/rbac/access_control.go
    • Line 11: warning: exported function NewAccessControl should have comment or be unexported (golint)
    • Line 16: warning: exported function NewAccessControlWithASL should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 80: warning: exported type Client should have comment or be unexported (golint)
    • Line 85: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 97: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 104: warning: exported type NodePoolsGetter should have comment or be unexported (golint)
    • Line 108: warning: exported method Client.NodePools should have comment or be unexported (golint)
    • Line 118: warning: exported type NodesGetter should have comment or be unexported (golint)
    • Line 122: warning: exported method Client.Nodes should have comment or be unexported (golint)
    • Line 132: warning: exported type NodeDriversGetter should have comment or be unexported (golint)
    • Line 136: warning: exported method Client.NodeDrivers should have comment or be unexported (golint)
    • Line 146: warning: exported type NodeTemplatesGetter should have comment or be unexported (golint)
    • Line 150: warning: exported method Client.NodeTemplates should have comment or be unexported (golint)
    • Line 160: warning: exported type ProjectsGetter should have comment or be unexported (golint)
    • Line 164: warning: exported method Client.Projects should have comment or be unexported (golint)
    • Line 174: warning: exported type GlobalRolesGetter should have comment or be unexported (golint)
    • Line 178: warning: exported method Client.GlobalRoles should have comment or be unexported (golint)
    • Line 188: warning: exported type GlobalRoleBindingsGetter should have comment or be unexported (golint)
    • Line 192: warning: exported method Client.GlobalRoleBindings should have comment or be unexported (golint)
    • Line 202: warning: exported type RoleTemplatesGetter should have comment or be unexported (golint)
    • Line 206: warning: exported method Client.RoleTemplates should have comment or be unexported (golint)
    • Line 216: warning: exported type PodSecurityPolicyTemplatesGetter should have comment or be unexported (golint)
    • Line 220: warning: exported method Client.PodSecurityPolicyTemplates should have comment or be unexported (golint)
    • Line 230: warning: exported type PodSecurityPolicyTemplateProjectBindingsGetter should have comment or be unexported (golint)
    • Line 234: warning: exported method Client.PodSecurityPolicyTemplateProjectBindings should have comment or be unexported (golint)
    • Line 244: warning: exported type ClusterRoleTemplateBindingsGetter should have comment or be unexported (golint)
    • Line 248: warning: exported method Client.ClusterRoleTemplateBindings should have comment or be unexported (golint)
    • Line 258: warning: exported type ProjectRoleTemplateBindingsGetter should have comment or be unexported (golint)
    • Line 262: warning: exported method Client.ProjectRoleTemplateBindings should have comment or be unexported (golint)
    • Line 272: warning: exported type ClustersGetter should have comment or be unexported (golint)
    • Line 276: warning: exported method Client.Clusters should have comment or be unexported (golint)
    • Line 286: warning: exported type ClusterRegistrationTokensGetter should have comment or be unexported (golint)
    • Line 290: warning: exported method Client.ClusterRegistrationTokens should have comment or be unexported (golint)
    • Line 300: warning: exported type CatalogsGetter should have comment or be unexported (golint)
    • Line 304: warning: exported method Client.Catalogs should have comment or be unexported (golint)
    • Line 314: warning: exported type TemplatesGetter should have comment or be unexported (golint)
    • Line 318: warning: exported method Client.Templates should have comment or be unexported (golint)
    • Line 328: warning: exported type CatalogTemplatesGetter should have comment or be unexported (golint)
    • Line 332: warning: exported method Client.CatalogTemplates should have comment or be unexported (golint)
    • Line 342: warning: exported type CatalogTemplateVersionsGetter should have comment or be unexported (golint)
    • Line 346: warning: exported method Client.CatalogTemplateVersions should have comment or be unexported (golint)
    • Line 356: warning: exported type TemplateVersionsGetter should have comment or be unexported (golint)
    • Line 360: warning: exported method Client.TemplateVersions should have comment or be unexported (golint)
    • Line 370: warning: exported type TemplateContentsGetter should have comment or be unexported (golint)
    • Line 374: warning: exported method Client.TemplateContents should have comment or be unexported (golint)
    • Line 384: warning: exported type GroupsGetter should have comment or be unexported (golint)
    • Line 388: warning: exported method Client.Groups should have comment or be unexported (golint)
    • Line 398: warning: exported type GroupMembersGetter should have comment or be unexported (golint)
    • Line 402: warning: exported method Client.GroupMembers should have comment or be unexported (golint)
    • Line 412: warning: exported type SamlTokensGetter should have comment or be unexported (golint)
    • Line 416: warning: exported method Client.SamlTokens should have comment or be unexported (golint)
    • Line 426: warning: exported type PrincipalsGetter should have comment or be unexported (golint)
    • Line 430: warning: exported method Client.Principals should have comment or be unexported (golint)
    • Line 440: warning: exported type UsersGetter should have comment or be unexported (golint)
    • Line 444: warning: exported method Client.Users should have comment or be unexported (golint)
    • Line 454: warning: exported type AuthConfigsGetter should have comment or be unexported (golint)
    • Line 458: warning: exported method Client.AuthConfigs should have comment or be unexported (golint)
    • Line 468: warning: exported type LdapConfigsGetter should have comment or be unexported (golint)
    • Line 472: warning: exported method Client.LdapConfigs should have comment or be unexported (golint)
    • Line 482: warning: exported type TokensGetter should have comment or be unexported (golint)
    • Line 486: warning: exported method Client.Tokens should have comment or be unexported (golint)
    • Line 496: warning: exported type DynamicSchemasGetter should have comment or be unexported (golint)
    • Line 500: warning: exported method Client.DynamicSchemas should have comment or be unexported (golint)
    • Line 510: warning: exported type PreferencesGetter should have comment or be unexported (golint)
    • Line 514: warning: exported method Client.Preferences should have comment or be unexported (golint)
    • Line 524: warning: exported type UserAttributesGetter should have comment or be unexported (golint)
    • Line 528: warning: exported method Client.UserAttributes should have comment or be unexported (golint)
    • Line 538: warning: exported type ProjectNetworkPoliciesGetter should have comment or be unexported (golint)
    • Line 542: warning: exported method Client.ProjectNetworkPolicies should have comment or be unexported (golint)
    • Line 552: warning: exported type ClusterLoggingsGetter should have comment or be unexported (golint)
    • Line 556: warning: exported method Client.ClusterLoggings should have comment or be unexported (golint)
    • Line 566: warning: exported type ProjectLoggingsGetter should have comment or be unexported (golint)
    • Line 570: warning: exported method Client.ProjectLoggings should have comment or be unexported (golint)
    • Line 580: warning: exported type SettingsGetter should have comment or be unexported (golint)
    • Line 584: warning: exported method Client.Settings should have comment or be unexported (golint)
    • Line 594: warning: exported type FeaturesGetter should have comment or be unexported (golint)
    • Line 598: warning: exported method Client.Features should have comment or be unexported (golint)
    • Line 608: warning: exported type ClusterAlertsGetter should have comment or be unexported (golint)
    • Line 612: warning: exported method Client.ClusterAlerts should have comment or be unexported (golint)
    • Line 622: warning: exported type ProjectAlertsGetter should have comment or be unexported (golint)
    • Line 626: warning: exported method Client.ProjectAlerts should have comment or be unexported (golint)
    • Line 636: warning: exported type NotifiersGetter should have comment or be unexported (golint)
    • Line 640: warning: exported method Client.Notifiers should have comment or be unexported (golint)
    • Line 650: warning: exported type ClusterAlertGroupsGetter should have comment or be unexported (golint)
    • Line 654: warning: exported method Client.ClusterAlertGroups should have comment or be unexported (golint)
    • Line 664: warning: exported type ProjectAlertGroupsGetter should have comment or be unexported (golint)
    • Line 668: warning: exported method Client.ProjectAlertGroups should have comment or be unexported (golint)
    • Line 678: warning: exported type ClusterAlertRulesGetter should have comment or be unexported (golint)
    • Line 682: warning: exported method Client.ClusterAlertRules should have comment or be unexported (golint)
    • Line 692: warning: exported type ProjectAlertRulesGetter should have comment or be unexported (golint)
    • Line 696: warning: exported method Client.ProjectAlertRules should have comment or be unexported (golint)
    • Line 706: warning: exported type ComposeConfigsGetter should have comment or be unexported (golint)
    • Line 710: warning: exported method Client.ComposeConfigs should have comment or be unexported (golint)
    • Line 720: warning: exported type ProjectCatalogsGetter should have comment or be unexported (golint)
    • Line 724: warning: exported method Client.ProjectCatalogs should have comment or be unexported (golint)
    • Line 734: warning: exported type ClusterCatalogsGetter should have comment or be unexported (golint)
    • Line 738: warning: exported method Client.ClusterCatalogs should have comment or be unexported (golint)
    • Line 748: warning: exported type MultiClusterAppsGetter should have comment or be unexported (golint)
    • Line 752: warning: exported method Client.MultiClusterApps should have comment or be unexported (golint)
    • Line 762: warning: exported type MultiClusterAppRevisionsGetter should have comment or be unexported (golint)
    • Line 766: warning: exported method Client.MultiClusterAppRevisions should have comment or be unexported (golint)
    • Line 776: warning: exported type GlobalDnsesGetter should have comment or be unexported (golint)
    • Line 780: warning: exported method Client.GlobalDnses should have comment or be unexported (golint)
    • Line 790: warning: exported type GlobalDnsProvidersGetter should have comment or be unexported (golint)
    • Line 794: warning: exported method Client.GlobalDnsProviders should have comment or be unexported (golint)
    • Line 804: warning: exported type KontainerDriversGetter should have comment or be unexported (golint)
    • Line 808: warning: exported method Client.KontainerDrivers should have comment or be unexported (golint)
    • Line 818: warning: exported type EtcdBackupsGetter should have comment or be unexported (golint)
    • Line 822: warning: exported method Client.EtcdBackups should have comment or be unexported (golint)
    • Line 832: warning: exported type ClusterScansGetter should have comment or be unexported (golint)
    • Line 836: warning: exported method Client.ClusterScans should have comment or be unexported (golint)
    • Line 846: warning: exported type MonitorMetricsGetter should have comment or be unexported (golint)
    • Line 850: warning: exported method Client.MonitorMetrics should have comment or be unexported (golint)
    • Line 860: warning: exported type ClusterMonitorGraphsGetter should have comment or be unexported (golint)
    • Line 864: warning: exported method Client.ClusterMonitorGraphs should have comment or be unexported (golint)
    • Line 874: warning: exported type ProjectMonitorGraphsGetter should have comment or be unexported (golint)
    • Line 878: warning: exported method Client.ProjectMonitorGraphs should have comment or be unexported (golint)
    • Line 888: warning: exported type CloudCredentialsGetter should have comment or be unexported (golint)
    • Line 892: warning: exported method Client.CloudCredentials should have comment or be unexported (golint)
    • Line 902: warning: exported type ClusterTemplatesGetter should have comment or be unexported (golint)
    • Line 906: warning: exported method Client.ClusterTemplates should have comment or be unexported (golint)
    • Line 916: warning: exported type ClusterTemplateRevisionsGetter should have comment or be unexported (golint)
    • Line 920: warning: exported method Client.ClusterTemplateRevisions should have comment or be unexported (golint)
    • Line 930: warning: exported type RkeK8sSystemImagesGetter should have comment or be unexported (golint)
    • Line 934: warning: exported method Client.RkeK8sSystemImages should have comment or be unexported (golint)
    • Line 944: warning: exported type RkeK8sServiceOptionsGetter should have comment or be unexported (golint)
    • Line 948: warning: exported method Client.RkeK8sServiceOptions should have comment or be unexported (golint)
    • Line 958: warning: exported type RkeAddonsGetter should have comment or be unexported (golint)
    • Line 962: warning: exported method Client.RkeAddons should have comment or be unexported (golint)
    • Line 972: warning: exported type CisConfigsGetter should have comment or be unexported (golint)
    • Line 976: warning: exported method Client.CisConfigs should have comment or be unexported (golint)
    • Line 986: warning: exported type CisBenchmarkVersionsGetter should have comment or be unexported (golint)
    • Line 990: warning: exported method Client.CisBenchmarkVersions should have comment or be unexported (golint)
    • Line 1000: warning: exported type FleetWorkspacesGetter should have comment or be unexported (golint)
    • Line 1004: warning: exported method Client.FleetWorkspaces should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/clustertemplate/store.go
    • Line 26: warning: exported function WrapStore should have comment or be unexported (golint)
    • Line 38: warning: exported type Store should have comment or be unexported (golint)
    • Line 47: warning: exported method Store.Create should have comment or be unexported (golint)
    • Line 83: warning: exported method Store.Update should have comment or be unexported (golint)
    • Line 118: warning: exported method Store.Delete should have comment or be unexported (golint)
    • rancher/pkg/jailer/jailer.go
    • Line 18: warning: exported const BaseJailPath should have comment or be unexported (golint)
    • Line 80: warning: exported function WhitelistEnvvars should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/types/types.go
    • Line 22: warning: exported type CloseableDriver should have comment or be unexported (golint)
    • Line 65: warning: exported type UnimplementedVersionAccess should have comment or be unexported (golint)
    • Line 68: warning: exported method UnimplementedVersionAccess.GetVersion should have comment or be unexported (golint)
    • Line 72: warning: exported method UnimplementedVersionAccess.SetVersion should have comment or be unexported (golint)
    • Line 77: warning: exported type UnimplementedClusterSizeAccess should have comment or be unexported (golint)
    • Line 80: warning: exported method UnimplementedClusterSizeAccess.GetClusterSize should have comment or be unexported (golint)
    • Line 85: warning: exported method UnimplementedClusterSizeAccess.SetClusterSize should have comment or be unexported (golint)
    • rancher/pkg/resourcequota/quota_validate.go
    • Line 22: warning: exported function GetProjectLock should have comment or be unexported (golint)
    • Line 32: warning: exported function IsQuotaFit should have comment or be unexported (golint)
    • Line 61: warning: exported function ConvertLimitToResourceList should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/pipeline/pipeline_execution.go
    • Line 26: warning: exported type ExecutionHandler should have comment or be unexported (golint)
    • Line 34: warning: exported method ExecutionHandler.ExecutionFormatter should have comment or be unexported (golint)
    • Line 46: warning: exported method ExecutionHandler.LinkHandler should have comment or be unexported (golint)
    • Line 55: warning: exported method ExecutionHandler.ActionHandler should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/secret/store.go
    • Line 17: warning: exported type Store should have comment or be unexported (golint)
    • Line 21: warning: exported method Store.Create should have comment or be unexported (golint)
    • Line 29: warning: exported function NewNamespacedSecretStore should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/logstream/logstream.go
    • Line 18: warning: exported type LogEvent should have comment or be unexported (golint)
    • Line 23: warning: exported type Logger should have comment or be unexported (golint)
    • Line 29: warning: exported type LoggerStream should have comment or be unexported (golint)
    • Line 36: warning: exported function GetLogStream should have comment or be unexported (golint)
    • Line 42: warning: exported function NewLogStream should have comment or be unexported (golint)
    • rancher/pkg/namespace/namespace_utils.go
    • Line 12: warning: exported const System should have comment (or a comment on this block) or be unexported (golint)
    • Line 17: warning: exported function SetNamespaceCondition should have comment or be unexported (golint)
    • Line 38: warning: exported function GenerateConditionAnnotation should have comment or be unexported (golint)
    • Line 85: warning: exported function IsNamespaceConditionSet should have comment or be unexported (golint)
    • rancher/pkg/pipeline/providers/provider.go
    • Line 9: warning: exported type SourceCodeProvider should have comment or be unexported (golint)
    • Line 16: warning: exported function GetProvider should have comment or be unexported (golint)
    • Line 25: warning: exported function GetSourceCodeProviderConfig should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_namespace_controller.go
    • Line 22: warning: exported var NamespaceGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Namespace should be of the form "Namespace ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewNamespace should have comment or be unexported (golint)
    • Line 55: warning: exported type NamespaceHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type NamespaceChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type NamespaceLister should have comment or be unexported (golint)
    • Line 64: warning: exported type NamespaceController should have comment or be unexported (golint)
    • Line 76: warning: exported type NamespaceInterface should have comment or be unexported (golint)
    • rancher/pkg/catalogv2/http/download.go
    • Line 23: warning: exported function Icon should have comment or be unexported (golint)
    • Line 68: warning: exported function Chart should have comment or be unexported (golint)
    • Line 107: warning: exported function DownloadIndex should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_multi_cluster_app_revision.go
    • Line 8: warning: exported const MultiClusterAppRevisionType should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported type MultiClusterAppRevision should have comment or be unexported (golint)
    • Line 35: warning: exported type MultiClusterAppRevisionCollection should have comment or be unexported (golint)
    • Line 41: warning: exported type MultiClusterAppRevisionClient should have comment or be unexported (golint)
    • Line 45: warning: exported type MultiClusterAppRevisionOperations should have comment or be unexported (golint)
    • Line 61: warning: exported method MultiClusterAppRevisionClient.Create should have comment or be unexported (golint)
    • Line 67: warning: exported method MultiClusterAppRevisionClient.Update should have comment or be unexported (golint)
    • Line 73: warning: exported method MultiClusterAppRevisionClient.Replace should have comment or be unexported (golint)
    • Line 79: warning: exported method MultiClusterAppRevisionClient.List should have comment or be unexported (golint)
    • Line 86: warning: exported method MultiClusterAppRevisionClient.ListAll should have comment or be unexported (golint)
    • Line 104: warning: exported method MultiClusterAppRevisionCollection.Next should have comment or be unexported (golint)
    • Line 114: warning: exported method MultiClusterAppRevisionClient.ByID should have comment or be unexported (golint)
    • Line 120: warning: exported method MultiClusterAppRevisionClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_dynamic_schema.go
    • Line 8: warning: exported const DynamicSchemaType should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported type DynamicSchema should have comment or be unexported (golint)
    • Line 65: warning: exported type DynamicSchemaCollection should have comment or be unexported (golint)
    • Line 71: warning: exported type DynamicSchemaClient should have comment or be unexported (golint)
    • Line 75: warning: exported type DynamicSchemaOperations should have comment or be unexported (golint)
    • Line 91: warning: exported method DynamicSchemaClient.Create should have comment or be unexported (golint)
    • Line 97: warning: exported method DynamicSchemaClient.Update should have comment or be unexported (golint)
    • Line 103: warning: exported method DynamicSchemaClient.Replace should have comment or be unexported (golint)
    • Line 109: warning: exported method DynamicSchemaClient.List should have comment or be unexported (golint)
    • Line 116: warning: exported method DynamicSchemaClient.ListAll should have comment or be unexported (golint)
    • Line 134: warning: exported method DynamicSchemaCollection.Next should have comment or be unexported (golint)
    • Line 144: warning: exported method DynamicSchemaClient.ByID should have comment or be unexported (golint)
    • Line 150: warning: exported method DynamicSchemaClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_ssh_auth_controller.go
    • Line 22: warning: exported var SSHAuthGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type SSHAuth should be of the form "SSHAuth ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewSSHAuth should have comment or be unexported (golint)
    • Line 56: warning: exported type SSHAuthHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type SSHAuthChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type SSHAuthLister should have comment or be unexported (golint)
    • Line 65: warning: exported type SSHAuthController should have comment or be unexported (golint)
    • Line 77: warning: exported type SSHAuthInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/pipeline/source_code_credential.go
    • Line 23: warning: exported type SourceCodeCredentialHandler should have comment or be unexported (golint)
    • Line 30: warning: exported function SourceCodeCredentialFormatter should have comment or be unexported (golint)
    • Line 36: warning: exported method SourceCodeCredentialHandler.ListHandler should have comment or be unexported (golint)
    • Line 41: warning: exported method SourceCodeCredentialHandler.LinkHandler should have comment or be unexported (golint)
    • Line 69: warning: exported method SourceCodeCredentialHandler.ActionHandler should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_setting.go
    • Line 8: warning: exported const SettingType should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type Setting should have comment or be unexported (golint)
    • Line 39: warning: exported type SettingCollection should have comment or be unexported (golint)
    • Line 45: warning: exported type SettingClient should have comment or be unexported (golint)
    • Line 49: warning: exported type SettingOperations should have comment or be unexported (golint)
    • Line 65: warning: exported method SettingClient.Create should have comment or be unexported (golint)
    • Line 71: warning: exported method SettingClient.Update should have comment or be unexported (golint)
    • Line 77: warning: exported method SettingClient.Replace should have comment or be unexported (golint)
    • Line 83: warning: exported method SettingClient.List should have comment or be unexported (golint)
    • Line 90: warning: exported method SettingClient.ListAll should have comment or be unexported (golint)
    • Line 108: warning: exported method SettingCollection.Next should have comment or be unexported (golint)
    • Line 118: warning: exported method SettingClient.ByID should have comment or be unexported (golint)
    • Line 124: warning: exported method SettingClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/pipeline/upgrade/upgradeimpl.go
    • Line 25: warning: exported var ServiceName should have comment or be unexported (golint)
    • Line 28: warning: exported type PipelineService should have comment or be unexported (golint)
    • Line 37: warning: exported function NewService should have comment or be unexported (golint)
    • Line 41: warning: exported method PipelineService.Init should have comment or be unexported (golint)
    • Line 50: warning: exported method PipelineService.Version should have comment or be unexported (golint)
    • Line 59: warning: exported method PipelineService.Upgrade should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/logging/generator/targetwrap.go
    • Line 16: warning: exported type LoggingTargetTemplateWrap should have comment or be unexported (golint)
    • Line 26: warning: exported type ClusterLoggingTemplateWrap should have comment or be unexported (golint)
    • Line 41: warning: exported type ProjectLoggingTemplateWrap should have comment or be unexported (golint)
    • Line 123: warning: exported type ElasticsearchTemplateWrap should have comment or be unexported (golint)
    • Line 130: warning: exported type SplunkTemplateWrap should have comment or be unexported (golint)
    • Line 137: warning: exported type KafkaTemplateWrap should have comment or be unexported (golint)
    • Line 144: warning: exported type SyslogTemplateWrap should have comment or be unexported (golint)
    • Line 151: warning: exported type FluentForwarderTemplateWrap should have comment or be unexported (golint)
    • Line 157: warning: exported type FluentServer should have comment or be unexported (golint)
    • Line 163: warning: exported type CustomTargetWrap should have comment or be unexported (golint)
    • Line 167: warning: exported function NewLoggingTargetTemplateWrap should have comment or be unexported (golint)
    • rancher/pkg/tunnelserver/chain.go
    • Line 10: warning: exported type Authorizers should have comment or be unexported (golint)
    • Line 14: warning: exported function ErrorWriter should have comment or be unexported (golint)
    • Line 19: warning: exported method Authorizers.Authorize should have comment or be unexported (golint)
    • Line 38: warning: exported method Authorizers.Add should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_prometheus_rule.go
    • Line 8: warning: exported const PrometheusRuleType should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: exported type PrometheusRule should have comment or be unexported (golint)
    • Line 37: warning: exported type PrometheusRuleCollection should have comment or be unexported (golint)
    • Line 43: warning: exported type PrometheusRuleClient should have comment or be unexported (golint)
    • Line 47: warning: exported type PrometheusRuleOperations should have comment or be unexported (golint)
    • Line 63: warning: exported method PrometheusRuleClient.Create should have comment or be unexported (golint)
    • Line 69: warning: exported method PrometheusRuleClient.Update should have comment or be unexported (golint)
    • Line 75: warning: exported method PrometheusRuleClient.Replace should have comment or be unexported (golint)
    • Line 81: warning: exported method PrometheusRuleClient.List should have comment or be unexported (golint)
    • Line 88: warning: exported method PrometheusRuleClient.ListAll should have comment or be unexported (golint)
    • Line 106: warning: exported method PrometheusRuleCollection.Next should have comment or be unexported (golint)
    • Line 116: warning: exported method PrometheusRuleClient.ByID should have comment or be unexported (golint)
    • Line 122: warning: exported method PrometheusRuleClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_monitor_graph.go
    • Line 8: warning: exported const ClusterMonitorGraphType should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported type ClusterMonitorGraph should have comment or be unexported (golint)
    • Line 51: warning: exported type ClusterMonitorGraphCollection should have comment or be unexported (golint)
    • Line 57: warning: exported type ClusterMonitorGraphClient should have comment or be unexported (golint)
    • Line 61: warning: exported type ClusterMonitorGraphOperations should have comment or be unexported (golint)
    • Line 79: warning: exported method ClusterMonitorGraphClient.Create should have comment or be unexported (golint)
    • Line 85: warning: exported method ClusterMonitorGraphClient.Update should have comment or be unexported (golint)
    • Line 91: warning: exported method ClusterMonitorGraphClient.Replace should have comment or be unexported (golint)
    • Line 97: warning: exported method ClusterMonitorGraphClient.List should have comment or be unexported (golint)
    • Line 104: warning: exported method ClusterMonitorGraphClient.ListAll should have comment or be unexported (golint)
    • Line 122: warning: exported method ClusterMonitorGraphCollection.Next should have comment or be unexported (golint)
    • Line 132: warning: exported method ClusterMonitorGraphClient.ByID should have comment or be unexported (golint)
    • Line 138: warning: exported method ClusterMonitorGraphClient.Delete should have comment or be unexported (golint)
    • Line 142: warning: exported method ClusterMonitorGraphClient.CollectionActionQuery should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/init_container.go
    • Line 8: warning: exported type InitContainerMapper should have comment or be unexported (golint)
    • Line 11: warning: exported method InitContainerMapper.FromInternal should have comment or be unexported (golint)
    • Line 27: warning: exported method InitContainerMapper.ToInternal should have comment or be unexported (golint)
    • Line 48: warning: exported method InitContainerMapper.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_alert_rule.go
    • Line 8: warning: exported const ClusterAlertRuleType should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported type ClusterAlertRule should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterAlertRuleCollection should have comment or be unexported (golint)
    • Line 71: warning: exported type ClusterAlertRuleClient should have comment or be unexported (golint)
    • Line 75: warning: exported type ClusterAlertRuleOperations should have comment or be unexported (golint)
    • Line 99: warning: exported method ClusterAlertRuleClient.Create should have comment or be unexported (golint)
    • Line 105: warning: exported method ClusterAlertRuleClient.Update should have comment or be unexported (golint)
    • Line 111: warning: exported method ClusterAlertRuleClient.Replace should have comment or be unexported (golint)
    • Line 117: warning: exported method ClusterAlertRuleClient.List should have comment or be unexported (golint)
    • Line 124: warning: exported method ClusterAlertRuleClient.ListAll should have comment or be unexported (golint)
    • Line 142: warning: exported method ClusterAlertRuleCollection.Next should have comment or be unexported (golint)
    • Line 152: warning: exported method ClusterAlertRuleClient.ByID should have comment or be unexported (golint)
    • Line 158: warning: exported method ClusterAlertRuleClient.Delete should have comment or be unexported (golint)
    • Line 162: warning: exported method ClusterAlertRuleClient.ActionActivate should have comment or be unexported (golint)
    • Line 167: warning: exported method ClusterAlertRuleClient.ActionDeactivate should have comment or be unexported (golint)
    • Line 172: warning: exported method ClusterAlertRuleClient.ActionMute should have comment or be unexported (golint)
    • Line 177: warning: exported method ClusterAlertRuleClient.ActionUnmute should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_global_dns.go
    • Line 8: warning: exported const GlobalDnsType should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported type GlobalDns should have comment or be unexported (golint)
    • Line 51: warning: exported type GlobalDnsCollection should have comment or be unexported (golint)
    • Line 57: warning: exported type GlobalDnsClient should have comment or be unexported (golint)
    • Line 61: warning: exported type GlobalDnsOperations should have comment or be unexported (golint)
    • Line 81: warning: exported method GlobalDnsClient.Create should have comment or be unexported (golint)
    • Line 87: warning: exported method GlobalDnsClient.Update should have comment or be unexported (golint)
    • Line 93: warning: exported method GlobalDnsClient.Replace should have comment or be unexported (golint)
    • Line 99: warning: exported method GlobalDnsClient.List should have comment or be unexported (golint)
    • Line 106: warning: exported method GlobalDnsClient.ListAll should have comment or be unexported (golint)
    • Line 124: warning: exported method GlobalDnsCollection.Next should have comment or be unexported (golint)
    • Line 134: warning: exported method GlobalDnsClient.ByID should have comment or be unexported (golint)
    • Line 140: warning: exported method GlobalDnsClient.Delete should have comment or be unexported (golint)
    • Line 144: warning: exported method GlobalDnsClient.ActionAddProjects should have comment or be unexported (golint)
    • Line 149: warning: exported method GlobalDnsClient.ActionRemoveProjects should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_node_template.go
    • Line 8: warning: exported const NodeTemplateType should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported type NodeTemplate should have comment or be unexported (golint)
    • Line 69: warning: exported type NodeTemplateCollection should have comment or be unexported (golint)
    • Line 75: warning: exported type NodeTemplateClient should have comment or be unexported (golint)
    • Line 79: warning: exported type NodeTemplateOperations should have comment or be unexported (golint)
    • Line 95: warning: exported method NodeTemplateClient.Create should have comment or be unexported (golint)
    • Line 101: warning: exported method NodeTemplateClient.Update should have comment or be unexported (golint)
    • Line 107: warning: exported method NodeTemplateClient.Replace should have comment or be unexported (golint)
    • Line 113: warning: exported method NodeTemplateClient.List should have comment or be unexported (golint)
    • Line 120: warning: exported method NodeTemplateClient.ListAll should have comment or be unexported (golint)
    • Line 138: warning: exported method NodeTemplateCollection.Next should have comment or be unexported (golint)
    • Line 148: warning: exported method NodeTemplateClient.ByID should have comment or be unexported (golint)
    • Line 154: warning: exported method NodeTemplateClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_project_alert_group_controller.go
    • Line 22: warning: exported var ProjectAlertGroupGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ProjectAlertGroup should be of the form "ProjectAlertGroup ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewProjectAlertGroup should have comment or be unexported (golint)
    • Line 56: warning: exported type ProjectAlertGroupHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ProjectAlertGroupChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ProjectAlertGroupLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectAlertGroupController should have comment or be unexported (golint)
    • Line 77: warning: exported type ProjectAlertGroupInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_rke_addon_controller.go
    • Line 22: warning: exported var RkeAddonGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type RkeAddon should be of the form "RkeAddon ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewRkeAddon should have comment or be unexported (golint)
    • Line 56: warning: exported type RkeAddonHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type RkeAddonChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type RkeAddonLister should have comment or be unexported (golint)
    • Line 65: warning: exported type RkeAddonController should have comment or be unexported (golint)
    • Line 77: warning: exported type RkeAddonInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_registration_token_controller.go
    • Line 22: warning: exported var ClusterRegistrationTokenGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterRegistrationToken should be of the form "ClusterRegistrationToken ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterRegistrationToken should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterRegistrationTokenHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterRegistrationTokenChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterRegistrationTokenLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterRegistrationTokenController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterRegistrationTokenInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/cluster/v3/zz_generated_storage_class.go
    • Line 8: warning: exported const StorageClassType should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported type StorageClass should have comment or be unexported (golint)
    • Line 47: warning: exported type StorageClassCollection should have comment or be unexported (golint)
    • Line 53: warning: exported type StorageClassClient should have comment or be unexported (golint)
    • Line 57: warning: exported type StorageClassOperations should have comment or be unexported (golint)
    • Line 73: warning: exported method StorageClassClient.Create should have comment or be unexported (golint)
    • Line 79: warning: exported method StorageClassClient.Update should have comment or be unexported (golint)
    • Line 85: warning: exported method StorageClassClient.Replace should have comment or be unexported (golint)
    • Line 91: warning: exported method StorageClassClient.List should have comment or be unexported (golint)
    • Line 98: warning: exported method StorageClassClient.ListAll should have comment or be unexported (golint)
    • Line 116: warning: exported method StorageClassCollection.Next should have comment or be unexported (golint)
    • Line 126: warning: exported method StorageClassClient.ByID should have comment or be unexported (golint)
    • Line 132: warning: exported method StorageClassClient.Delete should have comment or be unexported (golint)
    • rancher/cmd/agent/main.go
    • Line 39: warning: exported var VERSION should have comment or be unexported (golint)
    • Line 43: warning: exported const Token should have comment (or a comment on this block) or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_ldap_config_controller.go
    • Line 22: warning: exported var LdapConfigGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type LdapConfig should be of the form "LdapConfig ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewLdapConfig should have comment or be unexported (golint)
    • Line 55: warning: exported type LdapConfigHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type LdapConfigChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type LdapConfigLister should have comment or be unexported (golint)
    • Line 64: warning: exported type LdapConfigController should have comment or be unexported (golint)
    • Line 76: warning: exported type LdapConfigInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_project_alert_controller.go
    • Line 22: warning: exported var ProjectAlertGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ProjectAlert should be of the form "ProjectAlert ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewProjectAlert should have comment or be unexported (golint)
    • Line 56: warning: exported type ProjectAlertHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ProjectAlertChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ProjectAlertLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectAlertController should have comment or be unexported (golint)
    • Line 77: warning: exported type ProjectAlertInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/monitor/prometheus_manager.go
    • Line 26: warning: exported type Queries should have comment or be unexported (golint)
    • Line 32: warning: exported function NewPrometheusQuery should have comment or be unexported (golint)
    • Line 57: warning: exported method Queries.QueryRange should have comment or be unexported (golint)
    • Line 69: warning: exported method Queries.Query should have comment or be unexported (golint)
    • Line 87: warning: exported method Queries.Do should have comment or be unexported (golint)
    • Line 128: warning: exported method Queries.GetLabelValues should have comment or be unexported (golint)
    • Line 141: warning: exported function InitPromQuery should have comment or be unexported (golint)
    • rancher/pkg/apis/catalog.cattle.io/v1/helm.go
    • Line 12: warning: exported type App should have comment or be unexported (golint)
    • Line 20: warning: exported type ReleaseStatus should have comment or be unexported (golint)
    • Line 25: warning: exported type Summary should have comment or be unexported (golint)
    • Line 31: warning: exported type ReleaseSpec should have comment or be unexported (golint)
    • Line 51: warning: exported type ReleaseResource should have comment or be unexported (golint)
    • Line 131: warning: exported type Status should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_ssh_auth.go
    • Line 8: warning: exported const SSHAuthType should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type SSHAuth should have comment or be unexported (golint)
    • Line 41: warning: exported type SSHAuthCollection should have comment or be unexported (golint)
    • Line 47: warning: exported type SSHAuthClient should have comment or be unexported (golint)
    • Line 51: warning: exported type SSHAuthOperations should have comment or be unexported (golint)
    • Line 67: warning: exported method SSHAuthClient.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method SSHAuthClient.Update should have comment or be unexported (golint)
    • Line 79: warning: exported method SSHAuthClient.Replace should have comment or be unexported (golint)
    • Line 85: warning: exported method SSHAuthClient.List should have comment or be unexported (golint)
    • Line 92: warning: exported method SSHAuthClient.ListAll should have comment or be unexported (golint)
    • Line 110: warning: exported method SSHAuthCollection.Next should have comment or be unexported (golint)
    • Line 120: warning: exported method SSHAuthClient.ByID should have comment or be unexported (golint)
    • Line 126: warning: exported method SSHAuthClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/ref/parse.go
    • Line 11: warning: exported var NodeNotFound should have comment or be unexported (golint)
    • Line 13: warning: exported function IsNodeNotFound should have comment or be unexported (golint)
    • Line 20: warning: exported function FromStrings should have comment or be unexported (golint)
    • Line 24: warning: exported function Ref should have comment or be unexported (golint)
    • Line 32: warning: exported function Parse should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_role_template_binding.go
    • Line 8: warning: exported const ClusterRoleTemplateBindingType should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type ClusterRoleTemplateBinding should have comment or be unexported (golint)
    • Line 45: warning: exported type ClusterRoleTemplateBindingCollection should have comment or be unexported (golint)
    • Line 51: warning: exported type ClusterRoleTemplateBindingClient should have comment or be unexported (golint)
    • Line 55: warning: exported type ClusterRoleTemplateBindingOperations should have comment or be unexported (golint)
    • Line 71: warning: exported method ClusterRoleTemplateBindingClient.Create should have comment or be unexported (golint)
    • Line 77: warning: exported method ClusterRoleTemplateBindingClient.Update should have comment or be unexported (golint)
    • Line 83: warning: exported method ClusterRoleTemplateBindingClient.Replace should have comment or be unexported (golint)
    • Line 89: warning: exported method ClusterRoleTemplateBindingClient.List should have comment or be unexported (golint)
    • Line 96: warning: exported method ClusterRoleTemplateBindingClient.ListAll should have comment or be unexported (golint)
    • Line 114: warning: exported method ClusterRoleTemplateBindingCollection.Next should have comment or be unexported (golint)
    • Line 124: warning: exported method ClusterRoleTemplateBindingClient.ByID should have comment or be unexported (golint)
    • Line 130: warning: exported method ClusterRoleTemplateBindingClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_registration_token.go
    • Line 8: warning: exported const ClusterRegistrationTokenType should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type ClusterRegistrationToken should have comment or be unexported (golint)
    • Line 57: warning: exported type ClusterRegistrationTokenCollection should have comment or be unexported (golint)
    • Line 63: warning: exported type ClusterRegistrationTokenClient should have comment or be unexported (golint)
    • Line 67: warning: exported type ClusterRegistrationTokenOperations should have comment or be unexported (golint)
    • Line 83: warning: exported method ClusterRegistrationTokenClient.Create should have comment or be unexported (golint)
    • Line 89: warning: exported method ClusterRegistrationTokenClient.Update should have comment or be unexported (golint)
    • Line 95: warning: exported method ClusterRegistrationTokenClient.Replace should have comment or be unexported (golint)
    • Line 101: warning: exported method ClusterRegistrationTokenClient.List should have comment or be unexported (golint)
    • Line 108: warning: exported method ClusterRegistrationTokenClient.ListAll should have comment or be unexported (golint)
    • Line 126: warning: exported method ClusterRegistrationTokenCollection.Next should have comment or be unexported (golint)
    • Line 136: warning: exported method ClusterRegistrationTokenClient.ByID should have comment or be unexported (golint)
    • Line 142: warning: exported method ClusterRegistrationTokenClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3public/zz_generated_auth_token.go
    • Line 8: warning: exported const AuthTokenType should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported type AuthToken should have comment or be unexported (golint)
    • Line 35: warning: exported type AuthTokenCollection should have comment or be unexported (golint)
    • Line 41: warning: exported type AuthTokenClient should have comment or be unexported (golint)
    • Line 45: warning: exported type AuthTokenOperations should have comment or be unexported (golint)
    • Line 61: warning: exported method AuthTokenClient.Create should have comment or be unexported (golint)
    • Line 67: warning: exported method AuthTokenClient.Update should have comment or be unexported (golint)
    • Line 73: warning: exported method AuthTokenClient.Replace should have comment or be unexported (golint)
    • Line 79: warning: exported method AuthTokenClient.List should have comment or be unexported (golint)
    • Line 86: warning: exported method AuthTokenClient.ListAll should have comment or be unexported (golint)
    • Line 104: warning: exported method AuthTokenCollection.Next should have comment or be unexported (golint)
    • Line 114: warning: exported method AuthTokenClient.ByID should have comment or be unexported (golint)
    • Line 120: warning: exported method AuthTokenClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/clusterprovisioner/provisioner.go
    • Line 43: warning: exported const RKEDriverKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 48: warning: exported type Provisioner should have comment or be unexported (golint)
    • Line 63: warning: exported function Register should have comment or be unexported (golint)
    • Line 134: warning: exported method Provisioner.Remove should have comment or be unexported (golint)
    • Line 172: warning: exported method Provisioner.Updated should have comment or be unexported (golint)
    • Line 381: warning: exported method Provisioner.Create should have comment or be unexported (golint)
    • Line 1012: warning: exported function GetBackupFilenameFromURL should have comment or be unexported (golint)
    • Line 1037: warning: exported function GetBackupFilename should have comment or be unexported (golint)
    • Line 1103: warning: exported function IsAdministratedByProvisioningCluster should have comment or be unexported (golint)
    • rancher/pkg/provisioningv2/capi/logger/log.go
    • Line 8: warning: exported type Logger should have comment or be unexported (golint)
    • Line 14: warning: exported function New should have comment or be unexported (golint)
    • Line 22: warning: exported method Logger.Enabled should have comment or be unexported (golint)
    • Line 26: warning: exported method Logger.Info should have comment or be unexported (golint)
    • Line 34: warning: exported method Logger.V should have comment or be unexported (golint)
    • Line 41: warning: exported method Logger.WithValues should have comment or be unexported (golint)
    • Line 64: warning: exported method Logger.WithName should have comment or be unexported (golint)
    • rancher/pkg/api/norman/store/workload/aggregate_store.go
    • Line 21: warning: exported const SelectorLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type AggregateStore should have comment or be unexported (golint)
    • Line 30: warning: exported function NewAggregateStore should have comment or be unexported (golint)
    • Line 47: warning: exported method AggregateStore.Context should have comment or be unexported (golint)
    • Line 51: warning: exported method AggregateStore.ByID should have comment or be unexported (golint)
    • Line 64: warning: exported method AggregateStore.Watch should have comment or be unexported (golint)
    • Line 80: warning: exported method AggregateStore.List should have comment or be unexported (golint)
    • Line 117: warning: exported method AggregateStore.Create should have comment or be unexported (golint)
    • Line 153: warning: exported method AggregateStore.Update should have comment or be unexported (golint)
    • Line 162: warning: exported method AggregateStore.Delete should have comment or be unexported (golint)
    • rancher/pkg/pipeline/providers/bitbucketcloud/provider.go
    • Line 20: warning: exported type BcProvider should have comment or be unexported (golint)
    • Line 24: warning: exported method BcProvider.CustomizeSchemas should have comment or be unexported (golint)
    • Line 38: warning: exported method BcProvider.GetName should have comment or be unexported (golint)
    • Line 42: warning: exported method BcProvider.TransformToSourceCodeProvider should have comment or be unexported (golint)
    • Line 48: warning: exported method BcProvider.GetProviderConfig should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/systemimage/systemimage.go
    • Line 20: warning: exported type Syncer should have comment or be unexported (golint)
    • Line 27: warning: exported method Syncer.SyncProject should have comment or be unexported (golint)
    • Line 34: warning: exported method Syncer.SyncCatalog should have comment or be unexported (golint)
    • Line 46: warning: exported method Syncer.Sync should have comment or be unexported (golint)
    • Line 98: warning: exported function GetSystemImageVersion should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_project_logging_controller.go
    • Line 22: warning: exported var ProjectLoggingGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ProjectLogging should be of the form "ProjectLogging ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewProjectLogging should have comment or be unexported (golint)
    • Line 56: warning: exported type ProjectLoggingHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ProjectLoggingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ProjectLoggingLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectLoggingController should have comment or be unexported (golint)
    • Line 77: warning: exported type ProjectLoggingInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/batch/v1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 16: warning: exported type Client should have comment or be unexported (golint)
    • Line 21: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 33: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 40: warning: exported type JobsGetter should have comment or be unexported (golint)
    • Line 44: warning: exported method Client.Jobs should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_alert_group.go
    • Line 8: warning: exported const ClusterAlertGroupType should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported type ClusterAlertGroup should have comment or be unexported (golint)
    • Line 53: warning: exported type ClusterAlertGroupCollection should have comment or be unexported (golint)
    • Line 59: warning: exported type ClusterAlertGroupClient should have comment or be unexported (golint)
    • Line 63: warning: exported type ClusterAlertGroupOperations should have comment or be unexported (golint)
    • Line 79: warning: exported method ClusterAlertGroupClient.Create should have comment or be unexported (golint)
    • Line 85: warning: exported method ClusterAlertGroupClient.Update should have comment or be unexported (golint)
    • Line 91: warning: exported method ClusterAlertGroupClient.Replace should have comment or be unexported (golint)
    • Line 97: warning: exported method ClusterAlertGroupClient.List should have comment or be unexported (golint)
    • Line 104: warning: exported method ClusterAlertGroupClient.ListAll should have comment or be unexported (golint)
    • Line 122: warning: exported method ClusterAlertGroupCollection.Next should have comment or be unexported (golint)
    • Line 132: warning: exported method ClusterAlertGroupClient.ByID should have comment or be unexported (golint)
    • Line 138: warning: exported method ClusterAlertGroupClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_user_attribute_controller.go
    • Line 22: warning: exported var UserAttributeGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type UserAttribute should be of the form "UserAttribute ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewUserAttribute should have comment or be unexported (golint)
    • Line 55: warning: exported type UserAttributeHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type UserAttributeChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type UserAttributeLister should have comment or be unexported (golint)
    • Line 64: warning: exported type UserAttributeController should have comment or be unexported (golint)
    • Line 76: warning: exported type UserAttributeInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_source_code_provider_config.go
    • Line 8: warning: exported const SourceCodeProviderConfigType should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type SourceCodeProviderConfig should have comment or be unexported (golint)
    • Line 39: warning: exported type SourceCodeProviderConfigCollection should have comment or be unexported (golint)
    • Line 45: warning: exported type SourceCodeProviderConfigClient should have comment or be unexported (golint)
    • Line 49: warning: exported type SourceCodeProviderConfigOperations should have comment or be unexported (golint)
    • Line 65: warning: exported method SourceCodeProviderConfigClient.Create should have comment or be unexported (golint)
    • Line 71: warning: exported method SourceCodeProviderConfigClient.Update should have comment or be unexported (golint)
    • Line 77: warning: exported method SourceCodeProviderConfigClient.Replace should have comment or be unexported (golint)
    • Line 83: warning: exported method SourceCodeProviderConfigClient.List should have comment or be unexported (golint)
    • Line 90: warning: exported method SourceCodeProviderConfigClient.ListAll should have comment or be unexported (golint)
    • Line 108: warning: exported method SourceCodeProviderConfigCollection.Next should have comment or be unexported (golint)
    • Line 118: warning: exported method SourceCodeProviderConfigClient.ByID should have comment or be unexported (golint)
    • Line 124: warning: exported method SourceCodeProviderConfigClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_catalog.go
    • Line 8: warning: exported const CatalogType should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type Catalog should have comment or be unexported (golint)
    • Line 57: warning: exported type CatalogCollection should have comment or be unexported (golint)
    • Line 63: warning: exported type CatalogClient should have comment or be unexported (golint)
    • Line 67: warning: exported type CatalogOperations should have comment or be unexported (golint)
    • Line 87: warning: exported method CatalogClient.Create should have comment or be unexported (golint)
    • Line 93: warning: exported method CatalogClient.Update should have comment or be unexported (golint)
    • Line 99: warning: exported method CatalogClient.Replace should have comment or be unexported (golint)
    • Line 105: warning: exported method CatalogClient.List should have comment or be unexported (golint)
    • Line 112: warning: exported method CatalogClient.ListAll should have comment or be unexported (golint)
    • Line 130: warning: exported method CatalogCollection.Next should have comment or be unexported (golint)
    • Line 140: warning: exported method CatalogClient.ByID should have comment or be unexported (golint)
    • Line 146: warning: exported method CatalogClient.Delete should have comment or be unexported (golint)
    • Line 150: warning: exported method CatalogClient.ActionRefresh should have comment or be unexported (golint)
    • Line 156: warning: exported method CatalogClient.CollectionActionRefresh should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_docker_credential_controller.go
    • Line 22: warning: exported var DockerCredentialGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type DockerCredential should be of the form "DockerCredential ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewDockerCredential should have comment or be unexported (golint)
    • Line 56: warning: exported type DockerCredentialHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type DockerCredentialChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type DockerCredentialLister should have comment or be unexported (golint)
    • Line 65: warning: exported type DockerCredentialController should have comment or be unexported (golint)
    • Line 77: warning: exported type DockerCredentialInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/catalog_types.go
    • Line 16: warning: exported type Catalog should have comment or be unexported (golint)
    • Line 27: warning: exported type CatalogSpec should have comment or be unexported (golint)
    • Line 37: warning: exported type CatalogStatus should have comment or be unexported (golint)
    • Line 48: warning: exported var CatalogConditionRefreshed should have comment or be unexported (golint)
    • Line 54: warning: exported type CatalogCondition should have comment or be unexported (golint)
    • Line 69: warning: comment on exported type VersionCommits should be of the form "VersionCommits ..." (with optional leading article) (golint)
    • Line 78: warning: exported type Template should have comment or be unexported (golint)
    • Line 92: warning: exported type CatalogTemplate should have comment or be unexported (golint)
    • Line 104: warning: exported type TemplateSpec should have comment or be unexported (golint)
    • Line 132: warning: exported type TemplateStatus should have comment or be unexported (golint)
    • Line 140: warning: exported type TemplateVersion should have comment or be unexported (golint)
    • Line 154: warning: exported type CatalogTemplateVersion should have comment or be unexported (golint)
    • Line 165: warning: exported type TemplateVersionSpec should have comment or be unexported (golint)
    • Line 191: warning: exported type TemplateVersionStatus should have comment or be unexported (golint)
    • Line 195: warning: exported type File should have comment or be unexported (golint)
    • Line 200: warning: exported type Question should have comment or be unexported (golint)
    • Line 221: warning: exported type SubQuestion should have comment or be unexported (golint)
    • Line 260: warning: exported type ProjectCatalog should have comment or be unexported (golint)
    • Line 267: warning: exported method ProjectCatalog.ObjClusterName should have comment or be unexported (golint)
    • Line 277: warning: exported type ClusterCatalog should have comment or be unexported (golint)
    • Line 284: warning: exported type CatalogRefresh should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/drivers/base_driver.go
    • Line 26: warning: exported type BaseDriver should have comment or be unexported (golint)
    • Line 34: warning: exported method BaseDriver.Name should have comment or be unexported (golint)
    • Line 38: warning: exported method BaseDriver.Hash should have comment or be unexported (golint)
    • Line 42: warning: exported method BaseDriver.Checksum should have comment or be unexported (golint)
    • Line 46: warning: exported method BaseDriver.FriendlyName should have comment or be unexported (golint)
    • Line 50: warning: exported method BaseDriver.Remove should have comment or be unexported (golint)
    • Line 69: warning: exported method BaseDriver.Stage should have comment or be unexported (golint)
    • Line 99: warning: exported method BaseDriver.ClearError should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 35: warning: exported type Client should have comment or be unexported (golint)
    • Line 40: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 52: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 59: warning: exported type ServiceAccountTokensGetter should have comment or be unexported (golint)
    • Line 63: warning: exported method Client.ServiceAccountTokens should have comment or be unexported (golint)
    • Line 73: warning: exported type DockerCredentialsGetter should have comment or be unexported (golint)
    • Line 77: warning: exported method Client.DockerCredentials should have comment or be unexported (golint)
    • Line 87: warning: exported type CertificatesGetter should have comment or be unexported (golint)
    • Line 91: warning: exported method Client.Certificates should have comment or be unexported (golint)
    • Line 101: warning: exported type BasicAuthsGetter should have comment or be unexported (golint)
    • Line 105: warning: exported method Client.BasicAuths should have comment or be unexported (golint)
    • Line 115: warning: exported type SSHAuthsGetter should have comment or be unexported (golint)
    • Line 119: warning: exported method Client.SSHAuths should have comment or be unexported (golint)
    • Line 129: warning: exported type NamespacedServiceAccountTokensGetter should have comment or be unexported (golint)
    • Line 133: warning: exported method Client.NamespacedServiceAccountTokens should have comment or be unexported (golint)
    • Line 143: warning: exported type NamespacedDockerCredentialsGetter should have comment or be unexported (golint)
    • Line 147: warning: exported method Client.NamespacedDockerCredentials should have comment or be unexported (golint)
    • Line 157: warning: exported type NamespacedCertificatesGetter should have comment or be unexported (golint)
    • Line 161: warning: exported method Client.NamespacedCertificates should have comment or be unexported (golint)
    • Line 171: warning: exported type NamespacedBasicAuthsGetter should have comment or be unexported (golint)
    • Line 175: warning: exported method Client.NamespacedBasicAuths should have comment or be unexported (golint)
    • Line 185: warning: exported type NamespacedSSHAuthsGetter should have comment or be unexported (golint)
    • Line 189: warning: exported method Client.NamespacedSSHAuths should have comment or be unexported (golint)
    • Line 199: warning: exported type WorkloadsGetter should have comment or be unexported (golint)
    • Line 203: warning: exported method Client.Workloads should have comment or be unexported (golint)
    • Line 213: warning: exported type AppsGetter should have comment or be unexported (golint)
    • Line 217: warning: exported method Client.Apps should have comment or be unexported (golint)
    • Line 227: warning: exported type AppRevisionsGetter should have comment or be unexported (golint)
    • Line 231: warning: exported method Client.AppRevisions should have comment or be unexported (golint)
    • Line 241: warning: exported type SourceCodeProvidersGetter should have comment or be unexported (golint)
    • Line 245: warning: exported method Client.SourceCodeProviders should have comment or be unexported (golint)
    • Line 255: warning: exported type SourceCodeProviderConfigsGetter should have comment or be unexported (golint)
    • Line 259: warning: exported method Client.SourceCodeProviderConfigs should have comment or be unexported (golint)
    • Line 269: warning: exported type SourceCodeCredentialsGetter should have comment or be unexported (golint)
    • Line 273: warning: exported method Client.SourceCodeCredentials should have comment or be unexported (golint)
    • Line 283: warning: exported type PipelinesGetter should have comment or be unexported (golint)
    • Line 287: warning: exported method Client.Pipelines should have comment or be unexported (golint)
    • Line 297: warning: exported type PipelineExecutionsGetter should have comment or be unexported (golint)
    • Line 301: warning: exported method Client.PipelineExecutions should have comment or be unexported (golint)
    • Line 311: warning: exported type PipelineSettingsGetter should have comment or be unexported (golint)
    • Line 315: warning: exported method Client.PipelineSettings should have comment or be unexported (golint)
    • Line 325: warning: exported type SourceCodeRepositoriesGetter should have comment or be unexported (golint)
    • Line 329: warning: exported method Client.SourceCodeRepositories should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_compose_config.go
    • Line 8: warning: exported const ComposeConfigType should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type ComposeConfig should have comment or be unexported (golint)
    • Line 41: warning: exported type ComposeConfigCollection should have comment or be unexported (golint)
    • Line 47: warning: exported type ComposeConfigClient should have comment or be unexported (golint)
    • Line 51: warning: exported type ComposeConfigOperations should have comment or be unexported (golint)
    • Line 67: warning: exported method ComposeConfigClient.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method ComposeConfigClient.Update should have comment or be unexported (golint)
    • Line 79: warning: exported method ComposeConfigClient.Replace should have comment or be unexported (golint)
    • Line 85: warning: exported method ComposeConfigClient.List should have comment or be unexported (golint)
    • Line 92: warning: exported method ComposeConfigClient.ListAll should have comment or be unexported (golint)
    • Line 110: warning: exported method ComposeConfigCollection.Next should have comment or be unexported (golint)
    • Line 120: warning: exported method ComposeConfigClient.ByID should have comment or be unexported (golint)
    • Line 126: warning: exported method ComposeConfigClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/node/node.go
    • Line 95: warning: exported type ActionWrapper should have comment or be unexported (golint)
    • Line 97: warning: exported method ActionWrapper.ActionHandler should have comment or be unexported (golint)
    • Line 195: warning: exported type Handler should have comment or be unexported (golint)
    • Line 199: warning: exported method Handler.LinkHandler should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_source_code_provider.go
    • Line 8: warning: exported const SourceCodeProviderType should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported type SourceCodeProvider should have comment or be unexported (golint)
    • Line 35: warning: exported type SourceCodeProviderCollection should have comment or be unexported (golint)
    • Line 41: warning: exported type SourceCodeProviderClient should have comment or be unexported (golint)
    • Line 45: warning: exported type SourceCodeProviderOperations should have comment or be unexported (golint)
    • Line 61: warning: exported method SourceCodeProviderClient.Create should have comment or be unexported (golint)
    • Line 67: warning: exported method SourceCodeProviderClient.Update should have comment or be unexported (golint)
    • Line 73: warning: exported method SourceCodeProviderClient.Replace should have comment or be unexported (golint)
    • Line 79: warning: exported method SourceCodeProviderClient.List should have comment or be unexported (golint)
    • Line 86: warning: exported method SourceCodeProviderClient.ListAll should have comment or be unexported (golint)
    • Line 104: warning: exported method SourceCodeProviderCollection.Next should have comment or be unexported (golint)
    • Line 114: warning: exported method SourceCodeProviderClient.ByID should have comment or be unexported (golint)
    • Line 120: warning: exported method SourceCodeProviderClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_catalog_controller.go
    • Line 22: warning: exported var CatalogGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Catalog should be of the form "Catalog ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewCatalog should have comment or be unexported (golint)
    • Line 55: warning: exported type CatalogHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type CatalogChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type CatalogLister should have comment or be unexported (golint)
    • Line 64: warning: exported type CatalogController should have comment or be unexported (golint)
    • Line 76: warning: exported type CatalogInterface should have comment or be unexported (golint)
    • rancher/pkg/catalogv2/chart/load.go
    • Line 16: warning: exported type Archive should have comment or be unexported (golint)
    • Line 24: warning: exported method Archive.Open should have comment or be unexported (golint)
    • Line 33: warning: exported method Archive.Close should have comment or be unexported (golint)
    • Line 47: warning: exported function LoadArchive should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/service/service.go
    • Line 34: warning: exported var Drivers should have comment or be unexported (golint)
    • Line 44: warning: exported const ListenAddress should have comment (or a comment on this block) or be unexported (golint)
    • Line 166: warning: exported type EngineService should have comment or be unexported (golint)
    • Line 170: warning: exported function NewEngineService should have comment or be unexported (golint)
    • Line 315: warning: exported method EngineService.GetDriverCreateOptions should have comment or be unexported (golint)
    • Line 339: warning: exported method EngineService.GetDriverUpdateOptions should have comment or be unexported (golint)
    • Line 363: warning: exported method EngineService.GetK8sCapabilities should have comment or be unexported (golint)
    • Line 387: warning: exported type RunningDriver should have comment or be unexported (golint)
    • Line 397: warning: exported method RunningDriver.Start should have comment or be unexported (golint)
    • Line 489: warning: exported method RunningDriver.Stop should have comment or be unexported (golint)
    • Line 499: warning: exported method EngineService.ETCDSave should have comment or be unexported (golint)
    • Line 520: warning: exported method EngineService.ETCDRestore should have comment or be unexported (golint)
    • Line 550: warning: exported method EngineService.ETCDRemoveSnapshot should have comment or be unexported (golint)
    • Line 571: warning: exported method EngineService.GenerateServiceAccount should have comment or be unexported (golint)
    • Line 597: warning: exported method EngineService.RemoveLegacyServiceAccount should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cluster_catalog.go
    • Line 8: warning: exported const ClusterCatalogType should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type ClusterCatalog should have comment or be unexported (golint)
    • Line 61: warning: exported type ClusterCatalogCollection should have comment or be unexported (golint)
    • Line 67: warning: exported type ClusterCatalogClient should have comment or be unexported (golint)
    • Line 71: warning: exported type ClusterCatalogOperations should have comment or be unexported (golint)
    • Line 91: warning: exported method ClusterCatalogClient.Create should have comment or be unexported (golint)
    • Line 97: warning: exported method ClusterCatalogClient.Update should have comment or be unexported (golint)
    • Line 103: warning: exported method ClusterCatalogClient.Replace should have comment or be unexported (golint)
    • Line 109: warning: exported method ClusterCatalogClient.List should have comment or be unexported (golint)
    • Line 116: warning: exported method ClusterCatalogClient.ListAll should have comment or be unexported (golint)
    • Line 134: warning: exported method ClusterCatalogCollection.Next should have comment or be unexported (golint)
    • Line 144: warning: exported method ClusterCatalogClient.ByID should have comment or be unexported (golint)
    • Line 150: warning: exported method ClusterCatalogClient.Delete should have comment or be unexported (golint)
    • Line 154: warning: exported method ClusterCatalogClient.ActionRefresh should have comment or be unexported (golint)
    • Line 160: warning: exported method ClusterCatalogClient.CollectionActionRefresh should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/container_status.go
    • Line 11: warning: exported type ContainerStatus should have comment or be unexported (golint)
    • Line 70: warning: exported method ContainerStatus.FromInternal should have comment or be unexported (golint)
    • Line 99: warning: exported method ContainerStatus.ToInternal should have comment or be unexported (golint)
    • Line 103: warning: exported method ContainerStatus.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_pipeline_execution.go
    • Line 8: warning: exported const PipelineExecutionType should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: exported type PipelineExecution should have comment or be unexported (golint)
    • Line 83: warning: exported type PipelineExecutionCollection should have comment or be unexported (golint)
    • Line 89: warning: exported type PipelineExecutionClient should have comment or be unexported (golint)
    • Line 93: warning: exported type PipelineExecutionOperations should have comment or be unexported (golint)
    • Line 113: warning: exported method PipelineExecutionClient.Create should have comment or be unexported (golint)
    • Line 119: warning: exported method PipelineExecutionClient.Update should have comment or be unexported (golint)
    • Line 125: warning: exported method PipelineExecutionClient.Replace should have comment or be unexported (golint)
    • Line 131: warning: exported method PipelineExecutionClient.List should have comment or be unexported (golint)
    • Line 138: warning: exported method PipelineExecutionClient.ListAll should have comment or be unexported (golint)
    • Line 156: warning: exported method PipelineExecutionCollection.Next should have comment or be unexported (golint)
    • Line 166: warning: exported method PipelineExecutionClient.ByID should have comment or be unexported (golint)
    • Line 172: warning: exported method PipelineExecutionClient.Delete should have comment or be unexported (golint)
    • Line 176: warning: exported method PipelineExecutionClient.ActionRerun should have comment or be unexported (golint)
    • Line 181: warning: exported method PipelineExecutionClient.ActionStop should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_namespaced_secret.go
    • Line 8: warning: exported const NamespacedSecretType should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type NamespacedSecret should have comment or be unexported (golint)
    • Line 45: warning: exported type NamespacedSecretCollection should have comment or be unexported (golint)
    • Line 51: warning: exported type NamespacedSecretClient should have comment or be unexported (golint)
    • Line 55: warning: exported type NamespacedSecretOperations should have comment or be unexported (golint)
    • Line 71: warning: exported method NamespacedSecretClient.Create should have comment or be unexported (golint)
    • Line 77: warning: exported method NamespacedSecretClient.Update should have comment or be unexported (golint)
    • Line 83: warning: exported method NamespacedSecretClient.Replace should have comment or be unexported (golint)
    • Line 89: warning: exported method NamespacedSecretClient.List should have comment or be unexported (golint)
    • Line 96: warning: exported method NamespacedSecretClient.ListAll should have comment or be unexported (golint)
    • Line 114: warning: exported method NamespacedSecretCollection.Next should have comment or be unexported (golint)
    • Line 124: warning: exported method NamespacedSecretClient.ByID should have comment or be unexported (golint)
    • Line 130: warning: exported method NamespacedSecretClient.Delete should have comment or be unexported (golint)
    • rancher/tests/integration/pkg/wait/wait.go
    • Line 16: warning: exported type WatchFunc should have comment or be unexported (golint)
    • Line 17: warning: exported type WatchClusterScopedFunc should have comment or be unexported (golint)
    • Line 20: warning: exported function ClusterScopedList should have comment or be unexported (golint)
    • Line 72: warning: exported function Object should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_namespaced_ssh_auth.go
    • Line 8: warning: exported const NamespacedSSHAuthType should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type NamespacedSSHAuth should have comment or be unexported (golint)
    • Line 41: warning: exported type NamespacedSSHAuthCollection should have comment or be unexported (golint)
    • Line 47: warning: exported type NamespacedSSHAuthClient should have comment or be unexported (golint)
    • Line 51: warning: exported type NamespacedSSHAuthOperations should have comment or be unexported (golint)
    • Line 67: warning: exported method NamespacedSSHAuthClient.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method NamespacedSSHAuthClient.Update should have comment or be unexported (golint)
    • Line 79: warning: exported method NamespacedSSHAuthClient.Replace should have comment or be unexported (golint)
    • Line 85: warning: exported method NamespacedSSHAuthClient.List should have comment or be unexported (golint)
    • Line 92: warning: exported method NamespacedSSHAuthClient.ListAll should have comment or be unexported (golint)
    • Line 110: warning: exported method NamespacedSSHAuthCollection.Next should have comment or be unexported (golint)
    • Line 120: warning: exported method NamespacedSSHAuthClient.ByID should have comment or be unexported (golint)
    • Line 126: warning: exported method NamespacedSSHAuthClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_group_member_controller.go
    • Line 22: warning: exported var GroupMemberGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type GroupMember should be of the form "GroupMember ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewGroupMember should have comment or be unexported (golint)
    • Line 55: warning: exported type GroupMemberHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type GroupMemberChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type GroupMemberLister should have comment or be unexported (golint)
    • Line 64: warning: exported type GroupMemberController should have comment or be unexported (golint)
    • Line 76: warning: exported type GroupMemberInterface should have comment or be unexported (golint)
    • rancher/pkg/rkenodeconfigserver/nodeserver.go
    • Line 34: warning: exported const DefaultAgentCheckInterval should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported type RKENodeConfigServer should have comment or be unexported (golint)
    • Line 50: warning: exported function Handler should have comment or be unexported (golint)
    • Line 143: warning: exported function IsNonWorker should have comment or be unexported (golint)
    • Line 245: warning: exported function FilterHostForSpec should have comment or be unexported (golint)
    • Line 255: warning: exported function AugmentProcesses should have comment or be unexported (golint)
    • Line 318: warning: exported function EnhanceWindowsProcesses should have comment or be unexported (golint)
    • Line 330: warning: exported function AppendTaintsToKubeletArgs should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/etcdbackup/etcdbackup.go
    • Line 45: warning: exported type Controller should have comment or be unexported (golint)
    • Line 55: warning: exported function Register should have comment or be unexported (golint)
    • Line 85: warning: exported method Controller.Create should have comment or be unexported (golint)
    • Line 122: warning: exported method Controller.Remove should have comment or be unexported (golint)
    • Line 130: warning: exported method Controller.Updated should have comment or be unexported (golint)
    • Line 280: warning: exported function NewBackupObject should have comment or be unexported (golint)
    • Line 323: warning: exported function CompressCluster should have comment or be unexported (golint)
    • Line 345: warning: exported function DecompressCluster should have comment or be unexported (golint)
    • Line 396: warning: exported function GetS3Client should have comment or be unexported (golint)
    • rancher/pkg/apis/project.cattle.io/v3/types.go
    • Line 11: warning: exported type ServiceAccountToken should have comment or be unexported (golint)
    • Line 27: warning: exported type NamespacedServiceAccountToken should have comment or be unexported (golint)
    • Line 32: warning: exported type DockerCredential should have comment or be unexported (golint)
    • Line 45: warning: exported type NamespacedDockerCredential should have comment or be unexported (golint)
    • Line 47: warning: exported type RegistryCredential should have comment or be unexported (golint)
    • Line 58: warning: exported type Certificate should have comment or be unexported (golint)
    • Line 83: warning: exported type NamespacedCertificate should have comment or be unexported (golint)
    • Line 88: warning: exported type BasicAuth should have comment or be unexported (golint)
    • Line 102: warning: exported type NamespacedBasicAuth should have comment or be unexported (golint)
    • Line 107: warning: exported type SSHAuth should have comment or be unexported (golint)
    • Line 121: warning: exported type NamespacedSSHAuth should have comment or be unexported (golint)
    • Line 123: warning: exported type PublicEndpoint should have comment or be unexported (golint)
    • Line 144: warning: exported type Workload should have comment or be unexported (golint)
    • Line 150: warning: exported type DeploymentRollbackInput should have comment or be unexported (golint)
    • Line 154: warning: exported type WorkloadMetric should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/apps/v1/zz_generated_k8s_client.go
    • Line 12: warning: exported type Interface should have comment or be unexported (golint)
    • Line 19: warning: exported type Client should have comment or be unexported (golint)
    • Line 24: warning: exported function NewForConfig should have comment or be unexported (golint)
    • Line 36: warning: exported function NewFromControllerFactory should have comment or be unexported (golint)
    • Line 43: warning: exported type DeploymentsGetter should have comment or be unexported (golint)
    • Line 47: warning: exported method Client.Deployments should have comment or be unexported (golint)
    • Line 57: warning: exported type DaemonSetsGetter should have comment or be unexported (golint)
    • Line 61: warning: exported method Client.DaemonSets should have comment or be unexported (golint)
    • Line 71: warning: exported type StatefulSetsGetter should have comment or be unexported (golint)
    • Line 75: warning: exported method Client.StatefulSets should have comment or be unexported (golint)
    • Line 85: warning: exported type ReplicaSetsGetter should have comment or be unexported (golint)
    • Line 89: warning: exported method Client.ReplicaSets should have comment or be unexported (golint)
    • rancher/pkg/tunnelserver/mcmauthorizer/tunnel.go
    • Line 33: warning: exported const Token should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported var ErrClusterNotFound should have comment or be unexported (golint)
    • Line 60: warning: exported function NewAuthorizer should have comment or be unexported (golint)
    • Line 79: warning: exported type Authorizer should have comment or be unexported (golint)
    • Line 89: warning: exported type Client should have comment or be unexported (golint)
    • Line 97: warning: exported method Authorizer.AuthorizeTunnel should have comment or be unexported (golint)
    • Line 108: warning: exported method Authorizer.Authorize should have comment or be unexported (golint)
    • rancher/pkg/channelserver/channelserver.go
    • Line 26: warning: exported function GetURLAndInterval should have comment or be unexported (golint)
    • Line 52: warning: exported type DynamicInterval should have comment or be unexported (golint)
    • Line 54: warning: exported method DynamicInterval.Wait should have comment or be unexported (golint)
    • Line 70: warning: exported type DynamicSource should have comment or be unexported (golint)
    • Line 72: warning: exported method DynamicSource.URL should have comment or be unexported (golint)
    • Line 77: warning: exported function GetReleaseConfigByRuntimeAndVersion should have comment or be unexported (golint)
    • Line 96: warning: exported function GetReleaseConfigByRuntime should have comment or be unexported (golint)
    • Line 111: warning: exported function NewHandler should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/apiregistration.k8s.io/v1/zz_generated_api_service_controller.go
    • Line 22: warning: exported var APIServiceGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type APIService should be of the form "APIService ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewAPIService should have comment or be unexported (golint)
    • Line 55: warning: exported type APIServiceHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type APIServiceChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type APIServiceLister should have comment or be unexported (golint)
    • Line 64: warning: exported type APIServiceController should have comment or be unexported (golint)
    • Line 76: warning: exported type APIServiceInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_pipeline_execution_controller.go
    • Line 22: warning: exported var PipelineExecutionGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type PipelineExecution should be of the form "PipelineExecution ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewPipelineExecution should have comment or be unexported (golint)
    • Line 56: warning: exported type PipelineExecutionHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type PipelineExecutionChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type PipelineExecutionLister should have comment or be unexported (golint)
    • Line 65: warning: exported type PipelineExecutionController should have comment or be unexported (golint)
    • Line 77: warning: exported type PipelineExecutionInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_node_driver_controller.go
    • Line 22: warning: exported var NodeDriverGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type NodeDriver should be of the form "NodeDriver ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewNodeDriver should have comment or be unexported (golint)
    • Line 55: warning: exported type NodeDriverHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type NodeDriverChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type NodeDriverLister should have comment or be unexported (golint)
    • Line 64: warning: exported type NodeDriverController should have comment or be unexported (golint)
    • Line 76: warning: exported type NodeDriverInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/alerting_types.go
    • Line 13: warning: exported type ClusterAlert should have comment or be unexported (golint)
    • Line 27: warning: exported method ClusterAlert.ObjClusterName should have comment or be unexported (golint)
    • Line 34: warning: exported type ProjectAlert should have comment or be unexported (golint)
    • Line 48: warning: exported method ProjectAlert.ObjClusterName should have comment or be unexported (golint)
    • Line 52: warning: exported type AlertCommonSpec should have comment or be unexported (golint)
    • Line 61: warning: exported type ClusterAlertSpec should have comment or be unexported (golint)
    • Line 70: warning: exported method ClusterAlertSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 74: warning: exported type ProjectAlertSpec should have comment or be unexported (golint)
    • Line 82: warning: exported method ProjectAlertSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 89: warning: exported type Recipient should have comment or be unexported (golint)
    • Line 95: warning: exported type TargetNode should have comment or be unexported (golint)
    • Line 103: warning: exported type TargetPod should have comment or be unexported (golint)
    • Line 110: warning: exported type TargetEvent should have comment or be unexported (golint)
    • Line 115: warning: exported type TargetWorkload should have comment or be unexported (golint)
    • Line 121: warning: exported type TargetSystemService should have comment or be unexported (golint)
    • Line 125: warning: exported type AlertStatus should have comment or be unexported (golint)
    • Line 132: warning: exported type ClusterAlertGroup should have comment or be unexported (golint)
    • Line 146: warning: exported method ClusterAlertGroup.ObjClusterName should have comment or be unexported (golint)
    • Line 153: warning: exported type ProjectAlertGroup should have comment or be unexported (golint)
    • Line 167: warning: exported method ProjectAlertGroup.ObjClusterName should have comment or be unexported (golint)
    • Line 171: warning: exported type ClusterGroupSpec should have comment or be unexported (golint)
    • Line 177: warning: exported method ClusterGroupSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 181: warning: exported type ProjectGroupSpec should have comment or be unexported (golint)
    • Line 187: warning: exported method ProjectGroupSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 197: warning: exported type ClusterAlertRule should have comment or be unexported (golint)
    • Line 211: warning: exported method ClusterAlertRule.ObjClusterName should have comment or be unexported (golint)
    • Line 215: warning: exported type ClusterAlertRuleSpec should have comment or be unexported (golint)
    • Line 226: warning: exported method ClusterAlertRuleSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 233: warning: exported type ProjectAlertRule should have comment or be unexported (golint)
    • Line 247: warning: exported method ProjectAlertRule.ObjClusterName should have comment or be unexported (golint)
    • Line 251: warning: exported type ProjectAlertRuleSpec should have comment or be unexported (golint)
    • Line 260: warning: exported method ProjectAlertRuleSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 267: warning: exported type CommonGroupField should have comment or be unexported (golint)
    • Line 273: warning: exported type CommonRuleField should have comment or be unexported (golint)
    • Line 280: warning: exported type ClusterScanRule should have comment or be unexported (golint)
    • Line 285: warning: exported type MetricRule should have comment or be unexported (golint)
    • Line 293: warning: exported type TimingField should have comment or be unexported (golint)
    • Line 299: warning: exported type NodeRule should have comment or be unexported (golint)
    • Line 307: warning: exported type PodRule should have comment or be unexported (golint)
    • Line 314: warning: exported type EventRule should have comment or be unexported (golint)
    • Line 319: warning: exported type WorkloadRule should have comment or be unexported (golint)
    • Line 325: warning: exported type SystemServiceRule should have comment or be unexported (golint)
    • Line 332: warning: exported type Notifier should have comment or be unexported (golint)
    • Line 346: warning: exported method Notifier.ObjClusterName should have comment or be unexported (golint)
    • Line 350: warning: exported type NotifierSpec should have comment or be unexported (golint)
    • Line 365: warning: exported method NotifierSpec.ObjClusterName should have comment or be unexported (golint)
    • Line 369: warning: exported type Notification should have comment or be unexported (golint)
    • Line 380: warning: exported type SMTPConfig should have comment or be unexported (golint)
    • Line 390: warning: exported type SlackConfig should have comment or be unexported (golint)
    • Line 396: warning: exported type PagerdutyConfig should have comment or be unexported (golint)
    • Line 401: warning: exported type WebhookConfig should have comment or be unexported (golint)
    • Line 406: warning: exported type WechatConfig should have comment or be unexported (golint)
    • Line 416: warning: exported type DingtalkConfig should have comment or be unexported (golint)
    • Line 422: warning: exported type MSTeamsConfig should have comment or be unexported (golint)
    • Line 427: warning: exported type NotifierStatus should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_global_dns_provider.go
    • Line 8: warning: exported const GlobalDnsProviderType should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type GlobalDnsProvider should have comment or be unexported (golint)
    • Line 41: warning: exported type GlobalDnsProviderCollection should have comment or be unexported (golint)
    • Line 47: warning: exported type GlobalDnsProviderClient should have comment or be unexported (golint)
    • Line 51: warning: exported type GlobalDnsProviderOperations should have comment or be unexported (golint)
    • Line 67: warning: exported method GlobalDnsProviderClient.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method GlobalDnsProviderClient.Update should have comment or be unexported (golint)
    • Line 79: warning: exported method GlobalDnsProviderClient.Replace should have comment or be unexported (golint)
    • Line 85: warning: exported method GlobalDnsProviderClient.List should have comment or be unexported (golint)
    • Line 92: warning: exported method GlobalDnsProviderClient.ListAll should have comment or be unexported (golint)
    • Line 110: warning: exported method GlobalDnsProviderCollection.Next should have comment or be unexported (golint)
    • Line 120: warning: exported method GlobalDnsProviderClient.ByID should have comment or be unexported (golint)
    • Line 126: warning: exported method GlobalDnsProviderClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementuserlegacy/alert/watcher/pod.go
    • Line 27: warning: exported type PodWatcher should have comment or be unexported (golint)
    • Line 44: warning: exported function StartPodWatcher should have comment or be unexported (golint)
    • Line 79: warning: exported type ProjectAlertLifecycle should have comment or be unexported (golint)
    • Line 83: warning: exported method ProjectAlertLifecycle.Create should have comment or be unexported (golint)
    • Line 87: warning: exported method ProjectAlertLifecycle.Updated should have comment or be unexported (golint)
    • Line 91: warning: exported method ProjectAlertLifecycle.Remove should have comment or be unexported (golint)
    • rancher/pkg/auth/tokens/api.go
    • Line 17: warning: exported const CookieName should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported type ServerOption should have comment or be unexported (golint)
    • Line 30: warning: exported function NewAPIHandler should have comment or be unexported (golint)
    • rancher/pkg/tls/tls.go
    • Line 44: warning: exported var InternalAPI should have comment or be unexported (golint)
    • Line 47: warning: exported function ListenAndServe should have comment or be unexported (golint)
    • Line 175: warning: exported function SetupListener should have comment or be unexported (golint)
    • rancher/pkg/client/generated/cluster/v3/zz_generated_namespace.go
    • Line 8: warning: exported const NamespaceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type Namespace should have comment or be unexported (golint)
    • Line 45: warning: exported type NamespaceCollection should have comment or be unexported (golint)
    • Line 51: warning: exported type NamespaceClient should have comment or be unexported (golint)
    • Line 55: warning: exported type NamespaceOperations should have comment or be unexported (golint)
    • Line 73: warning: exported method NamespaceClient.Create should have comment or be unexported (golint)
    • Line 79: warning: exported method NamespaceClient.Update should have comment or be unexported (golint)
    • Line 85: warning: exported method NamespaceClient.Replace should have comment or be unexported (golint)
    • Line 91: warning: exported method NamespaceClient.List should have comment or be unexported (golint)
    • Line 98: warning: exported method NamespaceClient.ListAll should have comment or be unexported (golint)
    • Line 116: warning: exported method NamespaceCollection.Next should have comment or be unexported (golint)
    • Line 126: warning: exported method NamespaceClient.ByID should have comment or be unexported (golint)
    • Line 132: warning: exported method NamespaceClient.Delete should have comment or be unexported (golint)
    • Line 136: warning: exported method NamespaceClient.ActionMove should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_pipeline_controller.go
    • Line 22: warning: exported var PipelineGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Pipeline should be of the form "Pipeline ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewPipeline should have comment or be unexported (golint)
    • Line 56: warning: exported type PipelineHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type PipelineChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type PipelineLister should have comment or be unexported (golint)
    • Line 65: warning: exported type PipelineController should have comment or be unexported (golint)
    • Line 77: warning: exported type PipelineInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/batch/v1beta1/zz_generated_cron_job_controller.go
    • Line 22: warning: exported var CronJobGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type CronJob should be of the form "CronJob ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewCronJob should have comment or be unexported (golint)
    • Line 56: warning: exported type CronJobHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type CronJobChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type CronJobLister should have comment or be unexported (golint)
    • Line 65: warning: exported type CronJobController should have comment or be unexported (golint)
    • Line 77: warning: exported type CronJobInterface should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/drivers/aks/aks_driver.go
    • Line 32: warning: exported type Driver should have comment or be unexported (golint)
    • Line 139: warning: exported function NewDriver should have comment or be unexported (golint)
    • Line 623: warning: exported method Driver.Create should have comment or be unexported (golint)
    • Line 627: warning: exported method Driver.Update should have comment or be unexported (golint)
    • Line 977: warning: exported method Driver.GetVersion should have comment or be unexported (golint)
    • Line 999: warning: exported method Driver.SetVersion should have comment or be unexported (golint)
    • Line 1029: warning: exported method Driver.GetClusterSize should have comment or be unexported (golint)
    • Line 1051: warning: exported method Driver.SetClusterSize should have comment or be unexported (golint)
    • Line 1093: warning: exported type Cluster should have comment or be unexported (golint)
    • Line 1098: warning: exported type ClusterInfo should have comment or be unexported (golint)
    • Line 1103: warning: exported type Context should have comment or be unexported (golint)
    • Line 1108: warning: exported type ContextInfo should have comment or be unexported (golint)
    • Line 1113: warning: exported type User should have comment or be unexported (golint)
    • Line 1118: warning: exported type UserInfo should have comment or be unexported (golint)
    • Line 1126: warning: exported method Driver.PostCheck should have comment or be unexported (golint)
    • Line 1233: warning: exported method Driver.Remove should have comment or be unexported (golint)
    • Line 1257: warning: exported method Driver.GetCapabilities should have comment or be unexported (golint)
    • Line 1261: warning: exported method Driver.RemoveLegacyServiceAccount should have comment or be unexported (golint)
    • Line 1283: warning: exported method Driver.ETCDSave should have comment or be unexported (golint)
    • Line 1287: warning: exported method Driver.ETCDRestore should have comment or be unexported (golint)
    • Line 1291: warning: exported method Driver.ETCDRemoveSnapshot should have comment or be unexported (golint)
    • Line 1295: warning: exported method Driver.GetK8SCapabilities should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/container_ports.go
    • Line 13: warning: exported type ContainerPorts should have comment or be unexported (golint)
    • Line 16: warning: exported method ContainerPorts.FromInternal should have comment or be unexported (golint)
    • Line 84: warning: exported method ContainerPorts.ToInternal should have comment or be unexported (golint)
    • Line 117: warning: exported method ContainerPorts.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_project_controller.go
    • Line 22: warning: exported var ProjectGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Project should be of the form "Project ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewProject should have comment or be unexported (golint)
    • Line 56: warning: exported type ProjectHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ProjectChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ProjectLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ProjectController should have comment or be unexported (golint)
    • Line 77: warning: exported type ProjectInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_auth_config.go
    • Line 8: warning: exported const AuthConfigType should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type AuthConfig should have comment or be unexported (golint)
    • Line 39: warning: exported type AuthConfigCollection should have comment or be unexported (golint)
    • Line 45: warning: exported type AuthConfigClient should have comment or be unexported (golint)
    • Line 49: warning: exported type AuthConfigOperations should have comment or be unexported (golint)
    • Line 65: warning: exported method AuthConfigClient.Create should have comment or be unexported (golint)
    • Line 71: warning: exported method AuthConfigClient.Update should have comment or be unexported (golint)
    • Line 77: warning: exported method AuthConfigClient.Replace should have comment or be unexported (golint)
    • Line 83: warning: exported method AuthConfigClient.List should have comment or be unexported (golint)
    • Line 90: warning: exported method AuthConfigClient.ListAll should have comment or be unexported (golint)
    • Line 108: warning: exported method AuthConfigCollection.Next should have comment or be unexported (golint)
    • Line 118: warning: exported method AuthConfigClient.ByID should have comment or be unexported (golint)
    • Line 124: warning: exported method AuthConfigClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_source_code_repository_controller.go
    • Line 22: warning: exported var SourceCodeRepositoryGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type SourceCodeRepository should be of the form "SourceCodeRepository ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewSourceCodeRepository should have comment or be unexported (golint)
    • Line 56: warning: exported type SourceCodeRepositoryHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type SourceCodeRepositoryChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type SourceCodeRepositoryLister should have comment or be unexported (golint)
    • Line 65: warning: exported type SourceCodeRepositoryController should have comment or be unexported (golint)
    • Line 77: warning: exported type SourceCodeRepositoryInterface should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/workload.go
    • Line 9: warning: exported type WorkloadAnnotations should have comment or be unexported (golint)
    • Line 12: warning: exported method WorkloadAnnotations.FromInternal should have comment or be unexported (golint)
    • Line 23: warning: exported method WorkloadAnnotations.ToInternal should have comment or be unexported (golint)
    • Line 27: warning: exported method WorkloadAnnotations.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_feature_controller.go
    • Line 22: warning: exported var FeatureGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Feature should be of the form "Feature ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewFeature should have comment or be unexported (golint)
    • Line 55: warning: exported type FeatureHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type FeatureChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type FeatureLister should have comment or be unexported (golint)
    • Line 64: warning: exported type FeatureController should have comment or be unexported (golint)
    • Line 76: warning: exported type FeatureInterface should have comment or be unexported (golint)
    • rancher/pkg/controllers/managementapi/catalog/catalog.go
    • Line 20: warning: exported type CacheCleaner should have comment or be unexported (golint)
    • Line 27: warning: exported function Register should have comment or be unexported (golint)
    • Line 63: warning: exported method CacheCleaner.GoCleanupLogError should have comment or be unexported (golint)
    • Line 71: warning: exported method CacheCleaner.Cleanup should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_app_revision_controller.go
    • Line 22: warning: exported var AppRevisionGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type AppRevision should be of the form "AppRevision ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewAppRevision should have comment or be unexported (golint)
    • Line 56: warning: exported type AppRevisionHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type AppRevisionChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type AppRevisionLister should have comment or be unexported (golint)
    • Line 65: warning: exported type AppRevisionController should have comment or be unexported (golint)
    • Line 77: warning: exported type AppRevisionInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_management_secret.go
    • Line 8: warning: exported const ManagementSecretType should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type ManagementSecret should have comment or be unexported (golint)
    • Line 39: warning: exported type ManagementSecretCollection should have comment or be unexported (golint)
    • Line 45: warning: exported type ManagementSecretClient should have comment or be unexported (golint)
    • Line 49: warning: exported type ManagementSecretOperations should have comment or be unexported (golint)
    • Line 65: warning: exported method ManagementSecretClient.Create should have comment or be unexported (golint)
    • Line 71: warning: exported method ManagementSecretClient.Update should have comment or be unexported (golint)
    • Line 77: warning: exported method ManagementSecretClient.Replace should have comment or be unexported (golint)
    • Line 83: warning: exported method ManagementSecretClient.List should have comment or be unexported (golint)
    • Line 90: warning: exported method ManagementSecretClient.ListAll should have comment or be unexported (golint)
    • Line 108: warning: exported method ManagementSecretCollection.Next should have comment or be unexported (golint)
    • Line 118: warning: exported method ManagementSecretClient.ByID should have comment or be unexported (golint)
    • Line 124: warning: exported method ManagementSecretClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_cloud_credential.go
    • Line 8: warning: exported const CloudCredentialType should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported type CloudCredential should have comment or be unexported (golint)
    • Line 35: warning: exported type CloudCredentialCollection should have comment or be unexported (golint)
    • Line 41: warning: exported type CloudCredentialClient should have comment or be unexported (golint)
    • Line 45: warning: exported type CloudCredentialOperations should have comment or be unexported (golint)
    • Line 61: warning: exported method CloudCredentialClient.Create should have comment or be unexported (golint)
    • Line 67: warning: exported method CloudCredentialClient.Update should have comment or be unexported (golint)
    • Line 73: warning: exported method CloudCredentialClient.Replace should have comment or be unexported (golint)
    • Line 79: warning: exported method CloudCredentialClient.List should have comment or be unexported (golint)
    • Line 86: warning: exported method CloudCredentialClient.ListAll should have comment or be unexported (golint)
    • Line 104: warning: exported method CloudCredentialCollection.Next should have comment or be unexported (golint)
    • Line 114: warning: exported method CloudCredentialClient.ByID should have comment or be unexported (golint)
    • Line 120: warning: exported method CloudCredentialClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_global_dns_controller.go
    • Line 22: warning: exported var GlobalDnsGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type GlobalDns should be of the form "GlobalDns ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewGlobalDns should have comment or be unexported (golint)
    • Line 56: warning: exported type GlobalDnsHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type GlobalDnsChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type GlobalDnsLister should have comment or be unexported (golint)
    • Line 65: warning: exported type GlobalDnsController should have comment or be unexported (golint)
    • Line 77: warning: exported type GlobalDnsInterface should have comment or be unexported (golint)
    • rancher/pkg/api/steve/norman/formatter.go
    • Line 15: warning: exported type LinksAndActionsFormatter should have comment or be unexported (golint)
    • Line 21: warning: exported function NewLinksAndActionsFormatter should have comment or be unexported (golint)
    • Line 31: warning: exported method LinksAndActionsFormatter.Formatter should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_namespaced_certificate_controller.go
    • Line 22: warning: exported var NamespacedCertificateGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type NamespacedCertificate should be of the form "NamespacedCertificate ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNamespacedCertificate should have comment or be unexported (golint)
    • Line 56: warning: exported type NamespacedCertificateHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type NamespacedCertificateChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type NamespacedCertificateLister should have comment or be unexported (golint)
    • Line 65: warning: exported type NamespacedCertificateController should have comment or be unexported (golint)
    • Line 77: warning: exported type NamespacedCertificateInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_pod_security_policy_template_controller.go
    • Line 22: warning: exported var PodSecurityPolicyTemplateGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type PodSecurityPolicyTemplate should be of the form "PodSecurityPolicyTemplate ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewPodSecurityPolicyTemplate should have comment or be unexported (golint)
    • Line 55: warning: exported type PodSecurityPolicyTemplateHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type PodSecurityPolicyTemplateChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type PodSecurityPolicyTemplateLister should have comment or be unexported (golint)
    • Line 64: warning: exported type PodSecurityPolicyTemplateController should have comment or be unexported (golint)
    • Line 76: warning: exported type PodSecurityPolicyTemplateInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_token_controller.go
    • Line 22: warning: exported var TokenGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Token should be of the form "Token ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewToken should have comment or be unexported (golint)
    • Line 55: warning: exported type TokenHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type TokenChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type TokenLister should have comment or be unexported (golint)
    • Line 64: warning: exported type TokenController should have comment or be unexported (golint)
    • Line 76: warning: exported type TokenInterface should have comment or be unexported (golint)
    • rancher/pkg/provisioningv2/rke2/planner/store.go
    • Line 25: warning: exported const NoAgentPlanStatus should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported type PlanStore should have comment or be unexported (golint)
    • Line 43: warning: exported function NewStore should have comment or be unexported (golint)
    • Line 62: warning: exported method PlanStore.Load should have comment or be unexported (golint)
    • Line 124: warning: exported function GetPlanStatusReasonMessage should have comment or be unexported (golint)
    • Line 145: warning: exported function SecretToNode should have comment or be unexported (golint)
    • Line 242: warning: exported method PlanStore.UpdatePlan should have comment or be unexported (golint)
    • rancher/pkg/controllers/management/node/controller.go
    • Line 71: warning: exported function Register should have comment or be unexported (golint)
    • Line 102: warning: exported type Lifecycle should have comment or be unexported (golint)
    • Line 157: warning: exported method Lifecycle.Create should have comment or be unexported (golint)
    • Line 226: warning: exported method Lifecycle.Remove should have comment or be unexported (golint)
    • Line 530: warning: exported method Lifecycle.Updated should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_destination_rule.go
    • Line 8: warning: exported const DestinationRuleType should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported type DestinationRule should have comment or be unexported (golint)
    • Line 49: warning: exported type DestinationRuleCollection should have comment or be unexported (golint)
    • Line 55: warning: exported type DestinationRuleClient should have comment or be unexported (golint)
    • Line 59: warning: exported type DestinationRuleOperations should have comment or be unexported (golint)
    • Line 75: warning: exported method DestinationRuleClient.Create should have comment or be unexported (golint)
    • Line 81: warning: exported method DestinationRuleClient.Update should have comment or be unexported (golint)
    • Line 87: warning: exported method DestinationRuleClient.Replace should have comment or be unexported (golint)
    • Line 93: warning: exported method DestinationRuleClient.List should have comment or be unexported (golint)
    • Line 100: warning: exported method DestinationRuleClient.ListAll should have comment or be unexported (golint)
    • Line 118: warning: exported method DestinationRuleCollection.Next should have comment or be unexported (golint)
    • Line 128: warning: exported method DestinationRuleClient.ByID should have comment or be unexported (golint)
    • Line 134: warning: exported method DestinationRuleClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/core/v1/zz_generated_component_status_controller.go
    • Line 22: warning: exported var ComponentStatusGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type ComponentStatus should be of the form "ComponentStatus ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewComponentStatus should have comment or be unexported (golint)
    • Line 55: warning: exported type ComponentStatusHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type ComponentStatusChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type ComponentStatusLister should have comment or be unexported (golint)
    • Line 64: warning: exported type ComponentStatusController should have comment or be unexported (golint)
    • Line 76: warning: exported type ComponentStatusInterface should have comment or be unexported (golint)
    • rancher/pkg/pipeline/engine/jenkins/model.go
    • Line 5: warning: exported type PipelineJob should have comment or be unexported (golint)
    • Line 11: warning: exported type Definition should have comment or be unexported (golint)
    • Line 18: warning: exported type Project should have comment or be unexported (golint)
    • Line 40: warning: exported type Scm should have comment or be unexported (golint)
    • Line 52: warning: exported type Trigger should have comment or be unexported (golint)
    • Line 57: warning: exported type BuildTrigger should have comment or be unexported (golint)
    • Line 69: warning: exported type TimestampWrapperPlugin should have comment or be unexported (golint)
    • Line 73: warning: exported type TimeoutWrapperPlugin should have comment or be unexported (golint)
    • Line 79: warning: exported type TimeoutStrategy should have comment or be unexported (golint)
    • Line 84: warning: exported type PreSCMBuildStepsWrapper should have comment or be unexported (golint)
    • Line 89: warning: exported type PostBuildTask should have comment or be unexported (golint)
    • Line 96: warning: exported type GroovyScript should have comment or be unexported (golint)
    • Line 102: warning: exported type Builder should have comment or be unexported (golint)
    • Line 106: warning: exported type TaskShell should have comment or be unexported (golint)
    • Line 110: warning: exported type Build should have comment or be unexported (golint)
    • Line 124: warning: exported type ChangeSet should have comment or be unexported (golint)
    • Line 129: warning: exported type JobInfo should have comment or be unexported (golint)
    • Line 200: warning: exported type BuildInfo should have comment or be unexported (golint)
    • Line 264: warning: exported type Credential should have comment or be unexported (golint)
    • Line 273: warning: exported type WFBuildInfo should have comment or be unexported (golint)
    • Line 285: warning: exported type Stage should have comment or be unexported (golint)
    • Line 296: warning: exported type WFNodeInfo should have comment or be unexported (golint)
    • Line 308: warning: exported type WFNodeLog should have comment or be unexported (golint)
    • Line 317: warning: exported type FlowNode should have comment or be unexported (golint)
    • Line 329: warning: exported type NodeError should have comment or be unexported (golint)
    • rancher/pkg/git/git.go
    • Line 19: warning: exported function Clone should have comment or be unexported (golint)
    • Line 26: warning: exported function Update should have comment or be unexported (golint)
    • Line 33: warning: exported function HeadCommit should have comment or be unexported (golint)
    • Line 39: warning: exported function RemoteBranchHeadCommit should have comment or be unexported (golint)
    • Line 55: warning: exported function IsValid should have comment or be unexported (golint)
    • Line 84: warning: exported function CloneWithDepth should have comment or be unexported (golint)
    • Line 91: warning: exported function ValidateURL should have comment or be unexported (golint)
    • rancher/pkg/notifiers/sender.go
    • Line 34: warning: exported type Message should have comment or be unexported (golint)
    • Line 53: warning: exported function SendMessage should have comment or be unexported (golint)
    • Line 97: warning: exported function TestPagerduty should have comment or be unexported (golint)
    • Line 137: warning: exported function TestWechat should have comment or be unexported (golint)
    • Line 227: warning: exported function TestDingtalk should have comment or be unexported (golint)
    • Line 277: warning: exported function TestMicrosoftTeams should have comment or be unexported (golint)
    • Line 308: warning: exported function TestWebhook should have comment or be unexported (golint)
    • Line 343: warning: exported function TestSlack should have comment or be unexported (golint)
    • Line 387: warning: exported function TestEmail should have comment or be unexported (golint)
    • Line 641: warning: exported function IsHTTPClientConfigSet should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_monitor_metric_controller.go
    • Line 22: warning: exported var MonitorMetricGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type MonitorMetric should be of the form "MonitorMetric ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewMonitorMetric should have comment or be unexported (golint)
    • Line 56: warning: exported type MonitorMetricHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type MonitorMetricChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type MonitorMetricLister should have comment or be unexported (golint)
    • Line 65: warning: exported type MonitorMetricController should have comment or be unexported (golint)
    • Line 77: warning: exported type MonitorMetricInterface should have comment or be unexported (golint)
    • rancher/pkg/httpproxy/proxy.go
    • Line 25: warning: exported const ForwardProto should have comment (or a comment on this block) or be unexported (golint)
    • Line 54: warning: exported type Supplier should have comment or be unexported (golint)
    • Line 85: warning: exported function NewProxy should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_notifier.go
    • Line 8: warning: exported const NotifierType should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type Notifier should have comment or be unexported (golint)
    • Line 61: warning: exported type NotifierCollection should have comment or be unexported (golint)
    • Line 67: warning: exported type NotifierClient should have comment or be unexported (golint)
    • Line 71: warning: exported type NotifierOperations should have comment or be unexported (golint)
    • Line 91: warning: exported method NotifierClient.Create should have comment or be unexported (golint)
    • Line 97: warning: exported method NotifierClient.Update should have comment or be unexported (golint)
    • Line 103: warning: exported method NotifierClient.Replace should have comment or be unexported (golint)
    • Line 109: warning: exported method NotifierClient.List should have comment or be unexported (golint)
    • Line 116: warning: exported method NotifierClient.ListAll should have comment or be unexported (golint)
    • Line 134: warning: exported method NotifierCollection.Next should have comment or be unexported (golint)
    • Line 144: warning: exported method NotifierClient.ByID should have comment or be unexported (golint)
    • Line 150: warning: exported method NotifierClient.Delete should have comment or be unexported (golint)
    • Line 154: warning: exported method NotifierClient.ActionSend should have comment or be unexported (golint)
    • Line 159: warning: exported method NotifierClient.CollectionActionSend should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_source_code_credential.go
    • Line 8: warning: exported const SourceCodeCredentialType should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported type SourceCodeCredential should have comment or be unexported (golint)
    • Line 63: warning: exported type SourceCodeCredentialCollection should have comment or be unexported (golint)
    • Line 69: warning: exported type SourceCodeCredentialClient should have comment or be unexported (golint)
    • Line 73: warning: exported type SourceCodeCredentialOperations should have comment or be unexported (golint)
    • Line 93: warning: exported method SourceCodeCredentialClient.Create should have comment or be unexported (golint)
    • Line 99: warning: exported method SourceCodeCredentialClient.Update should have comment or be unexported (golint)
    • Line 105: warning: exported method SourceCodeCredentialClient.Replace should have comment or be unexported (golint)
    • Line 111: warning: exported method SourceCodeCredentialClient.List should have comment or be unexported (golint)
    • Line 118: warning: exported method SourceCodeCredentialClient.ListAll should have comment or be unexported (golint)
    • Line 136: warning: exported method SourceCodeCredentialCollection.Next should have comment or be unexported (golint)
    • Line 146: warning: exported method SourceCodeCredentialClient.ByID should have comment or be unexported (golint)
    • Line 152: warning: exported method SourceCodeCredentialClient.Delete should have comment or be unexported (golint)
    • Line 156: warning: exported method SourceCodeCredentialClient.ActionLogout should have comment or be unexported (golint)
    • Line 161: warning: exported method SourceCodeCredentialClient.ActionRefreshrepos should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/cluster/cluster.go
    • Line 17: warning: exported const PreCreating should have comment (or a comment on this block) or be unexported (golint)
    • Line 135: warning: exported method Cluster.PostCheck should have comment or be unexported (golint)
    • Line 152: warning: exported method Cluster.GenerateServiceAccount should have comment or be unexported (golint)
    • Line 173: warning: exported method Cluster.RemoveLegacyServiceAccount should have comment or be unexported (golint)
    • Line 253: warning: exported method Cluster.GetVersion should have comment or be unexported (golint)
    • Line 257: warning: exported method Cluster.SetVersion should have comment or be unexported (golint)
    • Line 261: warning: exported method Cluster.GetClusterSize should have comment or be unexported (golint)
    • Line 265: warning: exported method Cluster.SetClusterSize should have comment or be unexported (golint)
    • Line 319: warning: exported method Cluster.GetCapabilities should have comment or be unexported (golint)
    • Line 323: warning: exported method Cluster.GetK8SCapabilities should have comment or be unexported (golint)
    • Line 332: warning: exported method Cluster.GetDriverCreateOptions should have comment or be unexported (golint)
    • Line 336: warning: exported method Cluster.GetDriverUpdateOptions should have comment or be unexported (golint)
    • Line 374: warning: exported function FromCluster should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_namespaced_basic_auth.go
    • Line 8: warning: exported const NamespacedBasicAuthType should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type NamespacedBasicAuth should have comment or be unexported (golint)
    • Line 41: warning: exported type NamespacedBasicAuthCollection should have comment or be unexported (golint)
    • Line 47: warning: exported type NamespacedBasicAuthClient should have comment or be unexported (golint)
    • Line 51: warning: exported type NamespacedBasicAuthOperations should have comment or be unexported (golint)
    • Line 67: warning: exported method NamespacedBasicAuthClient.Create should have comment or be unexported (golint)
    • Line 73: warning: exported method NamespacedBasicAuthClient.Update should have comment or be unexported (golint)
    • Line 79: warning: exported method NamespacedBasicAuthClient.Replace should have comment or be unexported (golint)
    • Line 85: warning: exported method NamespacedBasicAuthClient.List should have comment or be unexported (golint)
    • Line 92: warning: exported method NamespacedBasicAuthClient.ListAll should have comment or be unexported (golint)
    • Line 110: warning: exported method NamespacedBasicAuthCollection.Next should have comment or be unexported (golint)
    • Line 120: warning: exported method NamespacedBasicAuthClient.ByID should have comment or be unexported (golint)
    • Line 126: warning: exported method NamespacedBasicAuthClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/schemas/mapper/namespace.go
    • Line 8: warning: exported type NamespaceIDMapper should have comment or be unexported (golint)
    • Line 12: warning: exported method NamespaceIDMapper.FromInternal should have comment or be unexported (golint)
    • Line 18: warning: exported method NamespaceIDMapper.ToInternal should have comment or be unexported (golint)
    • Line 25: warning: exported method NamespaceIDMapper.ModifySchema should have comment or be unexported (golint)
    • rancher/pkg/auth/tokens/token_util.go
    • Line 32: warning: exported function SplitTokenParts should have comment or be unexported (golint)
    • Line 40: warning: exported function SetTokenExpiresAt should have comment or be unexported (golint)
    • Line 49: warning: exported function IsExpired should have comment or be unexported (golint)
    • Line 61: warning: exported function GetTokenAuthFromRequest should have comment or be unexported (golint)
    • Line 92: warning: exported function ConvertTokenResource should have comment or be unexported (golint)
    • Line 106: warning: exported function GetKubeConfigToken should have comment or be unexported (golint)
    • Line 132: warning: comment on exported function VerifyToken should be of the form "VerifyToken ..." (golint)
    • rancher/pkg/generated/norman/apps/v1/zz_generated_deployment_controller.go
    • Line 22: warning: exported var DeploymentGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type Deployment should be of the form "Deployment ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewDeployment should have comment or be unexported (golint)
    • Line 56: warning: exported type DeploymentHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type DeploymentChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type DeploymentLister should have comment or be unexported (golint)
    • Line 65: warning: exported type DeploymentController should have comment or be unexported (golint)
    • Line 77: warning: exported type DeploymentInterface should have comment or be unexported (golint)
    • rancher/pkg/api/norman/customization/monitor/time_range.go
    • Line 11: warning: exported function NewTimeRange should have comment or be unexported (golint)
    • Line 19: warning: exported function NewTimePoint should have comment or be unexported (golint)
    • Line 27: warning: exported type TimeRange should have comment or be unexported (golint)
    • Line 33: warning: exported method TimeRange.MustGetFrom should have comment or be unexported (golint)
    • Line 41: warning: exported method TimeRange.MustGetTo should have comment or be unexported (golint)
    • Line 58: warning: exported method TimeRange.ParseFrom should have comment or be unexported (golint)
    • Line 72: warning: exported method TimeRange.ParseTo should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_persistent_volume_claim.go
    • Line 8: warning: exported const PersistentVolumeClaimType should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type PersistentVolumeClaim should have comment or be unexported (golint)
    • Line 57: warning: exported type PersistentVolumeClaimCollection should have comment or be unexported (golint)
    • Line 63: warning: exported type PersistentVolumeClaimClient should have comment or be unexported (golint)
    • Line 67: warning: exported type PersistentVolumeClaimOperations should have comment or be unexported (golint)
    • Line 83: warning: exported method PersistentVolumeClaimClient.Create should have comment or be unexported (golint)
    • Line 89: warning: exported method PersistentVolumeClaimClient.Update should have comment or be unexported (golint)
    • Line 95: warning: exported method PersistentVolumeClaimClient.Replace should have comment or be unexported (golint)
    • Line 101: warning: exported method PersistentVolumeClaimClient.List should have comment or be unexported (golint)
    • Line 108: warning: exported method PersistentVolumeClaimClient.ListAll should have comment or be unexported (golint)
    • Line 126: warning: exported method PersistentVolumeClaimCollection.Next should have comment or be unexported (golint)
    • Line 136: warning: exported method PersistentVolumeClaimClient.ByID should have comment or be unexported (golint)
    • Line 142: warning: exported method PersistentVolumeClaimClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_project.go
    • Line 8: warning: exported const ProjectType should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type Project should have comment or be unexported (golint)
    • Line 57: warning: exported type ProjectCollection should have comment or be unexported (golint)
    • Line 63: warning: exported type ProjectClient should have comment or be unexported (golint)
    • Line 67: warning: exported type ProjectOperations should have comment or be unexported (golint)
    • Line 95: warning: exported method ProjectClient.Create should have comment or be unexported (golint)
    • Line 101: warning: exported method ProjectClient.Update should have comment or be unexported (golint)
    • Line 107: warning: exported method ProjectClient.Replace should have comment or be unexported (golint)
    • Line 113: warning: exported method ProjectClient.List should have comment or be unexported (golint)
    • Line 120: warning: exported method ProjectClient.ListAll should have comment or be unexported (golint)
    • Line 138: warning: exported method ProjectCollection.Next should have comment or be unexported (golint)
    • Line 148: warning: exported method ProjectClient.ByID should have comment or be unexported (golint)
    • Line 154: warning: exported method ProjectClient.Delete should have comment or be unexported (golint)
    • Line 158: warning: exported method ProjectClient.ActionDisableMonitoring should have comment or be unexported (golint)
    • Line 163: warning: exported method ProjectClient.ActionEditMonitoring should have comment or be unexported (golint)
    • Line 168: warning: exported method ProjectClient.ActionEnableMonitoring should have comment or be unexported (golint)
    • Line 173: warning: exported method ProjectClient.ActionExportYaml should have comment or be unexported (golint)
    • Line 178: warning: exported method ProjectClient.ActionSetpodsecuritypolicytemplate should have comment or be unexported (golint)
    • Line 184: warning: exported method ProjectClient.ActionViewMonitoring should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_rke_addon.go
    • Line 8: warning: exported const RkeAddonType should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported type RkeAddon should have comment or be unexported (golint)
    • Line 33: warning: exported type RkeAddonCollection should have comment or be unexported (golint)
    • Line 39: warning: exported type RkeAddonClient should have comment or be unexported (golint)
    • Line 43: warning: exported type RkeAddonOperations should have comment or be unexported (golint)
    • Line 59: warning: exported method RkeAddonClient.Create should have comment or be unexported (golint)
    • Line 65: warning: exported method RkeAddonClient.Update should have comment or be unexported (golint)
    • Line 71: warning: exported method RkeAddonClient.Replace should have comment or be unexported (golint)
    • Line 77: warning: exported method RkeAddonClient.List should have comment or be unexported (golint)
    • Line 84: warning: exported method RkeAddonClient.ListAll should have comment or be unexported (golint)
    • Line 102: warning: exported method RkeAddonCollection.Next should have comment or be unexported (golint)
    • Line 112: warning: exported method RkeAddonClient.ByID should have comment or be unexported (golint)
    • Line 118: warning: exported method RkeAddonClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_rke_k8s_system_image.go
    • Line 8: warning: exported const RkeK8sSystemImageType should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported type RkeK8sSystemImage should have comment or be unexported (golint)
    • Line 33: warning: exported type RkeK8sSystemImageCollection should have comment or be unexported (golint)
    • Line 39: warning: exported type RkeK8sSystemImageClient should have comment or be unexported (golint)
    • Line 43: warning: exported type RkeK8sSystemImageOperations should have comment or be unexported (golint)
    • Line 59: warning: exported method RkeK8sSystemImageClient.Create should have comment or be unexported (golint)
    • Line 65: warning: exported method RkeK8sSystemImageClient.Update should have comment or be unexported (golint)
    • Line 71: warning: exported method RkeK8sSystemImageClient.Replace should have comment or be unexported (golint)
    • Line 77: warning: exported method RkeK8sSystemImageClient.List should have comment or be unexported (golint)
    • Line 84: warning: exported method RkeK8sSystemImageClient.ListAll should have comment or be unexported (golint)
    • Line 102: warning: exported method RkeK8sSystemImageCollection.Next should have comment or be unexported (golint)
    • Line 112: warning: exported method RkeK8sSystemImageClient.ByID should have comment or be unexported (golint)
    • Line 118: warning: exported method RkeK8sSystemImageClient.Delete should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_pod_security_policy_template_project_binding_controller.go
    • Line 22: warning: exported var PodSecurityPolicyTemplateProjectBindingGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type PodSecurityPolicyTemplateProjectBinding should be of the form "PodSecurityPolicyTemplateProjectBinding ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewPodSecurityPolicyTemplateProjectBinding should have comment or be unexported (golint)
    • Line 56: warning: exported type PodSecurityPolicyTemplateProjectBindingHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type PodSecurityPolicyTemplateProjectBindingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type PodSecurityPolicyTemplateProjectBindingLister should have comment or be unexported (golint)
    • Line 65: warning: exported type PodSecurityPolicyTemplateProjectBindingController should have comment or be unexported (golint)
    • Line 77: warning: exported type PodSecurityPolicyTemplateProjectBindingInterface should have comment or be unexported (golint)
    • rancher/pkg/apis/management.cattle.io/v3/cluster_scan_types.go
    • Line 11: warning: exported type ClusterScanRunType should have comment or be unexported (golint)
    • Line 12: warning: exported type CisScanProfileType should have comment or be unexported (golint)
    • Line 15: warning: exported const ClusterScanConditionCreated should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported type CisScanConfig should have comment or be unexported (golint)
    • Line 51: warning: exported type CisScanStatus should have comment or be unexported (golint)
    • Line 59: warning: exported type ClusterScanConfig should have comment or be unexported (golint)
    • Line 63: warning: exported type ClusterScanCondition should have comment or be unexported (golint)
    • Line 78: warning: exported type ClusterScanSpec should have comment or be unexported (golint)
    • Line 88: warning: exported type ClusterScanStatus should have comment or be unexported (golint)
    • Line 96: warning: exported type ClusterScan should have comment or be unexported (golint)
    • Line 109: warning: exported type CisConfig should have comment or be unexported (golint)
    • Line 121: warning: exported type CisBenchmarkVersion should have comment or be unexported (golint)
    • Line 130: warning: exported type ScheduledClusterScanConfig should have comment or be unexported (golint)
    • Line 137: warning: exported type ScheduledClusterScan should have comment or be unexported (golint)
    • Line 144: warning: exported type ScheduledClusterScanStatus should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/storage.k8s.io/v1/zz_generated_storage_class_controller.go
    • Line 22: warning: exported var StorageClassGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type StorageClass should be of the form "StorageClass ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewStorageClass should have comment or be unexported (golint)
    • Line 55: warning: exported type StorageClassHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type StorageClassChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type StorageClassLister should have comment or be unexported (golint)
    • Line 64: warning: exported type StorageClassController should have comment or be unexported (golint)
    • Line 76: warning: exported type StorageClassInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_node_driver.go
    • Line 8: warning: exported const NodeDriverType should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type NodeDriver should have comment or be unexported (golint)
    • Line 57: warning: exported type NodeDriverCollection should have comment or be unexported (golint)
    • Line 63: warning: exported type NodeDriverClient should have comment or be unexported (golint)
    • Line 67: warning: exported type NodeDriverOperations should have comment or be unexported (golint)
    • Line 87: warning: exported method NodeDriverClient.Create should have comment or be unexported (golint)
    • Line 93: warning: exported method NodeDriverClient.Update should have comment or be unexported (golint)
    • Line 99: warning: exported method NodeDriverClient.Replace should have comment or be unexported (golint)
    • Line 105: warning: exported method NodeDriverClient.List should have comment or be unexported (golint)
    • Line 112: warning: exported method NodeDriverClient.ListAll should have comment or be unexported (golint)
    • Line 130: warning: exported method NodeDriverCollection.Next should have comment or be unexported (golint)
    • Line 140: warning: exported method NodeDriverClient.ByID should have comment or be unexported (golint)
    • Line 146: warning: exported method NodeDriverClient.Delete should have comment or be unexported (golint)
    • Line 150: warning: exported method NodeDriverClient.ActionActivate should have comment or be unexported (golint)
    • Line 156: warning: exported method NodeDriverClient.ActionDeactivate should have comment or be unexported (golint)
    • rancher/pkg/rbac/common.go
    • Line 22: warning: exported const NamespaceID should have comment (or a comment on this block) or be unexported (golint)
    • Line 95: warning: exported function GrbCRBName should have comment or be unexported (golint)
    • Line 122: warning: comment on exported function GetGRBTargetKey should be of the form "GetGRBTargetKey ..." (golint)
    • Line 138: warning: comment on exported function ObjFromContext should be of the form "ObjFromContext ..." (golint)
    • Line 159: warning: exported function TypeFromContext should have comment or be unexported (golint)
    • Line 166: warning: exported function GetRTBLabel should have comment or be unexported (golint)
    • Line 252: warning: exported function ProvisioningClusterAdminName should have comment or be unexported (golint)
    • rancher/pkg/pipeline/hooks/driver.go
    • Line 10: warning: exported var Drivers should have comment or be unexported (golint)
    • Line 12: warning: exported type Driver should have comment or be unexported (golint)
    • Line 16: warning: exported function RegisterDrivers should have comment or be unexported (golint)
    • rancher/pkg/client/generated/management/v3/zz_generated_user.go
    • Line 8: warning: exported const UserType should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported type User should have comment or be unexported (golint)
    • Line 53: warning: exported type UserCollection should have comment or be unexported (golint)
    • Line 59: warning: exported type UserClient should have comment or be unexported (golint)
    • Line 63: warning: exported type UserOperations should have comment or be unexported (golint)
    • Line 87: warning: exported method UserClient.Create should have comment or be unexported (golint)
    • Line 93: warning: exported method UserClient.Update should have comment or be unexported (golint)
    • Line 99: warning: exported method UserClient.Replace should have comment or be unexported (golint)
    • Line 105: warning: exported method UserClient.List should have comment or be unexported (golint)
    • Line 112: warning: exported method UserClient.ListAll should have comment or be unexported (golint)
    • Line 130: warning: exported method UserCollection.Next should have comment or be unexported (golint)
    • Line 140: warning: exported method UserClient.ByID should have comment or be unexported (golint)
    • Line 146: warning: exported method UserClient.Delete should have comment or be unexported (golint)
    • Line 150: warning: exported method UserClient.ActionRefreshauthprovideraccess should have comment or be unexported (golint)
    • Line 155: warning: exported method UserClient.ActionSetpassword should have comment or be unexported (golint)
    • Line 161: warning: exported method UserClient.CollectionActionChangepassword should have comment or be unexported (golint)
    • Line 166: warning: exported method UserClient.CollectionActionRefreshauthprovideraccess should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_controller.go
    • Line 22: warning: exported var ClusterGroupVersionKind should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type Cluster should be of the form "Cluster ..." (with optional leading article) (golint)
    • Line 48: warning: exported function NewCluster should have comment or be unexported (golint)
    • Line 55: warning: exported type ClusterHandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported type ClusterChangeHandlerFunc should have comment or be unexported (golint)
    • Line 59: warning: exported type ClusterLister should have comment or be unexported (golint)
    • Line 64: warning: exported type ClusterController should have comment or be unexported (golint)
    • Line 76: warning: exported type ClusterInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_logging_controller.go
    • Line 22: warning: exported var ClusterLoggingGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterLogging should be of the form "ClusterLogging ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterLogging should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterLoggingHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterLoggingChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterLoggingLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterLoggingController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterLoggingInterface should have comment or be unexported (golint)
    • rancher/pkg/client/generated/project/v3/zz_generated_replica_set.go
    • Line 8: warning: exported const ReplicaSetType should have comment (or a comment on this block) or be unexported (golint)
    • Line 68: warning: exported type ReplicaSet should have comment or be unexported (golint)
    • Line 129: warning: exported type ReplicaSetCollection should have comment or be unexported (golint)
    • Line 135: warning: exported type ReplicaSetClient should have comment or be unexported (golint)
    • Line 139: warning: exported type ReplicaSetOperations should have comment or be unexported (golint)
    • Line 157: warning: exported method ReplicaSetClient.Create should have comment or be unexported (golint)
    • Line 163: warning: exported method ReplicaSetClient.Update should have comment or be unexported (golint)
    • Line 169: warning: exported method ReplicaSetClient.Replace should have comment or be unexported (golint)
    • Line 175: warning: exported method ReplicaSetClient.List should have comment or be unexported (golint)
    • Line 182: warning: exported method ReplicaSetClient.ListAll should have comment or be unexported (golint)
    • Line 200: warning: exported method ReplicaSetCollection.Next should have comment or be unexported (golint)
    • Line 210: warning: exported method ReplicaSetClient.ByID should have comment or be unexported (golint)
    • Line 216: warning: exported method ReplicaSetClient.Delete should have comment or be unexported (golint)
    • Line 220: warning: exported method ReplicaSetClient.ActionRedeploy should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/management.cattle.io/v3/zz_generated_cluster_monitor_graph_controller.go
    • Line 22: warning: exported var ClusterMonitorGraphGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ClusterMonitorGraph should be of the form "ClusterMonitorGraph ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewClusterMonitorGraph should have comment or be unexported (golint)
    • Line 56: warning: exported type ClusterMonitorGraphHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ClusterMonitorGraphChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ClusterMonitorGraphLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterMonitorGraphController should have comment or be unexported (golint)
    • Line 77: warning: exported type ClusterMonitorGraphInterface should have comment or be unexported (golint)
    • rancher/pkg/generated/norman/project.cattle.io/v3/zz_generated_service_account_token_controller.go
    • Line 22: warning: exported var ServiceAccountTokenGroupVersionKind should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type ServiceAccountToken should be of the form "ServiceAccountToken ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewServiceAccountToken should have comment or be unexported (golint)
    • Line 56: warning: exported type ServiceAccountTokenHandlerFunc should have comment or be unexported (golint)
    • Line 58: warning: exported type ServiceAccountTokenChangeHandlerFunc should have comment or be unexported (golint)
    • Line 60: warning: exported type ServiceAccountTokenLister should have comment or be unexported (golint)
    • Line 65: warning: exported type ServiceAccountTokenController should have comment or be unexported (golint)
    • Line 77: warning: exported type ServiceAccountTokenInterface should have comment or be unexported (golint)
    • rancher/pkg/kontainer-engine/store/clistore.go
    • Line 25: warning: exported type CLIPersistStore should have comment or be unexported (golint)
    • Line 27: warning: exported method CLIPersistStore.GetStatus should have comment or be unexported (golint)
    • Line 35: warning: exported method CLIPersistStore.Remove should have comment or be unexported (golint)
    • Line 50: warning: exported method CLIPersistStore.Get should have comment or be unexported (golint)
    • Line 66: warning: exported method CLIPersistStore.Store should have comment or be unexported (golint)
    • Line 93: warning: exported method CLIPersistStore.PersistStatus should have comment or be unexported (golint)
    • Line 103: warning: exported method CLIPersistStore.SetEnv should have comment or be unexported (golint)

gocyclo93%

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.

    • rancher/pkg/dialer/factory.go
    • Line 176: warning: cyclomatic complexity 21 of function (*Factory).clusterDialer() is high (> 15) (gocyclo)
    • Line 74: warning: cyclomatic complexity 17 of function HasOnlyPrivateAPIEndpoint() is high (> 15) (gocyclo)
    • rancher/pkg/api/norman/customization/cluster/validator.go
    • Line 488: warning: cyclomatic complexity 20 of function (*Validator).validateEKSConfig() is high (> 15) (gocyclo)
    • Line 691: warning: cyclomatic complexity 18 of function (*Validator).validateGKEConfig() is high (> 15) (gocyclo)
    • Line 229: warning: cyclomatic complexity 16 of function (*Validator).validateK3sBasedVersionUpgrade() is high (> 15) (gocyclo)
    • rancher/pkg/controllers/management/auth/manager.go
    • Line 840: warning: cyclomatic complexity 17 of function (*manager).checkReferencedRoles() is high (> 15) (gocyclo)
    • Line 745: warning: cyclomatic complexity 16 of function (*manager).reconcileManagementPlaneRole() is high (> 15) (gocyclo)
    • Line 197: warning: cyclomatic complexity 16 of function (*manager).ensureProjectMembershipBinding() is high (> 15) (gocyclo)
    • Line 113: warning: cyclomatic complexity 16 of function (*manager).ensureClusterMembershipBinding() is high (> 15) (gocyclo)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!