jolokiauserconfig

package
v0.19.0 Latest Latest
Warning

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

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

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.

Jump to

Keyboard shortcuts

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