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 ¶
Types ¶
type Client ¶
type ClientProvider ¶
func NewProvider ¶
func NewProvider(platform boshplatform.Platform, logger boshlog.Logger) ClientProvider
type Service ¶
Source Files
¶
- client_interface.go
- http_client.go
- monit_retry_client.go
- monit_retry_strategy.go
- provider.go
- status.go
- status_interface.go
Click to show internal directories.
Click to hide internal directories.