Uses of Class
io.fabric8.kubernetes.api.model.apps.DaemonSetSpec
-
-
Uses of DaemonSetSpec in io.fabric8.kubernetes.api.model.apps
Methods in io.fabric8.kubernetes.api.model.apps that return DaemonSetSpec Modifier and Type Method Description DaemonSetSpecDaemonSetSpecBuilder. build()DaemonSetSpecDaemonSetFluent. buildSpec()DaemonSetSpecDaemonSet. getSpec()DaemonSet represents the configuration of a daemon set.Methods in io.fabric8.kubernetes.api.model.apps with parameters of type DaemonSetSpec Modifier and Type Method Description protected voidDaemonSetSpecFluent. copyInstance(DaemonSetSpec instance)DaemonSetFluent.SpecNested<A>DaemonSetFluent. editOrNewSpecLike(DaemonSetSpec item)voidDaemonSet. setSpec(DaemonSetSpec spec)DaemonSet represents the configuration of a daemon set.DaemonSetFluent.SpecNested<A>DaemonSetFluent. withNewSpecLike(DaemonSetSpec item)ADaemonSetFluent. withSpec(DaemonSetSpec spec)Constructors in io.fabric8.kubernetes.api.model.apps with parameters of type DaemonSetSpec Constructor Description DaemonSet(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DaemonSetSpec spec, DaemonSetStatus status)DaemonSetSpecBuilder(DaemonSetSpec instance)DaemonSetSpecBuilder(DaemonSetSpecFluent<?> fluent, DaemonSetSpec instance)DaemonSetSpecFluent(DaemonSetSpec instance)
-