Documentation
¶
Index ¶
Constants ¶
View Source
const ( GA = "General Availability" // By default, GAed feature gates are considered enabled and no-op. Deprecated = "Deprecated" // The feature is going to be discontinued next release Discontinued = "Discontinued" )
View Source
const ( LiveMigrationGate = "LiveMigration" // Deprecated SRIOVLiveMigrationGate = "SRIOVLiveMigration" // Deprecated CPUNodeDiscoveryGate = "CPUNodeDiscovery" // Deprecated PasstGate = "Passt" // Deprecated NonRoot = "NonRoot" // Deprecated PSA = "PSA" // Deprecated MacvtapGate = "Macvtap" // Deprecated )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureGate ¶
type FeatureGate struct { Name string State State VmiSpecUsed func(spec *v1.VirtualMachineInstanceSpec) bool Message string }
func FeatureGateInfo ¶
func FeatureGateInfo(featureGate string) *FeatureGate
Click to show internal directories.
Click to hide internal directories.