 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type K8sServiceImpl
- 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)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sServiceImpl ¶
type K8sServiceImpl struct {
	ioc.ObjectImpl
}
    func (*K8sServiceImpl) CreateCluster ¶
func (s *K8sServiceImpl) CreateCluster(ctx context.Context, in *k8s.CreateClusterRequest) (*k8s.Cluster, error)
CreateCluster implements k8s.Service.
func (*K8sServiceImpl) DeleteCluster ¶
func (s *K8sServiceImpl) DeleteCluster(ctx context.Context, in *k8s.DeleteClusterRequest) (*k8s.Cluster, error)
DeleteCluster implements k8s.Service.
func (*K8sServiceImpl) DescribeCluster ¶
func (s *K8sServiceImpl) DescribeCluster(ctx context.Context, in *k8s.DescribeClusterRequest) (*k8s.Cluster, error)
DescribeCluster implements k8s.Service.
func (*K8sServiceImpl) Init ¶
func (s *K8sServiceImpl) Init() error
func (*K8sServiceImpl) Name ¶
func (s *K8sServiceImpl) Name() string
func (*K8sServiceImpl) QueryCluster ¶
func (s *K8sServiceImpl) QueryCluster(ctx context.Context, in *k8s.QueryClusterRequest) (*types.Set[*k8s.Cluster], error)
QueryCluster implements k8s.Service.
func (*K8sServiceImpl) UpdateCluster ¶
func (s *K8sServiceImpl) UpdateCluster(ctx context.Context, in *k8s.UpdateClusterRequest) (*k8s.Cluster, error)
UpdateCluster implements k8s.Service.
func (*K8sServiceImpl) UpdateKubeConfig ¶
func (s *K8sServiceImpl) UpdateKubeConfig(ctx context.Context, in *k8s.UpdateKubeConfigRequest) (*k8s.Cluster, error)
更新Kubeconfig
 Click to show internal directories. 
   Click to hide internal directories.