Skip to content

Commit 51919fd

Browse files
committed
update scheme to include imagePullSecret
1 parent 68c65da commit 51919fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

model/src/main/resources/schema/spec.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"description": "The image pull policy for the WebLogic Docker image. Legal values are Always, Never and IfNotPresent. <p>Defaults to Always if image ends in :latest, IfNotPresent otherwise. <p>More info: https://kubernetes.io/docs/concepts/containers/images#updating-images <p>Deprecated. Use the Server imagePullPolicy property.",
2727
"type": "string"
2828
},
29+
"imagePullSecret": {
30+
"description": "Reference to the secret used to authenticate a request for an image pull",
31+
"javaType": "io.kubernetes.client.models.V1LocalObjectReference",
32+
"type": "object"
33+
},
2934
"adminSecret": {
3035
"description": "Reference to secret containing domain administrator username and password. Secret must contain keys names 'username' and 'password'",
3136
"javaType": "io.kubernetes.client.models.V1SecretReference",

0 commit comments

Comments
 (0)