turbonomic / orm

Operator Resource Mapping
Apache License 2.0
5 stars 13 forks source link

Create ORM CRD and ORM sample CR yaml files #1

Closed marvelyue closed 4 years ago

marvelyue commented 4 years ago

Create ORM CRD yaml and an ORM sample CR yaml file for Xl Operator.

ORM CRD should be deployed per K8s cluster, while CR should be deployed in a certain namespace with Operator.

The directory hierarchy matches the generated directories, CRD and sample CR by Kubebuilder, which is a common framework used to generated CRD and custom controller. This will help us to extend the OperatorResourceMapping mechanism by making use of the tool like Kubebuilder.

irfanurrehman commented 4 years ago

/lgtm