Skip to content

Commit

Permalink
api update by KubeVirt Prow build 1811097329088860160
Browse files Browse the repository at this point in the history
  • Loading branch information
kubevirt-bot committed Jul 10, 2024
1 parent 11c490e commit a3faf18
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 87 deletions.
58 changes: 0 additions & 58 deletions core/v1/deepcopy_generated.go

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

13 changes: 0 additions & 13 deletions core/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2992,13 +2992,6 @@ func (p PreferenceMatcher) GetRevisionName() string {
return p.RevisionName
}

type LiveUpdateAffinity struct{}

type LiveUpdateCPU struct {
// The maximum amount of sockets that can be hot-plugged to the Virtual Machine
MaxSockets *uint32 `json:"maxSockets,omitempty" optional:"true"`
}

type LiveUpdateConfiguration struct {
// MaxHotplugRatio is the ratio used to define the max amount
// of a hotplug resource that can be made available to a VM
Expand All @@ -3014,12 +3007,6 @@ type LiveUpdateConfiguration struct {
MaxGuest *resource.Quantity `json:"maxGuest,omitempty"`
}

type LiveUpdateMemory struct {
// MaxGuest defines the maximum amount memory that can be allocated for the VM.
// +optional
MaxGuest *resource.Quantity `json:"maxGuest,omitempty"`
}

// SEVPlatformInfo contains information about the AMD SEV features for the node.
//
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
Expand Down
16 changes: 0 additions & 16 deletions core/v1/types_swagger_generated.go

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

0 comments on commit a3faf18

Please sign in to comment.