AddonsConfigArgs

data class AddonsConfigArgs(val cloudRunConfig: Output<CloudRunConfigArgs>? = null, val configConnectorConfig: Output<ConfigConnectorConfigArgs>? = null, val dnsCacheConfig: Output<DnsCacheConfigArgs>? = null, val gcePersistentDiskCsiDriverConfig: Output<GcePersistentDiskCsiDriverConfigArgs>? = null, val gcpFilestoreCsiDriverConfig: Output<GcpFilestoreCsiDriverConfigArgs>? = null, val gkeBackupAgentConfig: Output<GkeBackupAgentConfigArgs>? = null, val horizontalPodAutoscaling: Output<HorizontalPodAutoscalingArgs>? = null, val httpLoadBalancing: Output<HttpLoadBalancingArgs>? = null, val kubernetesDashboard: Output<KubernetesDashboardArgs>? = null, val networkPolicyConfig: Output<NetworkPolicyConfigArgs>? = null) : ConvertibleToJava<AddonsConfigArgs>

Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.

Constructors

Link copied to clipboard
fun AddonsConfigArgs(cloudRunConfig: Output<CloudRunConfigArgs>? = null, configConnectorConfig: Output<ConfigConnectorConfigArgs>? = null, dnsCacheConfig: Output<DnsCacheConfigArgs>? = null, gcePersistentDiskCsiDriverConfig: Output<GcePersistentDiskCsiDriverConfigArgs>? = null, gcpFilestoreCsiDriverConfig: Output<GcpFilestoreCsiDriverConfigArgs>? = null, gkeBackupAgentConfig: Output<GkeBackupAgentConfigArgs>? = null, horizontalPodAutoscaling: Output<HorizontalPodAutoscalingArgs>? = null, httpLoadBalancing: Output<HttpLoadBalancingArgs>? = null, kubernetesDashboard: Output<KubernetesDashboardArgs>? = null, networkPolicyConfig: Output<NetworkPolicyConfigArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val cloudRunConfig: Output<CloudRunConfigArgs>? = null

Configuration for the Cloud Run addon, which allows the user to use a managed Knative service.

Link copied to clipboard

Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API

Link copied to clipboard
val dnsCacheConfig: Output<DnsCacheConfigArgs>? = null

Configuration for NodeLocalDNS, a dns cache running on cluster nodes

Link copied to clipboard

Configuration for the Compute Engine Persistent Disk CSI driver.

Link copied to clipboard

Configuration for the GCP Filestore CSI driver.

Link copied to clipboard

Configuration for the Backup for GKE agent addon.

Link copied to clipboard

Configuration for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.

Link copied to clipboard

Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.

Link copied to clipboard

Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards

Link copied to clipboard

Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.