Skip to content

Dependent Subresource Management #173

Closed
@adam-sandor

Description

@adam-sandor

If the operator creates new Kubernetes resources, it usually has to track their lifecycle by listening to their events. This is currently very cumbersome with having to create lots of watches manually.

  • Hard to create the watches - what if the operator get's restarted after the watches were created?
  • When the watch fires it can't update the custom resource easily.

Metadata

Metadata

Assignees

No one assigned

    Labels

    corekind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions