Skip to content

Commit

Permalink
Merge pull request #30 from kubeshop/api_create
Browse files Browse the repository at this point in the history
Api create
  • Loading branch information
jasmingacic authored Apr 7, 2022
2 parents d152ea7 + 8b59bcd commit 84419e4
Show file tree
Hide file tree
Showing 16 changed files with 142 additions and 610 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
# Dependency directories (remove the comment below to include it)
# vendor/

kubeconfig
kubeconfig
server/api/
7 changes: 7 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ paths:
application/json:
schema:
type: object
properties:
name:
type: string
namespace:
type: string
openapi:
type: string
responses:
201:
description: "API deployed"
Expand Down
1 change: 1 addition & 0 deletions server/.openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ main.go
go/go.mod
go/Dockerfile
Dockerfile
README.md
3 changes: 1 addition & 2 deletions server/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Dockerfile
README.md
api/openapi.yaml
go.mod
go/api.go
Expand All @@ -18,6 +16,7 @@ go/model_api_item.go
go/model_api_item_fleet.go
go/model_api_item_service.go
go/model_envoy_fleet_item.go
go/model_inline_object.go
go/model_service_item.go
go/model_service_port_item.go
go/model_static_route_item.go
Expand Down
Loading

0 comments on commit 84419e4

Please sign in to comment.