Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyStampedObjectError ¶
type ApplyStampedObjectError struct { Err error StampedObject *unstructured.Unstructured }
func (ApplyStampedObjectError) Error ¶
func (e ApplyStampedObjectError) Error() string
type GetRunTemplateError ¶
func (GetRunTemplateError) Error ¶
func (e GetRunTemplateError) Error() string
type ListCreatedObjectsError ¶
func (ListCreatedObjectsError) Error ¶
func (e ListCreatedObjectsError) Error() string
type Realizer ¶
type Realizer interface {
Realize(ctx context.Context, runnable *v1alpha1.Runnable, systemRepo repository.Repository, runnableRepo repository.Repository) (*unstructured.Unstructured, templates.Outputs, error)
}
func NewRealizer ¶
func NewRealizer() Realizer
type ResolveSelectorError ¶
type ResolveSelectorError struct { Err error Selector *v1alpha1.ResourceSelector }
func (ResolveSelectorError) Error ¶
func (e ResolveSelectorError) Error() string
type RetrieveOutputError ¶
func (RetrieveOutputError) Error ¶
func (e RetrieveOutputError) Error() string
type StampError ¶
func (StampError) Error ¶
func (e StampError) Error() string
type TemplatingContext ¶
Click to show internal directories.
Click to hide internal directories.