Skip to content

Commit f158c68

Browse files
wangxf1987fitzthum
authored andcommitted
update: re-generate to crd
Signed-off-by: wangxiaofei67 <wangxiaofei67@jd.com>
1 parent 8f44ed8 commit f158c68

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

config/crd/bases/confidentialcontainers.org_ccruntimes.yaml

+15-15
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,6 @@ spec:
9393
config:
9494
description: CcInstallConfig is a placeholder struct
9595
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
11196
cleanupCmd:
11297
description: This specifies the command for cleanup on the nodes
11398
items:
@@ -258,6 +243,21 @@ spec:
258243
description: PullPolicy describes a policy for if/when to pull
259244
a container image
260245
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
261261
installCmd:
262262
description: This specifies the command for installation of the
263263
runtime on the nodes

0 commit comments

Comments
 (0)