Uses of Class
io.kubernetes.client.openapi.models.V1Deployment
Packages that use V1Deployment
-
Uses of V1Deployment in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1DeploymentModifier and TypeMethodDescriptionAppsV1Api.APIcreateNamespacedDeploymentRequest.execute()Execute createNamespacedDeployment requestAppsV1Api.APIpatchNamespacedDeploymentRequest.execute()Execute patchNamespacedDeployment requestAppsV1Api.APIpatchNamespacedDeploymentStatusRequest.execute()Execute patchNamespacedDeploymentStatus requestAppsV1Api.APIreadNamespacedDeploymentRequest.execute()Execute readNamespacedDeployment requestAppsV1Api.APIreadNamespacedDeploymentStatusRequest.execute()Execute readNamespacedDeploymentStatus requestAppsV1Api.APIreplaceNamespacedDeploymentRequest.execute()Execute replaceNamespacedDeployment requestAppsV1Api.APIreplaceNamespacedDeploymentStatusRequest.execute()Execute replaceNamespacedDeploymentStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1DeploymentModifier and TypeMethodDescriptionAppsV1Api.APIcreateNamespacedDeploymentRequest.executeWithHttpInfo()Execute createNamespacedDeployment request with HTTP info returnedAppsV1Api.APIpatchNamespacedDeploymentRequest.executeWithHttpInfo()Execute patchNamespacedDeployment request with HTTP info returnedAppsV1Api.APIpatchNamespacedDeploymentStatusRequest.executeWithHttpInfo()Execute patchNamespacedDeploymentStatus request with HTTP info returnedAppsV1Api.APIreadNamespacedDeploymentRequest.executeWithHttpInfo()Execute readNamespacedDeployment request with HTTP info returnedAppsV1Api.APIreadNamespacedDeploymentStatusRequest.executeWithHttpInfo()Execute readNamespacedDeploymentStatus request with HTTP info returnedAppsV1Api.APIreplaceNamespacedDeploymentRequest.executeWithHttpInfo()Execute replaceNamespacedDeployment request with HTTP info returnedAppsV1Api.APIreplaceNamespacedDeploymentStatusRequest.executeWithHttpInfo()Execute replaceNamespacedDeploymentStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1DeploymentModifier and TypeMethodDescriptionAppsV1Api.createNamespacedDeployment(String namespace, V1Deployment body) create a DeploymentAppsV1Api.replaceNamespacedDeployment(String name, String namespace, V1Deployment body) replace the specified DeploymentAppsV1Api.replaceNamespacedDeploymentStatus(String name, String namespace, V1Deployment body) replace status of the specified DeploymentMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1DeploymentModifier and TypeMethodDescriptionokhttp3.CallAppsV1Api.APIcreateNamespacedDeploymentRequest.executeAsync(ApiCallback<V1Deployment> _callback) Execute createNamespacedDeployment request (asynchronously)okhttp3.CallAppsV1Api.APIpatchNamespacedDeploymentRequest.executeAsync(ApiCallback<V1Deployment> _callback) Execute patchNamespacedDeployment request (asynchronously)okhttp3.CallAppsV1Api.APIpatchNamespacedDeploymentStatusRequest.executeAsync(ApiCallback<V1Deployment> _callback) Execute patchNamespacedDeploymentStatus request (asynchronously)okhttp3.CallAppsV1Api.APIreadNamespacedDeploymentRequest.executeAsync(ApiCallback<V1Deployment> _callback) Execute readNamespacedDeployment request (asynchronously)okhttp3.CallAppsV1Api.APIreadNamespacedDeploymentStatusRequest.executeAsync(ApiCallback<V1Deployment> _callback) Execute readNamespacedDeploymentStatus request (asynchronously)okhttp3.CallAppsV1Api.APIreplaceNamespacedDeploymentRequest.executeAsync(ApiCallback<V1Deployment> _callback) Execute replaceNamespacedDeployment request (asynchronously)okhttp3.CallAppsV1Api.APIreplaceNamespacedDeploymentStatusRequest.executeAsync(ApiCallback<V1Deployment> _callback) Execute replaceNamespacedDeploymentStatus request (asynchronously) -
Uses of V1Deployment in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DeploymentModifier and TypeMethodDescriptionV1Deployment.apiVersion(String apiVersion) static V1DeploymentCreate an instance of V1Deployment given an JSON stringV1Deployment.metadata(V1ObjectMeta metadata) V1Deployment.spec(V1DeploymentSpec spec) V1Deployment.status(V1DeploymentStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1DeploymentMethods in io.kubernetes.client.openapi.models with parameters of type V1DeploymentMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1DeploymentModifier and TypeMethodDescriptionV1DeploymentList.items(List<V1Deployment> items) voidV1DeploymentList.setItems(List<V1Deployment> items)