Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type APIServerProfile
- type AzureEntityResource
- type BaseClient
- type CloudError
- type CloudErrorBody
- type ClusterProfile
- type ConsoleProfile
- type Display
- type IngressProfile
- type MasterProfile
- type NetworkProfile
- type OpenShiftCluster
- type OpenShiftClusterCredentials
- type OpenShiftClusterList
- type OpenShiftClusterListIterator
- type OpenShiftClusterListPage
- type OpenShiftClusterProperties
- type OpenShiftClusterUpdate
- type OpenShiftClustersClient
- type OpenShiftClustersCreateOrUpdateFuture
- type OpenShiftClustersDeleteFuture
- type OpenShiftClustersUpdateFuture
- type Operation
- type OperationList
- type OperationListIterator
- type OperationListPage
- type OperationsClient
- type ProvisioningState
- type ProxyResource
- type Resource
- type ServicePrincipalProfile
- type TrackedResource
- type VMSize
- type VMSize1
- type Visibility
- type Visibility1
- type WorkerProfile
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIServerProfile ¶
type APIServerProfile = original.APIServerProfile
type AzureEntityResource ¶
type AzureEntityResource = original.AzureEntityResource
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type ClusterProfile ¶
type ClusterProfile = original.ClusterProfile
type ConsoleProfile ¶
type ConsoleProfile = original.ConsoleProfile
type IngressProfile ¶
type IngressProfile = original.IngressProfile
type MasterProfile ¶
type MasterProfile = original.MasterProfile
type NetworkProfile ¶
type NetworkProfile = original.NetworkProfile
type OpenShiftCluster ¶
type OpenShiftCluster = original.OpenShiftCluster
type OpenShiftClusterCredentials ¶
type OpenShiftClusterCredentials = original.OpenShiftClusterCredentials
type OpenShiftClusterList ¶
type OpenShiftClusterList = original.OpenShiftClusterList
type OpenShiftClusterListIterator ¶
type OpenShiftClusterListIterator = original.OpenShiftClusterListIterator
func NewOpenShiftClusterListIterator ¶
func NewOpenShiftClusterListIterator(page OpenShiftClusterListPage) OpenShiftClusterListIterator
type OpenShiftClusterListPage ¶
type OpenShiftClusterListPage = original.OpenShiftClusterListPage
func NewOpenShiftClusterListPage ¶
func NewOpenShiftClusterListPage(cur OpenShiftClusterList, getNextPage func(context.Context, OpenShiftClusterList) (OpenShiftClusterList, error)) OpenShiftClusterListPage
type OpenShiftClusterProperties ¶
type OpenShiftClusterProperties = original.OpenShiftClusterProperties
type OpenShiftClusterUpdate ¶
type OpenShiftClusterUpdate = original.OpenShiftClusterUpdate
type OpenShiftClustersClient ¶
type OpenShiftClustersClient = original.OpenShiftClustersClient
func NewOpenShiftClustersClient ¶
func NewOpenShiftClustersClient(subscriptionID string) OpenShiftClustersClient
func NewOpenShiftClustersClientWithBaseURI ¶
func NewOpenShiftClustersClientWithBaseURI(baseURI string, subscriptionID string) OpenShiftClustersClient
type OpenShiftClustersCreateOrUpdateFuture ¶
type OpenShiftClustersCreateOrUpdateFuture = original.OpenShiftClustersCreateOrUpdateFuture
type OpenShiftClustersDeleteFuture ¶
type OpenShiftClustersDeleteFuture = original.OpenShiftClustersDeleteFuture
type OpenShiftClustersUpdateFuture ¶
type OpenShiftClustersUpdateFuture = original.OpenShiftClustersUpdateFuture
type OperationList ¶
type OperationList = original.OperationList
type OperationListIterator ¶
type OperationListIterator = original.OperationListIterator
func NewOperationListIterator ¶
func NewOperationListIterator(page OperationListPage) OperationListIterator
type OperationListPage ¶
type OperationListPage = original.OperationListPage
func NewOperationListPage ¶
func NewOperationListPage(cur OperationList, getNextPage func(context.Context, OperationList) (OperationList, error)) OperationListPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( AdminUpdating ProvisioningState = original.AdminUpdating Creating ProvisioningState = original.Creating Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Succeeded ProvisioningState = original.Succeeded Updating ProvisioningState = original.Updating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ServicePrincipalProfile ¶
type ServicePrincipalProfile = original.ServicePrincipalProfile
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type VMSize ¶
const ( StandardD2sV3 VMSize = original.StandardD2sV3 StandardD4sV3 VMSize = original.StandardD4sV3 StandardD8sV3 VMSize = original.StandardD8sV3 )
func PossibleVMSizeValues ¶
func PossibleVMSizeValues() []VMSize
type VMSize1 ¶
const ( VMSize1StandardD2sV3 VMSize1 = original.VMSize1StandardD2sV3 VMSize1StandardD4sV3 VMSize1 = original.VMSize1StandardD4sV3 VMSize1StandardD8sV3 VMSize1 = original.VMSize1StandardD8sV3 )
func PossibleVMSize1Values ¶
func PossibleVMSize1Values() []VMSize1
type Visibility ¶
type Visibility = original.Visibility
const ( Private Visibility = original.Private Public Visibility = original.Public )
func PossibleVisibilityValues ¶
func PossibleVisibilityValues() []Visibility
type Visibility1 ¶
type Visibility1 = original.Visibility1
const ( Visibility1Private Visibility1 = original.Visibility1Private Visibility1Public Visibility1 = original.Visibility1Public )
func PossibleVisibility1Values ¶
func PossibleVisibility1Values() []Visibility1
type WorkerProfile ¶
type WorkerProfile = original.WorkerProfile
Click to show internal directories.
Click to hide internal directories.