Skip to content

Commit

Permalink
Merge pull request #202 from EmilGeorgiev/feature/ODJ-2783-add-new-fi…
Browse files Browse the repository at this point in the history
…eld-network-id-to-the-cluster-response-object

ODJ-2783: add new field Network to the type Cluster. It contains the …
  • Loading branch information
roberth1988 authored Feb 16, 2024
2 parents e04903b + de0b2dd commit 8545eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/config/kubernetes/v1.0/kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@
"maintenance": {
"$ref": "#/components/schemas/v1Maintenance"
},
"network":{
"$ref": "#/components/schemas/v1Network"
},
"name": {
"readOnly": true,
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions pkg/services/kubernetes/v1.0/cluster/cluster.go

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

0 comments on commit 8545eec

Please sign in to comment.