Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detector ¶
type Detector struct{}
func NewDetector ¶
func NewDetector() *Detector
func (*Detector) Fetchers ¶
func (d *Detector) Fetchers() []core.ResourceFetcher
func (*Detector) ResourceTypes ¶
type ECSFetcher ¶
type ECSFetcher struct{}
func (*ECSFetcher) ResourceType ¶
func (f *ECSFetcher) ResourceType() string
type OSSFetcher ¶
type OSSFetcher struct{}
func (*OSSFetcher) ResourceType ¶
func (f *OSSFetcher) ResourceType() string
type PolarDBFetcher ¶
type PolarDBFetcher struct{}
PolarDBFetcher fetches PolarDB clusters.
func (*PolarDBFetcher) ResourceType ¶
func (f *PolarDBFetcher) ResourceType() string
type RDSFetcher ¶
type RDSFetcher struct{}
func (*RDSFetcher) ResourceType ¶
func (f *RDSFetcher) ResourceType() string
type TairFetcher ¶
type TairFetcher struct{}
TairFetcher fetches Tair (Redis-compatible) instances via the r-kvstore API.
func (*TairFetcher) ResourceType ¶
func (f *TairFetcher) ResourceType() string
type VPCFetcher ¶
type VPCFetcher struct{}
func (*VPCFetcher) ResourceType ¶
func (f *VPCFetcher) ResourceType() string
type VSwitchFetcher ¶
type VSwitchFetcher struct{}
VSwitchFetcher fetches VSwitches (aliyun's equivalent of a subnet).
func (*VSwitchFetcher) ResourceType ¶
func (f *VSwitchFetcher) ResourceType() string
Click to show internal directories.
Click to hide internal directories.