Uses of Class
io.kubernetes.client.openapi.models.V1DaemonSetSpec
Packages that use V1DaemonSetSpec
-
Uses of V1DaemonSetSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DaemonSetSpecModifier and TypeMethodDescriptionstatic V1DaemonSetSpec
Create an instance of V1DaemonSetSpec given an JSON stringV1DaemonSet.getSpec()
Get specV1DaemonSetSpec.minReadySeconds
(Integer minReadySeconds) V1DaemonSetSpec.revisionHistoryLimit
(Integer revisionHistoryLimit) V1DaemonSetSpec.selector
(V1LabelSelector selector) V1DaemonSetSpec.template
(V1PodTemplateSpec template) V1DaemonSetSpec.updateStrategy
(V1DaemonSetUpdateStrategy updateStrategy) Methods in io.kubernetes.client.openapi.models with parameters of type V1DaemonSetSpecModifier and TypeMethodDescriptionvoid
V1DaemonSet.setSpec
(V1DaemonSetSpec spec) V1DaemonSet.spec
(V1DaemonSetSpec spec)