read

package
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2025 License: Apache-2.0 Imports: 5 Imported by: 21

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterReadService

type ClusterReadService interface {
	IsClusterReachable(clusterId int) (bool, error)
	FindById(id int) (*bean.ClusterBean, error)
	FindOne(clusterName string) (*bean.ClusterBean, error)
	FindByClusterURL(clusterURL string) (*bean.ClusterBean, error)
	GetClusterConfigByClusterId(clusterId int) (*k8s.ClusterConfig, error)
}

type ClusterReadServiceImpl

type ClusterReadServiceImpl struct {
	// contains filtered or unexported fields
}

func NewClusterReadServiceImpl

func NewClusterReadServiceImpl(logger *zap.SugaredLogger,
	clusterRepository repository.ClusterRepository) *ClusterReadServiceImpl

func (*ClusterReadServiceImpl) FindByClusterURL added in v1.4.0

func (impl *ClusterReadServiceImpl) FindByClusterURL(clusterURL string) (*bean.ClusterBean, error)

func (*ClusterReadServiceImpl) FindById added in v1.2.1

func (impl *ClusterReadServiceImpl) FindById(id int) (*bean.ClusterBean, error)

func (*ClusterReadServiceImpl) FindOne added in v1.2.2

func (impl *ClusterReadServiceImpl) FindOne(clusterName string) (*bean.ClusterBean, error)

func (*ClusterReadServiceImpl) GetClusterConfigByClusterId added in v1.8.0

func (impl *ClusterReadServiceImpl) GetClusterConfigByClusterId(clusterId int) (*k8s.ClusterConfig, error)

func (*ClusterReadServiceImpl) IsClusterReachable

func (impl *ClusterReadServiceImpl) IsClusterReachable(clusterId int) (bool, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL