Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jinghzhu ¶
type Jinghzhu struct { metav1.TypeMeta `json:",inline"` // Standard object's metadata. metav1.ObjectMeta `json:"metadata"` // Specification of the desired behavior of Jinghzhu. Spec JinghzhuSpec `json:"spec"` // Observed status of Jinghzhu. Status JinghzhuStatus `json:"status"` }
Jinghzhu is the CRD. Use this command to generate deepcopy for it:
type JinghzhuSpec ¶
JinghzhuSpec is a desired state description of Jinghzhu.
type JinghzhuStatus ¶
JinghzhuStatus describes the lifecycle status of Jinghzhu.
Click to show internal directories.
Click to hide internal directories.