Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeafRefValidationKind ¶
type LeafRefValidationKind string
const ( LeafRefValidationLocal LeafRefValidationKind = "local" LeafRefValidationExternal LeafRefValidationKind = "external" )
type Resolution ¶ added in v0.1.346
type Resolution struct {
ResolvedLeafRefs []*ResolvedLeafRef // holds all the resolved leafRefs if they get resolved
}
type ResolvedLeafRef ¶ added in v0.1.263
type ResolvedLeafRef struct { *LeafRef Value string `json:"value,omitempty"` Resolved bool `json:"resolved,omitempty"` External bool `json:"external,omitempty"` }
func (*ResolvedLeafRef) DeepCopy ¶ added in v0.1.263
func (in *ResolvedLeafRef) DeepCopy() (out *ResolvedLeafRef)
Click to show internal directories.
Click to hide internal directories.