| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
ControlPlaneEndpointsConfig |
ControlPlaneEndpointsConfig.clone() |
ControlPlaneEndpointsConfig |
Cluster.getControlPlaneEndpointsConfig()
Configuration for all cluster's control plane endpoints.
|
ControlPlaneEndpointsConfig |
ClusterUpdate.getDesiredControlPlaneEndpointsConfig()
Control plane endpoints configuration.
|
ControlPlaneEndpointsConfig |
ControlPlaneEndpointsConfig.set(String fieldName,
Object value) |
ControlPlaneEndpointsConfig |
ControlPlaneEndpointsConfig.setDnsEndpointConfig(DNSEndpointConfig dnsEndpointConfig)
DNS endpoint configuration.
|
ControlPlaneEndpointsConfig |
ControlPlaneEndpointsConfig.setIpEndpointsConfig(IPEndpointsConfig ipEndpointsConfig)
IP endpoints configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setControlPlaneEndpointsConfig(ControlPlaneEndpointsConfig controlPlaneEndpointsConfig)
Configuration for all cluster's control plane endpoints.
|
ClusterUpdate |
ClusterUpdate.setDesiredControlPlaneEndpointsConfig(ControlPlaneEndpointsConfig desiredControlPlaneEndpointsConfig)
Control plane endpoints configuration.
|
Copyright © 2011–2025 Google. All rights reserved.