-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- be5b5815be3a6a3bafae4b75c3cf50f9df8c19eb Update TF provider to v4.33.0 by Config Connector Team <[email protected]> GitOrigin-RevId: be5b5815be3a6a3bafae4b75c3cf50f9df8c19eb
- Loading branch information
1 parent
689aeda
commit c825e45
Showing
1,075 changed files
with
36,657 additions
and
9,207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ spec: | |
gcePersistentDiskCsiDriverConfig: | ||
description: Whether this cluster should enable the Google Compute | ||
Engine Persistent Disk Container Storage Interface (CSI) Driver. | ||
Defaults to disabled; set enabled = true to enable. | ||
Defaults to enabled; set disabled = true to disable. | ||
properties: | ||
enabled: | ||
type: boolean | ||
|
@@ -182,17 +182,28 @@ spec: | |
type: object | ||
type: object | ||
authenticatorGroupsConfig: | ||
description: Immutable. Configuration for the Google Groups for GKE | ||
feature. | ||
description: Configuration for the Google Groups for GKE feature. | ||
properties: | ||
securityGroup: | ||
description: Immutable. The name of the RBAC security group for | ||
use with Google security groups in Kubernetes RBAC. Group name | ||
must be in format [email protected]. | ||
description: The name of the RBAC security group for use with | ||
Google security groups in Kubernetes RBAC. Group name must be | ||
in format [email protected]. | ||
type: string | ||
required: | ||
- securityGroup | ||
type: object | ||
binaryAuthorization: | ||
description: Configuration options for the Binary Authorization feature. | ||
properties: | ||
enabled: | ||
description: DEPRECATED. Deprecated in favor of evaluation_mode. | ||
Enable Binary Authorization for this cluster. | ||
type: boolean | ||
evaluationMode: | ||
description: Mode of operation for Binary Authorization policy | ||
evaluation. | ||
type: string | ||
type: object | ||
clusterAutoscaling: | ||
description: Per-cluster configuration of Node Auto-Provisioning with | ||
Cluster Autoscaler to automatically adjust the size of the cluster | ||
|
@@ -203,6 +214,36 @@ spec: | |
autoProvisioningDefaults: | ||
description: Contains defaults for a node pool created by NAP. | ||
properties: | ||
bootDiskKMSKeyRef: | ||
description: |- | ||
Immutable. The Customer Managed Encryption Key used to encrypt the | ||
boot disk attached to each node in the node pool. | ||
oneOf: | ||
- not: | ||
required: | ||
- external | ||
required: | ||
- name | ||
- not: | ||
anyOf: | ||
- required: | ||
- name | ||
- required: | ||
- namespace | ||
required: | ||
- external | ||
properties: | ||
external: | ||
description: 'Allowed value: The `selfLink` field of a | ||
`KMSCryptoKey` resource.' | ||
type: string | ||
name: | ||
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' | ||
type: string | ||
namespace: | ||
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' | ||
type: string | ||
type: object | ||
imageType: | ||
description: The default image type used by NAP once a new | ||
node pool is being created. | ||
|
@@ -369,8 +410,9 @@ spec: | |
description: Immutable. Enable Autopilot for this cluster. | ||
type: boolean | ||
enableBinaryAuthorization: | ||
description: Enable Binary Authorization for this cluster. If enabled, | ||
all container images will be validated by Google Binary Authorization. | ||
description: DEPRECATED. Deprecated in favor of binary_authorization. | ||
Enable Binary Authorization for this cluster. If enabled, all container | ||
images will be validated by Google Binary Authorization. | ||
type: boolean | ||
enableIntranodeVisibility: | ||
description: Whether Intra-node visibility is enabled for this cluster. | ||
|
@@ -633,6 +675,18 @@ spec: | |
type: object | ||
type: array | ||
type: object | ||
meshCertificates: | ||
description: If set, and enable_certificates=true, the GKE Workload | ||
Identity Certificates controller and node agent will be deployed | ||
in the cluster. | ||
properties: | ||
enableCertificates: | ||
description: When enabled the GKE Workload Identity Certificates | ||
controller and node agent will be deployed in the cluster. | ||
type: boolean | ||
required: | ||
- enableCertificates | ||
type: object | ||
minMasterVersion: | ||
description: The minimum version of the master. GKE will auto-update | ||
the master to new versions, so this does not guarantee the current | ||
|
@@ -646,7 +700,8 @@ spec: | |
properties: | ||
enableComponents: | ||
description: GKE components exposing metrics. Valid values include | ||
SYSTEM_COMPONENTS and WORKLOADS. | ||
SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, | ||
and WORKLOADS. | ||
items: | ||
type: string | ||
type: array | ||
|
@@ -1065,18 +1120,18 @@ spec: | |
nodes. | ||
properties: | ||
enablePrivateEndpoint: | ||
description: Immutable. Enables the private cluster feature, creating | ||
a private endpoint on the cluster. In a private cluster, nodes | ||
only have RFC 1918 private addresses and communicate with the | ||
master's private endpoint via private networking. | ||
type: boolean | ||
enablePrivateNodes: | ||
description: Immutable. When true, the cluster's private endpoint | ||
is used as the cluster endpoint and access through the public | ||
endpoint is disabled. When false, either endpoint can be used. | ||
This field only applies to private clusters, when enable_private_nodes | ||
is true. | ||
type: boolean | ||
enablePrivateNodes: | ||
description: Immutable. Enables the private cluster feature, creating | ||
a private endpoint on the cluster. In a private cluster, nodes | ||
only have RFC 1918 private addresses and communicate with the | ||
master's private endpoint via private networking. | ||
type: boolean | ||
masterGlobalAccessConfig: | ||
description: Controls cluster master global access settings. | ||
properties: | ||
|
Oops, something went wrong.