Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

change resource quota name #275 #301

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/hrq/rqreconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
const (
// The name of the ResourceQuota object created by the
// ResourceQuotaReconciler in a namespace.
ResourceQuotaSingleton = "hrq." + api.MetaGroup
ResourceQuotaSingleton = "local-impl-hrq." + api.MetaGroup
)

// HRQEnqueuer enqueues HierarchicalResourceQuota objects.
Expand Down