Skip to content

Commit be40dda

Browse files
committed
Rename to Athene
1 parent 01d54ca commit be40dda

22 files changed

+58
-58
lines changed

PROJECT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
domain: metalmatze.de
2-
repo: github.com/metalmatze/athena
2+
repo: github.com/metalmatze/athene
33
resources:
4-
- group: athena
4+
- group: athene
55
kind: ServiceLevelObjective
66
version: v1alpha1
77
version: "2"

api/v1alpha1/groupversion_info.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021 Athena Authors.
2+
Copyright 2021 Athene Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
// Package v1alpha1 contains API Schema definitions for the athena v1alpha1 API group
17+
// Package v1alpha1 contains API Schema definitions for the athene v1alpha1 API group
1818
// +kubebuilder:object:generate=true
19-
// +groupName=athena.metalmatze.de
19+
// +groupName=athene.metalmatze.de
2020
package v1alpha1
2121

2222
import (
@@ -26,7 +26,7 @@ import (
2626

2727
var (
2828
// GroupVersion is group version used to register these objects
29-
GroupVersion = schema.GroupVersion{Group: "athena.metalmatze.de", Version: "v1alpha1"}
29+
GroupVersion = schema.GroupVersion{Group: "athene.metalmatze.de", Version: "v1alpha1"}
3030

3131
// SchemeBuilder is used to add go types to the GroupVersionKind scheme
3232
SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

api/v1alpha1/servicelevelobjective_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021 Athena Authors.
2+
Copyright 2021 Athene Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/api/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"net/http"
1111
"time"
1212

13-
"github.com/metalmatze/athena/slo"
13+
"github.com/metalmatze/athene/slo"
1414
"github.com/prometheus/client_golang/api"
1515
prometheusv1 "github.com/prometheus/client_golang/api/prometheus/v1"
1616
"github.com/prometheus/common/model"

config/crd/bases/athena.metalmatze.de_servicelevelobjectives.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.2.5
88
creationTimestamp: null
9-
name: servicelevelobjectives.athena.metalmatze.de
9+
name: servicelevelobjectives.athene.metalmatze.de
1010
spec:
11-
group: athena.metalmatze.de
11+
group: athene.metalmatze.de
1212
names:
1313
kind: ServiceLevelObjective
1414
listKind: ServiceLevelObjectiveList

config/crd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# since it depends on service name and namespace that are out of this kustomize package.
33
# It should be run by config/default
44
resources:
5-
- bases/athena.metalmatze.de_servicelevelobjectives.yaml
5+
- bases/athene.metalmatze.de_servicelevelobjectives.yaml
66
# +kubebuilder:scaffold:crdkustomizeresource
77

88
patchesStrategicMerge:

config/crd/patches/cainjection_in_servicelevelobjectives.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
8-
name: servicelevelobjectives.athena.metalmatze.de
8+
name: servicelevelobjectives.athene.metalmatze.de

config/crd/patches/webhook_in_servicelevelobjectives.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:
6-
name: servicelevelobjectives.athena.metalmatze.de
6+
name: servicelevelobjectives.athene.metalmatze.de
77
spec:
88
conversion:
99
strategy: Webhook

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Adds namespace to all resources.
2-
namespace: athena-system
2+
namespace: athene-system
33

44
# Value of this field is prepended to the
55
# names of all resources, e.g. a deployment named
66
# "wordpress" becomes "alices-wordpress".
77
# Note that it should also match with the prefix (text before '-') of the namespace
88
# field above.
9-
namePrefix: athena-
9+
namePrefix: athene-
1010

1111
# Labels to add to all resources and selectors.
1212
#commonLabels:

0 commit comments

Comments
 (0)