mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Ran gofmt
This commit is contained in:
parent
5ac2f8a5a9
commit
6d77ed7375
@ -1828,9 +1828,9 @@ type EnvVar struct {
|
|||||||
// Optional: Defaults to ""; variable references $(VAR_NAME) are expanded
|
// Optional: Defaults to ""; variable references $(VAR_NAME) are expanded
|
||||||
// using the previous defined environment variables in the container and
|
// using the previous defined environment variables in the container and
|
||||||
// any service environment variables. If a variable cannot be resolved,
|
// any service environment variables. If a variable cannot be resolved,
|
||||||
// the reference in the input string will be unchanged. Double $$ are
|
// the reference in the input string will be unchanged. Double $$ are
|
||||||
// reduced to a single $, which allows for escaping the $(VAR_NAME)
|
// reduced to a single $, which allows for escaping the $(VAR_NAME)
|
||||||
// syntax: i.e. $$(VAR_NAME). Escaped references will never be expanded,
|
// syntax: i.e. $$(VAR_NAME). Escaped references will never be expanded,
|
||||||
// regardless of whether the variable exists or not.
|
// regardless of whether the variable exists or not.
|
||||||
// +optional
|
// +optional
|
||||||
Value string
|
Value string
|
||||||
@ -2102,15 +2102,15 @@ type Container struct {
|
|||||||
Image string
|
Image string
|
||||||
// Optional: The docker image's entrypoint is used if this is not provided; cannot be updated.
|
// Optional: The docker image's entrypoint is used if this is not provided; cannot be updated.
|
||||||
// Variable references $(VAR_NAME) are expanded using the container's environment. If a variable
|
// Variable references $(VAR_NAME) are expanded using the container's environment. If a variable
|
||||||
// cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced
|
// cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced
|
||||||
// to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. $$(VAR_NAME). Escaped
|
// to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. $$(VAR_NAME). Escaped
|
||||||
// references will never be expanded, regardless of whether the variable exists or not.
|
// references will never be expanded, regardless of whether the variable exists or not.
|
||||||
// +optional
|
// +optional
|
||||||
Command []string
|
Command []string
|
||||||
// Optional: The docker image's cmd is used if this is not provided; cannot be updated.
|
// Optional: The docker image's cmd is used if this is not provided; cannot be updated.
|
||||||
// Variable references $(VAR_NAME) are expanded using the container's environment. If a variable
|
// Variable references $(VAR_NAME) are expanded using the container's environment. If a variable
|
||||||
// cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced
|
// cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced
|
||||||
// to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. $$(VAR_NAME). Escaped
|
// to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. $$(VAR_NAME). Escaped
|
||||||
// references will never be expanded, regardless of whether the variable exists or not.
|
// references will never be expanded, regardless of whether the variable exists or not.
|
||||||
// +optional
|
// +optional
|
||||||
Args []string
|
Args []string
|
||||||
@ -3079,15 +3079,15 @@ type EphemeralContainerCommon struct {
|
|||||||
Image string
|
Image string
|
||||||
// Optional: The docker image's entrypoint is used if this is not provided; cannot be updated.
|
// Optional: The docker image's entrypoint is used if this is not provided; cannot be updated.
|
||||||
// Variable references $(VAR_NAME) are expanded using the container's environment. If a variable
|
// Variable references $(VAR_NAME) are expanded using the container's environment. If a variable
|
||||||
// cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced
|
// cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced
|
||||||
// to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. $$(VAR_NAME). Escaped
|
// to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. $$(VAR_NAME). Escaped
|
||||||
// references will never be expanded, regardless of whether the variable exists or not.
|
// references will never be expanded, regardless of whether the variable exists or not.
|
||||||
// +optional
|
// +optional
|
||||||
Command []string
|
Command []string
|
||||||
// Optional: The docker image's cmd is used if this is not provided; cannot be updated.
|
// Optional: The docker image's cmd is used if this is not provided; cannot be updated.
|
||||||
// Variable references $(VAR_NAME) are expanded using the container's environment. If a variable
|
// Variable references $(VAR_NAME) are expanded using the container's environment. If a variable
|
||||||
// cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced
|
// cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced
|
||||||
// to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. $$(VAR_NAME). Escaped
|
// to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. $$(VAR_NAME). Escaped
|
||||||
// references will never be expanded, regardless of whether the variable exists or not.
|
// references will never be expanded, regardless of whether the variable exists or not.
|
||||||
// +optional
|
// +optional
|
||||||
Args []string
|
Args []string
|
||||||
|
Loading…
Reference in New Issue
Block a user