Versions in this module Expand all Collapse all v0 v0.14.0 Mar 22, 2025 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type FooBar struct + Spec FooBarSpec + Status FooBarStatus + func (i *FooBar) Default(ctx context.Context) + func (i *FooBar) ValidateCreate(ctx context.Context) error + func (i *FooBar) ValidateDelete(ctx context.Context) error + func (i *FooBar) ValidateUpdate(ctx context.Context, old runtime.Object) error + func (in *FooBar) DeepCopy() *FooBar + func (in *FooBar) DeepCopyInto(out *FooBar) + func (in *FooBar) DeepCopyObject() runtime.Object + type FooBarList struct + Items []FooBar + func (in *FooBarList) DeepCopy() *FooBarList + func (in *FooBarList) DeepCopyInto(out *FooBarList) + func (in *FooBarList) DeepCopyObject() runtime.Object + type FooBarSpec struct + Text string + func (in *FooBarSpec) DeepCopy() *FooBarSpec + func (in *FooBarSpec) DeepCopyInto(out *FooBarSpec) + type FooBarStatus struct + Data map[string]string + func (in *FooBarStatus) DeepCopy() *FooBarStatus + func (in *FooBarStatus) DeepCopyInto(out *FooBarStatus)