Skip to content

Commit bda90aa

Browse files
huzhengchuank8s-publish-robot
authored andcommitted
generated when exec hack/update-all.sh
Kubernetes-commit: 77dbe5995f9e88042fd80b9c28115921b12cab96
1 parent bb84048 commit bda90aa

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

batch/v1/generated.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

batch/v1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var map_JobSpec = map[string]string{
6969
"activeDeadlineSeconds": "Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer",
7070
"backoffLimit": "Specifies the number of retries before marking this job failed. Defaults to 6",
7171
"selector": "A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors",
72-
"manualSelector": "manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://git.k8s.io/community/contributors/design-proposals/selector-generation.md",
72+
"manualSelector": "manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector",
7373
"template": "Describes the pod that will be created when executing a job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/",
7474
}
7575

core/v1/generated.proto

+7-7
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

+7-7
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ var map_Container = map[string]string{
284284
"terminationMessagePath": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.",
285285
"terminationMessagePolicy": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.",
286286
"imagePullPolicy": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images",
287-
"securityContext": "Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://git.k8s.io/community/contributors/design-proposals/security_context.md",
287+
"securityContext": "Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/",
288288
"stdin": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.",
289289
"stdinOnce": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false",
290290
"tty": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.",
@@ -765,7 +765,7 @@ func (LimitRangeItem) SwaggerDoc() map[string]string {
765765
var map_LimitRangeList = map[string]string{
766766
"": "LimitRangeList is a list of LimitRange items.",
767767
"metadata": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
768-
"items": "Items is a list of LimitRange objects. More info: https://git.k8s.io/community/contributors/design-proposals/admission_control_limit_range.md",
768+
"items": "Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/",
769769
}
770770

771771
func (LimitRangeList) SwaggerDoc() map[string]string {
@@ -866,7 +866,7 @@ func (NamespaceList) SwaggerDoc() map[string]string {
866866

867867
var map_NamespaceSpec = map[string]string{
868868
"": "NamespaceSpec describes the attributes on a Namespace.",
869-
"finalizers": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://git.k8s.io/community/contributors/design-proposals/namespaces.md#finalizers",
869+
"finalizers": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/",
870870
}
871871

872872
func (NamespaceSpec) SwaggerDoc() map[string]string {
@@ -875,7 +875,7 @@ func (NamespaceSpec) SwaggerDoc() map[string]string {
875875

876876
var map_NamespaceStatus = map[string]string{
877877
"": "NamespaceStatus is information about the current status of a Namespace.",
878-
"phase": "Phase is the current lifecycle phase of the namespace. More info: https://git.k8s.io/community/contributors/design-proposals/namespaces.md#phases",
878+
"phase": "Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/",
879879
}
880880

881881
func (NamespaceStatus) SwaggerDoc() map[string]string {
@@ -1683,7 +1683,7 @@ func (ResourceQuota) SwaggerDoc() map[string]string {
16831683
var map_ResourceQuotaList = map[string]string{
16841684
"": "ResourceQuotaList is a list of ResourceQuota items.",
16851685
"metadata": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
1686-
"items": "Items is a list of ResourceQuota objects. More info: https://git.k8s.io/community/contributors/design-proposals/admission_control_resource_quota.md",
1686+
"items": "Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/",
16871687
}
16881688

16891689
func (ResourceQuotaList) SwaggerDoc() map[string]string {
@@ -1692,7 +1692,7 @@ func (ResourceQuotaList) SwaggerDoc() map[string]string {
16921692

16931693
var map_ResourceQuotaSpec = map[string]string{
16941694
"": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
1695-
"hard": "Hard is the set of desired hard limits for each named resource. More info: https://git.k8s.io/community/contributors/design-proposals/admission_control_resource_quota.md",
1695+
"hard": "Hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/",
16961696
"scopes": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.",
16971697
}
16981698

@@ -1702,7 +1702,7 @@ func (ResourceQuotaSpec) SwaggerDoc() map[string]string {
17021702

17031703
var map_ResourceQuotaStatus = map[string]string{
17041704
"": "ResourceQuotaStatus defines the enforced hard limits and observed use.",
1705-
"hard": "Hard is the set of enforced hard limits for each named resource. More info: https://git.k8s.io/community/contributors/design-proposals/admission_control_resource_quota.md",
1705+
"hard": "Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/",
17061706
"used": "Used is the current observed total usage of the resource in the namespace.",
17071707
}
17081708

extensions/v1beta1/generated.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/v1beta1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ func (RunAsUserStrategyOptions) SwaggerDoc() map[string]string {
575575
var map_SELinuxStrategyOptions = map[string]string{
576576
"": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.",
577577
"rule": "type is the strategy that will dictate the allowable labels that may be set.",
578-
"seLinuxOptions": "seLinuxOptions required to run as; required for MustRunAs More info: https://git.k8s.io/community/contributors/design-proposals/security_context.md",
578+
"seLinuxOptions": "seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/",
579579
}
580580

581581
func (SELinuxStrategyOptions) SwaggerDoc() map[string]string {

0 commit comments

Comments
 (0)