Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalGoogleCloudBigqueryUserConfig ¶
type ExternalGoogleCloudBigqueryUserConfig struct {
// +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 BigQuery integration
func (*ExternalGoogleCloudBigqueryUserConfig) DeepCopy ¶
func (in *ExternalGoogleCloudBigqueryUserConfig) DeepCopy() *ExternalGoogleCloudBigqueryUserConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalGoogleCloudBigqueryUserConfig.
func (*ExternalGoogleCloudBigqueryUserConfig) DeepCopyInto ¶
func (in *ExternalGoogleCloudBigqueryUserConfig) DeepCopyInto(out *ExternalGoogleCloudBigqueryUserConfig)
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.