Skip to content

Commit d107b66

Browse files
committed
Rev to 1.12
1 parent ff56a6e commit d107b66

715 files changed

Lines changed: 21885 additions & 11933 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

kubernetes/docs/AdmissionregistrationV1alpha1Api.md

Lines changed: 30 additions & 20 deletions
Large diffs are not rendered by default.

kubernetes/docs/AdmissionregistrationV1beta1Api.md

Lines changed: 60 additions & 40 deletions
Large diffs are not rendered by default.

kubernetes/docs/ApiextensionsV1beta1Api.md

Lines changed: 38 additions & 24 deletions
Large diffs are not rendered by default.

kubernetes/docs/ApiregistrationV1Api.md

Lines changed: 38 additions & 24 deletions
Large diffs are not rendered by default.

kubernetes/docs/ApiregistrationV1beta1Api.md

Lines changed: 38 additions & 24 deletions
Large diffs are not rendered by default.

kubernetes/docs/AppsV1Api.md

Lines changed: 216 additions & 138 deletions
Large diffs are not rendered by default.

kubernetes/docs/AppsV1beta1Api.md

Lines changed: 135 additions & 85 deletions
Large diffs are not rendered by default.

kubernetes/docs/AppsV1beta2Api.md

Lines changed: 216 additions & 138 deletions
Large diffs are not rendered by default.

kubernetes/docs/AuthenticationV1Api.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111
<a name="createTokenReview"></a>
1212
# **createTokenReview**
13-
> V1TokenReview createTokenReview(body, pretty)
13+
> V1TokenReview createTokenReview(body, dryRun, includeUninitialized, pretty)
1414
1515

1616

@@ -35,9 +35,11 @@ BearerToken.setApiKey("YOUR API KEY");
3535

3636
AuthenticationV1Api apiInstance = new AuthenticationV1Api();
3737
V1TokenReview body = new V1TokenReview(); // V1TokenReview |
38+
String dryRun = "dryRun_example"; // String | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
39+
Boolean includeUninitialized = true; // Boolean | If IncludeUninitialized is specified, the object may be returned without completing initialization.
3840
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
3941
try {
40-
V1TokenReview result = apiInstance.createTokenReview(body, pretty);
42+
V1TokenReview result = apiInstance.createTokenReview(body, dryRun, includeUninitialized, pretty);
4143
System.out.println(result);
4244
} catch (ApiException e) {
4345
System.err.println("Exception when calling AuthenticationV1Api#createTokenReview");
@@ -50,6 +52,8 @@ try {
5052
Name | Type | Description | Notes
5153
------------- | ------------- | ------------- | -------------
5254
**body** | [**V1TokenReview**](V1TokenReview.md)| |
55+
**dryRun** | **String**| When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
56+
**includeUninitialized** | **Boolean**| If IncludeUninitialized is specified, the object may be returned without completing initialization. | [optional]
5357
**pretty** | **String**| If &#39;true&#39;, then the output is pretty printed. | [optional]
5458

5559
### Return type

kubernetes/docs/AuthenticationV1beta1Api.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111
<a name="createTokenReview"></a>
1212
# **createTokenReview**
13-
> V1beta1TokenReview createTokenReview(body, pretty)
13+
> V1beta1TokenReview createTokenReview(body, dryRun, includeUninitialized, pretty)
1414
1515

1616

@@ -35,9 +35,11 @@ BearerToken.setApiKey("YOUR API KEY");
3535

3636
AuthenticationV1beta1Api apiInstance = new AuthenticationV1beta1Api();
3737
V1beta1TokenReview body = new V1beta1TokenReview(); // V1beta1TokenReview |
38+
String dryRun = "dryRun_example"; // String | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
39+
Boolean includeUninitialized = true; // Boolean | If IncludeUninitialized is specified, the object may be returned without completing initialization.
3840
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
3941
try {
40-
V1beta1TokenReview result = apiInstance.createTokenReview(body, pretty);
42+
V1beta1TokenReview result = apiInstance.createTokenReview(body, dryRun, includeUninitialized, pretty);
4143
System.out.println(result);
4244
} catch (ApiException e) {
4345
System.err.println("Exception when calling AuthenticationV1beta1Api#createTokenReview");
@@ -50,6 +52,8 @@ try {
5052
Name | Type | Description | Notes
5153
------------- | ------------- | ------------- | -------------
5254
**body** | [**V1beta1TokenReview**](V1beta1TokenReview.md)| |
55+
**dryRun** | **String**| When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
56+
**includeUninitialized** | **Boolean**| If IncludeUninitialized is specified, the object may be returned without completing initialization. | [optional]
5357
**pretty** | **String**| If &#39;true&#39;, then the output is pretty printed. | [optional]
5458

5559
### Return type

0 commit comments

Comments
 (0)