Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIInterface ¶
type APIInterface interface { Version(r *restful.Request, w *restful.Response) APIServer(r *restful.Request, w *restful.Response) ResourceList(r *restful.Request, w *restful.Response) Events(r *restful.Request, w *restful.Response) }
func NewAPIServer ¶
func NewAPIServer() APIInterface
type Core ¶
type Core struct { // EtcdClient *clientv3.Client Network NetworkInterface // Secret SecretInterface APIServer APIInterface }
func (Core) API ¶
func (c Core) API() []*restful.WebService
func (Core) Version ¶
func (c Core) Version() []*restful.WebService
Click to show internal directories.
Click to hide internal directories.