Show / Hide Table of Contents

Class PolicyControllerPolicyControllerDeploymentConfig

Deployment-specific configuration.

Inheritance
object
PolicyControllerPolicyControllerDeploymentConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX