Versions in this module Expand all Collapse all v1 v1.12.7 Nov 1, 2024 Changes in this version + type Service interface + GetNodePods func(ctx context.Context, nodeName string) ([]*api_cluster.Pod, error) + GetNodes func(ctx context.Context) ([]*api_cluster.Node, error) + func New(client client.Client) Service