AddonsConfigResponse

data class AddonsConfigResponse(val cloudRunConfig: CloudRunConfigResponse, val configConnectorConfig: ConfigConnectorConfigResponse, val dnsCacheConfig: DnsCacheConfigResponse, val gcePersistentDiskCsiDriverConfig: GcePersistentDiskCsiDriverConfigResponse, val gcpFilestoreCsiDriverConfig: GcpFilestoreCsiDriverConfigResponse, val gcsFuseCsiDriverConfig: GcsFuseCsiDriverConfigResponse, val gkeBackupAgentConfig: GkeBackupAgentConfigResponse, val horizontalPodAutoscaling: HorizontalPodAutoscalingResponse, val httpLoadBalancing: HttpLoadBalancingResponse, val istioConfig: IstioConfigResponse, val kalmConfig: KalmConfigResponse, val kubernetesDashboard: KubernetesDashboardResponse, val networkPolicyConfig: NetworkPolicyConfigResponse)

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

Constructors

Link copied to clipboard
fun AddonsConfigResponse(cloudRunConfig: CloudRunConfigResponse, configConnectorConfig: ConfigConnectorConfigResponse, dnsCacheConfig: DnsCacheConfigResponse, gcePersistentDiskCsiDriverConfig: GcePersistentDiskCsiDriverConfigResponse, gcpFilestoreCsiDriverConfig: GcpFilestoreCsiDriverConfigResponse, gcsFuseCsiDriverConfig: GcsFuseCsiDriverConfigResponse, gkeBackupAgentConfig: GkeBackupAgentConfigResponse, horizontalPodAutoscaling: HorizontalPodAutoscalingResponse, httpLoadBalancing: HttpLoadBalancingResponse, istioConfig: IstioConfigResponse, kalmConfig: KalmConfigResponse, kubernetesDashboard: KubernetesDashboardResponse, networkPolicyConfig: NetworkPolicyConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for the Cloud Run addon. The IstioConfig addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.

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

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 Cloud Storage Fuse 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 Istio, an open platform to connect, manage, and secure microservices.

Link copied to clipboard

Configuration for the KALM addon, which manages the lifecycle of k8s applications.

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.