Skip to content

Commit 8157540

Browse files
authored
Merge pull request #20033 from deads2k/rebase-04-1.11beta2
Rebase 1.11
2 parents 9b2bbee + edbddad commit 8157540

File tree

12,263 files changed

+1402163
-992934
lines changed

Some content is hidden

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

12,263 files changed

+1402163
-992934
lines changed

api/docs/_topic_map.yml

+5
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@
211211
Topics:
212212
- Name: v1.NetworkPolicy
213213
File: v1.NetworkPolicy
214+
- Name: /apis/scheduling.k8s.io/v1beta1
215+
Dir: apis-scheduling.k8s.io
216+
Topics:
217+
- Name: v1beta1.PriorityClass
218+
File: v1beta1.PriorityClass
214219
- Name: /apis/storage.k8s.io/v1
215220
Dir: apis-storage.k8s.io
216221
Topics:

api/docs/api/v1.APIResourceList.adoc

+41
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,47 @@ $ curl -k \
13111311
* application/vnd.kubernetes.protobuf
13121312

13131313

1314+
[[Get-apis-scheduling.k8s.io-v1beta1]]
1315+
=== Get all APIResourceLists
1316+
Get available resources
1317+
1318+
==== HTTP request
1319+
----
1320+
GET /apis/scheduling.k8s.io/v1beta1/ HTTP/1.1
1321+
Authorization: Bearer $TOKEN
1322+
Accept: application/json
1323+
Connection: close
1324+
----
1325+
1326+
==== Curl request
1327+
----
1328+
$ curl -k \
1329+
-H "Authorization: Bearer $TOKEN" \
1330+
-H 'Accept: application/json' \
1331+
https://$ENDPOINT/apis/scheduling.k8s.io/v1beta1/
1332+
----
1333+
1334+
==== Responses
1335+
[cols="1,5", options="header"]
1336+
|===
1337+
|HTTP Code|Schema
1338+
|200 OK|v1.APIResourceList
1339+
|401 Unauthorized|
1340+
|===
1341+
1342+
==== Consumes
1343+
1344+
* application/json
1345+
* application/yaml
1346+
* application/vnd.kubernetes.protobuf
1347+
1348+
==== Produces
1349+
1350+
* application/json
1351+
* application/yaml
1352+
* application/vnd.kubernetes.protobuf
1353+
1354+
13141355
[[Get-apis-security.openshift.io-v1]]
13151356
=== Get all APIResourceLists
13161357
Get available resources

api/docs/api/v1.Node.adoc

+31-12
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,13 @@ Populated by the system. Read-only. Value must be treated as opaque by clients a
9191
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids">uid</span>:
9292
</div></details><details open><summary><span title="(v1.NodeSpec) Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status">spec</span>:
9393
</summary><details><summary> <span title="(v1.NodeConfigSource) If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field">configSource</span>:
94-
</summary><div style="margin-left:13px;"> <span title="(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">apiVersion</span>:
95-
</div><details><summary> <span title="(v1.ObjectReference)">configMapRef</span>:
96-
</summary><div style="margin-left:13px;"> <span title="(string) API version of the referent.">apiVersion</span>:
97-
</div><div style="margin-left:13px;"> <span title="(string) If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: &#34;spec.containers{name}&#34; (where &#34;name&#34; refers to the name of the container that triggered the event) or if no container name is specified &#34;spec.containers[2]&#34; (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.">fieldPath</span>:
98-
</div><div style="margin-left:13px;"> <span title="(string) Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds">kind</span>:
99-
</div><div style="margin-left:13px;"> <span title="(string) Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">name</span>:
100-
</div><div style="margin-left:13px;"> <span title="(string) Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">namespace</span>:
101-
</div><div style="margin-left:13px;"> <span title="(string) Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency">resourceVersion</span>:
102-
</div><div style="margin-left:13px;"> <span title="(string) UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids">uid</span>:
103-
</div></details><div style="margin-left:13px;"> <span title="(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">kind</span>:
104-
</div></details><div style="margin-left:13px;"> <span title="(string) External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated.">externalID</span>:
94+
</summary><details><summary> <span title="(v1.ConfigMapNodeConfigSource) ConfigMap is a reference to a Node&#39;s ConfigMap">configMap</span>:
95+
</summary><div style="margin-left:13px;"> <span title="(string) KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.">kubeletConfigKey</span>:
96+
</div><div style="margin-left:13px;"> <span title="(string) Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.">name</span>:
97+
</div><div style="margin-left:13px;"> <span title="(string) Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.">namespace</span>:
98+
</div><div style="margin-left:13px;"> <span title="(string) ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.">resourceVersion</span>:
99+
</div><div style="margin-left:13px;"> <span title="(string) UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.">uid</span>:
100+
</div></details></details><div style="margin-left:13px;"> <span title="(string) Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966">externalID</span>:
105101
</div><div style="margin-left:13px;"> <span title="(string) PodCIDR represents the pod IP range assigned to the node.">podCIDR</span>:
106102
</div><div style="margin-left:13px;"> <span title="(string) ID of the node assigned by the cloud provider in the format: &lt;ProviderName&gt;://&lt;ProviderSpecificNodeID&gt;">providerID</span>:
107103
</div><details><summary> <span title="(array) If specified, the node&#39;s taints.">taints</span>:
@@ -125,7 +121,30 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
125121
</div><div style="margin-left:13px;"> <span title="(string) (brief) reason for the condition&#39;s last transition.">reason</span>:
126122
</div><div style="margin-left:13px;"> <span title="(string) Status of the condition, one of True, False, Unknown.">status</span>:
127123
</div><div style="margin-left:13px;"> <span title="(string) Type of node condition.">type</span>:
128-
</div></details><details><summary> <span title="(v1.NodeDaemonEndpoints) Endpoints of daemons running on the Node.">daemonEndpoints</span>:
124+
</div></details><details><summary> <span title="(v1.NodeConfigStatus) Status of the config assigned to the node via the dynamic Kubelet config feature.">config</span>:
125+
</summary><details><summary> <span title="(v1.NodeConfigSource) Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error.">active</span>:
126+
</summary><details><summary> <span title="(v1.ConfigMapNodeConfigSource) ConfigMap is a reference to a Node&#39;s ConfigMap">configMap</span>:
127+
</summary><div style="margin-left:13px;"> <span title="(string) KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.">kubeletConfigKey</span>:
128+
</div><div style="margin-left:13px;"> <span title="(string) Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.">name</span>:
129+
</div><div style="margin-left:13px;"> <span title="(string) Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.">namespace</span>:
130+
</div><div style="margin-left:13px;"> <span title="(string) ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.">resourceVersion</span>:
131+
</div><div style="margin-left:13px;"> <span title="(string) UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.">uid</span>:
132+
</div></details></details><details><summary> <span title="(v1.NodeConfigSource) Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned.">assigned</span>:
133+
</summary><details><summary> <span title="(v1.ConfigMapNodeConfigSource) ConfigMap is a reference to a Node&#39;s ConfigMap">configMap</span>:
134+
</summary><div style="margin-left:13px;"> <span title="(string) KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.">kubeletConfigKey</span>:
135+
</div><div style="margin-left:13px;"> <span title="(string) Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.">name</span>:
136+
</div><div style="margin-left:13px;"> <span title="(string) Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.">namespace</span>:
137+
</div><div style="margin-left:13px;"> <span title="(string) ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.">resourceVersion</span>:
138+
</div><div style="margin-left:13px;"> <span title="(string) UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.">uid</span>:
139+
</div></details></details><div style="margin-left:13px;"> <span title="(string) Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions.">error</span>:
140+
</div><details><summary> <span title="(v1.NodeConfigSource) LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node&#39;s method of determining config stability and correctness, as this may change or become configurable in the future.">lastKnownGood</span>:
141+
</summary><details><summary> <span title="(v1.ConfigMapNodeConfigSource) ConfigMap is a reference to a Node&#39;s ConfigMap">configMap</span>:
142+
</summary><div style="margin-left:13px;"> <span title="(string) KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.">kubeletConfigKey</span>:
143+
</div><div style="margin-left:13px;"> <span title="(string) Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.">name</span>:
144+
</div><div style="margin-left:13px;"> <span title="(string) Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.">namespace</span>:
145+
</div><div style="margin-left:13px;"> <span title="(string) ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.">resourceVersion</span>:
146+
</div><div style="margin-left:13px;"> <span title="(string) UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.">uid</span>:
147+
</div></details></details></details><details><summary> <span title="(v1.NodeDaemonEndpoints) Endpoints of daemons running on the Node.">daemonEndpoints</span>:
129148
</summary><details><summary> <span title="(v1.DaemonEndpoint) Endpoint on which Kubelet is listening.">kubeletEndpoint</span>:
130149
</summary><div style="margin-left:13px;"> <span title="(integer) Port number of the given endpoint.">Port</span>:
131150
</div></details></details><details><summary> <span title="(array) List of container images on this node">images</span>:

0 commit comments

Comments
 (0)