Versions in this module Expand all Collapse all v1 v1.7.7 May 24, 2023 v1.7.6 Apr 12, 2023 Changes in this version + type Client interface + GetClusterSecret func(clusterName string) (*ClusterSecret, error) + func NewClient(cfg *Config) (Client, error) + type ClusterSecret struct + CaCert string + ClientCert string + ClientKey string + Endpoint string + type Config struct + Address string + Token string