package config

import "k8s.io/kubernetes/pkg/controller/namespace/config"

Index

Types

type NamespaceControllerConfiguration

type NamespaceControllerConfiguration struct {
	// namespaceSyncPeriod is the period for syncing namespace life-cycle
	// updates.
	NamespaceSyncPeriod metav1.Duration
	// concurrentNamespaceSyncs is the number of namespace objects that are
	// allowed to sync concurrently.
	ConcurrentNamespaceSyncs int32
}

NamespaceControllerConfiguration contains elements describing NamespaceController.

func (*NamespaceControllerConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceControllerConfiguration.

func (*NamespaceControllerConfiguration) DeepCopyInto

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

PathSynopsis
pkg/controller/namespace/config/v1alpha1
Version
v1.23.14
Published
Nov 9, 2022
Platform
js/wasm
Imports
1 packages
Last checked
4 minutes ago

Tools for package owners.