Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + type Client interface + GetNode func(ctx context.Context, nodeName string) (*v1.Node, error) + GetPod func(ctx context.Context, namespace, podName string) (*v1.Pod, error) + ValidateToken func(ctx context.Context, token string, audiences []string) (*authv1.TokenReviewStatus, error) + func New(kubeConfigFilePath string) Client