Documentation
¶
Overview ¶
Package ps provides methods for managing app processes.
Index ¶
- func ByType(processes api.PodsList) api.PodTypes
- func Delete(c *drycc.Client, appID string, podIDs string) error
- func Describe(c *drycc.Client, appID string, podID string, results int) (api.PodState, int, error)
- func Exec(c *drycc.Client, appID, podID string, command api.Command) (*websocket.Conn, error)
- func List(c *drycc.Client, appID string, results int) (api.PodsList, int, error)
- func Logs(c *drycc.Client, appID, podID string, request api.PodLogsRequest) (*websocket.Conn, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.