Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JolokiaUserConfig ¶
type JolokiaUserConfig struct { // +kubebuilder:validation:MinLength=8 // +kubebuilder:validation:MaxLength=64 // Jolokia basic authentication password BasicAuthPassword *string `groups:"create,update" json:"basic_auth_password,omitempty"` // +kubebuilder:validation:MinLength=5 // +kubebuilder:validation:MaxLength=32 // +kubebuilder:validation:Pattern=`^[a-z0-9\-@_]{5,32}$` // Jolokia basic authentication username BasicAuthUsername *string `groups:"create,update" json:"basic_auth_username,omitempty"` }
func (*JolokiaUserConfig) DeepCopy ¶
func (in *JolokiaUserConfig) DeepCopy() *JolokiaUserConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JolokiaUserConfig.
func (*JolokiaUserConfig) DeepCopyInto ¶
func (in *JolokiaUserConfig) DeepCopyInto(out *JolokiaUserConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.