Uses of Class
io.kubernetes.client.openapi.models.V1ClusterRole
Packages that use V1ClusterRole
-
Uses of V1ClusterRole in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ClusterRoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.createClusterRole(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterRoleRbacAuthorizationV1Api.patchClusterRole(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterRoleRbacAuthorizationV1Api.readClusterRole(String name, String pretty) read the specified ClusterRoleRbacAuthorizationV1Api.replaceClusterRole(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterRoleMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ClusterRoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.createClusterRoleWithHttpInfo(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterRoleRbacAuthorizationV1Api.patchClusterRoleWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterRoleRbacAuthorizationV1Api.readClusterRoleWithHttpInfo(String name, String pretty) read the specified ClusterRoleRbacAuthorizationV1Api.replaceClusterRoleWithHttpInfo(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterRoleMethods in io.kubernetes.client.openapi.apis with parameters of type V1ClusterRoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.createClusterRole(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterRoleokhttp3.CallRbacAuthorizationV1Api.createClusterRoleAsync(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ClusterRole> _callback) (asynchronously) create a ClusterRoleokhttp3.CallRbacAuthorizationV1Api.createClusterRoleCall(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createClusterRoleRbacAuthorizationV1Api.createClusterRoleWithHttpInfo(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterRoleRbacAuthorizationV1Api.replaceClusterRole(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterRoleokhttp3.CallRbacAuthorizationV1Api.replaceClusterRoleAsync(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ClusterRole> _callback) (asynchronously) replace the specified ClusterRoleokhttp3.CallRbacAuthorizationV1Api.replaceClusterRoleCall(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceClusterRoleRbacAuthorizationV1Api.replaceClusterRoleWithHttpInfo(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterRoleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ClusterRoleModifier and TypeMethodDescriptionokhttp3.CallRbacAuthorizationV1Api.createClusterRoleAsync(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ClusterRole> _callback) (asynchronously) create a ClusterRoleokhttp3.CallRbacAuthorizationV1Api.patchClusterRoleAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ClusterRole> _callback) (asynchronously) partially update the specified ClusterRoleokhttp3.CallRbacAuthorizationV1Api.readClusterRoleAsync(String name, String pretty, ApiCallback<V1ClusterRole> _callback) (asynchronously) read the specified ClusterRoleokhttp3.CallRbacAuthorizationV1Api.replaceClusterRoleAsync(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ClusterRole> _callback) (asynchronously) replace the specified ClusterRole -
Uses of V1ClusterRole in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ClusterRoleModifier and TypeMethodDescriptionV1ClusterRole.addRulesItem(V1PolicyRule rulesItem) V1ClusterRole.aggregationRule(V1AggregationRule aggregationRule) V1ClusterRole.apiVersion(String apiVersion) V1ClusterRole.metadata(V1ObjectMeta metadata) V1ClusterRole.rules(List<V1PolicyRule> rules) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ClusterRoleMethods in io.kubernetes.client.openapi.models with parameters of type V1ClusterRoleMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1ClusterRoleModifier and TypeMethodDescriptionV1ClusterRoleList.items(List<V1ClusterRole> items) voidV1ClusterRoleList.setItems(List<V1ClusterRole> items)