Uses of Class
io.kubernetes.client.openapi.models.V1alpha2PodGroup
Packages that use V1alpha2PodGroup
-
Uses of V1alpha2PodGroup in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2PodGroupModifier and TypeMethodDescriptionSchedulingV1alpha2Api.APIcreateNamespacedPodGroupRequest.execute()Execute createNamespacedPodGroup requestSchedulingV1alpha2Api.APIpatchNamespacedPodGroupRequest.execute()Execute patchNamespacedPodGroup requestSchedulingV1alpha2Api.APIpatchNamespacedPodGroupStatusRequest.execute()Execute patchNamespacedPodGroupStatus requestSchedulingV1alpha2Api.APIreadNamespacedPodGroupRequest.execute()Execute readNamespacedPodGroup requestSchedulingV1alpha2Api.APIreadNamespacedPodGroupStatusRequest.execute()Execute readNamespacedPodGroupStatus requestSchedulingV1alpha2Api.APIreplaceNamespacedPodGroupRequest.execute()Execute replaceNamespacedPodGroup requestSchedulingV1alpha2Api.APIreplaceNamespacedPodGroupStatusRequest.execute()Execute replaceNamespacedPodGroupStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2PodGroupModifier and TypeMethodDescriptionSchedulingV1alpha2Api.APIcreateNamespacedPodGroupRequest.executeWithHttpInfo()Execute createNamespacedPodGroup request with HTTP info returnedSchedulingV1alpha2Api.APIpatchNamespacedPodGroupRequest.executeWithHttpInfo()Execute patchNamespacedPodGroup request with HTTP info returnedSchedulingV1alpha2Api.APIpatchNamespacedPodGroupStatusRequest.executeWithHttpInfo()Execute patchNamespacedPodGroupStatus request with HTTP info returnedSchedulingV1alpha2Api.APIreadNamespacedPodGroupRequest.executeWithHttpInfo()Execute readNamespacedPodGroup request with HTTP info returnedSchedulingV1alpha2Api.APIreadNamespacedPodGroupStatusRequest.executeWithHttpInfo()Execute readNamespacedPodGroupStatus request with HTTP info returnedSchedulingV1alpha2Api.APIreplaceNamespacedPodGroupRequest.executeWithHttpInfo()Execute replaceNamespacedPodGroup request with HTTP info returnedSchedulingV1alpha2Api.APIreplaceNamespacedPodGroupStatusRequest.executeWithHttpInfo()Execute replaceNamespacedPodGroupStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha2PodGroupModifier and TypeMethodDescriptionSchedulingV1alpha2Api.createNamespacedPodGroup(String namespace, V1alpha2PodGroup body) create a PodGroupSchedulingV1alpha2Api.replaceNamespacedPodGroup(String name, String namespace, V1alpha2PodGroup body) replace the specified PodGroupSchedulingV1alpha2Api.replaceNamespacedPodGroupStatus(String name, String namespace, V1alpha2PodGroup body) replace status of the specified PodGroupMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2PodGroupModifier and TypeMethodDescriptionokhttp3.CallSchedulingV1alpha2Api.APIcreateNamespacedPodGroupRequest.executeAsync(ApiCallback<V1alpha2PodGroup> _callback) Execute createNamespacedPodGroup request (asynchronously)okhttp3.CallSchedulingV1alpha2Api.APIpatchNamespacedPodGroupRequest.executeAsync(ApiCallback<V1alpha2PodGroup> _callback) Execute patchNamespacedPodGroup request (asynchronously)okhttp3.CallSchedulingV1alpha2Api.APIpatchNamespacedPodGroupStatusRequest.executeAsync(ApiCallback<V1alpha2PodGroup> _callback) Execute patchNamespacedPodGroupStatus request (asynchronously)okhttp3.CallSchedulingV1alpha2Api.APIreadNamespacedPodGroupRequest.executeAsync(ApiCallback<V1alpha2PodGroup> _callback) Execute readNamespacedPodGroup request (asynchronously)okhttp3.CallSchedulingV1alpha2Api.APIreadNamespacedPodGroupStatusRequest.executeAsync(ApiCallback<V1alpha2PodGroup> _callback) Execute readNamespacedPodGroupStatus request (asynchronously)okhttp3.CallSchedulingV1alpha2Api.APIreplaceNamespacedPodGroupRequest.executeAsync(ApiCallback<V1alpha2PodGroup> _callback) Execute replaceNamespacedPodGroup request (asynchronously)okhttp3.CallSchedulingV1alpha2Api.APIreplaceNamespacedPodGroupStatusRequest.executeAsync(ApiCallback<V1alpha2PodGroup> _callback) Execute replaceNamespacedPodGroupStatus request (asynchronously) -
Uses of V1alpha2PodGroup in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2PodGroupModifier and TypeMethodDescriptionV1alpha2PodGroup.apiVersion(String apiVersion) static V1alpha2PodGroupCreate an instance of V1alpha2PodGroup given an JSON stringV1alpha2PodGroup.metadata(V1ObjectMeta metadata) V1alpha2PodGroup.spec(V1alpha2PodGroupSpec spec) V1alpha2PodGroup.status(V1alpha2PodGroupStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2PodGroupModifier and TypeMethodDescriptionV1alpha2PodGroupList.getItems()Items is the list of PodGroups.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2PodGroupMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2PodGroupModifier and TypeMethodDescriptionV1alpha2PodGroupList.items(List<V1alpha2PodGroup> items) voidV1alpha2PodGroupList.setItems(List<V1alpha2PodGroup> items)