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