Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextSpec
-
Packages that use PodSchedulingContextSpec Package Description io.fabric8.kubernetes.api.model.resource.v1alpha2 -
-
Uses of PodSchedulingContextSpec in io.fabric8.kubernetes.api.model.resource.v1alpha2
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 that return PodSchedulingContextSpec Modifier and Type Method Description PodSchedulingContextSpecPodSchedulingContextSpecBuilder. build()PodSchedulingContextSpecPodSchedulingContextFluent. buildSpec()PodSchedulingContextSpecPodSchedulingContext. getSpec()PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 with parameters of type PodSchedulingContextSpec Modifier and Type Method Description protected voidPodSchedulingContextSpecFluent. copyInstance(PodSchedulingContextSpec instance)PodSchedulingContextFluent.SpecNested<A>PodSchedulingContextFluent. editOrNewSpecLike(PodSchedulingContextSpec item)voidPodSchedulingContext. setSpec(PodSchedulingContextSpec spec)PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode.PodSchedulingContextFluent.SpecNested<A>PodSchedulingContextFluent. withNewSpecLike(PodSchedulingContextSpec item)APodSchedulingContextFluent. withSpec(PodSchedulingContextSpec spec)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha2 with parameters of type PodSchedulingContextSpec Constructor Description PodSchedulingContext(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PodSchedulingContextSpec spec, PodSchedulingContextStatus status)PodSchedulingContextSpecBuilder(PodSchedulingContextSpec instance)PodSchedulingContextSpecBuilder(PodSchedulingContextSpecFluent<?> fluent, PodSchedulingContextSpec instance)PodSchedulingContextSpecFluent(PodSchedulingContextSpec instance)
-