Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applier ¶
type Applier struct {
// contains filtered or unexported fields
}
Applier wraps an instance of Manifest and provides a way to apply it to the cluster.
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
type Manifest ¶
type Manifest struct {
// contains filtered or unexported fields
}
func (*Manifest) Process ¶
func (m *Manifest) Process(data any) ([]*unstructured.Unstructured, error)
Process allows any arbitrary struct to be passed and used while processing the content of the manifest.
Click to show internal directories.
Click to hide internal directories.