Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLastResourceVersions ¶ added in v0.3.0
func NewLastResourceVersions() *lastResourceVersions
Types ¶
type ClusterState ¶ added in v0.4.0
type ClusterState map[*identity.Locator]*unstructured.Unstructured
func (ClusterState) Locators ¶ added in v0.4.0
func (c ClusterState) Locators() []identity.Locator
type CueInstanceController ¶
type CueInstanceController struct {
// contains filtered or unexported fields
}
func NewCueInstanceController ¶
func NewCueInstanceController(client dynamic.Interface, mapper meta.RESTMapper, runtime *cue.Runtime, instance *cue.Instance) *CueInstanceController
func (*CueInstanceController) Start ¶
func (c *CueInstanceController) Start(ctx context.Context, stateChan chan ClusterState, errChan chan error) (count int, err error)
Click to show internal directories.
Click to hide internal directories.