Skip to content

Commit

Permalink
push swagger from signadot
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 24, 2024
1 parent 672fcb4 commit c6f55b6
Showing 1 changed file with 11 additions and 66 deletions.
77 changes: 11 additions & 66 deletions generate/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,9 @@
},
"TrafficDiffPairedDiff": {
"properties": {
"baselineCaptureID": {
"type": "string"
},
"id": {
"type": "string"
},
Expand All @@ -577,6 +580,9 @@
},
"source": {
"$ref": "#/definitions/Source"
},
"targetCaptureID": {
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -662,7 +668,10 @@
"type": "string"
},
"query": {
"$ref": "#/definitions/capture.Values"
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"uri": {
"type": "string"
Expand Down Expand Up @@ -1061,59 +1070,6 @@
},
"type": "object"
},
"local": {
"properties": {
"from": {
"$ref": "#/definitions/local.From"
},
"mappings": {
"items": {
"$ref": "#/definitions/local.PortMapping"
},
"type": "array"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"local.From": {
"properties": {
"kind": {
"description": "Kind of entity that we want to route to. One of (Service or Deployment or Rollout).",
"example": "Deployment",
"type": "string"
},
"name": {
"description": "Name of the entity within the Kubernetes cluster.",
"example": "my-frontend",
"type": "string"
},
"namespace": {
"description": "Namespace within which the entity lives in the Kubernetes cluster.",
"example": "default",
"type": "string"
}
},
"required": [
"kind",
"name",
"namespace"
],
"type": "object"
},
"local.PortMapping": {
"properties": {
"port": {
"type": "integer"
},
"toLocal": {
"type": "string"
}
},
"type": "object"
},
"resourceplugin.Runner": {
"properties": {
"image": {
Expand Down Expand Up @@ -1726,17 +1682,6 @@
"description": "Labels are used to specify metadata associated with the sandbox as key-value pairs.",
"type": "object"
},
"local": {
"description": "Local Workloads",
"items": {
"$ref": "#/definitions/local"
},
"type": "array"
},
"localMachineID": {
"description": "Identifier of the machine from where a sandbox containing local workloads\nwas created or is intended to be ran",
"type": "string"
},
"resources": {
"description": "Resources specifies each required resource to spin up the sandbox",
"items": {
Expand Down Expand Up @@ -5006,4 +4951,4 @@
}
},
"swagger": "2.0"
}
}

0 comments on commit c6f55b6

Please sign in to comment.