Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler() *Handler
func (*Handler) KubernetesAPIProxy ¶
func (h *Handler) KubernetesAPIProxy() iris.Handler
type Item ¶
type Item struct {
Metadata metav1.ObjectMeta `json:"metadata"`
}
type K8sListObj ¶
type K8sListObj struct { Kind string `json:"kind"` ApiVersion string `json:"apiVersion"` Metadata interface{} `json:"metadata"` Items ItemList `json:"items"` }
func (K8sListObj) Sort ¶
func (k K8sListObj) Sort()
Click to show internal directories.
Click to hide internal directories.