Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=containeraws.gcp.upbound.io +versionName=v1beta1
Index ¶
- Constants
- Variables
- type AdminUsersObservation
- type AdminUsersParameters
- type AuthorizationObservation
- type AuthorizationParameters
- type AutoscalingObservation
- type AutoscalingParameters
- type AwsServicesAuthenticationObservation
- type AwsServicesAuthenticationParameters
- type Cluster
- func (in *Cluster) DeepCopy() *Cluster
- func (in *Cluster) DeepCopyInto(out *Cluster)
- func (in *Cluster) DeepCopyObject() runtime.Object
- func (mg *Cluster) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Cluster) GetConnectionDetailsMapping() map[string]string
- func (mg *Cluster) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Cluster) GetID() string
- func (tr *Cluster) GetObservation() (map[string]any, error)
- func (tr *Cluster) GetParameters() (map[string]any, error)
- func (mg *Cluster) GetProviderConfigReference() *xpv1.Reference
- func (mg *Cluster) GetProviderReference() *xpv1.Reference
- func (mg *Cluster) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Cluster) GetTerraformResourceType() string
- func (tr *Cluster) GetTerraformSchemaVersion() int
- func (mg *Cluster) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Cluster) LateInitialize(attrs []byte) (bool, error)
- func (mg *Cluster) SetConditions(c ...xpv1.Condition)
- func (mg *Cluster) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Cluster) SetObservation(obs map[string]any) error
- func (tr *Cluster) SetParameters(params map[string]any) error
- func (mg *Cluster) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Cluster) SetProviderReference(r *xpv1.Reference)
- func (mg *Cluster) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Cluster) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ClusterList
- type ClusterObservation
- type ClusterParameters
- type ClusterSpec
- type ClusterStatus
- type ConfigConfigEncryptionObservation
- type ConfigConfigEncryptionParameters
- type ConfigEncryptionObservation
- type ConfigEncryptionParameters
- type ConfigObservation
- type ConfigParameters
- type ConfigProxyConfigObservation
- type ConfigProxyConfigParameters
- type ConfigRootVolumeObservation
- type ConfigRootVolumeParameters
- type ConfigSSHConfigObservation
- type ConfigSSHConfigParameters
- type ControlPlaneObservation
- type ControlPlaneParameters
- type DatabaseEncryptionObservation
- type DatabaseEncryptionParameters
- type FleetObservation
- type FleetParameters
- type MainVolumeObservation
- type MainVolumeParameters
- type MaxPodsConstraintObservation
- type MaxPodsConstraintParameters
- type NetworkingObservation
- type NetworkingParameters
- type NodePool
- func (in *NodePool) DeepCopy() *NodePool
- func (in *NodePool) DeepCopyInto(out *NodePool)
- func (in *NodePool) DeepCopyObject() runtime.Object
- func (mg *NodePool) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *NodePool) GetConnectionDetailsMapping() map[string]string
- func (mg *NodePool) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *NodePool) GetID() string
- func (tr *NodePool) GetObservation() (map[string]any, error)
- func (tr *NodePool) GetParameters() (map[string]any, error)
- func (mg *NodePool) GetProviderConfigReference() *xpv1.Reference
- func (mg *NodePool) GetProviderReference() *xpv1.Reference
- func (mg *NodePool) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *NodePool) GetTerraformResourceType() string
- func (tr *NodePool) GetTerraformSchemaVersion() int
- func (mg *NodePool) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *NodePool) LateInitialize(attrs []byte) (bool, error)
- func (mg *NodePool) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *NodePool) SetConditions(c ...xpv1.Condition)
- func (mg *NodePool) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *NodePool) SetObservation(obs map[string]any) error
- func (tr *NodePool) SetParameters(params map[string]any) error
- func (mg *NodePool) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *NodePool) SetProviderReference(r *xpv1.Reference)
- func (mg *NodePool) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *NodePool) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type NodePoolList
- type NodePoolObservation
- type NodePoolParameters
- type NodePoolSpec
- type NodePoolStatus
- type ProxyConfigObservation
- type ProxyConfigParameters
- type RootVolumeObservation
- type RootVolumeParameters
- type SSHConfigObservation
- type SSHConfigParameters
- type TaintsObservation
- type TaintsParameters
- type WorkloadIdentityConfigObservation
- type WorkloadIdentityConfigParameters
Constants ¶
const ( CRDGroup = "containeraws.gcp.upbound.io" CRDVersion = "v1beta1" )
Package type metadata.
Variables ¶
var ( Cluster_Kind = "Cluster" Cluster_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Cluster_Kind}.String() Cluster_KindAPIVersion = Cluster_Kind + "." + CRDGroupVersion.String() Cluster_GroupVersionKind = CRDGroupVersion.WithKind(Cluster_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( NodePool_Kind = "NodePool" NodePool_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: NodePool_Kind}.String() NodePool_KindAPIVersion = NodePool_Kind + "." + CRDGroupVersion.String() NodePool_GroupVersionKind = CRDGroupVersion.WithKind(NodePool_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type AdminUsersObservation ¶
type AdminUsersObservation struct { }
func (*AdminUsersObservation) DeepCopy ¶
func (in *AdminUsersObservation) DeepCopy() *AdminUsersObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AdminUsersObservation.
func (*AdminUsersObservation) DeepCopyInto ¶
func (in *AdminUsersObservation) DeepCopyInto(out *AdminUsersObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AdminUsersParameters ¶
type AdminUsersParameters struct { // The name of the user, e.g. my-gcp-id@gmail.com. // +kubebuilder:validation:Required Username *string `json:"username" tf:"username,omitempty"` }
func (*AdminUsersParameters) DeepCopy ¶
func (in *AdminUsersParameters) DeepCopy() *AdminUsersParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AdminUsersParameters.
func (*AdminUsersParameters) DeepCopyInto ¶
func (in *AdminUsersParameters) DeepCopyInto(out *AdminUsersParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuthorizationObservation ¶
type AuthorizationObservation struct { }
func (*AuthorizationObservation) DeepCopy ¶
func (in *AuthorizationObservation) DeepCopy() *AuthorizationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthorizationObservation.
func (*AuthorizationObservation) DeepCopyInto ¶
func (in *AuthorizationObservation) DeepCopyInto(out *AuthorizationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuthorizationParameters ¶
type AuthorizationParameters struct { // Users to perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the cluster-admin ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles // +kubebuilder:validation:Required AdminUsers []AdminUsersParameters `json:"adminUsers" tf:"admin_users,omitempty"` }
func (*AuthorizationParameters) DeepCopy ¶
func (in *AuthorizationParameters) DeepCopy() *AuthorizationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthorizationParameters.
func (*AuthorizationParameters) DeepCopyInto ¶
func (in *AuthorizationParameters) DeepCopyInto(out *AuthorizationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutoscalingObservation ¶
type AutoscalingObservation struct { }
func (*AutoscalingObservation) DeepCopy ¶
func (in *AutoscalingObservation) DeepCopy() *AutoscalingObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoscalingObservation.
func (*AutoscalingObservation) DeepCopyInto ¶
func (in *AutoscalingObservation) DeepCopyInto(out *AutoscalingObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutoscalingParameters ¶
type AutoscalingParameters struct { // Maximum number of nodes in the NodePool. Must be >= min_node_count. // +kubebuilder:validation:Required MaxNodeCount *float64 `json:"maxNodeCount" tf:"max_node_count,omitempty"` // Minimum number of nodes in the NodePool. Must be >= 1 and <= max_node_count. // +kubebuilder:validation:Required MinNodeCount *float64 `json:"minNodeCount" tf:"min_node_count,omitempty"` }
func (*AutoscalingParameters) DeepCopy ¶
func (in *AutoscalingParameters) DeepCopy() *AutoscalingParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoscalingParameters.
func (*AutoscalingParameters) DeepCopyInto ¶
func (in *AutoscalingParameters) DeepCopyInto(out *AutoscalingParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AwsServicesAuthenticationObservation ¶
type AwsServicesAuthenticationObservation struct { }
func (*AwsServicesAuthenticationObservation) DeepCopy ¶
func (in *AwsServicesAuthenticationObservation) DeepCopy() *AwsServicesAuthenticationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AwsServicesAuthenticationObservation.
func (*AwsServicesAuthenticationObservation) DeepCopyInto ¶
func (in *AwsServicesAuthenticationObservation) DeepCopyInto(out *AwsServicesAuthenticationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AwsServicesAuthenticationParameters ¶
type AwsServicesAuthenticationParameters struct { // The Amazon Resource Name (ARN) of the role that the Anthos Multi-Cloud API will assume when managing AWS resources on your account. // +kubebuilder:validation:Required RoleArn *string `json:"roleArn" tf:"role_arn,omitempty"` // Optional. An identifier for the assumed role session. When unspecified, it defaults to multicloud-service-agent. // +kubebuilder:validation:Optional RoleSessionName *string `json:"roleSessionName,omitempty" tf:"role_session_name,omitempty"` }
func (*AwsServicesAuthenticationParameters) DeepCopy ¶
func (in *AwsServicesAuthenticationParameters) DeepCopy() *AwsServicesAuthenticationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AwsServicesAuthenticationParameters.
func (*AwsServicesAuthenticationParameters) DeepCopyInto ¶
func (in *AwsServicesAuthenticationParameters) DeepCopyInto(out *AwsServicesAuthenticationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Cluster ¶
type Cluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClusterSpec `json:"spec"` Status ClusterStatus `json:"status,omitempty"` }
Cluster is the Schema for the Clusters API. An Anthos cluster running on AWS. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,gcp}
func (*Cluster) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cluster.
func (*Cluster) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Cluster) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Cluster) GetCondition ¶
func (mg *Cluster) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Cluster.
func (*Cluster) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Cluster
func (*Cluster) GetDeletionPolicy ¶
func (mg *Cluster) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Cluster.
func (*Cluster) GetObservation ¶
GetObservation of this Cluster
func (*Cluster) GetParameters ¶
GetParameters of this Cluster
func (*Cluster) GetProviderConfigReference ¶
GetProviderConfigReference of this Cluster.
func (*Cluster) GetProviderReference ¶
GetProviderReference of this Cluster. Deprecated: Use GetProviderConfigReference.
func (*Cluster) GetPublishConnectionDetailsTo ¶
func (mg *Cluster) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Cluster.
func (*Cluster) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Cluster
func (*Cluster) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Cluster) GetWriteConnectionSecretToReference ¶
func (mg *Cluster) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Cluster.
func (*Cluster) LateInitialize ¶
LateInitialize this Cluster using its observed tfState. returns True if there are any spec changes for the resource.
func (*Cluster) SetConditions ¶
SetConditions of this Cluster.
func (*Cluster) SetDeletionPolicy ¶
func (mg *Cluster) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Cluster.
func (*Cluster) SetObservation ¶
SetObservation for this Cluster
func (*Cluster) SetParameters ¶
SetParameters for this Cluster
func (*Cluster) SetProviderConfigReference ¶
SetProviderConfigReference of this Cluster.
func (*Cluster) SetProviderReference ¶
SetProviderReference of this Cluster. Deprecated: Use SetProviderConfigReference.
func (*Cluster) SetPublishConnectionDetailsTo ¶
func (mg *Cluster) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Cluster.
func (*Cluster) SetWriteConnectionSecretToReference ¶
func (mg *Cluster) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Cluster.
type ClusterList ¶
type ClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Cluster `json:"items"` }
ClusterList contains a list of Clusters
func (*ClusterList) DeepCopy ¶
func (in *ClusterList) DeepCopy() *ClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterList.
func (*ClusterList) DeepCopyInto ¶
func (in *ClusterList) DeepCopyInto(out *ClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterList) DeepCopyObject ¶
func (in *ClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterList) GetItems ¶
func (l *ClusterList) GetItems() []resource.Managed
GetItems of this ClusterList.
type ClusterObservation ¶
type ClusterObservation struct { // Output only. The time at which this cluster was created. CreateTime *string `json:"createTime,omitempty" tf:"create_time,omitempty"` // Output only. The endpoint of the cluster's API server. Endpoint *string `json:"endpoint,omitempty" tf:"endpoint,omitempty"` // Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Etag *string `json:"etag,omitempty" tf:"etag,omitempty"` // Fleet configuration. // +kubebuilder:validation:Required Fleet []FleetObservation `json:"fleet,omitempty" tf:"fleet,omitempty"` // an identifier for the resource with format projects/{{project}}/locations/{{location}}/awsClusters/{{name}} ID *string `json:"id,omitempty" tf:"id,omitempty"` // Output only. If set, there are currently changes in flight to the cluster. Reconciling *bool `json:"reconciling,omitempty" tf:"reconciling,omitempty"` // Output only. The current state of the cluster. Possible values: STATE_UNSPECIFIED, PROVISIONING, RUNNING, RECONCILING, STOPPING, ERROR, DEGRADED State *string `json:"state,omitempty" tf:"state,omitempty"` // Output only. A globally unique identifier for the cluster. UID *string `json:"uid,omitempty" tf:"uid,omitempty"` // Output only. The time at which this cluster was last updated. UpdateTime *string `json:"updateTime,omitempty" tf:"update_time,omitempty"` // Output only. Workload Identity settings. WorkloadIdentityConfig []WorkloadIdentityConfigObservation `json:"workloadIdentityConfig,omitempty" tf:"workload_identity_config,omitempty"` }
func (*ClusterObservation) DeepCopy ¶
func (in *ClusterObservation) DeepCopy() *ClusterObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterObservation.
func (*ClusterObservation) DeepCopyInto ¶
func (in *ClusterObservation) DeepCopyInto(out *ClusterObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterParameters ¶
type ClusterParameters struct { // Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix and name , separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. // +kubebuilder:validation:Optional Annotations map[string]*string `json:"annotations,omitempty" tf:"annotations,omitempty"` // Configuration related to the cluster RBAC settings. // +kubebuilder:validation:Required Authorization []AuthorizationParameters `json:"authorization" tf:"authorization,omitempty"` // The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region. // +kubebuilder:validation:Required AwsRegion *string `json:"awsRegion" tf:"aws_region,omitempty"` // Configuration related to the cluster control plane. // +kubebuilder:validation:Required ControlPlane []ControlPlaneParameters `json:"controlPlane" tf:"control_plane,omitempty"` // Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes. // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // Fleet configuration. // +kubebuilder:validation:Required Fleet []FleetParameters `json:"fleet" tf:"fleet,omitempty"` // The location for the resource // +kubebuilder:validation:Required Location *string `json:"location" tf:"location,omitempty"` // Cluster-wide networking configuration. // +kubebuilder:validation:Required Networking []NetworkingParameters `json:"networking" tf:"networking,omitempty"` // The project for the resource // +kubebuilder:validation:Optional Project *string `json:"project,omitempty" tf:"project,omitempty"` }
func (*ClusterParameters) DeepCopy ¶
func (in *ClusterParameters) DeepCopy() *ClusterParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterParameters.
func (*ClusterParameters) DeepCopyInto ¶
func (in *ClusterParameters) DeepCopyInto(out *ClusterParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterSpec ¶
type ClusterSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ClusterParameters `json:"forProvider"` }
ClusterSpec defines the desired state of Cluster
func (*ClusterSpec) DeepCopy ¶
func (in *ClusterSpec) DeepCopy() *ClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSpec.
func (*ClusterSpec) DeepCopyInto ¶
func (in *ClusterSpec) DeepCopyInto(out *ClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterStatus ¶
type ClusterStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ClusterObservation `json:"atProvider,omitempty"` }
ClusterStatus defines the observed state of Cluster.
func (*ClusterStatus) DeepCopy ¶
func (in *ClusterStatus) DeepCopy() *ClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterStatus.
func (*ClusterStatus) DeepCopyInto ¶
func (in *ClusterStatus) DeepCopyInto(out *ClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigConfigEncryptionObservation ¶
type ConfigConfigEncryptionObservation struct { }
func (*ConfigConfigEncryptionObservation) DeepCopy ¶
func (in *ConfigConfigEncryptionObservation) DeepCopy() *ConfigConfigEncryptionObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigConfigEncryptionObservation.
func (*ConfigConfigEncryptionObservation) DeepCopyInto ¶
func (in *ConfigConfigEncryptionObservation) DeepCopyInto(out *ConfigConfigEncryptionObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigConfigEncryptionParameters ¶
type ConfigConfigEncryptionParameters struct { // Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used. // +kubebuilder:validation:Required KMSKeyArn *string `json:"kmsKeyArn" tf:"kms_key_arn,omitempty"` }
func (*ConfigConfigEncryptionParameters) DeepCopy ¶
func (in *ConfigConfigEncryptionParameters) DeepCopy() *ConfigConfigEncryptionParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigConfigEncryptionParameters.
func (*ConfigConfigEncryptionParameters) DeepCopyInto ¶
func (in *ConfigConfigEncryptionParameters) DeepCopyInto(out *ConfigConfigEncryptionParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigEncryptionObservation ¶
type ConfigEncryptionObservation struct { }
func (*ConfigEncryptionObservation) DeepCopy ¶
func (in *ConfigEncryptionObservation) DeepCopy() *ConfigEncryptionObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigEncryptionObservation.
func (*ConfigEncryptionObservation) DeepCopyInto ¶
func (in *ConfigEncryptionObservation) DeepCopyInto(out *ConfigEncryptionObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigEncryptionParameters ¶
type ConfigEncryptionParameters struct { // Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used. // +kubebuilder:validation:Required KMSKeyArn *string `json:"kmsKeyArn" tf:"kms_key_arn,omitempty"` }
func (*ConfigEncryptionParameters) DeepCopy ¶
func (in *ConfigEncryptionParameters) DeepCopy() *ConfigEncryptionParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigEncryptionParameters.
func (*ConfigEncryptionParameters) DeepCopyInto ¶
func (in *ConfigEncryptionParameters) DeepCopyInto(out *ConfigEncryptionParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigObservation ¶
type ConfigObservation struct { }
func (*ConfigObservation) DeepCopy ¶
func (in *ConfigObservation) DeepCopy() *ConfigObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigObservation.
func (*ConfigObservation) DeepCopyInto ¶
func (in *ConfigObservation) DeepCopyInto(out *ConfigObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigParameters ¶
type ConfigParameters struct { // The ARN of the AWS KMS key used to encrypt node pool configuration. // +kubebuilder:validation:Required ConfigEncryption []ConfigConfigEncryptionParameters `json:"configEncryption" tf:"config_encryption,omitempty"` // The name of the AWS IAM role assigned to nodes in the pool. // +kubebuilder:validation:Required IAMInstanceProfile *string `json:"iamInstanceProfile" tf:"iam_instance_profile,omitempty"` // Optional. The AWS instance type. When unspecified, it defaults to m5.large. // +kubebuilder:validation:Optional InstanceType *string `json:"instanceType,omitempty" tf:"instance_type,omitempty"` // Optional. The initial labels assigned to nodes of this node pool. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. // +kubebuilder:validation:Optional Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"` // Proxy configuration for outbound HTTP(S) traffic. // +kubebuilder:validation:Optional ProxyConfig []ConfigProxyConfigParameters `json:"proxyConfig,omitempty" tf:"proxy_config,omitempty"` // Optional. Template for the root volume provisioned for node pool nodes. Volumes will be provisioned in the availability zone assigned to the node pool subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type. // +kubebuilder:validation:Optional RootVolume []ConfigRootVolumeParameters `json:"rootVolume,omitempty" tf:"root_volume,omitempty"` // Optional. The SSH configuration. // +kubebuilder:validation:Optional SSHConfig []ConfigSSHConfigParameters `json:"sshConfig,omitempty" tf:"ssh_config,omitempty"` // Optional. The IDs of additional security groups to add to nodes in this pool. The manager will automatically create security groups with minimum rules needed for a functioning cluster. // +kubebuilder:validation:Optional SecurityGroupIds []*string `json:"securityGroupIds,omitempty" tf:"security_group_ids,omitempty"` // Optional. Key/value metadata to assign to each underlying AWS resource. Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters. // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // Optional. The initial taints assigned to nodes of this node pool. // +kubebuilder:validation:Optional Taints []TaintsParameters `json:"taints,omitempty" tf:"taints,omitempty"` }
func (*ConfigParameters) DeepCopy ¶
func (in *ConfigParameters) DeepCopy() *ConfigParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigParameters.
func (*ConfigParameters) DeepCopyInto ¶
func (in *ConfigParameters) DeepCopyInto(out *ConfigParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigProxyConfigObservation ¶
type ConfigProxyConfigObservation struct { }
func (*ConfigProxyConfigObservation) DeepCopy ¶
func (in *ConfigProxyConfigObservation) DeepCopy() *ConfigProxyConfigObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigProxyConfigObservation.
func (*ConfigProxyConfigObservation) DeepCopyInto ¶
func (in *ConfigProxyConfigObservation) DeepCopyInto(out *ConfigProxyConfigObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigProxyConfigParameters ¶
type ConfigProxyConfigParameters struct { // The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration. // +kubebuilder:validation:Required SecretArn *string `json:"secretArn" tf:"secret_arn,omitempty"` // The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration. // +kubebuilder:validation:Required SecretVersion *string `json:"secretVersion" tf:"secret_version,omitempty"` }
func (*ConfigProxyConfigParameters) DeepCopy ¶
func (in *ConfigProxyConfigParameters) DeepCopy() *ConfigProxyConfigParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigProxyConfigParameters.
func (*ConfigProxyConfigParameters) DeepCopyInto ¶
func (in *ConfigProxyConfigParameters) DeepCopyInto(out *ConfigProxyConfigParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigRootVolumeObservation ¶
type ConfigRootVolumeObservation struct { }
func (*ConfigRootVolumeObservation) DeepCopy ¶
func (in *ConfigRootVolumeObservation) DeepCopy() *ConfigRootVolumeObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigRootVolumeObservation.
func (*ConfigRootVolumeObservation) DeepCopyInto ¶
func (in *ConfigRootVolumeObservation) DeepCopyInto(out *ConfigRootVolumeObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigRootVolumeParameters ¶
type ConfigRootVolumeParameters struct { // Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume. // +kubebuilder:validation:Optional Iops *float64 `json:"iops,omitempty" tf:"iops,omitempty"` // Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used. // +kubebuilder:validation:Optional KMSKeyArn *string `json:"kmsKeyArn,omitempty" tf:"kms_key_arn,omitempty"` // Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource. // +kubebuilder:validation:Optional SizeGib *float64 `json:"sizeGib,omitempty" tf:"size_gib,omitempty"` // Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3 // +kubebuilder:validation:Optional VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"` }
func (*ConfigRootVolumeParameters) DeepCopy ¶
func (in *ConfigRootVolumeParameters) DeepCopy() *ConfigRootVolumeParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigRootVolumeParameters.
func (*ConfigRootVolumeParameters) DeepCopyInto ¶
func (in *ConfigRootVolumeParameters) DeepCopyInto(out *ConfigRootVolumeParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigSSHConfigObservation ¶
type ConfigSSHConfigObservation struct { }
func (*ConfigSSHConfigObservation) DeepCopy ¶
func (in *ConfigSSHConfigObservation) DeepCopy() *ConfigSSHConfigObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigSSHConfigObservation.
func (*ConfigSSHConfigObservation) DeepCopyInto ¶
func (in *ConfigSSHConfigObservation) DeepCopyInto(out *ConfigSSHConfigObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigSSHConfigParameters ¶
type ConfigSSHConfigParameters struct { // The name of the EC2 key pair used to login into cluster machines. // +kubebuilder:validation:Required EC2KeyPair *string `json:"ec2KeyPair" tf:"ec2_key_pair,omitempty"` }
func (*ConfigSSHConfigParameters) DeepCopy ¶
func (in *ConfigSSHConfigParameters) DeepCopy() *ConfigSSHConfigParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigSSHConfigParameters.
func (*ConfigSSHConfigParameters) DeepCopyInto ¶
func (in *ConfigSSHConfigParameters) DeepCopyInto(out *ConfigSSHConfigParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ControlPlaneObservation ¶
type ControlPlaneObservation struct { }
func (*ControlPlaneObservation) DeepCopy ¶
func (in *ControlPlaneObservation) DeepCopy() *ControlPlaneObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneObservation.
func (*ControlPlaneObservation) DeepCopyInto ¶
func (in *ControlPlaneObservation) DeepCopyInto(out *ControlPlaneObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ControlPlaneParameters ¶
type ControlPlaneParameters struct { // Authentication configuration for management of AWS resources. // +kubebuilder:validation:Required AwsServicesAuthentication []AwsServicesAuthenticationParameters `json:"awsServicesAuthentication" tf:"aws_services_authentication,omitempty"` // The ARN of the AWS KMS key used to encrypt cluster configuration. // +kubebuilder:validation:Required ConfigEncryption []ConfigEncryptionParameters `json:"configEncryption" tf:"config_encryption,omitempty"` // The ARN of the AWS KMS key used to encrypt cluster secrets. // +kubebuilder:validation:Required DatabaseEncryption []DatabaseEncryptionParameters `json:"databaseEncryption" tf:"database_encryption,omitempty"` // The name of the AWS IAM instance pofile to assign to each control plane replica. // +kubebuilder:validation:Required IAMInstanceProfile *string `json:"iamInstanceProfile" tf:"iam_instance_profile,omitempty"` // Optional. The AWS instance type. When unspecified, it defaults to m5.large. // +kubebuilder:validation:Optional InstanceType *string `json:"instanceType,omitempty" tf:"instance_type,omitempty"` // Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 8 GiB with the GP2 volume type. // +kubebuilder:validation:Optional MainVolume []MainVolumeParameters `json:"mainVolume,omitempty" tf:"main_volume,omitempty"` // Proxy configuration for outbound HTTP(S) traffic. // +kubebuilder:validation:Optional ProxyConfig []ProxyConfigParameters `json:"proxyConfig,omitempty" tf:"proxy_config,omitempty"` // Optional. Configuration related to the root volume provisioned for each control plane replica. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type. // +kubebuilder:validation:Optional RootVolume []RootVolumeParameters `json:"rootVolume,omitempty" tf:"root_volume,omitempty"` // Optional. SSH configuration for how to access the underlying control plane machines. // +kubebuilder:validation:Optional SSHConfig []SSHConfigParameters `json:"sshConfig,omitempty" tf:"ssh_config,omitempty"` // Optional. The IDs of additional security groups to add to control plane replicas. The Anthos Multi-Cloud API will automatically create and manage security groups with the minimum rules needed for a functioning cluster. // +kubebuilder:validation:Optional SecurityGroupIds []*string `json:"securityGroupIds,omitempty" tf:"security_group_ids,omitempty"` // The list of subnets where control plane replicas will run. A replica will be provisioned on each subnet and up to three values can be provided. Each subnet must be in a different AWS Availability Zone (AZ). // +kubebuilder:validation:Required SubnetIds []*string `json:"subnetIds" tf:"subnet_ids,omitempty"` // Optional. A set of AWS resource tags to propagate to all underlying managed AWS resources. Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters. // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // The Kubernetes version to run on control plane replicas (e.g. 1.19.10-gke.1000). You can list all supported versions on a given Google Cloud region by calling . // +kubebuilder:validation:Required Version *string `json:"version" tf:"version,omitempty"` }
func (*ControlPlaneParameters) DeepCopy ¶
func (in *ControlPlaneParameters) DeepCopy() *ControlPlaneParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneParameters.
func (*ControlPlaneParameters) DeepCopyInto ¶
func (in *ControlPlaneParameters) DeepCopyInto(out *ControlPlaneParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseEncryptionObservation ¶
type DatabaseEncryptionObservation struct { }
func (*DatabaseEncryptionObservation) DeepCopy ¶
func (in *DatabaseEncryptionObservation) DeepCopy() *DatabaseEncryptionObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseEncryptionObservation.
func (*DatabaseEncryptionObservation) DeepCopyInto ¶
func (in *DatabaseEncryptionObservation) DeepCopyInto(out *DatabaseEncryptionObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseEncryptionParameters ¶
type DatabaseEncryptionParameters struct { // Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used. // +kubebuilder:validation:Required KMSKeyArn *string `json:"kmsKeyArn" tf:"kms_key_arn,omitempty"` }
func (*DatabaseEncryptionParameters) DeepCopy ¶
func (in *DatabaseEncryptionParameters) DeepCopy() *DatabaseEncryptionParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseEncryptionParameters.
func (*DatabaseEncryptionParameters) DeepCopyInto ¶
func (in *DatabaseEncryptionParameters) DeepCopyInto(out *DatabaseEncryptionParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FleetObservation ¶
type FleetObservation struct { // The name of the managed Hub Membership resource associated to this cluster. Membership names are formatted as projects//locations/global/membership/. Membership *string `json:"membership,omitempty" tf:"membership,omitempty"` }
func (*FleetObservation) DeepCopy ¶
func (in *FleetObservation) DeepCopy() *FleetObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetObservation.
func (*FleetObservation) DeepCopyInto ¶
func (in *FleetObservation) DeepCopyInto(out *FleetObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FleetParameters ¶
type FleetParameters struct { // The number of the Fleet host project where this cluster will be registered. // +kubebuilder:validation:Optional Project *string `json:"project,omitempty" tf:"project,omitempty"` }
func (*FleetParameters) DeepCopy ¶
func (in *FleetParameters) DeepCopy() *FleetParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetParameters.
func (*FleetParameters) DeepCopyInto ¶
func (in *FleetParameters) DeepCopyInto(out *FleetParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MainVolumeObservation ¶
type MainVolumeObservation struct { }
func (*MainVolumeObservation) DeepCopy ¶
func (in *MainVolumeObservation) DeepCopy() *MainVolumeObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MainVolumeObservation.
func (*MainVolumeObservation) DeepCopyInto ¶
func (in *MainVolumeObservation) DeepCopyInto(out *MainVolumeObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MainVolumeParameters ¶
type MainVolumeParameters struct { // Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume. // +kubebuilder:validation:Optional Iops *float64 `json:"iops,omitempty" tf:"iops,omitempty"` // Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used. // +kubebuilder:validation:Optional KMSKeyArn *string `json:"kmsKeyArn,omitempty" tf:"kms_key_arn,omitempty"` // Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource. // +kubebuilder:validation:Optional SizeGib *float64 `json:"sizeGib,omitempty" tf:"size_gib,omitempty"` // Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3 // +kubebuilder:validation:Optional VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"` }
func (*MainVolumeParameters) DeepCopy ¶
func (in *MainVolumeParameters) DeepCopy() *MainVolumeParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MainVolumeParameters.
func (*MainVolumeParameters) DeepCopyInto ¶
func (in *MainVolumeParameters) DeepCopyInto(out *MainVolumeParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MaxPodsConstraintObservation ¶
type MaxPodsConstraintObservation struct { }
func (*MaxPodsConstraintObservation) DeepCopy ¶
func (in *MaxPodsConstraintObservation) DeepCopy() *MaxPodsConstraintObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaxPodsConstraintObservation.
func (*MaxPodsConstraintObservation) DeepCopyInto ¶
func (in *MaxPodsConstraintObservation) DeepCopyInto(out *MaxPodsConstraintObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MaxPodsConstraintParameters ¶
type MaxPodsConstraintParameters struct { // The maximum number of pods to schedule on a single node. // +kubebuilder:validation:Required MaxPodsPerNode *float64 `json:"maxPodsPerNode" tf:"max_pods_per_node,omitempty"` }
func (*MaxPodsConstraintParameters) DeepCopy ¶
func (in *MaxPodsConstraintParameters) DeepCopy() *MaxPodsConstraintParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaxPodsConstraintParameters.
func (*MaxPodsConstraintParameters) DeepCopyInto ¶
func (in *MaxPodsConstraintParameters) DeepCopyInto(out *MaxPodsConstraintParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkingObservation ¶
type NetworkingObservation struct { }
func (*NetworkingObservation) DeepCopy ¶
func (in *NetworkingObservation) DeepCopy() *NetworkingObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkingObservation.
func (*NetworkingObservation) DeepCopyInto ¶
func (in *NetworkingObservation) DeepCopyInto(out *NetworkingObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkingParameters ¶
type NetworkingParameters struct { // All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation. // +kubebuilder:validation:Required PodAddressCidrBlocks []*string `json:"podAddressCidrBlocks" tf:"pod_address_cidr_blocks,omitempty"` // All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation. // +kubebuilder:validation:Required ServiceAddressCidrBlocks []*string `json:"serviceAddressCidrBlocks" tf:"service_address_cidr_blocks,omitempty"` // The VPC associated with the cluster. All component clusters (i.e. control plane and node pools) run on a single VPC. This field cannot be changed after creation. // +kubebuilder:validation:Required VPCID *string `json:"vpcId" tf:"vpc_id,omitempty"` }
func (*NetworkingParameters) DeepCopy ¶
func (in *NetworkingParameters) DeepCopy() *NetworkingParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkingParameters.
func (*NetworkingParameters) DeepCopyInto ¶
func (in *NetworkingParameters) DeepCopyInto(out *NetworkingParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NodePool ¶
type NodePool struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec NodePoolSpec `json:"spec"` Status NodePoolStatus `json:"status,omitempty"` }
NodePool is the Schema for the NodePools API. An Anthos node pool running on AWS. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,gcp}
func (*NodePool) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePool.
func (*NodePool) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NodePool) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*NodePool) GetCondition ¶
func (mg *NodePool) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this NodePool.
func (*NodePool) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this NodePool
func (*NodePool) GetDeletionPolicy ¶
func (mg *NodePool) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this NodePool.
func (*NodePool) GetObservation ¶
GetObservation of this NodePool
func (*NodePool) GetParameters ¶
GetParameters of this NodePool
func (*NodePool) GetProviderConfigReference ¶
GetProviderConfigReference of this NodePool.
func (*NodePool) GetProviderReference ¶
GetProviderReference of this NodePool. Deprecated: Use GetProviderConfigReference.
func (*NodePool) GetPublishConnectionDetailsTo ¶
func (mg *NodePool) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this NodePool.
func (*NodePool) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this NodePool
func (*NodePool) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*NodePool) GetWriteConnectionSecretToReference ¶
func (mg *NodePool) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this NodePool.
func (*NodePool) LateInitialize ¶
LateInitialize this NodePool using its observed tfState. returns True if there are any spec changes for the resource.
func (*NodePool) ResolveReferences ¶
ResolveReferences of this NodePool.
func (*NodePool) SetConditions ¶
SetConditions of this NodePool.
func (*NodePool) SetDeletionPolicy ¶
func (mg *NodePool) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this NodePool.
func (*NodePool) SetObservation ¶
SetObservation for this NodePool
func (*NodePool) SetParameters ¶
SetParameters for this NodePool
func (*NodePool) SetProviderConfigReference ¶
SetProviderConfigReference of this NodePool.
func (*NodePool) SetProviderReference ¶
SetProviderReference of this NodePool. Deprecated: Use SetProviderConfigReference.
func (*NodePool) SetPublishConnectionDetailsTo ¶
func (mg *NodePool) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this NodePool.
func (*NodePool) SetWriteConnectionSecretToReference ¶
func (mg *NodePool) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this NodePool.
type NodePoolList ¶
type NodePoolList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []NodePool `json:"items"` }
NodePoolList contains a list of NodePools
func (*NodePoolList) DeepCopy ¶
func (in *NodePoolList) DeepCopy() *NodePoolList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePoolList.
func (*NodePoolList) DeepCopyInto ¶
func (in *NodePoolList) DeepCopyInto(out *NodePoolList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NodePoolList) DeepCopyObject ¶
func (in *NodePoolList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*NodePoolList) GetItems ¶
func (l *NodePoolList) GetItems() []resource.Managed
GetItems of this NodePoolList.
type NodePoolObservation ¶
type NodePoolObservation struct { // Output only. The time at which this node pool was created. CreateTime *string `json:"createTime,omitempty" tf:"create_time,omitempty"` // Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Etag *string `json:"etag,omitempty" tf:"etag,omitempty"` // an identifier for the resource with format projects/{{project}}/locations/{{location}}/awsClusters/{{cluster}}/awsNodePools/{{name}} ID *string `json:"id,omitempty" tf:"id,omitempty"` // Output only. If set, there are currently changes in flight to the node pool. Reconciling *bool `json:"reconciling,omitempty" tf:"reconciling,omitempty"` // Output only. The lifecycle state of the node pool. Possible values: STATE_UNSPECIFIED, PROVISIONING, RUNNING, RECONCILING, STOPPING, ERROR, DEGRADED State *string `json:"state,omitempty" tf:"state,omitempty"` // Output only. A globally unique identifier for the node pool. UID *string `json:"uid,omitempty" tf:"uid,omitempty"` // Output only. The time at which this node pool was last updated. UpdateTime *string `json:"updateTime,omitempty" tf:"update_time,omitempty"` }
func (*NodePoolObservation) DeepCopy ¶
func (in *NodePoolObservation) DeepCopy() *NodePoolObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePoolObservation.
func (*NodePoolObservation) DeepCopyInto ¶
func (in *NodePoolObservation) DeepCopyInto(out *NodePoolObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NodePoolParameters ¶
type NodePoolParameters struct { // Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix and name , separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. // +kubebuilder:validation:Optional Annotations map[string]*string `json:"annotations,omitempty" tf:"annotations,omitempty"` // Autoscaler configuration for this node pool. // +kubebuilder:validation:Required Autoscaling []AutoscalingParameters `json:"autoscaling" tf:"autoscaling,omitempty"` // The awsCluster for the resource // +crossplane:generate:reference:type=Cluster // +kubebuilder:validation:Optional Cluster *string `json:"cluster,omitempty" tf:"cluster,omitempty"` // Reference to a Cluster to populate cluster. // +kubebuilder:validation:Optional ClusterRef *v1.Reference `json:"clusterRef,omitempty" tf:"-"` // Selector for a Cluster to populate cluster. // +kubebuilder:validation:Optional ClusterSelector *v1.Selector `json:"clusterSelector,omitempty" tf:"-"` // The configuration of the node pool. // +kubebuilder:validation:Required Config []ConfigParameters `json:"config" tf:"config,omitempty"` // The location for the resource // +kubebuilder:validation:Required Location *string `json:"location" tf:"location,omitempty"` // The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool. // +kubebuilder:validation:Required MaxPodsConstraint []MaxPodsConstraintParameters `json:"maxPodsConstraint" tf:"max_pods_constraint,omitempty"` // The project for the resource // +kubebuilder:validation:Optional Project *string `json:"project,omitempty" tf:"project,omitempty"` // The subnet where the node pool node run. // +kubebuilder:validation:Required SubnetID *string `json:"subnetId" tf:"subnet_id,omitempty"` // The Kubernetes version to run on this node pool (e.g. 1.19.10-gke.1000). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig. // +kubebuilder:validation:Required Version *string `json:"version" tf:"version,omitempty"` }
func (*NodePoolParameters) DeepCopy ¶
func (in *NodePoolParameters) DeepCopy() *NodePoolParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePoolParameters.
func (*NodePoolParameters) DeepCopyInto ¶
func (in *NodePoolParameters) DeepCopyInto(out *NodePoolParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NodePoolSpec ¶
type NodePoolSpec struct { v1.ResourceSpec `json:",inline"` ForProvider NodePoolParameters `json:"forProvider"` }
NodePoolSpec defines the desired state of NodePool
func (*NodePoolSpec) DeepCopy ¶
func (in *NodePoolSpec) DeepCopy() *NodePoolSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePoolSpec.
func (*NodePoolSpec) DeepCopyInto ¶
func (in *NodePoolSpec) DeepCopyInto(out *NodePoolSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NodePoolStatus ¶
type NodePoolStatus struct { v1.ResourceStatus `json:",inline"` AtProvider NodePoolObservation `json:"atProvider,omitempty"` }
NodePoolStatus defines the observed state of NodePool.
func (*NodePoolStatus) DeepCopy ¶
func (in *NodePoolStatus) DeepCopy() *NodePoolStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePoolStatus.
func (*NodePoolStatus) DeepCopyInto ¶
func (in *NodePoolStatus) DeepCopyInto(out *NodePoolStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProxyConfigObservation ¶
type ProxyConfigObservation struct { }
func (*ProxyConfigObservation) DeepCopy ¶
func (in *ProxyConfigObservation) DeepCopy() *ProxyConfigObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProxyConfigObservation.
func (*ProxyConfigObservation) DeepCopyInto ¶
func (in *ProxyConfigObservation) DeepCopyInto(out *ProxyConfigObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProxyConfigParameters ¶
type ProxyConfigParameters struct { // The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration. // +kubebuilder:validation:Required SecretArn *string `json:"secretArn" tf:"secret_arn,omitempty"` // The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration. // +kubebuilder:validation:Required SecretVersion *string `json:"secretVersion" tf:"secret_version,omitempty"` }
func (*ProxyConfigParameters) DeepCopy ¶
func (in *ProxyConfigParameters) DeepCopy() *ProxyConfigParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProxyConfigParameters.
func (*ProxyConfigParameters) DeepCopyInto ¶
func (in *ProxyConfigParameters) DeepCopyInto(out *ProxyConfigParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RootVolumeObservation ¶
type RootVolumeObservation struct { }
func (*RootVolumeObservation) DeepCopy ¶
func (in *RootVolumeObservation) DeepCopy() *RootVolumeObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RootVolumeObservation.
func (*RootVolumeObservation) DeepCopyInto ¶
func (in *RootVolumeObservation) DeepCopyInto(out *RootVolumeObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RootVolumeParameters ¶
type RootVolumeParameters struct { // Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume. // +kubebuilder:validation:Optional Iops *float64 `json:"iops,omitempty" tf:"iops,omitempty"` // Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used. // +kubebuilder:validation:Optional KMSKeyArn *string `json:"kmsKeyArn,omitempty" tf:"kms_key_arn,omitempty"` // Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource. // +kubebuilder:validation:Optional SizeGib *float64 `json:"sizeGib,omitempty" tf:"size_gib,omitempty"` // Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3 // +kubebuilder:validation:Optional VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"` }
func (*RootVolumeParameters) DeepCopy ¶
func (in *RootVolumeParameters) DeepCopy() *RootVolumeParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RootVolumeParameters.
func (*RootVolumeParameters) DeepCopyInto ¶
func (in *RootVolumeParameters) DeepCopyInto(out *RootVolumeParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SSHConfigObservation ¶
type SSHConfigObservation struct { }
func (*SSHConfigObservation) DeepCopy ¶
func (in *SSHConfigObservation) DeepCopy() *SSHConfigObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SSHConfigObservation.
func (*SSHConfigObservation) DeepCopyInto ¶
func (in *SSHConfigObservation) DeepCopyInto(out *SSHConfigObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SSHConfigParameters ¶
type SSHConfigParameters struct { // The name of the EC2 key pair used to login into cluster machines. // +kubebuilder:validation:Required EC2KeyPair *string `json:"ec2KeyPair" tf:"ec2_key_pair,omitempty"` }
func (*SSHConfigParameters) DeepCopy ¶
func (in *SSHConfigParameters) DeepCopy() *SSHConfigParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SSHConfigParameters.
func (*SSHConfigParameters) DeepCopyInto ¶
func (in *SSHConfigParameters) DeepCopyInto(out *SSHConfigParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TaintsObservation ¶
type TaintsObservation struct { }
func (*TaintsObservation) DeepCopy ¶
func (in *TaintsObservation) DeepCopy() *TaintsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaintsObservation.
func (*TaintsObservation) DeepCopyInto ¶
func (in *TaintsObservation) DeepCopyInto(out *TaintsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TaintsParameters ¶
type TaintsParameters struct { // The taint effect. Possible values: EFFECT_UNSPECIFIED, NO_SCHEDULE, PREFER_NO_SCHEDULE, NO_EXECUTE // +kubebuilder:validation:Required Effect *string `json:"effect" tf:"effect,omitempty"` // Key for the taint. // +kubebuilder:validation:Required Key *string `json:"key" tf:"key,omitempty"` // Value for the taint. // +kubebuilder:validation:Required Value *string `json:"value" tf:"value,omitempty"` }
func (*TaintsParameters) DeepCopy ¶
func (in *TaintsParameters) DeepCopy() *TaintsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaintsParameters.
func (*TaintsParameters) DeepCopyInto ¶
func (in *TaintsParameters) DeepCopyInto(out *TaintsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkloadIdentityConfigObservation ¶
type WorkloadIdentityConfigObservation struct { IdentityProvider *string `json:"identityProvider,omitempty" tf:"identity_provider,omitempty"` IssuerURI *string `json:"issuerUri,omitempty" tf:"issuer_uri,omitempty"` WorkloadPool *string `json:"workloadPool,omitempty" tf:"workload_pool,omitempty"` }
func (*WorkloadIdentityConfigObservation) DeepCopy ¶
func (in *WorkloadIdentityConfigObservation) DeepCopy() *WorkloadIdentityConfigObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadIdentityConfigObservation.
func (*WorkloadIdentityConfigObservation) DeepCopyInto ¶
func (in *WorkloadIdentityConfigObservation) DeepCopyInto(out *WorkloadIdentityConfigObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkloadIdentityConfigParameters ¶
type WorkloadIdentityConfigParameters struct { }
func (*WorkloadIdentityConfigParameters) DeepCopy ¶
func (in *WorkloadIdentityConfigParameters) DeepCopy() *WorkloadIdentityConfigParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadIdentityConfigParameters.
func (*WorkloadIdentityConfigParameters) DeepCopyInto ¶
func (in *WorkloadIdentityConfigParameters) DeepCopyInto(out *WorkloadIdentityConfigParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.