Uses of Class
io.kubernetes.client.openapi.models.V1alpha2ResourceClassParametersList
Packages that use V1alpha2ResourceClassParametersList
-
Uses of V1alpha2ResourceClassParametersList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2ResourceClassParametersListModifier and TypeMethodDescriptionResourceV1alpha2Api.APIlistNamespacedResourceClassParametersRequest.execute()
Execute listNamespacedResourceClassParameters requestResourceV1alpha2Api.APIlistResourceClassParametersForAllNamespacesRequest.execute()
Execute listResourceClassParametersForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2ResourceClassParametersListModifier and TypeMethodDescriptionResourceV1alpha2Api.APIlistNamespacedResourceClassParametersRequest.executeWithHttpInfo()
Execute listNamespacedResourceClassParameters request with HTTP info returnedResourceV1alpha2Api.APIlistResourceClassParametersForAllNamespacesRequest.executeWithHttpInfo()
Execute listResourceClassParametersForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2ResourceClassParametersListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha2Api.APIlistNamespacedResourceClassParametersRequest.executeAsync
(ApiCallback<V1alpha2ResourceClassParametersList> _callback) Execute listNamespacedResourceClassParameters request (asynchronously)okhttp3.Call
ResourceV1alpha2Api.APIlistResourceClassParametersForAllNamespacesRequest.executeAsync
(ApiCallback<V1alpha2ResourceClassParametersList> _callback) Execute listResourceClassParametersForAllNamespaces request (asynchronously) -
Uses of V1alpha2ResourceClassParametersList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2ResourceClassParametersListModifier and TypeMethodDescriptionV1alpha2ResourceClassParametersList.addItemsItem
(V1alpha2ResourceClassParameters itemsItem) V1alpha2ResourceClassParametersList.apiVersion
(String apiVersion) Create an instance of V1alpha2ResourceClassParametersList given an JSON stringV1alpha2ResourceClassParametersList.items
(List<V1alpha2ResourceClassParameters> items) V1alpha2ResourceClassParametersList.metadata
(V1ListMeta metadata)