Uses of Class
io.kubernetes.client.openapi.models.V1PodTemplate
Packages that use V1PodTemplate
-
Uses of V1PodTemplate in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1PodTemplateModifier and TypeMethodDescriptionCoreV1Api.createNamespacedPodTemplate
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PodTemplateCoreV1Api.deleteNamespacedPodTemplate
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PodTemplateCoreV1Api.patchNamespacedPodTemplate
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PodTemplateCoreV1Api.readNamespacedPodTemplate
(String name, String namespace, String pretty) read the specified PodTemplateCoreV1Api.replaceNamespacedPodTemplate
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PodTemplateMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1PodTemplateModifier and TypeMethodDescriptionCoreV1Api.createNamespacedPodTemplateWithHttpInfo
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PodTemplateCoreV1Api.deleteNamespacedPodTemplateWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PodTemplateCoreV1Api.patchNamespacedPodTemplateWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PodTemplateCoreV1Api.readNamespacedPodTemplateWithHttpInfo
(String name, String namespace, String pretty) read the specified PodTemplateCoreV1Api.replaceNamespacedPodTemplateWithHttpInfo
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PodTemplateMethods in io.kubernetes.client.openapi.apis with parameters of type V1PodTemplateModifier and TypeMethodDescriptionCoreV1Api.createNamespacedPodTemplate
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PodTemplateokhttp3.Call
CoreV1Api.createNamespacedPodTemplateAsync
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PodTemplate> _callback) (asynchronously) create a PodTemplateokhttp3.Call
CoreV1Api.createNamespacedPodTemplateCall
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedPodTemplateCoreV1Api.createNamespacedPodTemplateWithHttpInfo
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PodTemplateCoreV1Api.replaceNamespacedPodTemplate
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PodTemplateokhttp3.Call
CoreV1Api.replaceNamespacedPodTemplateAsync
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PodTemplate> _callback) (asynchronously) replace the specified PodTemplateokhttp3.Call
CoreV1Api.replaceNamespacedPodTemplateCall
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedPodTemplateCoreV1Api.replaceNamespacedPodTemplateWithHttpInfo
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PodTemplateMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1PodTemplateModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.createNamespacedPodTemplateAsync
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PodTemplate> _callback) (asynchronously) create a PodTemplateokhttp3.Call
CoreV1Api.deleteNamespacedPodTemplateAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1PodTemplate> _callback) (asynchronously) delete a PodTemplateokhttp3.Call
CoreV1Api.patchNamespacedPodTemplateAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PodTemplate> _callback) (asynchronously) partially update the specified PodTemplateokhttp3.Call
CoreV1Api.readNamespacedPodTemplateAsync
(String name, String namespace, String pretty, ApiCallback<V1PodTemplate> _callback) (asynchronously) read the specified PodTemplateokhttp3.Call
CoreV1Api.replaceNamespacedPodTemplateAsync
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PodTemplate> _callback) (asynchronously) replace the specified PodTemplate -
Uses of V1PodTemplate in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodTemplateModifier and TypeMethodDescriptionV1PodTemplate.apiVersion
(String apiVersion) V1PodTemplate.metadata
(V1ObjectMeta metadata) V1PodTemplate.template
(V1PodTemplateSpec template) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1PodTemplateMethods in io.kubernetes.client.openapi.models with parameters of type V1PodTemplateMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1PodTemplateModifier and TypeMethodDescriptionV1PodTemplateList.items
(List<V1PodTemplate> items) void
V1PodTemplateList.setItems
(List<V1PodTemplate> items)