Uses of Class
io.kubernetes.client.openapi.models.V1Role
Packages that use V1Role
-
Uses of V1Role in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1RoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.APIcreateNamespacedRoleRequest.execute()
Execute createNamespacedRole requestRbacAuthorizationV1Api.APIpatchNamespacedRoleRequest.execute()
Execute patchNamespacedRole requestRbacAuthorizationV1Api.APIreadNamespacedRoleRequest.execute()
Execute readNamespacedRole requestRbacAuthorizationV1Api.APIreplaceNamespacedRoleRequest.execute()
Execute replaceNamespacedRole requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1RoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.APIcreateNamespacedRoleRequest.executeWithHttpInfo()
Execute createNamespacedRole request with HTTP info returnedRbacAuthorizationV1Api.APIpatchNamespacedRoleRequest.executeWithHttpInfo()
Execute patchNamespacedRole request with HTTP info returnedRbacAuthorizationV1Api.APIreadNamespacedRoleRequest.executeWithHttpInfo()
Execute readNamespacedRole request with HTTP info returnedRbacAuthorizationV1Api.APIreplaceNamespacedRoleRequest.executeWithHttpInfo()
Execute replaceNamespacedRole request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1RoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.createNamespacedRole
(String namespace, V1Role body) create a RoleRbacAuthorizationV1Api.replaceNamespacedRole
(String name, String namespace, V1Role body) replace the specified RoleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1RoleModifier and TypeMethodDescriptionokhttp3.Call
RbacAuthorizationV1Api.APIcreateNamespacedRoleRequest.executeAsync
(ApiCallback<V1Role> _callback) Execute createNamespacedRole request (asynchronously)okhttp3.Call
RbacAuthorizationV1Api.APIpatchNamespacedRoleRequest.executeAsync
(ApiCallback<V1Role> _callback) Execute patchNamespacedRole request (asynchronously)okhttp3.Call
RbacAuthorizationV1Api.APIreadNamespacedRoleRequest.executeAsync
(ApiCallback<V1Role> _callback) Execute readNamespacedRole request (asynchronously)okhttp3.Call
RbacAuthorizationV1Api.APIreplaceNamespacedRoleRequest.executeAsync
(ApiCallback<V1Role> _callback) Execute replaceNamespacedRole request (asynchronously) -
Uses of V1Role in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1RoleModifier and TypeMethodDescriptionV1Role.addRulesItem
(V1PolicyRule rulesItem) V1Role.apiVersion
(String apiVersion) static V1Role
Create an instance of V1Role given an JSON stringV1Role.metadata
(V1ObjectMeta metadata) V1Role.rules
(List<V1PolicyRule> rules) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1RoleMethods in io.kubernetes.client.openapi.models with parameters of type V1RoleMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1Role