Skip to content

Commit

Permalink
Update openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Joyce committed Aug 12, 2020
1 parent 794490a commit 80e40ec
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 136 deletions.
50 changes: 25 additions & 25 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4484,7 +4484,7 @@
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
},
"spec": {
"$ref": "#/definitions/kpack.build.v1alpha1.CustomNamespacedBuilderSpec"
"$ref": "#/definitions/kpack.build.v1alpha1.NamespacedBuilderSpec"
},
"status": {
"$ref": "#/definitions/kpack.build.v1alpha1.BuilderStatus"
Expand Down Expand Up @@ -4944,30 +4944,6 @@
}
}
},
"kpack.build.v1alpha1.CustomNamespacedBuilderSpec": {
"type": "object",
"properties": {
"order": {
"type": "array",
"items": {
"$ref": "#/definitions/kpack.build.v1alpha1.OrderEntry"
},
"x-kubernetes-list-type": ""
},
"serviceAccount": {
"type": "string"
},
"stack": {
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference"
},
"store": {
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference"
},
"tag": {
"type": "string"
}
}
},
"kpack.build.v1alpha1.Git": {
"type": "object",
"required": [
Expand Down Expand Up @@ -5166,6 +5142,30 @@
}
}
},
"kpack.build.v1alpha1.NamespacedBuilderSpec": {
"type": "object",
"properties": {
"order": {
"type": "array",
"items": {
"$ref": "#/definitions/kpack.build.v1alpha1.OrderEntry"
},
"x-kubernetes-list-type": ""
},
"serviceAccount": {
"type": "string"
},
"stack": {
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference"
},
"store": {
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference"
},
"tag": {
"type": "string"
}
}
},
"kpack.build.v1alpha1.OrderEntry": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit 80e40ec

Please sign in to comment.