Skip to content

Commit c7d8ef1

Browse files
Ankur MannaAnkur Manna
Ankur Manna
authored and
Ankur Manna
committed
added Discovery Group and EndpointSlice as Constants
1 parent a22b346 commit c7d8ef1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/utils/kube/kube.go

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ const (
5555
HorizontalPodAutoscalerKind = "HorizontalPodAutoscaler"
5656
)
5757

58+
const (
59+
ServiceDiscoveryGroup = "discovery.k8s.io"
60+
ServiceDiscoveryEndpointSliceKind = "EndpointSlice"
61+
)
62+
5863
type ResourceInfoProvider interface {
5964
IsNamespaced(gk schema.GroupKind) (bool, error)
6065
}

0 commit comments

Comments
 (0)