Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalAwsCloudwatchMetricsUserConfig ¶
type ExternalAwsCloudwatchMetricsUserConfig struct { // +kubebuilder:validation:MaxLength=4096 // AWS access key. Required permissions are cloudwatch:PutMetricData AccessKey string `groups:"create,update" json:"access_key"` // +kubebuilder:validation:MinLength=1 // +kubebuilder:validation:MaxLength=255 // AWS CloudWatch Metrics Namespace Namespace string `groups:"create,update" json:"namespace"` // +kubebuilder:validation:MaxLength=32 // AWS region Region string `groups:"create,update" json:"region"` // +kubebuilder:validation:MaxLength=4096 // AWS secret key SecretKey string `groups:"create,update" json:"secret_key"` }
func (*ExternalAwsCloudwatchMetricsUserConfig) DeepCopy ¶
func (in *ExternalAwsCloudwatchMetricsUserConfig) DeepCopy() *ExternalAwsCloudwatchMetricsUserConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalAwsCloudwatchMetricsUserConfig.
func (*ExternalAwsCloudwatchMetricsUserConfig) DeepCopyInto ¶
func (in *ExternalAwsCloudwatchMetricsUserConfig) DeepCopyInto(out *ExternalAwsCloudwatchMetricsUserConfig)
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.