Uses of Class
io.fabric8.kubernetes.api.model.PodSpec
-
Packages that use PodSpec Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodSpec in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodSpec Modifier and Type Method Description PodSpecPodSpecBuilder. build()PodSpecPodFluent. buildSpec()PodSpecPodTemplateSpecFluent. buildSpec()PodSpecPod. getSpec()Pod is a collection of containers that can run on a host.PodSpecPodTemplateSpec. getSpec()PodTemplateSpec describes the data a pod should have when created from a templateMethods in io.fabric8.kubernetes.api.model with parameters of type PodSpec Modifier and Type Method Description protected voidPodSpecFluent. copyInstance(PodSpec instance)PodFluent.SpecNested<A>PodFluent. editOrNewSpecLike(PodSpec item)PodTemplateSpecFluent.SpecNested<A>PodTemplateSpecFluent. editOrNewSpecLike(PodSpec item)voidPod. setSpec(PodSpec spec)Pod is a collection of containers that can run on a host.voidPodTemplateSpec. setSpec(PodSpec spec)PodTemplateSpec describes the data a pod should have when created from a templatePodFluent.SpecNested<A>PodFluent. withNewSpecLike(PodSpec item)PodTemplateSpecFluent.SpecNested<A>PodTemplateSpecFluent. withNewSpecLike(PodSpec item)APodFluent. withSpec(PodSpec spec)APodTemplateSpecFluent. withSpec(PodSpec spec)Constructors in io.fabric8.kubernetes.api.model with parameters of type PodSpec Constructor Description Pod(String apiVersion, String kind, ObjectMeta metadata, PodSpec spec, PodStatus status)PodSpecBuilder(PodSpec instance)PodSpecBuilder(PodSpecFluent<?> fluent, PodSpec instance)PodSpecFluent(PodSpec instance)PodTemplateSpec(ObjectMeta metadata, PodSpec spec)
-