Skip to content

Commit 332851a

Browse files
committed
update schemas
1 parent e547e08 commit 332851a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/content/en/schemas/v2beta1.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@
298298
"description": "items that need to be built, along with the context in which they should be built.",
299299
"x-intellij-html-description": "items that need to be built, along with the context in which they should be built."
300300
},
301+
"Auto": {
302+
"description": "cannot be customized.",
303+
"x-intellij-html-description": "cannot be customized."
304+
},
301305
"BazelArtifact": {
302306
"required": [
303307
"target"
@@ -1931,6 +1935,11 @@
19311935
},
19321936
"Sync": {
19331937
"properties": {
1938+
"auto": {
1939+
"$ref": "#/definitions/Auto",
1940+
"description": "delegates discovery of sync rules to the build system. Currently not available on any builders.",
1941+
"x-intellij-html-description": "delegates discovery of sync rules to the build system. Currently not available on any builders."
1942+
},
19341943
"infer": {
19351944
"items": {
19361945
"type": "string"
@@ -1951,7 +1960,8 @@
19511960
},
19521961
"preferredOrder": [
19531962
"manual",
1954-
"infer"
1963+
"infer",
1964+
"auto"
19551965
],
19561966
"additionalProperties": false,
19571967
"description": "*beta* specifies what files to sync into the container. This is a list of sync rules indicating the intent to sync for source files. If no files are listed, sync all the files and infer the destination.",

integration/testdata/jib-sync/skaffold.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: skaffold/v2alpha4
1+
apiVersion: skaffold/v2beta1
22
kind: Config
33
build:
44
artifacts:

0 commit comments

Comments
 (0)