aks

package
v0.1.12-rc1 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

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.

type AzureCredentials

type AzureCredentials struct {
	AccessToken  string `json:"accessToken"`
	ExpiresOn    string `json:"expiresOn"`
	Subscription string `json:"subscription"`
	Tenant       string `json:"tenant"`
	TokenType    string `json:"tokenType"`
}

Jump to

Keyboard shortcuts

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