Documentation ¶
Index ¶
- type NamespaceRestfulApiHandler
- func (h *NamespaceRestfulApiHandler) CreateNamespace(r *restful.Request, w *restful.Response)
- func (h *NamespaceRestfulApiHandler) DeleteNamespace(r *restful.Request, w *restful.Response)
- func (h *NamespaceRestfulApiHandler) DescribeNamespace(r *restful.Request, w *restful.Response)
- func (h *NamespaceRestfulApiHandler) Init() error
- func (h *NamespaceRestfulApiHandler) Name() string
- func (h *NamespaceRestfulApiHandler) QueryNamespace(r *restful.Request, w *restful.Response)
- func (h *NamespaceRestfulApiHandler) UpdateNamespace(r *restful.Request, w *restful.Response)
- type NamespaceSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceRestfulApiHandler ¶
type NamespaceRestfulApiHandler struct { ioc.ObjectImpl // contains filtered or unexported fields }
func (*NamespaceRestfulApiHandler) CreateNamespace ¶
func (h *NamespaceRestfulApiHandler) CreateNamespace(r *restful.Request, w *restful.Response)
func (*NamespaceRestfulApiHandler) DeleteNamespace ¶
func (h *NamespaceRestfulApiHandler) DeleteNamespace(r *restful.Request, w *restful.Response)
func (*NamespaceRestfulApiHandler) DescribeNamespace ¶
func (h *NamespaceRestfulApiHandler) DescribeNamespace(r *restful.Request, w *restful.Response)
func (*NamespaceRestfulApiHandler) Init ¶
func (h *NamespaceRestfulApiHandler) Init() error
func (*NamespaceRestfulApiHandler) Name ¶
func (h *NamespaceRestfulApiHandler) Name() string
func (*NamespaceRestfulApiHandler) QueryNamespace ¶
func (h *NamespaceRestfulApiHandler) QueryNamespace(r *restful.Request, w *restful.Response)
func (*NamespaceRestfulApiHandler) UpdateNamespace ¶
func (h *NamespaceRestfulApiHandler) UpdateNamespace(r *restful.Request, w *restful.Response)
type NamespaceSet ¶
Click to show internal directories.
Click to hide internal directories.