Skip to content

Commit bef38c5

Browse files
committed
adding versions for OCP cluster
1 parent 1b3e339 commit bef38c5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

schemas/claim.schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,18 @@
9999
"tnf": {
100100
"type": "string",
101101
"description": "The test-network-function (tnf) release version."
102+
},
103+
"ocp": {
104+
"type": "string",
105+
"description": "OCP cluster release version."
106+
},
107+
"k8s": {
108+
"type": "string",
109+
"description": "The Kubernetes release version."
110+
},
111+
"ocClient": {
112+
"type": "string",
113+
"description": "The oc client release version."
102114
}
103115
},
104116
"additionalProperties": false,

0 commit comments

Comments
 (0)