v1

package
v0.30.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BrokerValidationCallback

func BrokerValidationCallback() validation.Callback

Types

type BrokerPartial

type BrokerPartial struct {
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// Spec defines the desired state of the Broker.
	Spec BrokerPartialSpec `json:"spec,omitempty"`
}

type BrokerPartialSpec

type BrokerPartialSpec 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"`
}

func (BrokerPartialSpec) Validate

func (b BrokerPartialSpec) Validate(context.Context) error

Jump to

Keyboard shortcuts

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