Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type ComplianceState
- type ComplianceStatus
- type EnableHelmOperator
- type ErrorDefinition
- type ErrorResponse
- type HelmOperatorProperties
- type MessageLevel
- type OperationsClient
- type OperatorScope
- type OperatorType
- type ProvisioningState
- type ProxyResource
- type Resource
- type ResourceProviderOperation
- type ResourceProviderOperationDisplay
- type ResourceProviderOperationList
- type ResourceProviderOperationListIterator
- type ResourceProviderOperationListPage
- type Result
- type SourceControlConfiguration
- type SourceControlConfigurationList
- type SourceControlConfigurationListIterator
- type SourceControlConfigurationListPage
- type SourceControlConfigurationProperties
- type SourceControlConfigurationsClient
- type SourceControlConfigurationsDeleteFuture
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type ComplianceState ¶
type ComplianceState = original.ComplianceState
const ( Compliant ComplianceState = original.Compliant Failed ComplianceState = original.Failed Installed ComplianceState = original.Installed Noncompliant ComplianceState = original.Noncompliant Pending ComplianceState = original.Pending )
func PossibleComplianceStateValues ¶
func PossibleComplianceStateValues() []ComplianceState
type ComplianceStatus ¶
type ComplianceStatus = original.ComplianceStatus
type EnableHelmOperator ¶
type EnableHelmOperator = original.EnableHelmOperator
const ( False EnableHelmOperator = original.False True EnableHelmOperator = original.True )
func PossibleEnableHelmOperatorValues ¶
func PossibleEnableHelmOperatorValues() []EnableHelmOperator
type ErrorDefinition ¶
type ErrorDefinition = original.ErrorDefinition
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type HelmOperatorProperties ¶
type HelmOperatorProperties = original.HelmOperatorProperties
type MessageLevel ¶
type MessageLevel = original.MessageLevel
const ( Error MessageLevel = original.Error Information MessageLevel = original.Information Warning MessageLevel = original.Warning )
func PossibleMessageLevelValues ¶
func PossibleMessageLevelValues() []MessageLevel
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type OperatorScope ¶
type OperatorScope = original.OperatorScope
const ( Cluster OperatorScope = original.Cluster Namespace OperatorScope = original.Namespace )
func PossibleOperatorScopeValues ¶
func PossibleOperatorScopeValues() []OperatorScope
type OperatorType ¶
type OperatorType = original.OperatorType
const (
Flux OperatorType = original.Flux
)
func PossibleOperatorTypeValues ¶
func PossibleOperatorTypeValues() []OperatorType
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( ProvisioningStateAccepted ProvisioningState = original.ProvisioningStateAccepted ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed ProvisioningStateRunning ProvisioningState = original.ProvisioningStateRunning ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ResourceProviderOperation ¶
type ResourceProviderOperation = original.ResourceProviderOperation
type ResourceProviderOperationDisplay ¶
type ResourceProviderOperationDisplay = original.ResourceProviderOperationDisplay
type ResourceProviderOperationList ¶
type ResourceProviderOperationList = original.ResourceProviderOperationList
type ResourceProviderOperationListIterator ¶
type ResourceProviderOperationListIterator = original.ResourceProviderOperationListIterator
func NewResourceProviderOperationListIterator ¶
func NewResourceProviderOperationListIterator(page ResourceProviderOperationListPage) ResourceProviderOperationListIterator
type ResourceProviderOperationListPage ¶
type ResourceProviderOperationListPage = original.ResourceProviderOperationListPage
func NewResourceProviderOperationListPage ¶
func NewResourceProviderOperationListPage(getNextPage func(context.Context, ResourceProviderOperationList) (ResourceProviderOperationList, error)) ResourceProviderOperationListPage
type SourceControlConfiguration ¶
type SourceControlConfiguration = original.SourceControlConfiguration
type SourceControlConfigurationList ¶
type SourceControlConfigurationList = original.SourceControlConfigurationList
type SourceControlConfigurationListIterator ¶
type SourceControlConfigurationListIterator = original.SourceControlConfigurationListIterator
func NewSourceControlConfigurationListIterator ¶
func NewSourceControlConfigurationListIterator(page SourceControlConfigurationListPage) SourceControlConfigurationListIterator
type SourceControlConfigurationListPage ¶
type SourceControlConfigurationListPage = original.SourceControlConfigurationListPage
func NewSourceControlConfigurationListPage ¶
func NewSourceControlConfigurationListPage(getNextPage func(context.Context, SourceControlConfigurationList) (SourceControlConfigurationList, error)) SourceControlConfigurationListPage
type SourceControlConfigurationProperties ¶
type SourceControlConfigurationProperties = original.SourceControlConfigurationProperties
type SourceControlConfigurationsClient ¶
type SourceControlConfigurationsClient = original.SourceControlConfigurationsClient
func NewSourceControlConfigurationsClient ¶
func NewSourceControlConfigurationsClient(subscriptionID string) SourceControlConfigurationsClient
func NewSourceControlConfigurationsClientWithBaseURI ¶
func NewSourceControlConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) SourceControlConfigurationsClient
type SourceControlConfigurationsDeleteFuture ¶
type SourceControlConfigurationsDeleteFuture = original.SourceControlConfigurationsDeleteFuture
Click to show internal directories.
Click to hide internal directories.