Skip to content

Commit

Permalink
Add support for enhanced cluster and virtual node pool
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamradhakrishnan committed May 25, 2023
1 parent 177daa0 commit cdd9474
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion exp/api/v1beta1/ocimachinepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
// +kubebuilder:object:generate=true
// +groupName=infrastructure.cluster.x-k8s.io

// Constants block.
const (
// MachinePoolFinalizer is the finalizer for the machine pool.
MachinePoolFinalizer = "ocimachinepool.infrastructure.cluster.x-k8s.io"
Expand Down
1 change: 0 additions & 1 deletion exp/api/v1beta1/ocimanagedmachinepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"sigs.k8s.io/cluster-api/errors"
)

// Constants block.
const (
// ManagedMachinePoolFinalizer is the finalizer for managed machine pool.
ManagedMachinePoolFinalizer = "ocimanagedmachinepool.infrastructure.cluster.x-k8s.io"
Expand Down
1 change: 0 additions & 1 deletion exp/api/v1beta1/ocivirtualmachinepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"sigs.k8s.io/cluster-api/errors"
)

// Constants block.
const (
// VirtualMachinePoolFinalizer is the finalizer for virtual machine pool.
VirtualMachinePoolFinalizer = "ocivirtualmachinepool.infrastructure.cluster.x-k8s.io"
Expand Down
1 change: 0 additions & 1 deletion exp/api/v1beta2/ocimachinepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
// +kubebuilder:object:generate=true
// +groupName=infrastructure.cluster.x-k8s.io

// Constants block.
const (
// MachinePoolFinalizer is the finalizer for the machine pool.
MachinePoolFinalizer = "ocimachinepool.infrastructure.cluster.x-k8s.io"
Expand Down
1 change: 0 additions & 1 deletion exp/api/v1beta2/ocimanagedmachinepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"sigs.k8s.io/cluster-api/errors"
)

// Constants block.
const (
// ManagedMachinePoolFinalizer is the finalizer for managed machine pool.
ManagedMachinePoolFinalizer = "ocimanagedmachinepool.infrastructure.cluster.x-k8s.io"
Expand Down
1 change: 0 additions & 1 deletion exp/api/v1beta2/ocivirtualmachinepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"sigs.k8s.io/cluster-api/errors"
)

// Constants block.
const (
// VirtualMachinePoolFinalizer is the finalizer for virtual machine pool.
VirtualMachinePoolFinalizer = "ocivirtualmachinepool.infrastructure.cluster.x-k8s.io"
Expand Down

0 comments on commit cdd9474

Please sign in to comment.