package config

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

Index

Types

type ReplicaSetControllerConfiguration

type ReplicaSetControllerConfiguration struct {
	// concurrentRSSyncs is the number of replica sets that are  allowed to sync
	// concurrently. Larger number = more responsive replica  management, but more
	// CPU (and network) load.
	ConcurrentRSSyncs int32
}

ReplicaSetControllerConfiguration contains elements describing ReplicaSetController.

func (*ReplicaSetControllerConfiguration) DeepCopy

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

func (*ReplicaSetControllerConfiguration) 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/replicaset/config/v1alpha1
Version
v1.33.2 (latest)
Published
Jun 17, 2025
Platform
js/wasm
Last checked
36 minutes ago

Tools for package owners.