Uses of Class
org.cdk8s.plus24.Topology
-
-
Uses of Topology in org.cdk8s.plus24
Fields in org.cdk8s.plus24 declared as Topology Modifier and Type Field Description static Topology
Topology. HOSTNAME
A hostname represents a single node in the cluster.static Topology
Topology. REGION
A region represents a larger domain, made up of one or more zones.static Topology
Topology. ZONE
A zone represents a logical failure domain.Methods in org.cdk8s.plus24 that return Topology Modifier and Type Method Description static Topology
Topology. custom(String key)
Custom key for the node label that the system uses to denote the topology domain.default Topology
PodSchedulingColocateOptions. getTopology()
Which topology to coloate on.Topology
PodSchedulingColocateOptions.Jsii$Proxy. getTopology()
default Topology
PodSchedulingSeparateOptions. getTopology()
Which topology to separate on.Topology
PodSchedulingSeparateOptions.Jsii$Proxy. getTopology()
default Topology
WorkloadSchedulingSpreadOptions. getTopology()
Which topology to spread on.Topology
WorkloadSchedulingSpreadOptions.Jsii$Proxy. getTopology()
Methods in org.cdk8s.plus24 with parameters of type Topology Modifier and Type Method Description PodSchedulingColocateOptions.Builder
PodSchedulingColocateOptions.Builder. topology(Topology topology)
Sets the value ofPodSchedulingColocateOptions.getTopology()
PodSchedulingSeparateOptions.Builder
PodSchedulingSeparateOptions.Builder. topology(Topology topology)
Sets the value ofPodSchedulingSeparateOptions.getTopology()
WorkloadSchedulingSpreadOptions.Builder
WorkloadSchedulingSpreadOptions.Builder. topology(Topology topology)
Sets the value ofWorkloadSchedulingSpreadOptions.getTopology()
-