Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Image string `json:"image"` Name string `json:"name"` Command []string `json:"command,omitempty"` Ports []Port `json:"ports,omitempty"` }
Container object
type CreateApp ¶
type CreateApp struct { Name string `json:"name"` Replicas int32 `json:"replicas"` Containers []Container `json:"containers"` }
CreateApp request
type CreateUser ¶
type CreateUser struct { Name string `json:"name"` Password string `json:"password"` Role string `json:"role"` }
CreateUser request
Click to show internal directories.
Click to hide internal directories.