Skip to content
Open
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
10 changes: 10 additions & 0 deletions components/api-server/openapi/openapi.gateways.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,16 @@ components:
credential_driver:
type: string
description: JSON-encoded credential storage driver configuration
generation:
type: integer
format: int64
readOnly: true
description: Monotonic desired-state revision, incremented by the API server on any desired-spec change
observed_generation:
type: integer
format: int64
readOnly: true
description: Generation the control plane last successfully applied; converged when equal to generation
GatewayCreateRequest:
type: object
required:
Expand Down
133 changes: 82 additions & 51 deletions components/api-server/pkg/api/grpc/hypershell/v1/gateways.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading