We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22b346 commit f80a723Copy full SHA for f80a723
pkg/utils/kube/kube.go
@@ -55,6 +55,11 @@ const (
55
HorizontalPodAutoscalerKind = "HorizontalPodAutoscaler"
56
)
57
58
+const (
59
+ ServiceDiscoveryGroup = "discovery.k8s.io"
60
+ ServiceDiscoveryEndpointSliceKind = "EndpointSlice"
61
+)
62
+
63
type ResourceInfoProvider interface {
64
IsNamespaced(gk schema.GroupKind) (bool, error)
65
}
0 commit comments