Skip to content

Commit be4dc7d

Browse files
committed
Update generated code for 1.12
1 parent d107b66 commit be4dc7d

File tree

55 files changed

+9528
-0
lines changed

Some content is hidden

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

55 files changed

+9528
-0
lines changed

kubernetes/docs/AutoscalingV2beta2Api.md

Lines changed: 794 additions & 0 deletions
Large diffs are not rendered by default.

kubernetes/docs/CoordinationApi.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# CoordinationApi
2+
3+
All URIs are relative to *https://localhost*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**getAPIGroup**](CoordinationApi.md#getAPIGroup) | **GET** /apis/coordination.k8s.io/ |
8+
9+
10+
<a name="getAPIGroup"></a>
11+
# **getAPIGroup**
12+
> V1APIGroup getAPIGroup()
13+
14+
15+
16+
get information of a group
17+
18+
### Example
19+
```java
20+
// Import classes:
21+
//import io.kubernetes.client.ApiClient;
22+
//import io.kubernetes.client.ApiException;
23+
//import io.kubernetes.client.Configuration;
24+
//import io.kubernetes.client.auth.*;
25+
//import io.kubernetes.client.apis.CoordinationApi;
26+
27+
ApiClient defaultClient = Configuration.getDefaultApiClient();
28+
29+
// Configure API key authorization: BearerToken
30+
ApiKeyAuth BearerToken = (ApiKeyAuth) defaultClient.getAuthentication("BearerToken");
31+
BearerToken.setApiKey("YOUR API KEY");
32+
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
33+
//BearerToken.setApiKeyPrefix("Token");
34+
35+
CoordinationApi apiInstance = new CoordinationApi();
36+
try {
37+
V1APIGroup result = apiInstance.getAPIGroup();
38+
System.out.println(result);
39+
} catch (ApiException e) {
40+
System.err.println("Exception when calling CoordinationApi#getAPIGroup");
41+
e.printStackTrace();
42+
}
43+
```
44+
45+
### Parameters
46+
This endpoint does not need any parameter.
47+
48+
### Return type
49+
50+
[**V1APIGroup**](V1APIGroup.md)
51+
52+
### Authorization
53+
54+
[BearerToken](../README.md#BearerToken)
55+
56+
### HTTP request headers
57+
58+
- **Content-Type**: application/json, application/yaml, application/vnd.kubernetes.protobuf
59+
- **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf
60+

kubernetes/docs/CoordinationV1beta1Api.md

Lines changed: 606 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# V1TypedLocalObjectReference
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**apiGroup** | **String** | APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. | [optional]
8+
**kind** | **String** | Kind is the type of resource being referenced |
9+
**name** | **String** | Name is the name of resource being referenced |
10+
11+
12+

kubernetes/docs/V1beta1Lease.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# V1beta1Lease
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**apiVersion** | **String** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | [optional]
8+
**kind** | **String** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional]
9+
**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata | [optional]
10+
**spec** | [**V1beta1LeaseSpec**](V1beta1LeaseSpec.md) | Specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status | [optional]
11+
12+
13+

kubernetes/docs/V1beta1LeaseList.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# V1beta1LeaseList
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**apiVersion** | **String** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | [optional]
8+
**items** | [**List&lt;V1beta1Lease&gt;**](V1beta1Lease.md) | Items is a list of schema objects. |
9+
**kind** | **String** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional]
10+
**metadata** | [**V1ListMeta**](V1ListMeta.md) | Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata | [optional]
11+
12+
13+

kubernetes/docs/V1beta1LeaseSpec.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# V1beta1LeaseSpec
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**acquireTime** | [**DateTime**](DateTime.md) | acquireTime is a time when the current lease was acquired. | [optional]
8+
**holderIdentity** | **String** | holderIdentity contains the identity of the holder of a current lease. | [optional]
9+
**leaseDurationSeconds** | **Integer** | leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed RenewTime. | [optional]
10+
**leaseTransitions** | **Integer** | leaseTransitions is the number of transitions of a lease between holders. | [optional]
11+
**renewTime** | [**DateTime**](DateTime.md) | renewTime is a time when the current holder of a lease has last updated the lease. | [optional]
12+
13+
14+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# V2beta2CrossVersionObjectReference
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**apiVersion** | **String** | API version of the referent | [optional]
8+
**kind** | **String** | Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds\&quot; |
9+
**name** | **String** | Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names |
10+
11+
12+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# V2beta2ExternalMetricSource
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**metric** | [**V2beta2MetricIdentifier**](V2beta2MetricIdentifier.md) | metric identifies the target metric by name and selector |
8+
**target** | [**V2beta2MetricTarget**](V2beta2MetricTarget.md) | target specifies the target value for the given metric |
9+
10+
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# V2beta2ExternalMetricStatus
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**current** | [**V2beta2MetricValueStatus**](V2beta2MetricValueStatus.md) | current contains the current value for the given metric |
8+
**metric** | [**V2beta2MetricIdentifier**](V2beta2MetricIdentifier.md) | metric identifies the target metric by name and selector |
9+
10+
11+

0 commit comments

Comments
 (0)