Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GceStateManager ¶
func GceStateManager(ctx *fiber.Ctx) error
func GkeNodeManager ¶
func GkeNodeManager(ctx *fiber.Ctx) error
Types ¶
type GceManagerParam ¶
type GceManagerParam struct {
Action string `query:"action"`
}
type GkeNodeManagerParam ¶
type GkeNodeManagerParam struct {
Replicas uint8 `query:"replicas"`
}
Click to show internal directories.
Click to hide internal directories.