Uses of Class
org.cdk8s.plus25.Topology
-
Packages that use Topology Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of Topology in org.cdk8s.plus25
Fields in org.cdk8s.plus25 declared as Topology Modifier and Type Field Description static TopologyTopology. HOSTNAMEA hostname represents a single node in the cluster.static TopologyTopology. REGIONA region represents a larger domain, made up of one or more zones.static TopologyTopology. ZONEA zone represents a logical failure domain.Methods in org.cdk8s.plus25 that return Topology Modifier and Type Method Description static TopologyTopology. custom(String key)Custom key for the node label that the system uses to denote the topology domain.default TopologyPodSchedulingColocateOptions. getTopology()Which topology to coloate on.TopologyPodSchedulingColocateOptions.Jsii$Proxy. getTopology()default TopologyPodSchedulingSeparateOptions. getTopology()Which topology to separate on.TopologyPodSchedulingSeparateOptions.Jsii$Proxy. getTopology()default TopologyWorkloadSchedulingSpreadOptions. getTopology()Which topology to spread on.TopologyWorkloadSchedulingSpreadOptions.Jsii$Proxy. getTopology()Methods in org.cdk8s.plus25 with parameters of type Topology Modifier and Type Method Description PodSchedulingColocateOptions.BuilderPodSchedulingColocateOptions.Builder. topology(Topology topology)Sets the value ofPodSchedulingColocateOptions.getTopology()PodSchedulingSeparateOptions.BuilderPodSchedulingSeparateOptions.Builder. topology(Topology topology)Sets the value ofPodSchedulingSeparateOptions.getTopology()WorkloadSchedulingSpreadOptions.BuilderWorkloadSchedulingSpreadOptions.Builder. topology(Topology topology)Sets the value ofWorkloadSchedulingSpreadOptions.getTopology()
-