Uses of Class
io.kubernetes.client.openapi.models.V1StatefulSetSpec
Packages that use V1StatefulSetSpec
-
Uses of V1StatefulSetSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1StatefulSetSpecModifier and TypeMethodDescriptionV1StatefulSetSpec.addVolumeClaimTemplatesItem(V1PersistentVolumeClaim volumeClaimTemplatesItem) static V1StatefulSetSpecCreate an instance of V1StatefulSetSpec given an JSON stringV1StatefulSet.getSpec()Get specV1StatefulSetSpec.minReadySeconds(Integer minReadySeconds) V1StatefulSetSpec.ordinals(V1StatefulSetOrdinals ordinals) V1StatefulSetSpec.persistentVolumeClaimRetentionPolicy(V1StatefulSetPersistentVolumeClaimRetentionPolicy persistentVolumeClaimRetentionPolicy) V1StatefulSetSpec.podManagementPolicy(String podManagementPolicy) V1StatefulSetSpec.revisionHistoryLimit(Integer revisionHistoryLimit) V1StatefulSetSpec.selector(V1LabelSelector selector) V1StatefulSetSpec.serviceName(String serviceName) V1StatefulSetSpec.template(V1PodTemplateSpec template) V1StatefulSetSpec.updateStrategy(V1StatefulSetUpdateStrategy updateStrategy) V1StatefulSetSpec.volumeClaimTemplates(List<V1PersistentVolumeClaim> volumeClaimTemplates) Methods in io.kubernetes.client.openapi.models with parameters of type V1StatefulSetSpecModifier and TypeMethodDescriptionvoidV1StatefulSet.setSpec(V1StatefulSetSpec spec) V1StatefulSet.spec(V1StatefulSetSpec spec)