Skip to content

Commit 0d1146f

Browse files
Tim Bannisterk8s-publishing-bot
Tim Bannister
authored andcommitted
Update generated docs
Kubernetes-commit: de55f39f655816ecee9ab0b2c3842930cfe332a6
1 parent 9d3e6aa commit 0d1146f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

core/v1/generated.proto

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/v1/types_swagger_doc_generated.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ var map_NodeSystemInfo = map[string]string{
12221222
"bootID": "Boot ID reported by the node.",
12231223
"kernelVersion": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).",
12241224
"osImage": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
1225-
"containerRuntimeVersion": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).",
1225+
"containerRuntimeVersion": "ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).",
12261226
"kubeletVersion": "Kubelet Version reported by the node.",
12271227
"kubeProxyVersion": "KubeProxy Version reported by the node.",
12281228
"operatingSystem": "The Operating System reported by the node",
@@ -1652,7 +1652,7 @@ var map_PodSpec = map[string]string{
16521652
"hostIPC": "Use the host's ipc namespace. Optional: Default to false.",
16531653
"shareProcessNamespace": "Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false.",
16541654
"securityContext": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field.",
1655-
"imagePullSecrets": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod",
1655+
"imagePullSecrets": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod",
16561656
"hostname": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.",
16571657
"subdomain": "If specified, the fully qualified Pod hostname will be \"<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>\". If not specified, the pod will not have a domainname at all.",
16581658
"affinity": "If specified, the pod's scheduling constraints",

0 commit comments

Comments
 (0)