Addons Config Args
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
Properties
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