Documentation ¶ Index ¶ type Hello type Spec type Status type TestA func NewTestA(options ...func(*TestA)) *TestA Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Hello ¶ type Hello struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Spec `json:"spec,omitempty"` Status Status `json:"status,omitempty"` } type Spec ¶ type Spec struct { Message string `json:"message"` } type Status ¶ type Status struct { Phase string `json:"phase"` } type TestA ¶ type TestA struct { k8s.TestAbstract // contains filtered or unexported fields } func NewTestA ¶ func NewTestA(options ...func(*TestA)) *TestA Source Files ¶ View all Source files case_a.go types.go Click to show internal directories. Click to hide internal directories.