v1

package
v0.41.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BrokerStub added in v0.32.7

type BrokerStub struct {
	metav1.TypeMeta `json:",inline"`

	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec eventing.BrokerSpec `json:"spec,omitempty"`

	// +optional
	Status eventing.BrokerStatus `json:"status,omitempty"`
}

func (*BrokerStub) DeepCopyObject added in v0.32.7

func (b *BrokerStub) DeepCopyObject() runtime.Object

func (*BrokerStub) SetDefaults added in v0.32.7

func (b *BrokerStub) SetDefaults(ctx context.Context)

func (*BrokerStub) Validate added in v0.32.7

func (b *BrokerStub) Validate(context.Context) *apis.FieldError

type BrokerStubSpec added in v0.32.7

type BrokerStubSpec struct {
	// Config is a KReference to the configuration that specifies
	// configuration options for this Broker. For example, this could be
	// a pointer to a ConfigMap.
	// +optional
	Config *duckv1.KReference `json:"config,omitempty"`
}

Jump to

Keyboard shortcuts

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