Skip to content

Commit

Permalink
fix: remove check for cpu family type
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiGuranIonos committed Aug 23, 2024
1 parent d83bfd2 commit bd1747d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion apis/compute/v1alpha1/serverset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ type ServerSetTemplateSpec struct {
// available CPU architectures can be retrieved from the datacenter resource.
//
// +immutable
// +kubebuilder:validation:Enum=AMD_OPTERON;INTEL_SKYLAKE;INTEL_XEON
CPUFamily string `json:"cpuFamily,omitempty"`
// The total number of cores for the server.
//
Expand Down
4 changes: 0 additions & 4 deletions package/crds/compute.ionoscloud.crossplane.io_serversets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,6 @@ spec:
description: |-
CPU architecture on which server gets provisioned; not all CPU architectures are available in all datacenter regions;
available CPU architectures can be retrieved from the datacenter resource.
enum:
- AMD_OPTERON
- INTEL_SKYLAKE
- INTEL_XEON
type: string
nics:
description: NICs are the network interfaces of the server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,6 @@ spec:
description: |-
CPU architecture on which server gets provisioned; not all CPU architectures are available in all datacenter regions;
available CPU architectures can be retrieved from the datacenter resource.
enum:
- AMD_OPTERON
- INTEL_SKYLAKE
- INTEL_XEON
type: string
nics:
description: NICs are the network interfaces of the server.
Expand Down

0 comments on commit bd1747d

Please sign in to comment.