Documentation
¶
Overview ¶
+k8s:deepcopy-gen=package
Index ¶
Constants ¶
View Source
const ExampleResourceKind = "Example"
View Source
const ExampleResourcePlural = "examples"
View Source
const ExampleResourceSingular = "example"
View Source
const GroupName = "cr.client-go.k8s.io"
GroupName is the group name used in this package.
View Source
const Version = "v1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Example ¶
type Example struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec ExampleSpec `json:"spec"` Status ExampleStatus `json:"status,omitempty"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Example) GetSpecState ¶
func (*Example) GetStatusState ¶
type ExampleList ¶
type ExampleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Example `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ExampleList) GetItems ¶
func (el *ExampleList) GetItems() []runtime.Object
GetItems returns the list of items to be used in the List api call for crs
type ExampleSpec ¶
type ExampleStatus ¶
Click to show internal directories.
Click to hide internal directories.