externalopensearchlogsuserconfig

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 ExternalOpensearchLogsUserConfig

type ExternalOpensearchLogsUserConfig struct {
	// +kubebuilder:validation:MaxLength=16384
	// PEM encoded CA certificate
	Ca *string `groups:"create,update" json:"ca,omitempty"`

	// +kubebuilder:validation:Minimum=1
	// +kubebuilder:validation:Maximum=10000
	// Maximum number of days of logs to keep
	IndexDaysMax *int `groups:"create,update" json:"index_days_max,omitempty"`

	// +kubebuilder:validation:MinLength=1
	// +kubebuilder:validation:MaxLength=1000
	// +kubebuilder:validation:Pattern=`^[a-z0-9][a-z0-9-_.]+$`
	// OpenSearch index prefix
	IndexPrefix string `groups:"create,update" json:"index_prefix"`

	// +kubebuilder:validation:Minimum=10
	// +kubebuilder:validation:Maximum=120
	// OpenSearch request timeout limit
	Timeout *float64 `groups:"create,update" json:"timeout,omitempty"`

	// +kubebuilder:validation:MinLength=12
	// +kubebuilder:validation:MaxLength=2048
	// OpenSearch connection URL
	Url string `groups:"create,update" json:"url"`
}

func (*ExternalOpensearchLogsUserConfig) DeepCopy

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

func (*ExternalOpensearchLogsUserConfig) DeepCopyInto

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