Skip to content

Commit 8d3091e

Browse files
authored
refactor: Move API to caren.nutanix.com group (#534)
**What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent c3994c5 commit 8d3091e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

PROJECT

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is used to track the info used to scaffold your project
33
# and allow the plugins properly work.
44
# More info: https://book.kubebuilder.io/reference/project-config.html
5-
domain: labs.d2iq.io
5+
domain: nutanix.com
66
layout:
77
- go.kubebuilder.io/v4
88
projectName: cluster-api-runtime-extensions-nutanix
@@ -11,8 +11,8 @@ resources:
1111
- api:
1212
crdVersion: v1
1313
namespaced: true
14-
domain: labs.d2iq.io
15-
group: capiext.labs.d2iq.io
14+
domain: nutanix.com
15+
group: caren.nutanix.com
1616
kind: ClusterConfig
1717
path: github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/api/v1alpha1
1818
version: v1alpha1

api/v1alpha1/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
// Package v1alpha1 contains API Schema definitions for the CAPI extensions v1alpha1 API group
55
// +kubebuilder:object:generate=true
6-
// +groupName=capiext.labs.d2iq.io
6+
// +groupName=caren.nutanix.com
77
package v1alpha1

api/v1alpha1/groupversion_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"sigs.k8s.io/controller-runtime/pkg/scheme"
99
)
1010

11-
const APIGroup = "capiext.labs.d2iq.io"
11+
const APIGroup = "caren.nutanix.com"
1212

1313
var (
1414
// GroupVersion is group version used to register these objects.

docs/content/lifecycle/service-loadbalancer-gc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ load-balancer services have been fully deleted, indicating that the cloud provid
1212
resources.
1313

1414
By default, all clusters will be cleaned up when deleting, but this can be opted out from by setting the annotation
15-
`capiext.labs.d2iq.io/loadbalancer-gc=false`.
15+
`caren.nutanix.com/loadbalancer-gc=false`.

pkg/handlers/generic/lifecycle/ccm/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Package calico provides a handler for managing Calico deployments on clusters, configurable via
55
// labels and annotations.
66
//
7-
// To enable Calico deployment, a cluster must be labelled with `capiext.labs.d2iq.io/cni=calico`.
7+
// To enable Calico deployment, a cluster must be labelled with `caren.nutanix.com/cni=calico`.
88
// This will ensure the Tigera Configmap and associated ClusterResourceSet.
99
//
1010
// +kubebuilder:rbac:groups=addons.cluster.x-k8s.io,resources=clusterresourcesets,verbs=watch;list;get;create;patch;update;delete

pkg/handlers/generic/lifecycle/csi/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Package calico provides a handler for managing Calico deployments on clusters, configurable via
55
// labels and annotations.
66
//
7-
// To enable Calico deployment, a cluster must be labelled with `capiext.labs.d2iq.io/cni=calico`.
7+
// To enable Calico deployment, a cluster must be labelled with `caren.nutanix.com/cni=calico`.
88
// This will ensure the Tigera Configmap and associated ClusterResourceSet.
99
//
1010
// +kubebuilder:rbac:groups=addons.cluster.x-k8s.io,resources=clusterresourcesets,verbs=watch;list;get;create;patch;update;delete

0 commit comments

Comments
 (0)