Add Marketplace apis#1
Conversation
The Marketplace APIs rely on the Operator-SDK to generate the deepcopy functions with the `operator-sdk generate k8s` command. The Operator-SDK is picky when it comes to the directory layout when running its commands. This PR updates the directory to meet the Operator-SDK requirements and adds the required dependencies.
This commit introduces the OperatorSource and CatalogSourceConfig APIs to the project.
|
Does a global project structure make sense for the Perhaps a better construction would be placing all APIs in |
|
We may want to drop this if we're not going to follow through w/ moving our APIs to this repo. (see: #3 (comment)) |
|
Plans have changed here - we won't be moving marketplace apis here after all. |
|
@awgreene: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This commit introduces the OperatorSource and CatalogSourceConfig APIs
to the project.