Documentation ¶
Index ¶
- Variables
- type Manifests
- func (s *Manifests) FromBytes(ctx context.Context, manifests []byte) (mf.Manifest, error)
- func (s *Manifests) FromPath(ctx context.Context, path string, recursive bool) (mf.Manifest, error)
- func (s *Manifests) FromString(ctx context.Context, manifests string) (mf.Manifest, error)
- func (s *Manifests) FromUnstructured(ctx context.Context, manifests []unstructured.Unstructured) (mf.Manifest, error)
- func (s *Manifests) LoadDefaults(ctx context.Context) (mf.Manifest, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Manifests ¶
func (*Manifests) FromString ¶
func (*Manifests) FromUnstructured ¶
func (s *Manifests) FromUnstructured(ctx context.Context, manifests []unstructured.Unstructured) (mf.Manifest, error)
Click to show internal directories.
Click to hide internal directories.