Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KObjStructSlice ¶
Types ¶
type KUIDMetadata ¶
type ObjectUIDRef ¶
type ObjectUIDRef struct { Namespace string `json:"namespace,omitempty"` Name string `json:"name"` UID types.UID `json:"uid,omitempty"` }
func KObjUID ¶
func KObjUID(obj KUIDMetadata) ObjectUIDRef
KObjUID returns a ObjectUIDRef from the given KUIDMetadata. If the given KUIDMetadata is nil, a zero ObjectUIDRef is returned.
func (ObjectUIDRef) String ¶
func (r ObjectUIDRef) String() string
Click to show internal directories.
Click to hide internal directories.