package config

import "k8s.io/cloud-provider/controllers/service/config"

Index

Types

type ServiceControllerConfiguration

type ServiceControllerConfiguration struct {
	// concurrentServiceSyncs is the number of services that are
	// allowed to sync concurrently. Larger number = more responsive service
	// management, but more CPU (and network) load.
	ConcurrentServiceSyncs int32
}

ServiceControllerConfiguration contains elements describing ServiceController.

func (*ServiceControllerConfiguration) DeepCopy

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

func (*ServiceControllerConfiguration) 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
controllers/service/config/v1alpha1
Version
v0.32.2 (latest)
Published
Feb 13, 2025
Platform
linux/amd64
Last checked
2 months ago

Tools for package owners.