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"` }
Click to show internal directories.
Click to hide internal directories.