Skip to content

Commit

Permalink
Generate client-set and typo fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
  • Loading branch information
shivamerla committed Jan 30, 2025
1 parent 757ce94 commit b3f6c00
Show file tree
Hide file tree
Showing 6 changed files with 226 additions and 1 deletion.
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_nemocustomizer.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.

68 changes: 68 additions & 0 deletions api/versioned/typed/apps/v1alpha1/nemocustomizer.go

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

2 changes: 1 addition & 1 deletion internal/conditions/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const (
// ReasonServiceMonitorFailed indicates that the creation of Service Monitor has failed
ReasonServiceMonitorFailed = "ServiceMonitorFailed"
// ReasonConfigMapFailed indicates that the creation of configmap has failed
ReasonConfigMapFailed = "ServiceAccountFailed"
ReasonConfigMapFailed = "ConfigMapFailed"
// ReasonDeploymentFailed indicates that the creation of deployment has failed
ReasonDeploymentFailed = "DeploymentFailed"
// ReasonStatefulSetFailed indicates that the creation of statefulset has failed
Expand Down

0 comments on commit b3f6c00

Please sign in to comment.