Uses of Class
io.kubernetes.client.openapi.models.V1RoleBinding
Packages that use V1RoleBinding
-
Uses of V1RoleBinding in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1RoleBindingModifier and TypeMethodDescriptionRbacAuthorizationV1Api.APIcreateNamespacedRoleBindingRequest.execute()
Execute createNamespacedRoleBinding requestRbacAuthorizationV1Api.APIpatchNamespacedRoleBindingRequest.execute()
Execute patchNamespacedRoleBinding requestRbacAuthorizationV1Api.APIreadNamespacedRoleBindingRequest.execute()
Execute readNamespacedRoleBinding requestRbacAuthorizationV1Api.APIreplaceNamespacedRoleBindingRequest.execute()
Execute replaceNamespacedRoleBinding requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1RoleBindingModifier and TypeMethodDescriptionRbacAuthorizationV1Api.APIcreateNamespacedRoleBindingRequest.executeWithHttpInfo()
Execute createNamespacedRoleBinding request with HTTP info returnedRbacAuthorizationV1Api.APIpatchNamespacedRoleBindingRequest.executeWithHttpInfo()
Execute patchNamespacedRoleBinding request with HTTP info returnedRbacAuthorizationV1Api.APIreadNamespacedRoleBindingRequest.executeWithHttpInfo()
Execute readNamespacedRoleBinding request with HTTP info returnedRbacAuthorizationV1Api.APIreplaceNamespacedRoleBindingRequest.executeWithHttpInfo()
Execute replaceNamespacedRoleBinding request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1RoleBindingModifier and TypeMethodDescriptionRbacAuthorizationV1Api.createNamespacedRoleBinding
(String namespace, V1RoleBinding body) create a RoleBindingRbacAuthorizationV1Api.replaceNamespacedRoleBinding
(String name, String namespace, V1RoleBinding body) replace the specified RoleBindingMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1RoleBindingModifier and TypeMethodDescriptionokhttp3.Call
RbacAuthorizationV1Api.APIcreateNamespacedRoleBindingRequest.executeAsync
(ApiCallback<V1RoleBinding> _callback) Execute createNamespacedRoleBinding request (asynchronously)okhttp3.Call
RbacAuthorizationV1Api.APIpatchNamespacedRoleBindingRequest.executeAsync
(ApiCallback<V1RoleBinding> _callback) Execute patchNamespacedRoleBinding request (asynchronously)okhttp3.Call
RbacAuthorizationV1Api.APIreadNamespacedRoleBindingRequest.executeAsync
(ApiCallback<V1RoleBinding> _callback) Execute readNamespacedRoleBinding request (asynchronously)okhttp3.Call
RbacAuthorizationV1Api.APIreplaceNamespacedRoleBindingRequest.executeAsync
(ApiCallback<V1RoleBinding> _callback) Execute replaceNamespacedRoleBinding request (asynchronously) -
Uses of V1RoleBinding in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1RoleBindingModifier and TypeMethodDescriptionV1RoleBinding.addSubjectsItem
(RbacV1Subject subjectsItem) V1RoleBinding.apiVersion
(String apiVersion) static V1RoleBinding
Create an instance of V1RoleBinding given an JSON stringV1RoleBinding.metadata
(V1ObjectMeta metadata) V1RoleBinding.subjects
(List<RbacV1Subject> subjects) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1RoleBindingMethods in io.kubernetes.client.openapi.models with parameters of type V1RoleBindingMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1RoleBindingModifier and TypeMethodDescriptionV1RoleBindingList.items
(List<V1RoleBinding> items) void
V1RoleBindingList.setItems
(List<V1RoleBinding> items)