We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa3803 commit d69ae24Copy full SHA for d69ae24
1 file changed
api/operator.go
@@ -237,8 +237,8 @@ const (
237
238
BatchQueueTypeDynamic BatchQueueType = "dynamicPriority"
239
240
- BatchQueueTenantMetadata BatchQueueTenant = "metadata"
241
- BatchQueueTenantNamespace BatchQueueTenant = "namespace"
+ TenantMetadata BatchQueueTenant = "metadata"
+ TenantNamespace BatchQueueTenant = "namespace"
242
)
243
244
// PreemptionConfig specifies whether preemption is enabled based on scheduler type
0 commit comments