Documentation ¶
Index ¶
- func ExecCommand() cli.Command
- func HealthCommand() cli.Command
- func IPCommand() cli.Command
- func LeaderCommand() cli.Command
- func ProbeCommand() cli.Command
- func ProcessCloudInit(mdClient metadata.Client) error
- func ServiceCommand() cli.Command
- func WaitForServiceScale(c *cli.Context) error
- type HealthContext
- type StringifyError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecCommand ¶ added in v0.15.0
func HealthCommand ¶ added in v0.2.0
func LeaderCommand ¶
func ProbeCommand ¶ added in v0.11.0
func ProcessCloudInit ¶ added in v0.19.0
func ServiceCommand ¶
func WaitForServiceScale ¶
Types ¶
type HealthContext ¶ added in v0.7.0
type HealthContext struct {
// contains filtered or unexported fields
}
func NewHealthContext ¶ added in v0.7.0
func NewHealthContext(c *cli.Context) *HealthContext
func (*HealthContext) ServeHTTP ¶ added in v0.7.0
func (h *HealthContext) ServeHTTP(w http.ResponseWriter, r *http.Request)
type StringifyError ¶
type StringifyError struct {
// contains filtered or unexported fields
}
func (*StringifyError) Error ¶
func (e *StringifyError) Error() string
Click to show internal directories.
Click to hide internal directories.