Commit f158c68 1 parent 8f44ed8 commit f158c68 Copy full SHA for f158c68
File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 93
93
config :
94
94
description : CcInstallConfig is a placeholder struct
95
95
properties :
96
- ImagePullSecret :
97
- description : This specifies the registry secret to pull of the
98
- container images
99
- properties :
100
- name :
101
- default : " "
102
- description : |-
103
- Name of the referent.
104
- This field is effectively required, but due to backwards compatibility is
105
- allowed to be empty. Instances of this type with an empty value here are
106
- almost certainly wrong.
107
- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
108
- type : string
109
- type : object
110
- x-kubernetes-map-type : atomic
111
96
cleanupCmd :
112
97
description : This specifies the command for cleanup on the nodes
113
98
items :
@@ -258,6 +243,21 @@ spec:
258
243
description : PullPolicy describes a policy for if/when to pull
259
244
a container image
260
245
type : string
246
+ imagePullSecret :
247
+ description : This specifies the registry secret to pull of the
248
+ container images
249
+ properties :
250
+ name :
251
+ default : " "
252
+ description : |-
253
+ Name of the referent.
254
+ This field is effectively required, but due to backwards compatibility is
255
+ allowed to be empty. Instances of this type with an empty value here are
256
+ almost certainly wrong.
257
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
258
+ type : string
259
+ type : object
260
+ x-kubernetes-map-type : atomic
261
261
installCmd :
262
262
description : This specifies the command for installation of the
263
263
runtime on the nodes
You can’t perform that action at this time.
0 commit comments