Class PolicyControllerPolicyControllerDeploymentConfig
Deployment-specific configuration.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class PolicyControllerPolicyControllerDeploymentConfig : IDirectResponseSchema
Properties
ContainerResources
Container resource requirements.
Declaration
[JsonProperty("containerResources")]
public virtual PolicyControllerResourceRequirements ContainerResources { get; set; }
Property Value
Type | Description |
---|---|
PolicyControllerResourceRequirements |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PodAffinity
Pod affinity configuration.
Declaration
[JsonProperty("podAffinity")]
public virtual string PodAffinity { get; set; }
Property Value
Type | Description |
---|---|
string |
PodAntiAffinity
Pod anti-affinity enablement. Deprecated: use pod_affinity
instead.
Declaration
[JsonProperty("podAntiAffinity")]
public virtual bool? PodAntiAffinity { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PodTolerations
Pod tolerations of node taints.
Declaration
[JsonProperty("podTolerations")]
public virtual IList<PolicyControllerToleration> PodTolerations { get; set; }
Property Value
Type | Description |
---|---|
IList<PolicyControllerToleration> |
ReplicaCount
Pod replica count.
Declaration
[JsonProperty("replicaCount")]
public virtual long? ReplicaCount { get; set; }
Property Value
Type | Description |
---|---|
long? |