Documentation
¶
Overview ¶
+k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=sigs.k8s.io/apiserver-builder-alpha/example/non-etcd/pkg/apis/filepath +k8s:defaulter-gen=TypeMeta +groupName=filepath.example.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Burger ¶
type Burger struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BurgerSpec `json:"spec,omitempty"` }
Burger +k8s:openapi-gen=true +resource:path=burgers,strategy=BurgerStrategy,rest=BurgerREST
func (Burger) GetGroupVersionResource ¶
func (b Burger) GetGroupVersionResource() schema.GroupVersionResource
func (*Burger) GetObjectMeta ¶
func (b *Burger) GetObjectMeta() *metav1.ObjectMeta
func (Burger) IsStorageVersion ¶
func (*Burger) NamespaceScoped ¶
type BurgerList ¶
type BurgerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Burger `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*BurgerList) GetListMeta ¶
func (in *BurgerList) GetListMeta() *metav1.ListMeta
Click to show internal directories.
Click to hide internal directories.