Documentation ¶
Index ¶
- Variables
- func Convert_config_NodeControllerConfiguration_To_v1alpha1_NodeControllerConfiguration(in *config.NodeControllerConfiguration, out *NodeControllerConfiguration, ...) error
- func Convert_v1alpha1_NodeControllerConfiguration_To_config_NodeControllerConfiguration(in *NodeControllerConfiguration, out *config.NodeControllerConfiguration, ...) error
- func RecommendedDefaultNodeControllerConfiguration(obj *NodeControllerConfiguration)
- func RegisterConversions(s *runtime.Scheme) error
- type NodeControllerConfiguration
Constants ¶
This section is empty.
Variables ¶
View Source
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.
Click to show internal directories.
Click to hide internal directories.