k8stree

package
v0.0.0-...-12b6ec9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL