Documentation
¶
Index ¶
- func FilteredListHelmReleases(query string) ([]types.HelmRelease, error)
- func FilteredListKustomizations(query string) ([]types.Kustomization, error)
- func GetHelmRelease(name string, namespace string) (types.HelmRelease, error)
- func GetHelmReleaseInventory(namespace string, name string) (*types.Inventory, error)
- func GetKustomization(name string, namespace string) (types.Kustomization, error)
- func GetKustomizationInventory(namespace string, name string) (*types.Inventory, error)
- func GetObjects(inventory *types.Inventory) (*types.Objects, error)
- func InsertGenericObject(objectList []types.GenericObject, newObject types.GenericObject) []types.GenericObject
- func InsertWorkloadObject(objectList []types.WorkloadObject, newObject types.WorkloadObject) []types.WorkloadObject
- func ObjectType(apiGroup string, kind string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilteredListHelmReleases ¶
func FilteredListHelmReleases(query string) ([]types.HelmRelease, error)
func FilteredListKustomizations ¶
func FilteredListKustomizations(query string) ([]types.Kustomization, error)
func GetHelmRelease ¶
func GetHelmRelease(name string, namespace string) (types.HelmRelease, error)
func GetHelmReleaseInventory ¶
func GetKustomization ¶
func GetKustomization(name string, namespace string) (types.Kustomization, error)
func InsertGenericObject ¶
func InsertGenericObject(objectList []types.GenericObject, newObject types.GenericObject) []types.GenericObject
func InsertWorkloadObject ¶
func InsertWorkloadObject(objectList []types.WorkloadObject, newObject types.WorkloadObject) []types.WorkloadObject
func ObjectType ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.