mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-05-06 01:16:44 +00:00
10 lines
197 B
Go
10 lines
197 B
Go
// Copyright 2020-2025 Project Capsule Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package utils
|
|
|
|
type ControllerOptions struct {
|
|
ConfigurationName string
|
|
MaxConcurrentReconciles int
|
|
}
|