You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api/swagger-spec/oapi-v1.json
+7-3
Original file line number
Diff line number
Diff line change
@@ -24900,23 +24900,27 @@
24900
24900
"$ref": "v1.ObjectMeta",
24901
24901
"description": "Standard object's metadata."
24902
24902
},
24903
+
"message": {
24904
+
"type": "string",
24905
+
"description": "message is an optional instructional message that will be displayed when this template is instantiated. This field should inform the user how to utilize the newly created resources. Parameter substitution will be performed on the message before being displayed so that generated credentials and other parameters can be included in the output."
24906
+
},
24903
24907
"objects": {
24904
24908
"type": "array",
24905
24909
"items": {
24906
24910
"$ref": "runtime.RawExtension"
24907
24911
},
24908
-
"description": "Objects is an array of objects to include in this template. Required."
24912
+
"description": "objects is an array of resources to include in this template."
24909
24913
},
24910
24914
"parameters": {
24911
24915
"type": "array",
24912
24916
"items": {
24913
24917
"$ref": "v1.Parameter"
24914
24918
},
24915
-
"description": "Optional: Parameters is an array of Parameters used during the Template to Config transformation."
24919
+
"description": "parameters is an optional array of Parameters used during the Template to Config transformation."
24916
24920
},
24917
24921
"labels": {
24918
24922
"type": "object",
24919
-
"description": "Labels is a set of labels that are applied to every object during the Template to Config transformation. Optional"
24923
+
"description": "labels is a optional set of labels that are applied to every object during the Template to Config transformation."
"": "Template contains the inputs needed to produce a Config.",
25
25
"metadata": "Standard object's metadata.",
26
-
"objects": "Objects is an array of objects to include in this template. Required.",
27
-
"parameters": "Optional: Parameters is an array of Parameters used during the Template to Config transformation.",
28
-
"labels": "Labels is a set of labels that are applied to every object during the Template to Config transformation. Optional",
26
+
"message": "message is an optional instructional message that will be displayed when this template is instantiated. This field should inform the user how to utilize the newly created resources. Parameter substitution will be performed on the message before being displayed so that generated credentials and other parameters can be included in the output.",
27
+
"objects": "objects is an array of resources to include in this template.",
28
+
"parameters": "parameters is an optional array of Parameters used during the Template to Config transformation.",
29
+
"labels": "labels is a optional set of labels that are applied to every object during the Template to Config transformation.",
0 commit comments