Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifiable ¶
type Identifiable interface { kmeta.OwnerRefable // IdentitySpec returns the IdentitySpec portion of the Spec. IdentitySpec() *duckv1alpha1.IdentitySpec // IdentityStatus returns the IdentityStatus portion of the Status. IdentityStatus() *duckv1alpha1.IdentityStatus // ConditionSet returns the apis.ConditionSet of the embedding object ConditionSet() *apis.ConditionSet }
type PubSubable ¶
type PubSubable interface { Identifiable // PubSubSpec returns the PubSubSpec portion of the Spec. PubSubSpec() *duckv1alpha1.PubSubSpec // PubSubStatus returns the PubSubStatus portion of the Status. PubSubStatus() *duckv1alpha1.PubSubStatus }
PubSubable is an interface that each duckv1alpha1.PubSub duck type must support in order to get reconciled properly in a generic way.
Click to show internal directories.
Click to hide internal directories.