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.listNamespacedResourceClassParameters
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ResourceClassParametersResourceV1alpha2Api.listResourceClassParametersForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ResourceClassParametersMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2ResourceClassParametersListModifier and TypeMethodDescriptionResourceV1alpha2Api.listNamespacedResourceClassParametersWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ResourceClassParametersResourceV1alpha2Api.listResourceClassParametersForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ResourceClassParametersMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2ResourceClassParametersListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha2Api.listNamespacedResourceClassParametersAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha2ResourceClassParametersList> _callback) (asynchronously) list or watch objects of kind ResourceClassParametersokhttp3.Call
ResourceV1alpha2Api.listResourceClassParametersForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha2ResourceClassParametersList> _callback) (asynchronously) list or watch objects of kind ResourceClassParameters -
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) V1alpha2ResourceClassParametersList.items
(List<V1alpha2ResourceClassParameters> items) V1alpha2ResourceClassParametersList.metadata
(V1ListMeta metadata)