Remove somewhat incorrect comment.

While no longer used by the helm code, this field is part of the API exposed to helm charts as part of the .Capabilities struct.

Signed-off-by: Marcin Owsiany <marcin@redhat.com>
pull/12924/head
Marcin Owsiany 6 months ago committed by GitHub
parent a6863a64ce
commit f5d2ac070d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,6 @@ type Capabilities struct {
// KubeVersion is the Kubernetes version.
KubeVersion KubeVersion
// APIVersions are supported Kubernetes API versions.
// This field is unused.
APIVersions VersionSet
// HelmVersion is the build information for this helm version
HelmVersion helmversion.BuildInfo

Loading…
Cancel
Save