Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
Signed-off-by: yaroslavborbat <[email protected]>
  • Loading branch information
yaroslavborbat committed Dec 5, 2024
1 parent ebd0bb8 commit dc180c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/core/v1alpha2/virtual_machine_class.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ type VirtualMachineClassList struct {
Items []VirtualMachineClass `json:"items"`
}

type VirtualMachineClassNodePlacement struct {
NodeSelector NodeSelector `json:"nodeSelector,omitempty"`
Tolerations []corev1.Toleration `json:"tolerations,omitempty"`
}

type VirtualMachineClassSpec struct {
NodeSelector NodeSelector `json:"nodeSelector,omitempty"`
// Tolerations are the same as `spec.tolerations` in the [Pod](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/).
Expand Down

0 comments on commit dc180c6

Please sign in to comment.