Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomObjectMeta ¶
type CustomObjectMeta struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` }
CustomObjectMeta allows us to decode the raw k8s Object to unmarshal the Type and Object fields we use to generate labels from.
Click to show internal directories.
Click to hide internal directories.