Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalAwsCloudwatchLogsUserConfig ¶
type ExternalAwsCloudwatchLogsUserConfig struct { // +kubebuilder:validation:MaxLength=4096 // AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams AccessKey string `groups:"create,update" json:"access_key"` // +kubebuilder:validation:MinLength=1 // +kubebuilder:validation:MaxLength=512 // +kubebuilder:validation:Pattern=`^[\.\-_/#A-Za-z0-9]+$` // AWS CloudWatch log group name LogGroupName *string `groups:"create,update" json:"log_group_name,omitempty"` // +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 (*ExternalAwsCloudwatchLogsUserConfig) DeepCopy ¶
func (in *ExternalAwsCloudwatchLogsUserConfig) DeepCopy() *ExternalAwsCloudwatchLogsUserConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalAwsCloudwatchLogsUserConfig.
func (*ExternalAwsCloudwatchLogsUserConfig) DeepCopyInto ¶
func (in *ExternalAwsCloudwatchLogsUserConfig) DeepCopyInto(out *ExternalAwsCloudwatchLogsUserConfig)
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.