Uses of Class
io.kubernetes.client.openapi.models.V1alpha1Workload
Packages that use V1alpha1Workload
-
Uses of V1alpha1Workload in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1WorkloadModifier and TypeMethodDescriptionSchedulingV1alpha1Api.APIcreateNamespacedWorkloadRequest.execute()Execute createNamespacedWorkload requestSchedulingV1alpha1Api.APIpatchNamespacedWorkloadRequest.execute()Execute patchNamespacedWorkload requestSchedulingV1alpha1Api.APIreadNamespacedWorkloadRequest.execute()Execute readNamespacedWorkload requestSchedulingV1alpha1Api.APIreplaceNamespacedWorkloadRequest.execute()Execute replaceNamespacedWorkload requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1WorkloadModifier and TypeMethodDescriptionSchedulingV1alpha1Api.APIcreateNamespacedWorkloadRequest.executeWithHttpInfo()Execute createNamespacedWorkload request with HTTP info returnedSchedulingV1alpha1Api.APIpatchNamespacedWorkloadRequest.executeWithHttpInfo()Execute patchNamespacedWorkload request with HTTP info returnedSchedulingV1alpha1Api.APIreadNamespacedWorkloadRequest.executeWithHttpInfo()Execute readNamespacedWorkload request with HTTP info returnedSchedulingV1alpha1Api.APIreplaceNamespacedWorkloadRequest.executeWithHttpInfo()Execute replaceNamespacedWorkload request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1WorkloadModifier and TypeMethodDescriptionSchedulingV1alpha1Api.createNamespacedWorkload(String namespace, V1alpha1Workload body) create a WorkloadSchedulingV1alpha1Api.replaceNamespacedWorkload(String name, String namespace, V1alpha1Workload body) replace the specified WorkloadMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1WorkloadModifier and TypeMethodDescriptionokhttp3.CallSchedulingV1alpha1Api.APIcreateNamespacedWorkloadRequest.executeAsync(ApiCallback<V1alpha1Workload> _callback) Execute createNamespacedWorkload request (asynchronously)okhttp3.CallSchedulingV1alpha1Api.APIpatchNamespacedWorkloadRequest.executeAsync(ApiCallback<V1alpha1Workload> _callback) Execute patchNamespacedWorkload request (asynchronously)okhttp3.CallSchedulingV1alpha1Api.APIreadNamespacedWorkloadRequest.executeAsync(ApiCallback<V1alpha1Workload> _callback) Execute readNamespacedWorkload request (asynchronously)okhttp3.CallSchedulingV1alpha1Api.APIreplaceNamespacedWorkloadRequest.executeAsync(ApiCallback<V1alpha1Workload> _callback) Execute replaceNamespacedWorkload request (asynchronously) -
Uses of V1alpha1Workload in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1WorkloadModifier and TypeMethodDescriptionV1alpha1Workload.apiVersion(String apiVersion) static V1alpha1WorkloadCreate an instance of V1alpha1Workload given an JSON stringV1alpha1Workload.metadata(V1ObjectMeta metadata) V1alpha1Workload.spec(V1alpha1WorkloadSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1WorkloadModifier and TypeMethodDescriptionV1alpha1WorkloadList.getItems()Items is the list of Workloads.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1WorkloadMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1WorkloadModifier and TypeMethodDescriptionV1alpha1WorkloadList.items(List<V1alpha1Workload> items) voidV1alpha1WorkloadList.setItems(List<V1alpha1Workload> items)