v1beta1

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

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() *duckv1beta1.IdentitySpec
	// IdentityStatus returns the IdentityStatus portion of the Status.
	IdentityStatus() *duckv1beta1.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() *duckv1beta1.PubSubSpec
	// PubSubStatus returns the PubSubStatus portion of the Status.
	PubSubStatus() *duckv1beta1.PubSubStatus
}

PubSubable is an interface that each duckv1beta1.PubSub duck type must support in order to get reconciled properly in a generic way.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL