Versions in this module Expand all Collapse all v0 v0.0.8 Sep 14, 2025 Changes in this version + type K8sServiceImpl struct + func (s *K8sServiceImpl) CreateCluster(ctx context.Context, in *k8s.CreateClusterRequest) (*k8s.Cluster, error) + func (s *K8sServiceImpl) DeleteCluster(ctx context.Context, in *k8s.DeleteClusterRequest) (*k8s.Cluster, error) + func (s *K8sServiceImpl) DescribeCluster(ctx context.Context, in *k8s.DescribeClusterRequest) (*k8s.Cluster, error) + func (s *K8sServiceImpl) Init() error + func (s *K8sServiceImpl) Name() string + func (s *K8sServiceImpl) QueryCluster(ctx context.Context, in *k8s.QueryClusterRequest) (*types.Set[*k8s.Cluster], error) + func (s *K8sServiceImpl) UpdateCluster(ctx context.Context, in *k8s.UpdateClusterRequest) (*k8s.Cluster, error) + func (s *K8sServiceImpl) UpdateKubeConfig(ctx context.Context, in *k8s.UpdateKubeConfigRequest) (*k8s.Cluster, error)