Skip to content

Commit b3f3844

Browse files
committed
feat: added nodes to generic resources
1 parent 2d7f608 commit b3f3844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mcp/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
func (s *Server) initResources() []server.ServerTool {
13-
commonApiVersion := "v1 Pod, v1 Service, apps/v1 Deployment, networking.k8s.io/v1 Ingress"
13+
commonApiVersion := "v1 Pod, v1 Service, v1 Node, apps/v1 Deployment, networking.k8s.io/v1 Ingress"
1414
if s.k.IsOpenShift(context.Background()) {
1515
commonApiVersion += ", route.openshift.io/v1 Route"
1616
}

0 commit comments

Comments
 (0)