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: docs/content/en/schemas/v2beta19.json
+23
Original file line number
Diff line number
Diff line change
@@ -914,6 +914,29 @@
914
914
"description": "describes a dependency on another skaffold configuration.",
915
915
"x-intellij-html-description": "describes a dependency on another skaffold configuration."
916
916
},
917
+
"ContainerHook": {
918
+
"required": [
919
+
"command"
920
+
],
921
+
"properties": {
922
+
"command": {
923
+
"items": {
924
+
"type": "string"
925
+
},
926
+
"type": "array",
927
+
"description": "command to execute.",
928
+
"x-intellij-html-description": "command to execute.",
929
+
"default": "[]"
930
+
}
931
+
},
932
+
"preferredOrder": [
933
+
"command"
934
+
],
935
+
"additionalProperties": false,
936
+
"type": "object",
937
+
"description": "describes a lifecycle hook definition to execute on a container. The container name is inferred from the scope in which this hook is defined.",
938
+
"x-intellij-html-description": "describes a lifecycle hook definition to execute on a container. The container name is inferred from the scope in which this hook is defined."
0 commit comments