The controller watches all resources as they are deployed from a chart. It can track all the deployed GVKs (group-version-kind) in the resourcehistory. The types will be listed in the status, in the ReleaseHistoryRevision structure.
Later, this collection of types will be de-duped in the watcher so that the set of types can be observed by the discovery API.
The
controllerwatches all resources as they are deployed from a chart. It can track all the deployed GVKs (group-version-kind) in theresourcehistory. The types will be listed in thestatus, in theReleaseHistoryRevisionstructure.Later, this collection of types will be de-duped in the
watcherso that the set of types can be observed by thediscoveryAPI.