Documentation
¶
Overview ¶
Package aks provides a datagatherer for AKS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AKSDataGatherer ¶ added in v0.1.10
type AKSDataGatherer struct {
// contains filtered or unexported fields
}
AKSDataGatherer is a DataGatherer for AKS.
func NewAKSDataGatherer ¶ added in v0.1.10
func NewAKSDataGatherer(ctx context.Context, resourceGroup, clusterName, credentialsPath string) (*AKSDataGatherer, error)
NewAKSDataGatherer creates a new AKSDataGatherer for a cluster.
func (*AKSDataGatherer) Fetch ¶ added in v0.1.10
func (g *AKSDataGatherer) Fetch() (interface{}, error)
Fetch retrieves cluster information from AKS.
type AKSInfo ¶ added in v0.1.10
type AKSInfo struct {
Cluster *aks.ManagedCluster
}
AKSInfo contains the data retrieved from AKS.
Click to show internal directories.
Click to hide internal directories.