deprecation

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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

type State

type State string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL