Uses of Class
io.fabric8.kubernetes.api.model.scheduling.v1alpha2.WorkloadSpec
-
Packages that use WorkloadSpec Package Description io.fabric8.kubernetes.api.model.scheduling.v1alpha2 -
-
Uses of WorkloadSpec in io.fabric8.kubernetes.api.model.scheduling.v1alpha2
Methods in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 that return WorkloadSpec Modifier and Type Method Description WorkloadSpecWorkloadSpecBuilder. build()WorkloadSpecWorkloadFluent. buildSpec()WorkloadSpecWorkload. getSpec()Workload allows for expressing scheduling constraints that should be used when managing the lifecycle of workloads from the scheduling perspective, including scheduling, preemption, eviction and other phases.Methods in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with parameters of type WorkloadSpec Modifier and Type Method Description protected voidWorkloadSpecFluent. copyInstance(WorkloadSpec instance)WorkloadFluent.SpecNested<A>WorkloadFluent. editOrNewSpecLike(WorkloadSpec item)voidWorkload. setSpec(WorkloadSpec spec)Workload allows for expressing scheduling constraints that should be used when managing the lifecycle of workloads from the scheduling perspective, including scheduling, preemption, eviction and other phases.WorkloadFluent.SpecNested<A>WorkloadFluent. withNewSpecLike(WorkloadSpec item)AWorkloadFluent. withSpec(WorkloadSpec spec)Constructors in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with parameters of type WorkloadSpec Constructor Description Workload(String apiVersion, String kind, ObjectMeta metadata, WorkloadSpec spec)WorkloadSpecBuilder(WorkloadSpec instance)WorkloadSpecBuilder(WorkloadSpecFluent<?> fluent, WorkloadSpec instance)WorkloadSpecFluent(WorkloadSpec instance)
-