Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultAPIVersion = "2026-05-02-preview" DefaultResourceManagerEndpoint = "https://management.azure.com" DefaultAuthorityHost = "https://login.microsoftonline.com" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶ added in v0.1.8
type Data struct {
BootstrapToken string
ClusterFQDN string
CACertData string
// contains filtered or unexported fields
}
Data contains the short-lived Kubernetes join credentials returned by listBootstrapData. The raw response is retained only so the bootstrap CLI can write the complete RP response; runtime callers should use the typed fields.
type Options ¶
type Options struct {
ClusterResourceID string
AgentPoolName string
AuthMode string
MSIClientID string
SPTenantID string
SPClientID string
SPClientSecret string
SPClientSecretFile string
SPClientCertificateFile string
SPClientCredentialFile string
ResourceManagerEndpoint string
ResourceManagerAudience string
AuthorityHost string
APIVersion string
OutputPath string
}
Click to show internal directories.
Click to hide internal directories.