Documentation ¶
Index ¶
- type Handler
- func (h *Handler) CollectObjectsFromDir(resourcesPath string) ([]runtime.Object, error)
- func (h *Handler) CreateObjectFromManifest(manifest string) (runtime.Object, error)
- func (h *Handler) CreateObjectsFromManifests(manifests []string) ([]runtime.Object, error)
- func (h *Handler) GetManifestsFromDir(resourcesPath string) ([]string, error)
- func (h *Handler) GetManifestsFromYaml(yamlFile string) ([]string, error)
- func (h *Handler) ObjectsToUnstructured(objects []runtime.Object) ([]*unstructured.Unstructured, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func (*Handler) CollectObjectsFromDir ¶
func (*Handler) CreateObjectFromManifest ¶
func (*Handler) CreateObjectsFromManifests ¶
func (*Handler) GetManifestsFromDir ¶
func (*Handler) GetManifestsFromYaml ¶
func (*Handler) ObjectsToUnstructured ¶
func (h *Handler) ObjectsToUnstructured(objects []runtime.Object) ([]*unstructured.Unstructured, error)
Click to show internal directories.
Click to hide internal directories.