Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCollectInputCommand ¶
Types ¶
type RenderInput ¶
type RenderInput struct { Triggers []RenderInputTrigger `json:"triggers"` Context []RenderInputContext `json:"context"` Libraries map[string]string `json:"libraries"` }
type RenderInputContext ¶
type RenderInputContext struct { Name string `json:"name"` Resources []unstructured.Unstructured `json:"resources"` }
type RenderInputTrigger ¶
type RenderInputTrigger struct { Name string `json:"name"` WatchResource *unstructured.Unstructured `json:"watchResource"` }
Click to show internal directories.
Click to hide internal directories.