Skip to content

Commit bd48ed7

Browse files
xrstfkcp-ci-bot
authored andcommitted
fix inconsistent group names
On-behalf-of: @SAP [email protected]
1 parent 7fd9576 commit bd48ed7

File tree

8 files changed

+8
-2
lines changed

8 files changed

+8
-2
lines changed

examples/pkg/apis/example/doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ limitations under the License.
1515
*/
1616

1717
// +k8s:deepcopy-gen=package,register
18+
// +groupName=example.dev
1819
package example

examples/pkg/apis/example/v1/doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ limitations under the License.
1515
*/
1616

1717
// +k8s:deepcopy-gen=package,register
18+
// +groupName=example.dev
1819
package v1

examples/pkg/apis/example/v1alpha1/doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ limitations under the License.
1515
*/
1616

1717
// +k8s:deepcopy-gen=package,register
18+
// +groupName=example.dev
1819
package v1alpha1

examples/pkg/apis/example/v1beta1/doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ limitations under the License.
1515
*/
1616

1717
// +k8s:deepcopy-gen=package,register
18+
// +groupName=example.dev
1819
package v1beta1

examples/pkg/apis/example/v2/doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ limitations under the License.
1515
*/
1616

1717
// +k8s:deepcopy-gen=package,register
18+
// +groupName=example.dev
1819
package v2

examples/pkg/apis/example3/register.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ limitations under the License.
1717
package example
1818

1919
const (
20-
GroupName = "example3.dev"
20+
GroupName = "example3.some.corp"
2121
)

examples/pkg/apis/existinginterfaces/register.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ limitations under the License.
1717
package existinginterfaces
1818

1919
const (
20-
GroupName = "existinginterfaces.dev"
20+
GroupName = "existinginterfaces.acme.corp"
2121
)

examples/pkg/apis/secondexample/v1/doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ limitations under the License.
1515
*/
1616

1717
// +k8s:deepcopy-gen=package,register
18+
// +groupName=secondexample.dev
1819
package v1

0 commit comments

Comments
 (0)