mirror of https://github.com/kubernetes/kops.git
Make crds.
This commit is contained in:
parent
367f8856e3
commit
91ac57acb1
|
|
@ -1073,7 +1073,8 @@ spec:
|
||||||
authentication
|
authentication
|
||||||
type: boolean
|
type: boolean
|
||||||
enableProfiling:
|
enableProfiling:
|
||||||
description: Enable profiling via web interface
|
description: EnableProfiling enables profiling via web interface
|
||||||
|
host:port/debug/pprof/
|
||||||
type: boolean
|
type: boolean
|
||||||
encryptionProviderConfig:
|
encryptionProviderConfig:
|
||||||
description: EncryptionProviderConfig enables encryption at rest
|
description: EncryptionProviderConfig enables encryption at rest
|
||||||
|
|
@ -1395,7 +1396,8 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
enableProfiling:
|
enableProfiling:
|
||||||
description: Enable profiling via web interface
|
description: EnableProfiling enables profiling via web interface
|
||||||
|
host:port/debug/pprof/
|
||||||
type: boolean
|
type: boolean
|
||||||
experimentalClusterSigningDuration:
|
experimentalClusterSigningDuration:
|
||||||
description: ExperimentalClusterSigningDuration is the duration
|
description: ExperimentalClusterSigningDuration is the duration
|
||||||
|
|
@ -1752,7 +1754,8 @@ spec:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
enableProfiling:
|
enableProfiling:
|
||||||
description: Enable profiling via web interface
|
description: EnableProfiling enables profiling via web interface
|
||||||
|
host:port/debug/pprof/
|
||||||
type: boolean
|
type: boolean
|
||||||
featureGates:
|
featureGates:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
@ -2075,9 +2078,7 @@ spec:
|
||||||
description: 'Default kubelet behaviour for kernel tuning. If
|
description: 'Default kubelet behaviour for kernel tuning. If
|
||||||
set, kubelet errors if any of kernel tunables is different than
|
set, kubelet errors if any of kernel tunables is different than
|
||||||
kubelet defaults. (DEPRECATED: This parameter should be set
|
kubelet defaults. (DEPRECATED: This parameter should be set
|
||||||
via the config file specified by the Kubelet''s --config flag.
|
via the config file specified by the Kubelet''s --config flag.'
|
||||||
See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
|
|
||||||
for more information.)'
|
|
||||||
type: boolean
|
type: boolean
|
||||||
readOnlyPort:
|
readOnlyPort:
|
||||||
description: ReadOnlyPort is the port used by the kubelet api
|
description: ReadOnlyPort is the port used by the kubelet api
|
||||||
|
|
@ -2450,9 +2451,7 @@ spec:
|
||||||
description: 'Default kubelet behaviour for kernel tuning. If
|
description: 'Default kubelet behaviour for kernel tuning. If
|
||||||
set, kubelet errors if any of kernel tunables is different than
|
set, kubelet errors if any of kernel tunables is different than
|
||||||
kubelet defaults. (DEPRECATED: This parameter should be set
|
kubelet defaults. (DEPRECATED: This parameter should be set
|
||||||
via the config file specified by the Kubelet''s --config flag.
|
via the config file specified by the Kubelet''s --config flag.'
|
||||||
See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
|
|
||||||
for more information.)'
|
|
||||||
type: boolean
|
type: boolean
|
||||||
readOnlyPort:
|
readOnlyPort:
|
||||||
description: ReadOnlyPort is the port used by the kubelet api
|
description: ReadOnlyPort is the port used by the kubelet api
|
||||||
|
|
|
||||||
|
|
@ -460,9 +460,7 @@ spec:
|
||||||
description: 'Default kubelet behaviour for kernel tuning. If
|
description: 'Default kubelet behaviour for kernel tuning. If
|
||||||
set, kubelet errors if any of kernel tunables is different than
|
set, kubelet errors if any of kernel tunables is different than
|
||||||
kubelet defaults. (DEPRECATED: This parameter should be set
|
kubelet defaults. (DEPRECATED: This parameter should be set
|
||||||
via the config file specified by the Kubelet''s --config flag.
|
via the config file specified by the Kubelet''s --config flag.'
|
||||||
See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
|
|
||||||
for more information.)'
|
|
||||||
type: boolean
|
type: boolean
|
||||||
readOnlyPort:
|
readOnlyPort:
|
||||||
description: ReadOnlyPort is the port used by the kubelet api
|
description: ReadOnlyPort is the port used by the kubelet api
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue