Show / Hide Table of Contents

Class CfnClusterPropsMixin.PodGcControllerConfigProperty

The pod garbage collector controller configuration.

Inheritance
object
CfnClusterPropsMixin.PodGcControllerConfigProperty
Implements
CfnClusterPropsMixin.IPodGcControllerConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EKS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnClusterPropsMixin.PodGcControllerConfigProperty : CfnClusterPropsMixin.IPodGcControllerConfigProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.PodGcControllerConfigProperty Implements CfnClusterPropsMixin.IPodGcControllerConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-podgccontrollerconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.EKS;

             var podGcControllerConfigProperty = new PodGcControllerConfigProperty {
                 TerminatedPodGcThreshold = 123
             };

Synopsis

Constructors

PodGcControllerConfigProperty()

The pod garbage collector controller configuration.

Properties

TerminatedPodGcThreshold

The number of terminated pods that can exist before the terminated pod garbage collector starts deleting them.

Constructors

PodGcControllerConfigProperty()

The pod garbage collector controller configuration.

public PodGcControllerConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-podgccontrollerconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.EKS;

             var podGcControllerConfigProperty = new PodGcControllerConfigProperty {
                 TerminatedPodGcThreshold = 123
             };

Properties

TerminatedPodGcThreshold

The number of terminated pods that can exist before the terminated pod garbage collector starts deleting them.

public double? TerminatedPodGcThreshold { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-podgccontrollerconfig.html#cfn-eks-cluster-podgccontrollerconfig-terminatedpodgcthreshold

Implements

CfnClusterPropsMixin.IPodGcControllerConfigProperty
Back to top Generated by DocFX