- 1.78.0 (latest)
 - 1.76.0
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.70.0
 - 1.68.0
 - 1.67.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.49.0
 - 1.48.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.37.0
 - 1.36.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.0
 - 1.9.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.3.6
 - 1.2.1
 - 1.1.0
 - 1.0.1
 - 0.5.4
 
public interface PolicyControllerDeploymentConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContainerResources()
public abstract ResourceRequirements getContainerResources()Container resource requirements.
 
 optional .google.cloud.gkehub.policycontroller.v1beta.ResourceRequirements container_resources = 2;
 
| Returns | |
|---|---|
| Type | Description | 
ResourceRequirements | 
        The containerResources.  | 
      
getContainerResourcesOrBuilder()
public abstract ResourceRequirementsOrBuilder getContainerResourcesOrBuilder()Container resource requirements.
 
 optional .google.cloud.gkehub.policycontroller.v1beta.ResourceRequirements container_resources = 2;
 
| Returns | |
|---|---|
| Type | Description | 
ResourceRequirementsOrBuilder | 
        |
getPodAffinity()
public abstract PolicyControllerDeploymentConfig.Affinity getPodAffinity()Pod affinity configuration.
 
 .google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.Affinity pod_affinity = 5;
 
| Returns | |
|---|---|
| Type | Description | 
PolicyControllerDeploymentConfig.Affinity | 
        The podAffinity.  | 
      
getPodAffinityValue()
public abstract int getPodAffinityValue()Pod affinity configuration.
 
 .google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.Affinity pod_affinity = 5;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for podAffinity.  | 
      
getPodAntiAffinity() (deprecated)
public abstract boolean getPodAntiAffinity()Deprecated. google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.pod_anti_affinity is deprecated. See google/cloud/gkehub/policycontroller/v1beta/policycontroller.proto;l=233
 Pod anti-affinity enablement. Deprecated: use pod_affinity instead.
 optional bool pod_anti_affinity = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The podAntiAffinity.  | 
      
getPodTolerations(int index)
public abstract PolicyControllerDeploymentConfig.Toleration getPodTolerations(int index)Pod tolerations of node taints.
 
 repeated .google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.Toleration pod_tolerations = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
PolicyControllerDeploymentConfig.Toleration | 
        |
getPodTolerationsCount()
public abstract int getPodTolerationsCount()Pod tolerations of node taints.
 
 repeated .google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.Toleration pod_tolerations = 4;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getPodTolerationsList()
public abstract List<PolicyControllerDeploymentConfig.Toleration> getPodTolerationsList()Pod tolerations of node taints.
 
 repeated .google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.Toleration pod_tolerations = 4;
 
| Returns | |
|---|---|
| Type | Description | 
List<Toleration> | 
        |
getPodTolerationsOrBuilder(int index)
public abstract PolicyControllerDeploymentConfig.TolerationOrBuilder getPodTolerationsOrBuilder(int index)Pod tolerations of node taints.
 
 repeated .google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.Toleration pod_tolerations = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
PolicyControllerDeploymentConfig.TolerationOrBuilder | 
        |
getPodTolerationsOrBuilderList()
public abstract List<? extends PolicyControllerDeploymentConfig.TolerationOrBuilder> getPodTolerationsOrBuilderList()Pod tolerations of node taints.
 
 repeated .google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.Toleration pod_tolerations = 4;
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.TolerationOrBuilder> | 
        |
getReplicaCount()
public abstract long getReplicaCount()Pod replica count.
 optional int64 replica_count = 1;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The replicaCount.  | 
      
hasContainerResources()
public abstract boolean hasContainerResources()Container resource requirements.
 
 optional .google.cloud.gkehub.policycontroller.v1beta.ResourceRequirements container_resources = 2;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the containerResources field is set.  | 
      
hasPodAntiAffinity() (deprecated)
public abstract boolean hasPodAntiAffinity()Deprecated. google.cloud.gkehub.policycontroller.v1beta.PolicyControllerDeploymentConfig.pod_anti_affinity is deprecated. See google/cloud/gkehub/policycontroller/v1beta/policycontroller.proto;l=233
 Pod anti-affinity enablement. Deprecated: use pod_affinity instead.
 optional bool pod_anti_affinity = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the podAntiAffinity field is set.  | 
      
hasReplicaCount()
public abstract boolean hasReplicaCount()Pod replica count.
 optional int64 replica_count = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the replicaCount field is set.  |