Documentation ¶
Index ¶
- Constants
- func NewMonitRetryClient(delegate boshhttp.Client, maxUnavailableAttempts uint, maxOtherAttempts uint, ...) boshhttp.Client
- func NewMonitRetryStrategy(retryable boshhttp.RequestRetryable, maxUnavailableAttempts uint, ...) boshretry.RetryStrategy
- type Client
- type ClientProvider
- type Service
- type Status
Constants ¶
View Source
const ( StatusUnknown = "unknown" StatusStarting = "starting" StatusRunning = "running" StatusFailing = "failing" )
Variables ¶
This section is empty.
Functions ¶
func NewMonitRetryClient ¶
func NewMonitRetryStrategy ¶
func NewMonitRetryStrategy( retryable boshhttp.RequestRetryable, maxUnavailableAttempts uint, maxOtherAttempts uint, delay time.Duration, timeService clock.Clock, ) boshretry.RetryStrategy
Types ¶
type Client ¶
type ClientProvider ¶
func NewProvider ¶
func NewProvider(platform boshplatform.Platform, logger boshlog.Logger) ClientProvider
Source Files ¶
Click to show internal directories.
Click to hide internal directories.