ClusterAddonsConfigArgs

data class ClusterAddonsConfigArgs(val cloudrunConfig: Output<ClusterAddonsConfigCloudrunConfigArgs>? = null, val configConnectorConfig: Output<ClusterAddonsConfigConfigConnectorConfigArgs>? = null, val dnsCacheConfig: Output<ClusterAddonsConfigDnsCacheConfigArgs>? = null, val gcePersistentDiskCsiDriverConfig: Output<ClusterAddonsConfigGcePersistentDiskCsiDriverConfigArgs>? = null, val gcpFilestoreCsiDriverConfig: Output<ClusterAddonsConfigGcpFilestoreCsiDriverConfigArgs>? = null, val gcsFuseCsiDriverConfig: Output<ClusterAddonsConfigGcsFuseCsiDriverConfigArgs>? = null, val gkeBackupAgentConfig: Output<ClusterAddonsConfigGkeBackupAgentConfigArgs>? = null, val horizontalPodAutoscaling: Output<ClusterAddonsConfigHorizontalPodAutoscalingArgs>? = null, val httpLoadBalancing: Output<ClusterAddonsConfigHttpLoadBalancingArgs>? = null, val istioConfig: Output<ClusterAddonsConfigIstioConfigArgs>? = null, val kalmConfig: Output<ClusterAddonsConfigKalmConfigArgs>? = null, val networkPolicyConfig: Output<ClusterAddonsConfigNetworkPolicyConfigArgs>? = null, val rayOperatorConfigs: Output<List<ClusterAddonsConfigRayOperatorConfigArgs>>? = null, val statefulHaConfig: Output<ClusterAddonsConfigStatefulHaConfigArgs>? = null) : ConvertibleToJava<ClusterAddonsConfigArgs>

Constructors

Link copied to clipboard
constructor(cloudrunConfig: Output<ClusterAddonsConfigCloudrunConfigArgs>? = null, configConnectorConfig: Output<ClusterAddonsConfigConfigConnectorConfigArgs>? = null, dnsCacheConfig: Output<ClusterAddonsConfigDnsCacheConfigArgs>? = null, gcePersistentDiskCsiDriverConfig: Output<ClusterAddonsConfigGcePersistentDiskCsiDriverConfigArgs>? = null, gcpFilestoreCsiDriverConfig: Output<ClusterAddonsConfigGcpFilestoreCsiDriverConfigArgs>? = null, gcsFuseCsiDriverConfig: Output<ClusterAddonsConfigGcsFuseCsiDriverConfigArgs>? = null, gkeBackupAgentConfig: Output<ClusterAddonsConfigGkeBackupAgentConfigArgs>? = null, horizontalPodAutoscaling: Output<ClusterAddonsConfigHorizontalPodAutoscalingArgs>? = null, httpLoadBalancing: Output<ClusterAddonsConfigHttpLoadBalancingArgs>? = null, istioConfig: Output<ClusterAddonsConfigIstioConfigArgs>? = null, kalmConfig: Output<ClusterAddonsConfigKalmConfigArgs>? = null, networkPolicyConfig: Output<ClusterAddonsConfigNetworkPolicyConfigArgs>? = null, rayOperatorConfigs: Output<List<ClusterAddonsConfigRayOperatorConfigArgs>>? = null, statefulHaConfig: Output<ClusterAddonsConfigStatefulHaConfigArgs>? = null)

Properties

Link copied to clipboard

. Structure is documented below.

Link copied to clipboard

. The status of the ConfigConnector addon. It is disabled by default; Set enabled = true to enable.

Link copied to clipboard

. The status of the NodeLocal DNSCache addon. It is disabled by default. Set enabled = true to enable. Enabling/Disabling NodeLocal DNSCache in an existing cluster is a disruptive operation. All cluster nodes running GKE 1.15 and higher are recreated.

Link copied to clipboard

. Whether this cluster should enable the Google Compute Engine Persistent Disk Container Storage Interface (CSI) Driver. Set enabled = true to enable. Note: The Compute Engine persistent disk CSI Driver is enabled by default on newly created clusters for the following versions: Linux clusters: GKE version 1.18.10-gke.2100 or later, or 1.19.3-gke.2100 or later.

Link copied to clipboard

The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes. It is disabled by default; set enabled = true to enable.

Link copied to clipboard

The status of the GCSFuse CSI driver addon, which allows the usage of a gcs bucket as volumes. It is disabled by default for Standard clusters; set enabled = true to enable. It is enabled by default for Autopilot clusters with version 1.24 or later; set enabled = true to enable it explicitly. See Enable the Cloud Storage FUSE CSI driver for more information.

Link copied to clipboard

. The status of the Backup for GKE agent addon. It is disabled by default; Set enabled = true to enable.

Link copied to clipboard

The status of the Horizontal Pod Autoscaling addon, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods. It is enabled by default; set disabled = true to disable.

Link copied to clipboard

The status of the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster. It is enabled by default; set disabled = true to disable.

Link copied to clipboard

. Structure is documented below.

Link copied to clipboard

. Configuration for the KALM addon, which manages the lifecycle of k8s. It is disabled by default; Set enabled = true to enable.

Link copied to clipboard

Whether we should enable the network policy addon for the master. This must be enabled in order to enable network policy for the nodes. To enable this, you must also define a network_policy block, otherwise nothing will happen. It can only be disabled if the nodes already do not have network policies enabled. Defaults to disabled; set disabled = false to enable.

Link copied to clipboard

. The status of the [Ray Operator

Link copied to clipboard

. The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications. It is disabled by default for Standard clusters. Set enabled = true to enable.

Functions

Link copied to clipboard
open override fun toJava(): ClusterAddonsConfigArgs