prometheususerconfig

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 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 PrometheusUserConfig

type PrometheusUserConfig struct {
	// +kubebuilder:validation:MinLength=8
	// +kubebuilder:validation:MaxLength=64
	// Prometheus 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}$`
	// Prometheus basic authentication username
	BasicAuthUsername *string `groups:"create,update" json:"basic_auth_username,omitempty"`
}

func (*PrometheusUserConfig) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrometheusUserConfig.

func (*PrometheusUserConfig) DeepCopyInto

func (in *PrometheusUserConfig) DeepCopyInto(out *PrometheusUserConfig)

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