Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalGoogleCloudLoggingUserConfig ¶
type ExternalGoogleCloudLoggingUserConfig struct { // +kubebuilder:validation:MaxLength=512 // Google Cloud Logging log id LogId string `groups:"create,update" json:"log_id"` // +kubebuilder:validation:MinLength=6 // +kubebuilder:validation:MaxLength=30 // GCP project id. ProjectId string `groups:"create,update" json:"project_id"` // +kubebuilder:validation:MaxLength=4096 // This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys . ServiceAccountCredentials string `groups:"create,update" json:"service_account_credentials"` }
User configuration for Google Cloud Logging integration
func (*ExternalGoogleCloudLoggingUserConfig) DeepCopy ¶
func (in *ExternalGoogleCloudLoggingUserConfig) DeepCopy() *ExternalGoogleCloudLoggingUserConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalGoogleCloudLoggingUserConfig.
func (*ExternalGoogleCloudLoggingUserConfig) DeepCopyInto ¶
func (in *ExternalGoogleCloudLoggingUserConfig) DeepCopyInto(out *ExternalGoogleCloudLoggingUserConfig)
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.