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 + type TestBindable struct + Spec TestBindableSpec + Status TestBindableStatus + func (in *TestBindable) DeepCopy() *TestBindable + func (in *TestBindable) DeepCopyInto(out *TestBindable) + func (in *TestBindable) DeepCopyObject() runtime.Object + func (tb *TestBindable) Do(ctx context.Context, ps *duckv1.WithPod) + func (tb *TestBindable) GetBindingStatus() duck.BindableStatus + func (tb *TestBindable) GetGroupVersionKind() schema.GroupVersionKind + func (tb *TestBindable) GetListType() runtime.Object + func (tb *TestBindable) GetSubject() tracker.Reference + func (tb *TestBindable) GetUntypedSpec() interface{} + func (tb *TestBindable) Undo(ctx context.Context, ps *duckv1.WithPod) + type TestBindableList struct + Items []TestBindable + func (in *TestBindableList) DeepCopy() *TestBindableList + func (in *TestBindableList) DeepCopyInto(out *TestBindableList) + func (in *TestBindableList) DeepCopyObject() runtime.Object + type TestBindableSpec struct + Foo string + func (in *TestBindableSpec) DeepCopy() *TestBindableSpec + func (in *TestBindableSpec) DeepCopyInto(out *TestBindableSpec) + type TestBindableStatus struct + func (in *TestBindableStatus) DeepCopy() *TestBindableStatus + func (in *TestBindableStatus) DeepCopyInto(out *TestBindableStatus) + func (tbs *TestBindableStatus) InitializeConditions() + func (tbs *TestBindableStatus) MarkBindingAvailable() + func (tbs *TestBindableStatus) MarkBindingUnavailable(reason, message string) + func (tbs *TestBindableStatus) SetObservedGeneration(gen int64)