Automated openapi generation from release-1.25

Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
This commit is contained in:
Kubernetes Prow Robot
2022-09-26 01:26:15 +00:00
parent eb35d27669
commit fd71accdaf
260 changed files with 5049 additions and 50033 deletions

View File

@@ -8,7 +8,7 @@ Name | Type | Description | Notes
**deprecated_topology** | **list_t*** | deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead. | [optional]
**hints** | [**v1_endpoint_hints_t**](v1_endpoint_hints.md) \* | | [optional]
**hostname** | **char \*** | hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation. | [optional]
**node_name** | **char \*** | nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate. | [optional]
**node_name** | **char \*** | nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. | [optional]
**target_ref** | [**v1_object_reference_t**](v1_object_reference.md) \* | | [optional]
**zone** | **char \*** | zone is the name of the Zone this endpoint exists in. | [optional]