| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1SelfSubjectAccessReview |
AuthorizationV1Api.createSelfSubjectAccessReview(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String fieldValidation,
String pretty)
create a SelfSubjectAccessReview
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1SelfSubjectAccessReview> |
AuthorizationV1Api.createSelfSubjectAccessReviewWithHttpInfo(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String fieldValidation,
String pretty)
create a SelfSubjectAccessReview
|
| Modifier and Type | Method and Description |
|---|---|
V1SelfSubjectAccessReview |
AuthorizationV1Api.createSelfSubjectAccessReview(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String fieldValidation,
String pretty)
create a SelfSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1Api.createSelfSubjectAccessReviewAsync(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String fieldValidation,
String pretty,
ApiCallback<V1SelfSubjectAccessReview> _callback)
(asynchronously) create a SelfSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1Api.createSelfSubjectAccessReviewCall(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String fieldValidation,
String pretty,
ApiCallback _callback)
Build call for createSelfSubjectAccessReview
|
ApiResponse<V1SelfSubjectAccessReview> |
AuthorizationV1Api.createSelfSubjectAccessReviewWithHttpInfo(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String fieldValidation,
String pretty)
create a SelfSubjectAccessReview
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AuthorizationV1Api.createSelfSubjectAccessReviewAsync(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String fieldValidation,
String pretty,
ApiCallback<V1SelfSubjectAccessReview> _callback)
(asynchronously) create a SelfSubjectAccessReview
|
| Modifier and Type | Method and Description |
|---|---|
V1SelfSubjectAccessReview |
V1SelfSubjectAccessReview.apiVersion(String apiVersion) |
V1SelfSubjectAccessReview |
V1SelfSubjectAccessReview.kind(String kind) |
V1SelfSubjectAccessReview |
V1SelfSubjectAccessReview.metadata(V1ObjectMeta metadata) |
V1SelfSubjectAccessReview |
V1SelfSubjectAccessReview.spec(V1SelfSubjectAccessReviewSpec spec) |
V1SelfSubjectAccessReview |
V1SelfSubjectAccessReview.status(V1SubjectAccessReviewStatus status) |
Copyright © 2022. All rights reserved.