Uses of Class
io.kubernetes.client.openapi.models.V1RuntimeClassList
Packages that use V1RuntimeClassList
-
Uses of V1RuntimeClassList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1RuntimeClassListModifier and TypeMethodDescriptionNodeV1Api.listRuntimeClass
(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 RuntimeClassMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1RuntimeClassListModifier and TypeMethodDescriptionNodeV1Api.listRuntimeClassWithHttpInfo
(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 RuntimeClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1RuntimeClassListModifier and TypeMethodDescriptionokhttp3.Call
NodeV1Api.listRuntimeClassAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1RuntimeClassList> _callback) (asynchronously) list or watch objects of kind RuntimeClass -
Uses of V1RuntimeClassList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1RuntimeClassListModifier and TypeMethodDescriptionV1RuntimeClassList.addItemsItem
(V1RuntimeClass itemsItem) V1RuntimeClassList.apiVersion
(String apiVersion) V1RuntimeClassList.items
(List<V1RuntimeClass> items) V1RuntimeClassList.metadata
(V1ListMeta metadata)