| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.clone() |
Cluster |
CreateClusterRequest.getCluster()
A cluster resource.
|
Cluster |
Cluster.set(java.lang.String fieldName,
java.lang.Object value) |
Cluster |
Cluster.setClusterApiVersion(java.lang.String clusterApiVersion)
The API version of the Kubernetes master and kubelets running in this cluster.
|
Cluster |
Cluster.setContainerIpv4Cidr(java.lang.String containerIpv4Cidr)
[Output only] The IP addresses of the container pods in this cluster, in CIDR notation (e.g.
|
Cluster |
Cluster.setCreationTimestamp(java.lang.String creationTimestamp)
[Output only] The time the cluster was created, in RFC3339 text format.
|
Cluster |
Cluster.setDescription(java.lang.String description)
An optional description of this cluster.
|
Cluster |
Cluster.setEndpoint(java.lang.String endpoint)
[Output only] The IP address of this cluster's Kubernetes master.
|
Cluster |
Cluster.setMasterAuth(MasterAuth masterAuth)
The HTTP basic authentication information for accessing the master.
|
Cluster |
Cluster.setName(java.lang.String name)
The name of this cluster.
|
Cluster |
Cluster.setNodeConfig(NodeConfig nodeConfig)
The machine type and image to use for all nodes in this cluster.
|
Cluster |
Cluster.setNodeRoutingPrefixSize(java.lang.Integer nodeRoutingPrefixSize)
[Output only] The size of the address space on each node for hosting containers.
|
Cluster |
Cluster.setNumNodes(java.lang.Integer numNodes)
The number of nodes to create in this cluster.
|
Cluster |
Cluster.setServicesIpv4Cidr(java.lang.String servicesIpv4Cidr)
[Output only] The IP addresses of the Kubernetes services in this cluster, in CIDR notation
(e.g.
|
Cluster |
Cluster.setStatus(java.lang.String status)
[Output only] The current status of this cluster.
|
Cluster |
Cluster.setStatusMessage(java.lang.String statusMessage)
[Output only] Additional information about the current status of this cluster, if available.
|
Cluster |
Cluster.setZone(java.lang.String zone)
[Output only] The name of the Google Compute Engine zone in which the cluster resides.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cluster> |
ListClustersResponse.getClusters()
A list of clusters in the project in the specified zone.
|
java.util.List<Cluster> |
ListAggregatedClustersResponse.getClusters()
A list of clusters in the project, across all zones.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.setCluster(Cluster cluster)
A cluster resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse |
ListClustersResponse.setClusters(java.util.List<Cluster> clusters)
A list of clusters in the project in the specified zone.
|
ListAggregatedClustersResponse |
ListAggregatedClustersResponse.setClusters(java.util.List<Cluster> clusters)
A list of clusters in the project, across all zones.
|