Uses of Class
io.kubernetes.client.openapi.models.V1alpha2Workload
Packages that use V1alpha2Workload
-
Uses of V1alpha2Workload in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2WorkloadModifier and TypeMethodDescriptionSchedulingV1alpha2Api.APIcreateNamespacedWorkloadRequest.execute()Execute createNamespacedWorkload requestSchedulingV1alpha2Api.APIpatchNamespacedWorkloadRequest.execute()Execute patchNamespacedWorkload requestSchedulingV1alpha2Api.APIreadNamespacedWorkloadRequest.execute()Execute readNamespacedWorkload requestSchedulingV1alpha2Api.APIreplaceNamespacedWorkloadRequest.execute()Execute replaceNamespacedWorkload requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2WorkloadModifier and TypeMethodDescriptionSchedulingV1alpha2Api.APIcreateNamespacedWorkloadRequest.executeWithHttpInfo()Execute createNamespacedWorkload request with HTTP info returnedSchedulingV1alpha2Api.APIpatchNamespacedWorkloadRequest.executeWithHttpInfo()Execute patchNamespacedWorkload request with HTTP info returnedSchedulingV1alpha2Api.APIreadNamespacedWorkloadRequest.executeWithHttpInfo()Execute readNamespacedWorkload request with HTTP info returnedSchedulingV1alpha2Api.APIreplaceNamespacedWorkloadRequest.executeWithHttpInfo()Execute replaceNamespacedWorkload request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha2WorkloadModifier and TypeMethodDescriptionSchedulingV1alpha2Api.createNamespacedWorkload(String namespace, V1alpha2Workload body) create a WorkloadSchedulingV1alpha2Api.replaceNamespacedWorkload(String name, String namespace, V1alpha2Workload body) replace the specified WorkloadMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2WorkloadModifier and TypeMethodDescriptionokhttp3.CallSchedulingV1alpha2Api.APIcreateNamespacedWorkloadRequest.executeAsync(ApiCallback<V1alpha2Workload> _callback) Execute createNamespacedWorkload request (asynchronously)okhttp3.CallSchedulingV1alpha2Api.APIpatchNamespacedWorkloadRequest.executeAsync(ApiCallback<V1alpha2Workload> _callback) Execute patchNamespacedWorkload request (asynchronously)okhttp3.CallSchedulingV1alpha2Api.APIreadNamespacedWorkloadRequest.executeAsync(ApiCallback<V1alpha2Workload> _callback) Execute readNamespacedWorkload request (asynchronously)okhttp3.CallSchedulingV1alpha2Api.APIreplaceNamespacedWorkloadRequest.executeAsync(ApiCallback<V1alpha2Workload> _callback) Execute replaceNamespacedWorkload request (asynchronously) -
Uses of V1alpha2Workload in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2WorkloadModifier and TypeMethodDescriptionV1alpha2Workload.apiVersion(String apiVersion) static V1alpha2WorkloadCreate an instance of V1alpha2Workload given an JSON stringV1alpha2Workload.metadata(V1ObjectMeta metadata) V1alpha2Workload.spec(V1alpha2WorkloadSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2WorkloadModifier and TypeMethodDescriptionV1alpha2WorkloadList.getItems()Items is the list of Workloads.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2WorkloadMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2WorkloadModifier and TypeMethodDescriptionV1alpha2WorkloadList.items(List<V1alpha2Workload> items) voidV1alpha2WorkloadList.setItems(List<V1alpha2Workload> items)