Documentation ¶
Index ¶
- func DecodeControllerManagerConfiguration(rawConfig *runtime.RawExtension, withDefaults bool) (*controllermanagerconfigv1alpha1.ControllerManagerConfiguration, error)
- func DecodeControllerManagerConfigurationFromBytes(bytes []byte, withDefaults bool) (*controllermanagerconfigv1alpha1.ControllerManagerConfiguration, error)
- func EncodeControllerManagerConfiguration(cfg *controllermanagerconfigv1alpha1.ControllerManagerConfiguration) (*runtime.RawExtension, error)
- func EncodeControllerManagerConfigurationToBytes(cfg *controllermanagerconfigv1alpha1.ControllerManagerConfiguration) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeControllerManagerConfiguration ¶
func DecodeControllerManagerConfiguration(rawConfig *runtime.RawExtension, withDefaults bool) (*controllermanagerconfigv1alpha1.ControllerManagerConfiguration, error)
DecodeControllerManagerConfiguration decodes the given raw extension into an external ControllerManagerConfiguration version.
func DecodeControllerManagerConfigurationFromBytes ¶
func DecodeControllerManagerConfigurationFromBytes(bytes []byte, withDefaults bool) (*controllermanagerconfigv1alpha1.ControllerManagerConfiguration, error)
DecodeControllerManagerConfigurationFromBytes decodes the given byte slice into an external ControllerManagerConfiguration version.
func EncodeControllerManagerConfiguration ¶
func EncodeControllerManagerConfiguration(cfg *controllermanagerconfigv1alpha1.ControllerManagerConfiguration) (*runtime.RawExtension, error)
EncodeControllerManagerConfiguration encodes the given external GardenletConfiguration version into a raw extension.
func EncodeControllerManagerConfigurationToBytes ¶
func EncodeControllerManagerConfigurationToBytes(cfg *controllermanagerconfigv1alpha1.ControllerManagerConfiguration) ([]byte, error)
EncodeControllerManagerConfigurationToBytes encodes the given external ControllerManagerConfiguration version into a byte slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.