Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BasicAuthSecretRef ¶
type BasicAuthSecretRef struct { // +required // The `metadata.name` field of a Kubernetes `Secret` Name string `json:"name,omitempty"` // The `metadata.namespace` field of a Kubernetes `Secret`. Namespace string `json:"namespace,omitempty"` // The public field with json:"-" tag is to skip the field // in the CRD, and bypass "the unexported field error" // when controller-gen parses the Unstructured object to a typed object. Username string `json:"-"` Password string `json:"-"` }
func (*BasicAuthSecretRef) GetName ¶
func (b *BasicAuthSecretRef) GetName() string
func (*BasicAuthSecretRef) GetNamespace ¶
func (b *BasicAuthSecretRef) GetNamespace() string
Click to show internal directories.
Click to hide internal directories.