Documentation ¶
Index ¶
- type ExtensionsServer
- type ExtensionsServerTransport
- type FluxConfigOperationStatusServer
- type FluxConfigOperationStatusServerTransport
- type FluxConfigurationsServer
- type FluxConfigurationsServerTransport
- type OperationStatusServer
- type OperationStatusServerTransport
- type OperationsServer
- type OperationsServerTransport
- type ServerFactory
- type ServerFactoryTransport
- type SourceControlConfigurationsServer
- type SourceControlConfigurationsServerTransport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtensionsServer ¶
type ExtensionsServer struct { // BeginCreate is the fake for method ExtensionsClient.BeginCreate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreate func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, extensionName string, extension armkubernetesconfiguration.Extension, options *armkubernetesconfiguration.ExtensionsClientBeginCreateOptions) (resp azfake.PollerResponder[armkubernetesconfiguration.ExtensionsClientCreateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method ExtensionsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, extensionName string, options *armkubernetesconfiguration.ExtensionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armkubernetesconfiguration.ExtensionsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method ExtensionsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, extensionName string, options *armkubernetesconfiguration.ExtensionsClientGetOptions) (resp azfake.Responder[armkubernetesconfiguration.ExtensionsClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method ExtensionsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, options *armkubernetesconfiguration.ExtensionsClientListOptions) (resp azfake.PagerResponder[armkubernetesconfiguration.ExtensionsClientListResponse]) // BeginUpdate is the fake for method ExtensionsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdate func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, extensionName string, patchExtension armkubernetesconfiguration.PatchExtension, options *armkubernetesconfiguration.ExtensionsClientBeginUpdateOptions) (resp azfake.PollerResponder[armkubernetesconfiguration.ExtensionsClientUpdateResponse], errResp azfake.ErrorResponder) }
ExtensionsServer is a fake server for instances of the armkubernetesconfiguration.ExtensionsClient type.
type ExtensionsServerTransport ¶
type ExtensionsServerTransport struct {
// contains filtered or unexported fields
}
ExtensionsServerTransport connects instances of armkubernetesconfiguration.ExtensionsClient to instances of ExtensionsServer. Don't use this type directly, use NewExtensionsServerTransport instead.
func NewExtensionsServerTransport ¶
func NewExtensionsServerTransport(srv *ExtensionsServer) *ExtensionsServerTransport
NewExtensionsServerTransport creates a new instance of ExtensionsServerTransport with the provided implementation. The returned ExtensionsServerTransport instance is connected to an instance of armkubernetesconfiguration.ExtensionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type FluxConfigOperationStatusServer ¶
type FluxConfigOperationStatusServer struct { // Get is the fake for method FluxConfigOperationStatusClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, fluxConfigurationName string, operationID string, options *armkubernetesconfiguration.FluxConfigOperationStatusClientGetOptions) (resp azfake.Responder[armkubernetesconfiguration.FluxConfigOperationStatusClientGetResponse], errResp azfake.ErrorResponder) }
FluxConfigOperationStatusServer is a fake server for instances of the armkubernetesconfiguration.FluxConfigOperationStatusClient type.
type FluxConfigOperationStatusServerTransport ¶
type FluxConfigOperationStatusServerTransport struct {
// contains filtered or unexported fields
}
FluxConfigOperationStatusServerTransport connects instances of armkubernetesconfiguration.FluxConfigOperationStatusClient to instances of FluxConfigOperationStatusServer. Don't use this type directly, use NewFluxConfigOperationStatusServerTransport instead.
func NewFluxConfigOperationStatusServerTransport ¶
func NewFluxConfigOperationStatusServerTransport(srv *FluxConfigOperationStatusServer) *FluxConfigOperationStatusServerTransport
NewFluxConfigOperationStatusServerTransport creates a new instance of FluxConfigOperationStatusServerTransport with the provided implementation. The returned FluxConfigOperationStatusServerTransport instance is connected to an instance of armkubernetesconfiguration.FluxConfigOperationStatusClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type FluxConfigurationsServer ¶
type FluxConfigurationsServer struct { // BeginCreateOrUpdate is the fake for method FluxConfigurationsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, fluxConfigurationName string, fluxConfiguration armkubernetesconfiguration.FluxConfiguration, options *armkubernetesconfiguration.FluxConfigurationsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armkubernetesconfiguration.FluxConfigurationsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method FluxConfigurationsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, fluxConfigurationName string, options *armkubernetesconfiguration.FluxConfigurationsClientBeginDeleteOptions) (resp azfake.PollerResponder[armkubernetesconfiguration.FluxConfigurationsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method FluxConfigurationsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, fluxConfigurationName string, options *armkubernetesconfiguration.FluxConfigurationsClientGetOptions) (resp azfake.Responder[armkubernetesconfiguration.FluxConfigurationsClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method FluxConfigurationsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, options *armkubernetesconfiguration.FluxConfigurationsClientListOptions) (resp azfake.PagerResponder[armkubernetesconfiguration.FluxConfigurationsClientListResponse]) // BeginUpdate is the fake for method FluxConfigurationsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdate func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, fluxConfigurationName string, fluxConfigurationPatch armkubernetesconfiguration.FluxConfigurationPatch, options *armkubernetesconfiguration.FluxConfigurationsClientBeginUpdateOptions) (resp azfake.PollerResponder[armkubernetesconfiguration.FluxConfigurationsClientUpdateResponse], errResp azfake.ErrorResponder) }
FluxConfigurationsServer is a fake server for instances of the armkubernetesconfiguration.FluxConfigurationsClient type.
type FluxConfigurationsServerTransport ¶
type FluxConfigurationsServerTransport struct {
// contains filtered or unexported fields
}
FluxConfigurationsServerTransport connects instances of armkubernetesconfiguration.FluxConfigurationsClient to instances of FluxConfigurationsServer. Don't use this type directly, use NewFluxConfigurationsServerTransport instead.
func NewFluxConfigurationsServerTransport ¶
func NewFluxConfigurationsServerTransport(srv *FluxConfigurationsServer) *FluxConfigurationsServerTransport
NewFluxConfigurationsServerTransport creates a new instance of FluxConfigurationsServerTransport with the provided implementation. The returned FluxConfigurationsServerTransport instance is connected to an instance of armkubernetesconfiguration.FluxConfigurationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type OperationStatusServer ¶
type OperationStatusServer struct { // Get is the fake for method OperationStatusClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, extensionName string, operationID string, options *armkubernetesconfiguration.OperationStatusClientGetOptions) (resp azfake.Responder[armkubernetesconfiguration.OperationStatusClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method OperationStatusClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, options *armkubernetesconfiguration.OperationStatusClientListOptions) (resp azfake.PagerResponder[armkubernetesconfiguration.OperationStatusClientListResponse]) }
OperationStatusServer is a fake server for instances of the armkubernetesconfiguration.OperationStatusClient type.
type OperationStatusServerTransport ¶
type OperationStatusServerTransport struct {
// contains filtered or unexported fields
}
OperationStatusServerTransport connects instances of armkubernetesconfiguration.OperationStatusClient to instances of OperationStatusServer. Don't use this type directly, use NewOperationStatusServerTransport instead.
func NewOperationStatusServerTransport ¶
func NewOperationStatusServerTransport(srv *OperationStatusServer) *OperationStatusServerTransport
NewOperationStatusServerTransport creates a new instance of OperationStatusServerTransport with the provided implementation. The returned OperationStatusServerTransport instance is connected to an instance of armkubernetesconfiguration.OperationStatusClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type OperationsServer ¶
type OperationsServer struct { // NewListPager is the fake for method OperationsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armkubernetesconfiguration.OperationsClientListOptions) (resp azfake.PagerResponder[armkubernetesconfiguration.OperationsClientListResponse]) }
OperationsServer is a fake server for instances of the armkubernetesconfiguration.OperationsClient type.
type OperationsServerTransport ¶
type OperationsServerTransport struct {
// contains filtered or unexported fields
}
OperationsServerTransport connects instances of armkubernetesconfiguration.OperationsClient to instances of OperationsServer. Don't use this type directly, use NewOperationsServerTransport instead.
func NewOperationsServerTransport ¶
func NewOperationsServerTransport(srv *OperationsServer) *OperationsServerTransport
NewOperationsServerTransport creates a new instance of OperationsServerTransport with the provided implementation. The returned OperationsServerTransport instance is connected to an instance of armkubernetesconfiguration.OperationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type ServerFactory ¶
type ServerFactory struct { ExtensionsServer ExtensionsServer FluxConfigOperationStatusServer FluxConfigOperationStatusServer FluxConfigurationsServer FluxConfigurationsServer OperationStatusServer OperationStatusServer OperationsServer OperationsServer SourceControlConfigurationsServer SourceControlConfigurationsServer }
ServerFactory is a fake server for instances of the armkubernetesconfiguration.ClientFactory type.
type ServerFactoryTransport ¶
type ServerFactoryTransport struct {
// contains filtered or unexported fields
}
ServerFactoryTransport connects instances of armkubernetesconfiguration.ClientFactory to instances of ServerFactory. Don't use this type directly, use NewServerFactoryTransport instead.
func NewServerFactoryTransport ¶
func NewServerFactoryTransport(srv *ServerFactory) *ServerFactoryTransport
NewServerFactoryTransport creates a new instance of ServerFactoryTransport with the provided implementation. The returned ServerFactoryTransport instance is connected to an instance of armkubernetesconfiguration.ClientFactory via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type SourceControlConfigurationsServer ¶
type SourceControlConfigurationsServer struct { // CreateOrUpdate is the fake for method SourceControlConfigurationsClient.CreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated CreateOrUpdate func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, sourceControlConfigurationName string, sourceControlConfiguration armkubernetesconfiguration.SourceControlConfiguration, options *armkubernetesconfiguration.SourceControlConfigurationsClientCreateOrUpdateOptions) (resp azfake.Responder[armkubernetesconfiguration.SourceControlConfigurationsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method SourceControlConfigurationsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, sourceControlConfigurationName string, options *armkubernetesconfiguration.SourceControlConfigurationsClientBeginDeleteOptions) (resp azfake.PollerResponder[armkubernetesconfiguration.SourceControlConfigurationsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method SourceControlConfigurationsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, sourceControlConfigurationName string, options *armkubernetesconfiguration.SourceControlConfigurationsClientGetOptions) (resp azfake.Responder[armkubernetesconfiguration.SourceControlConfigurationsClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method SourceControlConfigurationsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, clusterRp string, clusterResourceName string, clusterName string, options *armkubernetesconfiguration.SourceControlConfigurationsClientListOptions) (resp azfake.PagerResponder[armkubernetesconfiguration.SourceControlConfigurationsClientListResponse]) }
SourceControlConfigurationsServer is a fake server for instances of the armkubernetesconfiguration.SourceControlConfigurationsClient type.
type SourceControlConfigurationsServerTransport ¶
type SourceControlConfigurationsServerTransport struct {
// contains filtered or unexported fields
}
SourceControlConfigurationsServerTransport connects instances of armkubernetesconfiguration.SourceControlConfigurationsClient to instances of SourceControlConfigurationsServer. Don't use this type directly, use NewSourceControlConfigurationsServerTransport instead.
func NewSourceControlConfigurationsServerTransport ¶
func NewSourceControlConfigurationsServerTransport(srv *SourceControlConfigurationsServer) *SourceControlConfigurationsServerTransport
NewSourceControlConfigurationsServerTransport creates a new instance of SourceControlConfigurationsServerTransport with the provided implementation. The returned SourceControlConfigurationsServerTransport instance is connected to an instance of armkubernetesconfiguration.SourceControlConfigurationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.