Merge pull request #116 from belgaied2/extra-env-description

Fixed a mistake in the description of ExtraArgs field
This commit is contained in:
Alexander Demicev 2023-03-22 15:41:08 +01:00 committed by GitHub
commit 335ff6fc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 23 deletions

View File

@ -335,7 +335,7 @@ type ComponentConfig struct {
//+optional //+optional
ExtraEnv map[string]string `json:"extraEnv,omitempty"` ExtraEnv map[string]string `json:"extraEnv,omitempty"`
// ExtraArgs is a map of command line arguments to pass to a Kubernetes Component command. // ExtraArgs is a list of command line arguments (format: flag=value) to pass to a Kubernetes Component command.
//+optional //+optional
ExtraArgs []string `json:"extraArgs,omitempty"` ExtraArgs []string `json:"extraArgs,omitempty"`

View File

@ -109,8 +109,8 @@ spec:
description: KubeProxyArgs Customized flag for kube-proxy process. description: KubeProxyArgs Customized flag for kube-proxy process.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line arguments
to pass to a Kubernetes Component command. (format: flag=value) to pass to a Kubernetes Component command.'
items: items:
type: string type: string
type: array type: array
@ -135,8 +135,8 @@ spec:
description: KubeletArgs Customized flag for kubelet process. description: KubeletArgs Customized flag for kubelet process.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line arguments
to pass to a Kubernetes Component command. (format: flag=value) to pass to a Kubernetes Component command.'
items: items:
type: string type: string
type: array type: array

View File

@ -127,8 +127,9 @@ spec:
process. process.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line
to pass to a Kubernetes Component command. arguments (format: flag=value) to pass to a Kubernetes
Component command.'
items: items:
type: string type: string
type: array type: array
@ -154,8 +155,9 @@ spec:
description: KubeletArgs Customized flag for kubelet process. description: KubeletArgs Customized flag for kubelet process.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line
to pass to a Kubernetes Component command. arguments (format: flag=value) to pass to a Kubernetes
Component command.'
items: items:
type: string type: string
type: array type: array

View File

@ -109,8 +109,8 @@ spec:
description: KubeProxyArgs Customized flag for kube-proxy process. description: KubeProxyArgs Customized flag for kube-proxy process.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line arguments
to pass to a Kubernetes Component command. (format: flag=value) to pass to a Kubernetes Component command.'
items: items:
type: string type: string
type: array type: array
@ -135,8 +135,8 @@ spec:
description: KubeletArgs Customized flag for kubelet process. description: KubeletArgs Customized flag for kubelet process.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line arguments
to pass to a Kubernetes Component command. (format: flag=value) to pass to a Kubernetes Component command.'
items: items:
type: string type: string
type: array type: array
@ -601,8 +601,8 @@ spec:
of the Cloud Controller Manager. of the Cloud Controller Manager.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line arguments
to pass to a Kubernetes Component command. (format: flag=value) to pass to a Kubernetes Component command.'
items: items:
type: string type: string
type: array type: array
@ -871,8 +871,9 @@ spec:
ETCD. ETCD.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line arguments
to pass to a Kubernetes Component command. (format: flag=value) to pass to a Kubernetes Component
command.'
items: items:
type: string type: string
type: array type: array
@ -905,8 +906,8 @@ spec:
of the Kube API Server. of the Kube API Server.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line arguments
to pass to a Kubernetes Component command. (format: flag=value) to pass to a Kubernetes Component command.'
items: items:
type: string type: string
type: array type: array
@ -932,8 +933,8 @@ spec:
of the Kube Controller Manager. of the Kube Controller Manager.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line arguments
to pass to a Kubernetes Component command. (format: flag=value) to pass to a Kubernetes Component command.'
items: items:
type: string type: string
type: array type: array
@ -959,8 +960,8 @@ spec:
of the Kube Scheduler. of the Kube Scheduler.
properties: properties:
extraArgs: extraArgs:
description: ExtraArgs is a map of command line arguments description: 'ExtraArgs is a list of command line arguments
to pass to a Kubernetes Component command. (format: flag=value) to pass to a Kubernetes Component command.'
items: items:
type: string type: string
type: array type: array