Uses of Class
io.kubernetes.client.openapi.models.V1RoleBindingList
Packages that use V1RoleBindingList
-
Uses of V1RoleBindingList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1RoleBindingListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.listNamespacedRoleBinding
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleBindingRbacAuthorizationV1Api.listRoleBindingForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleBindingMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1RoleBindingListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.listNamespacedRoleBindingWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleBindingRbacAuthorizationV1Api.listRoleBindingForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleBindingMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1RoleBindingListModifier and TypeMethodDescriptionokhttp3.Call
RbacAuthorizationV1Api.listNamespacedRoleBindingAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1RoleBindingList> _callback) (asynchronously) list or watch objects of kind RoleBindingokhttp3.Call
RbacAuthorizationV1Api.listRoleBindingForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1RoleBindingList> _callback) (asynchronously) list or watch objects of kind RoleBinding -
Uses of V1RoleBindingList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1RoleBindingListModifier and TypeMethodDescriptionV1RoleBindingList.addItemsItem
(V1RoleBinding itemsItem) V1RoleBindingList.apiVersion
(String apiVersion) V1RoleBindingList.items
(List<V1RoleBinding> items) V1RoleBindingList.metadata
(V1ListMeta metadata)