Interface CfnCluster.PodGcControllerConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.PodGcControllerConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.PodGcControllerConfigProperty
extends software.amazon.jsii.JsiiSerializable
The pod garbage collector controller configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks_v2.*;
PodGcControllerConfigProperty podGcControllerConfigProperty = PodGcControllerConfigProperty.builder()
.terminatedPodGcThreshold(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCluster.PodGcControllerConfigPropertystatic final classAn implementation forCfnCluster.PodGcControllerConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTerminatedPodGcThreshold
The number of terminated pods that can exist before the terminated pod garbage collector starts deleting them.- See Also:
-
builder
-