Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 119c6cc

Browse files
Adding generated files for updates groupName
Signed-off-by: Christopher Hein <[email protected]>
1 parent 32b543e commit 119c6cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+206
-206
lines changed

pkg/apis/operator.aws/register.go renamed to pkg/apis/service-operator.aws/register.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package awsio
22

33
const (
44
// GroupName represents the base of this package
5-
GroupName = "operator.aws"
5+
GroupName = "service-operator.aws"
66
// Version defines the latest version published
77
Version = "v1alpha1"
88
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// +k8s:deepcopy-gen=package,register
22

33
// Package v1alpha1 is the v1alpha1 version of the API.
4-
// +groupName=operator.aws
4+
// +groupName=serviceoperator.aws
55
package v1alpha1

pkg/apis/operator.aws/v1alpha1/register.go renamed to pkg/apis/service-operator.aws/v1alpha1/register.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"k8s.io/apimachinery/pkg/runtime"
66
"k8s.io/apimachinery/pkg/runtime/schema"
77

8-
awsio "github.com/christopherhein/aws-operator/pkg/apis/operator.aws"
8+
awsio "github.com/christopherhein/aws-operator/pkg/apis/service-operator.aws"
99
)
1010

1111
// SchemeBuilder definition

0 commit comments

Comments
 (0)