Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8SClusterIDResp ¶
type Route ¶
type Route interface { CreateMesos(clusterID, namespace string, data []byte) error DeleteMesos(clusterID, namespace, name string, data []byte) error CreateK8S(clusterID, namespace string, data []byte) error DeleteK8S(clusterID, namespace, resource, name string, data []byte) error }
Route the interface definition of a route
Click to show internal directories.
Click to hide internal directories.