Skip to content

Commit 5b91b6e

Browse files
committed
Automated openapi generation from release-1.34
Signed-off-by: Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> Signed-off-by: Min Jin <minkimzz@amazon.com>
1 parent ea996dc commit 5b91b6e

File tree

954 files changed

+82821
-57480
lines changed

Some content is hidden

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

954 files changed

+82821
-57480
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
41f7afacdbb6f003accac0a67f01fcf456031d94962f1b3d43d29f6f5921aa24
1+
44b824826f5738f485c9438677c3b0d4ab5725dbf6317487ac21d4ba5bb55f25

kubernetes/api/openapi.yaml

Lines changed: 32530 additions & 21359 deletions
Large diffs are not rendered by default.

kubernetes/docs/AdmissionregistrationV1beta1Api.md

Lines changed: 132 additions & 371 deletions
Large diffs are not rendered by default.

kubernetes/docs/CertificatesV1alpha1Api.md

Lines changed: 1033 additions & 87 deletions
Large diffs are not rendered by default.

kubernetes/docs/V1ResourceClaim.md renamed to kubernetes/docs/CoreV1ResourceClaim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# V1ResourceClaim
3+
# CoreV1ResourceClaim
44

55
ResourceClaim references one entry in PodSpec.ResourceClaims.
66
## Properties

kubernetes/docs/ResourceV1Api.md

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

kubernetes/docs/V1alpha3ResourceClaim.md renamed to kubernetes/docs/ResourceV1ResourceClaim.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# V1alpha3ResourceClaim
3+
# ResourceV1ResourceClaim
44

55
ResourceClaim describes a request for access to resources in the cluster, for use by workloads. For example, if a workload needs an accelerator device with specific properties, this is how that request is expressed. The status stanza tracks whether this claim has been satisfied and what specific resources have been allocated. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
66
## Properties
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
1010
**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/sig-architecture/api-conventions.md#resources | [optional]
1111
**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/sig-architecture/api-conventions.md#types-kinds | [optional]
1212
**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | | [optional]
13-
**spec** | [**V1alpha3ResourceClaimSpec**](V1alpha3ResourceClaimSpec.md) | |
14-
**status** | [**V1alpha3ResourceClaimStatus**](V1alpha3ResourceClaimStatus.md) | | [optional]
13+
**spec** | [**V1ResourceClaimSpec**](V1ResourceClaimSpec.md) | |
14+
**status** | [**V1ResourceClaimStatus**](V1ResourceClaimStatus.md) | | [optional]
1515

1616

1717
## Implemented Interfaces

kubernetes/docs/ResourceV1alpha3Api.md

Lines changed: 148 additions & 2987 deletions
Large diffs are not rendered by default.

kubernetes/docs/StorageV1Api.md

Lines changed: 623 additions & 27 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
# V1alpha3AllocatedDeviceStatus
3+
# V1AllocatedDeviceStatus
44

5-
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
5+
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information. The combination of Driver, Pool, Device, and ShareID must match the corresponding key in Status.Allocation.Devices.
66
## Properties
77

88
Name | Type | Description | Notes
@@ -11,8 +11,9 @@ Name | Type | Description | Notes
1111
**data** | [**Object**](.md) | Data contains arbitrary driver-specific data. The length of the raw data must be smaller or equal to 10 Ki. | [optional]
1212
**device** | **String** | Device references one device instance via its name in the driver&#39;s resource pool. It must be a DNS label. |
1313
**driver** | **String** | Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. |
14-
**networkData** | [**V1alpha3NetworkDeviceData**](V1alpha3NetworkDeviceData.md) | | [optional]
14+
**networkData** | [**V1NetworkDeviceData**](V1NetworkDeviceData.md) | | [optional]
1515
**pool** | **String** | This name together with the driver name and the device name field identify which device was allocated (&#x60;&lt;driver name&gt;/&lt;pool name&gt;/&lt;device name&gt;&#x60;). Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes. |
16+
**shareID** | **String** | ShareID uniquely identifies an individual allocation share of the device. | [optional]
1617

1718

1819

0 commit comments

Comments
 (0)