Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScanClustersCmd ¶
Types ¶
type ClustersScanner ¶
type ClustersScanner struct {
StateFile string
State types.State
Credentials types.Credentials
}
func NewClustersScanner ¶
func NewClustersScanner(opts ClustersScannerOpts) *ClustersScanner
func (*ClustersScanner) Run ¶
func (cs *ClustersScanner) Run() error
type ClustersScannerKafkaService ¶
type ClustersScannerKafkaService interface {
ScanKafkaResources(clusterType kafkatypes.ClusterType) (*types.KafkaAdminClientInformation, error)
}
type ClustersScannerOpts ¶
type ClustersScannerOpts struct {
StateFile string
State types.State
Credentials types.Credentials
}
Click to show internal directories.
Click to hide internal directories.