Skip to content

Commit

Permalink
generate swagger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-0505 committed Oct 3, 2024
1 parent 54db239 commit 3570ee8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gen/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -65371,6 +65371,10 @@
"state": {
"description": "State represents the attachment state of a Volume.",
"type": "string"
},
"volumeRef": {
"description": "VolumeRef reference to the claimed Volume",
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions gen/v3/apis__compute.ironcore.dev__v1alpha1_openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4883,6 +4883,15 @@
"state": {
"description": "State represents the attachment state of a Volume.",
"type": "string"
},
"volumeRef": {
"description": "VolumeRef reference to the claimed Volume",
"default": {},
"allOf": [
{
"$ref": "#/components/schemas/io.k8s.api.core.v1.LocalObjectReference"
}
]
}
}
},
Expand Down

0 comments on commit 3570ee8

Please sign in to comment.