Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectsTree ¶
type ObjectsTree struct { Children []ObjectsTree `json:"children"` UID string `json:"uid"` Kind string `json:"kind"` Name string `json:"name,omitempty"` Object map[string]interface{} `json:"object"` }
func GetK8sTree ¶
func GetK8sTree(objects []interface{}) ([]ObjectsTree, error)
Click to show internal directories.
Click to hide internal directories.