Skip to content

Commit

Permalink
remove include/excludeVolumes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Henriksen <[email protected]>
  • Loading branch information
mhenriks committed Sep 10, 2020
1 parent 422648d commit 0f28343
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 61 deletions.
13 changes: 0 additions & 13 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -10972,19 +10972,6 @@
"virtualMachineSnapshotName"
],
"properties": {
"excludeVolumes": {
"type": "array",
"items": {
"type": "string"
}
},
"includeVolumes": {
"description": "only one of IncludeVolumes/ExcludeVolumes may be specified",
"type": "array",
"items": {
"type": "string"
}
},
"target": {
"description": "initially only VirtualMachine type supported",
"$ref": "#/definitions/v1.TypedLocalObjectReference"
Expand Down

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,6 @@ type VirtualMachineRestoreSpec struct {
Target corev1.TypedLocalObjectReference `json:"target"`

VirtualMachineSnapshotName string `json:"virtualMachineSnapshotName"`

// only one of IncludeVolumes/ExcludeVolumes may be specified
// +optional
IncludeVolumes []string `json:"includeVolumes,omitempty"`

// +optional
ExcludeVolumes []string `json:"excludeVolumes,omitempty"`
}

// VirtualMachineRestoreStatus is the spec for a VirtualMachineRestoreresource
Expand Down

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

0 comments on commit 0f28343

Please sign in to comment.