Skip to content

Commit

Permalink
chore: initial change to add nemo data store CRD in nim operator (#235)
Browse files Browse the repository at this point in the history
* chore: initial change to add nemo data store CRD in nim operator
Signed-off-by: shil <[email protected]>

* chore: enable datastore controller

Signed-off-by: shil <[email protected]>

* chore: update env var order

Signed-off-by: shil <[email protected]>

* chore: Update datastore crd rbac in helm chart manifest / bundle manifest
Signed-off-by: shil <[email protected]>

---------

Signed-off-by: shil <[email protected]>
Co-authored-by: shil <[email protected]>
  • Loading branch information
slu2011 and shil authored Nov 26, 2024
1 parent c7b7891 commit ec218d2
Show file tree
Hide file tree
Showing 17 changed files with 8,546 additions and 2 deletions.
797 changes: 797 additions & 0 deletions api/apps/v1alpha1/nemo_datastore_types.go

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion api/apps/v1alpha1/nemo_guardrails_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ func (n *NemoGuardrail) GetPVCName(pvc PersistentVolumeClaim) string {
// GetStandardSelectorLabels returns the standard selector labels for the NemoGuardrail deployment
func (n *NemoGuardrail) GetStandardSelectorLabels() map[string]string {
return map[string]string{
"app": n.Name,
"app": n.Name,
"app.kubernetes.io/name": n.Name,
"app.kubernetes.io/instance": n.Name,
}
}

Expand Down
189 changes: 189 additions & 0 deletions api/apps/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions api/versioned/typed/apps/v1alpha1/apps_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/versioned/typed/apps/v1alpha1/fake/fake_apps_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 146 additions & 0 deletions api/versioned/typed/apps/v1alpha1/fake/fake_nemodatastore.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions api/versioned/typed/apps/v1alpha1/generated_expansion.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ec218d2

Please sign in to comment.