File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -171,19 +171,19 @@ const (
171
171
NimCacheConditionPVCCreated = "NIM_CACHE_PVC_CREATED"
172
172
173
173
// NimCacheStatusNotReady indicates that cache is not ready
174
- NimCacheStatusNotReady = "not-ready "
174
+ NimCacheStatusNotReady = "NotReady "
175
175
// NimCacheStatusPVCCreated indicates that the pvc is created for caching
176
- NimCacheStatusPVCCreated = "pvc-created "
176
+ NimCacheStatusPVCCreated = "PVC-Created "
177
177
// NimCacheStatusStarted indicates that caching process is started
178
- NimCacheStatusStarted = "started "
178
+ NimCacheStatusStarted = "Started "
179
179
// NimCacheStatusReady indicates that cache is ready
180
- NimCacheStatusReady = "ready "
180
+ NimCacheStatusReady = "Ready "
181
181
// NimCacheStatusInProgress indicates that caching is in progress
182
- NimCacheStatusInProgress = "in-progress "
182
+ NimCacheStatusInProgress = "InProgress "
183
183
// NimCacheStatusPending indicates that caching is not yet started
184
- NimCacheStatusPending = "pending "
184
+ NimCacheStatusPending = "Pending "
185
185
// NimCacheStatusFailed indicates that caching is failed
186
- NimCacheStatusFailed = "failed "
186
+ NimCacheStatusFailed = "Failed "
187
187
)
188
188
189
189
// EnvFromSecrets return the list of secrets that should be mounted as env vars
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ const (
39
39
NIMServiceConditionFailed = "NIM_SERVICE_FAILED"
40
40
41
41
// NIMServiceStatusPending indicates that NIM deployment is in pending state
42
- NIMServiceStatusPending = "pending "
42
+ NIMServiceStatusPending = "Pending "
43
43
// NIMServiceStatusNotReady indicates that NIM deployment is not ready
44
- NIMServiceStatusNotReady = "not-ready "
44
+ NIMServiceStatusNotReady = "NotReady "
45
45
// NIMServiceStatusReady indicates that NIM deployment is ready
46
- NIMServiceStatusReady = "ready "
46
+ NIMServiceStatusReady = "Ready "
47
47
// NIMServiceStatusFailed indicates that NIM deployment has failed
48
- NIMServiceStatusFailed = "failed "
48
+ NIMServiceStatusFailed = "Failed "
49
49
)
50
50
51
51
// NIMServiceSpec defines the desired state of NIMService
You can’t perform that action at this time.
0 commit comments