Consider DefaultCNIConfiguredCondition in Ready condition except when… #21997
Annotations
10 errors and 10 warnings
lint:
pkg/version/version.go#L5
exported: exported type Info should have comment or be unexported (revive)
|
lint:
pkg/version/version.go#L9
exported: exported function Get should have comment or be unexported (revive)
|
lint:
pkg/utils/ptr/ptr.go#L20
exported: exported function Int should have comment or be unexported (revive)
|
lint:
pkg/utils/ptr/ptr.go#L24
exported: exported function Int8 should have comment or be unexported (revive)
|
lint:
pkg/utils/ptr/ptr.go#L28
exported: exported function Int16 should have comment or be unexported (revive)
|
lint:
pkg/utils/ptr/ptr.go#L32
exported: exported function Int32 should have comment or be unexported (revive)
|
lint:
pkg/utils/ptr/ptr.go#L36
exported: exported function Int64 should have comment or be unexported (revive)
|
lint:
pkg/utils/ptr/ptr.go#L40
exported: exported function Uint should have comment or be unexported (revive)
|
lint:
pkg/utils/ptr/ptr.go#L44
exported: exported function Uint8 should have comment or be unexported (revive)
|
lint:
pkg/utils/ptr/ptr.go#L48
exported: exported function Uint16 should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L12
exported: exported function FeedGates should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L16
exported: exported type Feature should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L21
exported: exported function IsActive should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L30
exported: exported function CloudStackKubeVipDisabled should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L37
exported: exported function CheckpointEnabled should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L44
exported: exported function UseNewWorkflows should have comment or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L52
unexported-return: exported func New returns unexported type *github.githubProvider, which can be annoying to use (revive)
|
lint:
pkg/git/providers/github/github.go#L19
exported: exported const GitProviderName should have comment (or a comment on this block) or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L33
exported: exported type Options should have comment or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L40
exported: type name will be used as github.GithubClient by other packages, and that stutters; consider calling this Client (revive)
|