package config
import "k8s.io/kubernetes/pkg/controller/ttlafterfinished/config"
Index ¶
Types ¶
type TTLAfterFinishedControllerConfiguration ¶
type TTLAfterFinishedControllerConfiguration struct {
// concurrentTTLSyncs is the number of TTL-after-finished collector workers that are
// allowed to sync concurrently.
ConcurrentTTLSyncs int32
}
TTLAfterFinishedControllerConfiguration contains elements describing TTLAfterFinishedController.
func (*TTLAfterFinishedControllerConfiguration) DeepCopy ¶
func (in *TTLAfterFinishedControllerConfiguration) DeepCopy() *TTLAfterFinishedControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TTLAfterFinishedControllerConfiguration.
func (*TTLAfterFinishedControllerConfiguration) DeepCopyInto ¶
func (in *TTLAfterFinishedControllerConfiguration) DeepCopyInto(out *TTLAfterFinishedControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files ¶
doc.go types.go zz_generated.deepcopy.go
Directories ¶
| Path | Synopsis |
|---|---|
| pkg/controller/ttlafterfinished/config/v1alpha1 |
- Version
- v1.30.8
- Published
- Dec 10, 2024
- Platform
- windows/amd64
- Last checked
- 17 minutes ago –
Tools for package owners.