Package org.cdk8s.plus25.k8s
Interface KubeClusterCidrv1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeClusterCidrv1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.585Z") @Stability(Stable) public interface KubeClusterCidrv1Alpha1Props extends software.amazon.jsii.JsiiSerializable
ClusterCIDR represents a single configuration for per-Node Pod CIDR allocations when the MultiCIDRRangeAllocator is enabled (see the config for kube-controller-manager).A cluster may have any number of ClusterCIDR resources, all of which will be considered when allocating a CIDR for a Node. A ClusterCIDR is eligible to be used for a given Node when the node selector matches the node in question and has free CIDRs to allocate. In case of multiple matching ClusterCIDR resources, the allocator will attempt to break ties using internal heuristics, but any ClusterCIDR whose node selector matches the Node may be used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeClusterCidrv1Alpha1Props.BuilderA builder forKubeClusterCidrv1Alpha1Propsstatic classKubeClusterCidrv1Alpha1Props.Jsii$ProxyAn implementation forKubeClusterCidrv1Alpha1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeClusterCidrv1Alpha1Props.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata.default ClusterCidrSpecV1Alpha1getSpec()Spec is the desired state of the ClusterCIDR.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default ClusterCidrSpecV1Alpha1 getSpec()
Spec is the desired state of the ClusterCIDR.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeClusterCidrv1Alpha1Props.Builder builder()
-
-