Versions in this module Expand all Collapse all v0 v0.0.3 Apr 15, 2022 v0.0.1 Apr 15, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Bar struct + Spec BarSpec + Status BarStatus + func (*Bar) GetConditionSet() apis.ConditionSet + func (b *Bar) GetGroupVersionKind() schema.GroupVersionKind + func (b *Bar) GetStatus() *duckv1.Status + func (b *Bar) SetDefaults(ctx context.Context) + func (b *Bar) Validate(ctx context.Context) *apis.FieldError + func (in *Bar) DeepCopy() *Bar + func (in *Bar) DeepCopyInto(out *Bar) + func (in *Bar) DeepCopyObject() runtime.Object + type BarList struct + Items []Bar + func (in *BarList) DeepCopy() *BarList + func (in *BarList) DeepCopyInto(out *BarList) + func (in *BarList) DeepCopyObject() runtime.Object + type BarSpec struct + func (in *BarSpec) DeepCopy() *BarSpec + func (in *BarSpec) DeepCopyInto(out *BarSpec) + type BarStatus struct + func (bs *BarStatus) InitializeConditions() + func (in *BarStatus) DeepCopy() *BarStatus + func (in *BarStatus) DeepCopyInto(out *BarStatus)