File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
15
15
// Package v1alpha1 contains API Schema definitions for the healthcheck v1alpha1 API group
16
16
// +kubebuilder:object:generate=true
17
- // +groupName=healthcheck.cloud.google.com
17
+ // +groupName=config. healthcheck.kpt.dev
18
18
package v1alpha1
19
19
20
20
import (
@@ -24,7 +24,7 @@ import (
24
24
25
25
var (
26
26
// GroupVersion is group version used to register these objects
27
- GroupVersion = schema.GroupVersion {Group : "healthcheck.cloud.google.com " , Version : "v1alpha1" }
27
+ GroupVersion = schema.GroupVersion {Group : "config. healthcheck.kpt.dev " , Version : "v1alpha1" }
28
28
// SchemeBuilder is used to add go types to the GroupVersionKind scheme
29
29
SchemeBuilder = & scheme.Builder {GroupVersion : GroupVersion }
30
30
// AddToScheme adds the types in this group-version to the given scheme.
Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ type HealthCheckCondition struct {
64
64
65
65
const (
66
66
// LabelComponent indicates the component to which the health check belongs.
67
- LabelComponent = "healthcheck.cloud.google.com /component"
67
+ LabelComponent = "config. healthcheck.kpt.dev /component"
68
68
// LabelServiceError should be set to true if the health check is service level.
69
69
// LabelServiceError should be set to false if the health check is user level.
70
- // Example: healthcheck.cloud.google.io /serviceError: true
71
- LabelServiceError = "healthcheck.cloud.google.com /serviceError"
70
+ // Example: config. healthcheck.kpt.dev /serviceError: true
71
+ LabelServiceError = "config. healthcheck.kpt.dev /serviceError"
72
72
)
73
73
74
74
// +kubebuilder:object:root=true
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ metadata:
19
19
annotations :
20
20
controller-gen.kubebuilder.io/version : v0.11.3
21
21
creationTimestamp : null
22
- name : healthchecks.healthcheck.cloud.google.com
22
+ name : healthchecks.config. healthcheck.kpt.dev
23
23
spec :
24
- group : healthcheck.cloud.google.com
24
+ group : config. healthcheck.kpt.dev
25
25
names :
26
26
kind : HealthCheck
27
27
listKind : HealthCheckList
You can’t perform that action at this time.
0 commit comments