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.APIcreateNamespacedPodTemplateRequest.execute()
Execute createNamespacedPodTemplate requestCoreV1Api.APIdeleteNamespacedPodTemplateRequest.execute()
Execute deleteNamespacedPodTemplate requestCoreV1Api.APIpatchNamespacedPodTemplateRequest.execute()
Execute patchNamespacedPodTemplate requestCoreV1Api.APIreadNamespacedPodTemplateRequest.execute()
Execute readNamespacedPodTemplate requestCoreV1Api.APIreplaceNamespacedPodTemplateRequest.execute()
Execute replaceNamespacedPodTemplate requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1PodTemplateModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedPodTemplateRequest.executeWithHttpInfo()
Execute createNamespacedPodTemplate request with HTTP info returnedCoreV1Api.APIdeleteNamespacedPodTemplateRequest.executeWithHttpInfo()
Execute deleteNamespacedPodTemplate request with HTTP info returnedCoreV1Api.APIpatchNamespacedPodTemplateRequest.executeWithHttpInfo()
Execute patchNamespacedPodTemplate request with HTTP info returnedCoreV1Api.APIreadNamespacedPodTemplateRequest.executeWithHttpInfo()
Execute readNamespacedPodTemplate request with HTTP info returnedCoreV1Api.APIreplaceNamespacedPodTemplateRequest.executeWithHttpInfo()
Execute replaceNamespacedPodTemplate request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1PodTemplateModifier and TypeMethodDescriptionCoreV1Api.createNamespacedPodTemplate
(String namespace, V1PodTemplate body) create a PodTemplateCoreV1Api.replaceNamespacedPodTemplate
(String name, String namespace, V1PodTemplate body) replace the specified PodTemplateMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1PodTemplateModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNamespacedPodTemplateRequest.executeAsync
(ApiCallback<V1PodTemplate> _callback) Execute createNamespacedPodTemplate request (asynchronously)okhttp3.Call
CoreV1Api.APIdeleteNamespacedPodTemplateRequest.executeAsync
(ApiCallback<V1PodTemplate> _callback) Execute deleteNamespacedPodTemplate request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedPodTemplateRequest.executeAsync
(ApiCallback<V1PodTemplate> _callback) Execute patchNamespacedPodTemplate request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedPodTemplateRequest.executeAsync
(ApiCallback<V1PodTemplate> _callback) Execute readNamespacedPodTemplate request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedPodTemplateRequest.executeAsync
(ApiCallback<V1PodTemplate> _callback) Execute replaceNamespacedPodTemplate request (asynchronously) -
Uses of V1PodTemplate in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodTemplateModifier and TypeMethodDescriptionV1PodTemplate.apiVersion
(String apiVersion) static V1PodTemplate
Create an instance of V1PodTemplate given an JSON stringV1PodTemplate.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)