Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsFeatureGateSupported ¶
IsFeatureGateSupported returns true if the given feature gate is supported for the given Kubernetes version. A feature gate is only supported if it's a known feature gate and its version range contains the given Kubernetes version.
Types ¶
type FeatureGateVersionRange ¶
type FeatureGateVersionRange struct { Default bool LockedToDefaultInVersion string versionutils.VersionRange }
FeatureGateVersionRange represents a version range of type [AddedInVersion, RemovedInVersion).
Click to show internal directories.
Click to hide internal directories.