Uses of Class
io.kubernetes.client.openapi.models.V1ClusterRoleBindingList
Packages that use V1ClusterRoleBindingList
-
Uses of V1ClusterRoleBindingList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ClusterRoleBindingListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.listClusterRoleBinding
(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 ClusterRoleBindingMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ClusterRoleBindingListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.listClusterRoleBindingWithHttpInfo
(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 ClusterRoleBindingMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ClusterRoleBindingListModifier and TypeMethodDescriptionokhttp3.Call
RbacAuthorizationV1Api.listClusterRoleBindingAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ClusterRoleBindingList> _callback) (asynchronously) list or watch objects of kind ClusterRoleBinding -
Uses of V1ClusterRoleBindingList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ClusterRoleBindingListModifier and TypeMethodDescriptionV1ClusterRoleBindingList.addItemsItem
(V1ClusterRoleBinding itemsItem) V1ClusterRoleBindingList.apiVersion
(String apiVersion) V1ClusterRoleBindingList.items
(List<V1ClusterRoleBinding> items) V1ClusterRoleBindingList.metadata
(V1ListMeta metadata)