Documentation ¶
Overview ¶
This file is autogenerated. DO NOT EDIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FeatureList = `` /* 15025-byte string literal not displayed */
Functions ¶
func BuildKindClusterView ¶
BuildKindClusterView builds the layout of kind
Types ¶
type FeatureGate ¶
type FeatureGate struct { Feature string `json:"feature"` Default bool `json:"default"` Stage string `json:"stage"` Since float32 `json:"since"` Until float32 `json:"until"` }
FeatureGate contains metadata of a feature gate
func Unique ¶
func Unique(featureGates []FeatureGate) []FeatureGate
Unique returns a list of unique feature gate names
type OrderedMap ¶
type OrderedMap struct {
// contains filtered or unexported fields
}
OrderedMap is an ordered map for kind images
Click to show internal directories.
Click to hide internal directories.