package v1alpha1
import "k8s.io/cloud-provider/controllers/node/config/v1alpha1"
Index ¶
- Variables
- func Convert_config_NodeControllerConfiguration_To_v1alpha1_NodeControllerConfiguration(in *config.NodeControllerConfiguration, out *NodeControllerConfiguration, s conversion.Scope) error
- func Convert_v1alpha1_NodeControllerConfiguration_To_config_NodeControllerConfiguration(in *NodeControllerConfiguration, out *config.NodeControllerConfiguration, s conversion.Scope) error
- func RecommendedDefaultNodeControllerConfiguration(obj *NodeControllerConfiguration)
- func RegisterConversions(s *runtime.Scheme) error
- type NodeControllerConfiguration
Variables ¶
var ( // SchemeBuilder is the scheme builder with scheme init functions to run for this API package SchemeBuilder runtime.SchemeBuilder // AddToScheme is a global function that registers this API group & version to a scheme AddToScheme = localSchemeBuilder.AddToScheme )
Functions ¶
func Convert_config_NodeControllerConfiguration_To_v1alpha1_NodeControllerConfiguration ¶
func Convert_config_NodeControllerConfiguration_To_v1alpha1_NodeControllerConfiguration(in *config.NodeControllerConfiguration, out *NodeControllerConfiguration, s conversion.Scope) error
Convert_config_NodeControllerConfiguration_To_v1alpha1_NodeControllerConfiguration is an autogenerated conversion function.
func Convert_v1alpha1_NodeControllerConfiguration_To_config_NodeControllerConfiguration ¶
func Convert_v1alpha1_NodeControllerConfiguration_To_config_NodeControllerConfiguration(in *NodeControllerConfiguration, out *config.NodeControllerConfiguration, s conversion.Scope) error
Convert_v1alpha1_NodeControllerConfiguration_To_config_NodeControllerConfiguration is an autogenerated conversion function.
func RecommendedDefaultNodeControllerConfiguration ¶
func RecommendedDefaultNodeControllerConfiguration(obj *NodeControllerConfiguration)
func RegisterConversions ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
Types ¶
type NodeControllerConfiguration ¶
type NodeControllerConfiguration struct { // ConcurrentNodeSyncs is the number of workers // concurrently synchronizing nodes ConcurrentNodeSyncs int32 }
NodeControllerConfiguration contains elements describing NodeController.
func (*NodeControllerConfiguration) DeepCopy ¶
func (in *NodeControllerConfiguration) DeepCopy() *NodeControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeControllerConfiguration.
func (*NodeControllerConfiguration) DeepCopyInto ¶
func (in *NodeControllerConfiguration) DeepCopyInto(out *NodeControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files ¶
conversion.go defaults.go doc.go register.go types.go zz_generated.conversion.go zz_generated.deepcopy.go
- Version
- v0.32.2 (latest)
- Published
- Feb 13, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 2 months ago –
Tools for package owners.