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.APIcreateClusterRoleRequest.execute()Execute createClusterRole requestRbacAuthorizationV1Api.APIpatchClusterRoleRequest.execute()Execute patchClusterRole requestRbacAuthorizationV1Api.APIreadClusterRoleRequest.execute()Execute readClusterRole requestRbacAuthorizationV1Api.APIreplaceClusterRoleRequest.execute()Execute replaceClusterRole requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ClusterRoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.APIcreateClusterRoleRequest.executeWithHttpInfo()Execute createClusterRole request with HTTP info returnedRbacAuthorizationV1Api.APIpatchClusterRoleRequest.executeWithHttpInfo()Execute patchClusterRole request with HTTP info returnedRbacAuthorizationV1Api.APIreadClusterRoleRequest.executeWithHttpInfo()Execute readClusterRole request with HTTP info returnedRbacAuthorizationV1Api.APIreplaceClusterRoleRequest.executeWithHttpInfo()Execute replaceClusterRole request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1ClusterRoleModifier and TypeMethodDescriptionRbacAuthorizationV1Api.createClusterRole(V1ClusterRole body) create a ClusterRoleRbacAuthorizationV1Api.replaceClusterRole(String name, V1ClusterRole body) replace the specified ClusterRoleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ClusterRoleModifier and TypeMethodDescriptionokhttp3.CallRbacAuthorizationV1Api.APIcreateClusterRoleRequest.executeAsync(ApiCallback<V1ClusterRole> _callback) Execute createClusterRole request (asynchronously)okhttp3.CallRbacAuthorizationV1Api.APIpatchClusterRoleRequest.executeAsync(ApiCallback<V1ClusterRole> _callback) Execute patchClusterRole request (asynchronously)okhttp3.CallRbacAuthorizationV1Api.APIreadClusterRoleRequest.executeAsync(ApiCallback<V1ClusterRole> _callback) Execute readClusterRole request (asynchronously)okhttp3.CallRbacAuthorizationV1Api.APIreplaceClusterRoleRequest.executeAsync(ApiCallback<V1ClusterRole> _callback) Execute replaceClusterRole request (asynchronously) -
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) static V1ClusterRoleCreate an instance of V1ClusterRole given an JSON stringV1ClusterRole.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)