operator-controller
operator-controller copied to clipboard
Update documentation to reflect the newly effected monorepo changes.
Create a an operator-controller migration prep branch. Fetch and merge the contents of the catalogd migration prep branch being keen to preserve the git history We expect a merge conflict...
Update Tilt configuration to update references to the new path of the catalogd Tiltfile thereby restoring all previous tilt functionality
Create a catalogd migration prep branch and move the contents of the repository into a newly created catalogd directory with the exception of: - `api` directory - go.mod - go.sum...
Here are some use cases for the same: * As an admin, I don’t want to remove a ClusterCatalog resource from the cluster, but would like it to no longer...
RFC Draft : [link](https://docs.google.com/document/d/1VmncLojrZFAEjRBIz0KwZlB_7K4ENTpCLPZfzHJRVDA/edit)
Goals: 1. Eliminate current and prevent future side effects of dependency imports when importing APIs. (for example: see https://github.com/openshift/enhancements/blob/master/dev-guide/api-conventions.md#no-functions) 2. Put up barriers to breaking changes. Once we reach v1.0.0,...
# Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive Commit Messages - [...
If cluster-scoped list & watch permissions are missing for types contained in the bundle image, operator-controller will fail to populate .status. Intenal error also blocks deletion of ClusterExtension CR, due...
Follow up that came out of #1207 ``` Should we create one or more new metrics related to this cache? For example: - gauge: number of known ClusterCatalogs - gauge:...