public static interface GkeClusterConfig.NamespacedGkeDeploymentTargetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClusterNamespace()
public abstract String getClusterNamespace()Optional. A namespace within the GKE cluster to deploy into.
string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The clusterNamespace. |
getClusterNamespaceBytes()
public abstract ByteString getClusterNamespaceBytes()Optional. A namespace within the GKE cluster to deploy into.
string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for clusterNamespace. |
getTargetGkeCluster()
public abstract String getTargetGkeCluster()Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The targetGkeCluster. |
getTargetGkeClusterBytes()
public abstract ByteString getTargetGkeClusterBytes()Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for targetGkeCluster. |