stage

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultFrequency = 10 * time.Second

Variables

This section is empty.

Functions

This section is empty.

Types

type DeployStagePoller

type DeployStagePoller struct {
	// contains filtered or unexported fields
}

func (*DeployStagePoller) PollUntilDone

func (poller *DeployStagePoller) PollUntilDone(ctx context.Context) (DeployStagePollerResponse, error)

type DeployStagePollerFactory

type DeployStagePollerFactory struct {
}

func NewDeployStagePollerFactory

func NewDeployStagePollerFactory() *DeployStagePollerFactory

func (*DeployStagePollerFactory) Create

func (factory *DeployStagePollerFactory) Create(operation *operation.Operation, azureDeploymentName string, options *DeployStagePollerOptions) (*DeployStagePoller, error)

type DeployStagePollerOptions

type DeployStagePollerOptions struct {
	Frequency time.Duration
}

type DeployStagePollerResponse

type DeployStagePollerResponse struct {
	Status     sdk.Status                       `json:"status"`
	Deployment *armresources.DeploymentExtended `json:"deployment"`
}

Jump to

Keyboard shortcuts

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