apiVersion (string)
containerazure.gcp.gke.cloud.google.com/v1beta1
spec (object)
NodePoolSpec defines the desired state of NodePool
deletionPolicy (string)
DeletionPolicy specifies what will happen to the underlying external when this managed resource is deleted - either "Delete" or "Orphan" the external resource. This field is planned to be deprecated in favor of the ManagementPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223
forProvider (object)
No description provided.
annotations (object)
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. Keys 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.
additionalProperties (string)
No description provided.
autoscaling (array)
Autoscaler configuration for this node pool.
maxNodeCount (number)
Maximum number of nodes in the node pool. Must be >= min_node_count.
minNodeCount (number)
Minimum number of nodes in the node pool. Must be >= 1 and <= max_node_count.
azureAvailabilityZone (string)
Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to 1.
cluster (string)
The azureCluster for the resource
clusterRef (object)
Reference to a Cluster to populate cluster.
name (string)
Name of the referenced object.
policy (object)
Policies for referencing.
resolution (string)
Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.
resolve (string)
Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.
clusterSelector (object)
Selector for a Cluster to populate cluster.
matchControllerRef (boolean)
MatchControllerRef ensures an object with the same controller reference as the selecting object is selected.
matchLabels (object)
MatchLabels ensures an object with matching labels is selected.
additionalProperties (string)
No description provided.
policy (object)
Policies for selection.
resolution (string)
Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.
resolve (string)
Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.
config (array)
The node configuration of the node pool.
proxyConfig (array)
Proxy configuration for outbound HTTP(S) traffic.
resourceGroupId (string)
The ARM ID the of the resource group containing proxy keyvault. Resource group ids are formatted as /subscriptions//resourceGroups/
secretId (string)
The URL the of the proxy setting secret with its version. Secret ids are formatted as https:.vault.azure.net/secrets//.
rootVolume (array)
Optional. Configuration related to the root volume provisioned for each node pool machine. When unspecified, it defaults to a 32-GiB Azure Disk.
sizeGib (number)
Optional. The size of the disk, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
sshConfig (array)
SSH configuration for how to access the node pool machines.
authorizedKey (string)
The SSH public key data for VMs managed by Anthos. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page.
vmSize (string)
Optional. The Azure VM size name. Example: Standard_DS2_v2. See (/anthos/clusters/docs/azure/reference/supported-vms) for options. When unspecified, it defaults to Standard_DS2_v2.
location (string)
The location for the resource
maxPodsConstraint (array)
The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
maxPodsPerNode (number)
The maximum number of pods to schedule on a single node.
project (string)
The project for the resource
subnetId (string)
The ARM ID of the subnet where the node pool VMs run. Make sure it's a subnet under the virtual network in the cluster configuration.
version (string)
The Kubernetes version (e.g. 1.19.10-gke.1000) running on this node pool.
managementPolicy (string)
THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. ManagementPolicy specifies the level of control Crossplane has over the managed external resource. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223
providerConfigRef (object)
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
name (string)
Name of the referenced object.
policy (object)
Policies for referencing.
resolution (string)
Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.
resolve (string)
Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.
providerRef (object)
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. `providerConfigRef`
name (string)
Name of the referenced object.
policy (object)
Policies for referencing.
resolution (string)
Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.
resolve (string)
Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.
publishConnectionDetailsTo (object)
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
configRef (object)
SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.
name (string)
Name of the referenced object.
policy (object)
Policies for referencing.
resolution (string)
Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.
resolve (string)
Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.
name (string)
Name is the name of the connection secret.
writeConnectionSecretToRef (object)
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
name (string)
Name of the secret.
namespace (string)
Namespace of the secret.
status (object)
NodePoolStatus defines the observed state of NodePool.
atProvider (object)
No description provided.
annotations (object)
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. Keys 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.
additionalProperties (string)
No description provided.
autoscaling (array)
Autoscaler configuration for this node pool.
maxNodeCount (number)
Maximum number of nodes in the node pool. Must be >= min_node_count.
minNodeCount (number)
Minimum number of nodes in the node pool. Must be >= 1 and <= max_node_count.
azureAvailabilityZone (string)
Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to 1.
cluster (string)
The azureCluster for the resource
config (array)
The node configuration of the node pool.
proxyConfig (array)
Proxy configuration for outbound HTTP(S) traffic.
resourceGroupId (string)
The ARM ID the of the resource group containing proxy keyvault. Resource group ids are formatted as /subscriptions//resourceGroups/
secretId (string)
The URL the of the proxy setting secret with its version. Secret ids are formatted as https:.vault.azure.net/secrets//.
rootVolume (array)
Optional. Configuration related to the root volume provisioned for each node pool machine. When unspecified, it defaults to a 32-GiB Azure Disk.
sizeGib (number)
Optional. The size of the disk, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
sshConfig (array)
SSH configuration for how to access the node pool machines.
authorizedKey (string)
The SSH public key data for VMs managed by Anthos. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page.
vmSize (string)
Optional. The Azure VM size name. Example: Standard_DS2_v2. See (/anthos/clusters/docs/azure/reference/supported-vms) for options. When unspecified, it defaults to Standard_DS2_v2.
createTime (string)
Output only. The time at which this node pool was created.
etag (string)
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.
id (string)
an identifier for the resource with format projects/project/locations/location/azureClusters/cluster/azureNodePools/name
location (string)
The location for the resource
maxPodsConstraint (array)
The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
maxPodsPerNode (number)
The maximum number of pods to schedule on a single node.
project (string)
The project for the resource
reconciling (boolean)
Output only. If set, there are currently pending changes to the node pool.
state (string)
Output only. The current state of the node pool. Possible values: STATE_UNSPECIFIED, PROVISIONING, RUNNING, RECONCILING, STOPPING, ERROR, DEGRADED
subnetId (string)
The ARM ID of the subnet where the node pool VMs run. Make sure it's a subnet under the virtual network in the cluster configuration.
uid (string)
Output only. A globally unique identifier for the node pool.
updateTime (string)
Output only. The time at which this node pool was last updated.
version (string)
The Kubernetes version (e.g. 1.19.10-gke.1000) running on this node pool.
conditions (array)
Conditions of the resource.
lastTransitionTime (string)
LastTransitionTime is the last time this condition transitioned from one status to another.
message (string)
A Message containing details about this condition's last transition from one status to another, if any.
reason (string)
A Reason for this condition's last transition from one status to another.
status (string)
Status of this condition; is it currently True, False, or Unknown?
type (string)
Type of this condition. At most one of each condition type may apply to a resource at any point in time.
|