Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove inline structs from schema #1913

Merged
merged 3 commits into from
Apr 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions docs/content/en/schemas/v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,6 @@
"description": "contains all the configuration for the build steps",
"x-intellij-html-description": "contains all the configuration for the build steps"
},
"BuildType": {
"properties": {
"googleCloudBuild": {
"$ref": "#/definitions/GoogleCloudBuild"
},
"local": {
"$ref": "#/definitions/LocalBuild"
}
},
"preferredOrder": [
"local",
"googleCloudBuild"
],
"additionalProperties": false,
"description": "contains the specific implementation and parameters needed for the build step. Only one field should be populated.",
"x-intellij-html-description": "contains the specific implementation and parameters needed for the build step. Only one field should be populated."
},
"DeployConfig": {
"anyOf": [
{
Expand Down Expand Up @@ -168,23 +151,6 @@
"description": "contains all the configuration needed by the deploy steps",
"x-intellij-html-description": "contains all the configuration needed by the deploy steps"
},
"DeployType": {
"properties": {
"helm": {
"$ref": "#/definitions/HelmDeploy"
},
"kubectl": {
"$ref": "#/definitions/KubectlDeploy"
}
},
"preferredOrder": [
"helm",
"kubectl"
],
"additionalProperties": false,
"description": "contains the specific implementation and parameters needed for the deploy step. Only one field should be populated.",
"x-intellij-html-description": "contains the specific implementation and parameters needed for the deploy step. Only one field should be populated."
},
"GoogleCloudBuild": {
"properties": {
"projectId": {
Expand Down
72 changes: 0 additions & 72 deletions docs/content/en/schemas/v1alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,6 @@
"description": "represents items that need to be built, along with the context in which they should be built.",
"x-intellij-html-description": "represents items that need to be built, along with the context in which they should be built."
},
"ArtifactType": {
"properties": {
"bazel": {
"$ref": "#/definitions/BazelArtifact"
},
"docker": {
"$ref": "#/definitions/DockerArtifact"
}
},
"preferredOrder": [
"docker",
"bazel"
],
"additionalProperties": false
},
"BazelArtifact": {
"properties": {
"target": {
Expand Down Expand Up @@ -182,27 +167,6 @@
"description": "contains all the configuration for the build steps",
"x-intellij-html-description": "contains all the configuration for the build steps"
},
"BuildType": {
"properties": {
"googleCloudBuild": {
"$ref": "#/definitions/GoogleCloudBuild"
},
"kaniko": {
"$ref": "#/definitions/KanikoBuild"
},
"local": {
"$ref": "#/definitions/LocalBuild"
}
},
"preferredOrder": [
"local",
"googleCloudBuild",
"kaniko"
],
"additionalProperties": false,
"description": "contains the specific implementation and parameters needed for the build step. Only one field should be populated.",
"x-intellij-html-description": "contains the specific implementation and parameters needed for the build step. Only one field should be populated."
},
"DateTimeTagger": {
"properties": {
"format": {
Expand Down Expand Up @@ -262,27 +226,6 @@
"description": "contains all the configuration needed by the deploy steps",
"x-intellij-html-description": "contains all the configuration needed by the deploy steps"
},
"DeployType": {
"properties": {
"helm": {
"$ref": "#/definitions/HelmDeploy"
},
"kubectl": {
"$ref": "#/definitions/KubectlDeploy"
},
"kustomize": {
"$ref": "#/definitions/KustomizeDeploy"
}
},
"preferredOrder": [
"helm",
"kubectl",
"kustomize"
],
"additionalProperties": false,
"description": "contains the specific implementation and parameters needed for the deploy step. Only one field should be populated.",
"x-intellij-html-description": "contains the specific implementation and parameters needed for the deploy step. Only one field should be populated."
},
"DockerArtifact": {
"properties": {
"buildArgs": {
Expand Down Expand Up @@ -393,21 +336,6 @@
"description": "represents image config to use the FullyQualifiedImageName as param to set",
"x-intellij-html-description": "represents image config to use the FullyQualifiedImageName as param to set"
},
"HelmImageConfig": {
"properties": {
"fqn": {
"$ref": "#/definitions/HelmFQNConfig"
},
"helm": {
"$ref": "#/definitions/HelmConventionConfig"
}
},
"preferredOrder": [
"fqn",
"helm"
],
"additionalProperties": false
},
"HelmImageStrategy": {
"anyOf": [
{
Expand Down
72 changes: 0 additions & 72 deletions docs/content/en/schemas/v1alpha3.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,6 @@
"description": "represents items that need to be built, along with the context in which they should be built.",
"x-intellij-html-description": "represents items that need to be built, along with the context in which they should be built."
},
"ArtifactType": {
"properties": {
"bazel": {
"$ref": "#/definitions/BazelArtifact"
},
"docker": {
"$ref": "#/definitions/DockerArtifact"
}
},
"preferredOrder": [
"docker",
"bazel"
],
"additionalProperties": false
},
"BazelArtifact": {
"properties": {
"target": {
Expand Down Expand Up @@ -182,27 +167,6 @@
"description": "contains all the configuration for the build steps",
"x-intellij-html-description": "contains all the configuration for the build steps"
},
"BuildType": {
"properties": {
"googleCloudBuild": {
"$ref": "#/definitions/GoogleCloudBuild"
},
"kaniko": {
"$ref": "#/definitions/KanikoBuild"
},
"local": {
"$ref": "#/definitions/LocalBuild"
}
},
"preferredOrder": [
"local",
"googleCloudBuild",
"kaniko"
],
"additionalProperties": false,
"description": "contains the specific implementation and parameters needed for the build step. Only one field should be populated.",
"x-intellij-html-description": "contains the specific implementation and parameters needed for the build step. Only one field should be populated."
},
"DateTimeTagger": {
"properties": {
"format": {
Expand Down Expand Up @@ -262,27 +226,6 @@
"description": "contains all the configuration needed by the deploy steps",
"x-intellij-html-description": "contains all the configuration needed by the deploy steps"
},
"DeployType": {
"properties": {
"helm": {
"$ref": "#/definitions/HelmDeploy"
},
"kubectl": {
"$ref": "#/definitions/KubectlDeploy"
},
"kustomize": {
"$ref": "#/definitions/KustomizeDeploy"
}
},
"preferredOrder": [
"helm",
"kubectl",
"kustomize"
],
"additionalProperties": false,
"description": "contains the specific implementation and parameters needed for the deploy step. Only one field should be populated.",
"x-intellij-html-description": "contains the specific implementation and parameters needed for the deploy step. Only one field should be populated."
},
"DockerArtifact": {
"properties": {
"buildArgs": {
Expand Down Expand Up @@ -393,21 +336,6 @@
"description": "represents image config to use the FullyQualifiedImageName as param to set",
"x-intellij-html-description": "represents image config to use the FullyQualifiedImageName as param to set"
},
"HelmImageConfig": {
"properties": {
"fqn": {
"$ref": "#/definitions/HelmFQNConfig"
},
"helm": {
"$ref": "#/definitions/HelmConventionConfig"
}
},
"preferredOrder": [
"fqn",
"helm"
],
"additionalProperties": false
},
"HelmImageStrategy": {
"anyOf": [
{
Expand Down
80 changes: 0 additions & 80 deletions docs/content/en/schemas/v1alpha4.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,29 +144,6 @@
"description": "represents items that need to be built, along with the context in which they should be built.",
"x-intellij-html-description": "represents items that need to be built, along with the context in which they should be built."
},
"ArtifactType": {
"properties": {
"bazel": {
"$ref": "#/definitions/BazelArtifact"
},
"docker": {
"$ref": "#/definitions/DockerArtifact"
},
"jibGradle": {
"$ref": "#/definitions/JibGradleArtifact"
},
"jibMaven": {
"$ref": "#/definitions/JibMavenArtifact"
}
},
"preferredOrder": [
"docker",
"bazel",
"jibMaven",
"jibGradle"
],
"additionalProperties": false
},
"BazelArtifact": {
"properties": {
"target": {
Expand Down Expand Up @@ -270,27 +247,6 @@
"description": "contains all the configuration for the build steps",
"x-intellij-html-description": "contains all the configuration for the build steps"
},
"BuildType": {
"properties": {
"googleCloudBuild": {
"$ref": "#/definitions/GoogleCloudBuild"
},
"kaniko": {
"$ref": "#/definitions/KanikoBuild"
},
"local": {
"$ref": "#/definitions/LocalBuild"
}
},
"preferredOrder": [
"local",
"googleCloudBuild",
"kaniko"
],
"additionalProperties": false,
"description": "contains the specific implementation and parameters needed for the build step. Only one field should be populated.",
"x-intellij-html-description": "contains the specific implementation and parameters needed for the build step. Only one field should be populated."
},
"DateTimeTagger": {
"properties": {
"format": {
Expand Down Expand Up @@ -350,27 +306,6 @@
"description": "contains all the configuration needed by the deploy steps",
"x-intellij-html-description": "contains all the configuration needed by the deploy steps"
},
"DeployType": {
"properties": {
"helm": {
"$ref": "#/definitions/HelmDeploy"
},
"kubectl": {
"$ref": "#/definitions/KubectlDeploy"
},
"kustomize": {
"$ref": "#/definitions/KustomizeDeploy"
}
},
"preferredOrder": [
"helm",
"kubectl",
"kustomize"
],
"additionalProperties": false,
"description": "contains the specific implementation and parameters needed for the deploy step. Only one field should be populated.",
"x-intellij-html-description": "contains the specific implementation and parameters needed for the deploy step. Only one field should be populated."
},
"DockerArtifact": {
"properties": {
"buildArgs": {
Expand Down Expand Up @@ -483,21 +418,6 @@
"description": "represents image config to use the FullyQualifiedImageName as param to set",
"x-intellij-html-description": "represents image config to use the FullyQualifiedImageName as param to set"
},
"HelmImageConfig": {
"properties": {
"fqn": {
"$ref": "#/definitions/HelmFQNConfig"
},
"helm": {
"$ref": "#/definitions/HelmConventionConfig"
}
},
"preferredOrder": [
"fqn",
"helm"
],
"additionalProperties": false
},
"HelmImageStrategy": {
"anyOf": [
{
Expand Down
Loading