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.createNamespacedRole(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RoleRbacAuthorizationV1Api.patchNamespacedRole(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified RoleRbacAuthorizationV1Api.readNamespacedRole(String name, String namespace, String pretty) read the specified RoleRbacAuthorizationV1Api.replaceNamespacedRole(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RoleMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1RoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.createNamespacedRoleWithHttpInfo(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RoleRbacAuthorizationV1Api.patchNamespacedRoleWithHttpInfo(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified RoleRbacAuthorizationV1Api.readNamespacedRoleWithHttpInfo(String name, String namespace, String pretty) read the specified RoleRbacAuthorizationV1Api.replaceNamespacedRoleWithHttpInfo(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RoleMethods in io.kubernetes.client.openapi.apis with parameters of type V1RoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.createNamespacedRole(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Roleokhttp3.CallRbacAuthorizationV1Api.createNamespacedRoleAsync(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Role> _callback) (asynchronously) create a Roleokhttp3.CallRbacAuthorizationV1Api.createNamespacedRoleCall(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedRoleRbacAuthorizationV1Api.createNamespacedRoleWithHttpInfo(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RoleRbacAuthorizationV1Api.replaceNamespacedRole(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Roleokhttp3.CallRbacAuthorizationV1Api.replaceNamespacedRoleAsync(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Role> _callback) (asynchronously) replace the specified Roleokhttp3.CallRbacAuthorizationV1Api.replaceNamespacedRoleCall(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedRoleRbacAuthorizationV1Api.replaceNamespacedRoleWithHttpInfo(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RoleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1RoleModifier and TypeMethodDescriptionokhttp3.CallRbacAuthorizationV1Api.createNamespacedRoleAsync(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Role> _callback) (asynchronously) create a Roleokhttp3.CallRbacAuthorizationV1Api.patchNamespacedRoleAsync(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Role> _callback) (asynchronously) partially update the specified Roleokhttp3.CallRbacAuthorizationV1Api.readNamespacedRoleAsync(String name, String namespace, String pretty, ApiCallback<V1Role> _callback) (asynchronously) read the specified Roleokhttp3.CallRbacAuthorizationV1Api.replaceNamespacedRoleAsync(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Role> _callback) (asynchronously) replace the specified Role -
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) V1Role.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