Skip to content

Commit bba7548

Browse files
committed
fix again
1 parent d69ae24 commit bba7548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/operator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ const (
237237

238238
BatchQueueTypeDynamic BatchQueueType = "dynamicPriority"
239239

240-
TenantMetadata BatchQueueTenant = "metadata"
241-
TenantNamespace BatchQueueTenant = "namespace"
240+
TenantTypeMetadata BatchQueueTenant = "metadata"
241+
TenantTypeNamespace BatchQueueTenant = "namespace"
242242
)
243243

244244
// PreemptionConfig specifies whether preemption is enabled based on scheduler type

0 commit comments

Comments
 (0)