Documentation ¶
Index ¶
- func DecodeSchedulerConfiguration(rawConfig *runtime.RawExtension, withDefaults bool) (*schedulerconfigv1alpha1.SchedulerConfiguration, error)
- func DecodeSchedulerConfigurationFromBytes(bytes []byte, withDefaults bool) (*schedulerconfigv1alpha1.SchedulerConfiguration, error)
- func EncodeSchedulerConfiguration(cfg *schedulerconfigv1alpha1.SchedulerConfiguration) (*runtime.RawExtension, error)
- func EncodeSchedulerConfigurationToBytes(cfg *schedulerconfigv1alpha1.SchedulerConfiguration) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeSchedulerConfiguration ¶
func DecodeSchedulerConfiguration(rawConfig *runtime.RawExtension, withDefaults bool) (*schedulerconfigv1alpha1.SchedulerConfiguration, error)
DecodeSchedulerConfiguration decodes the given raw extension into an external schedulerConfiguration version.
func DecodeSchedulerConfigurationFromBytes ¶
func DecodeSchedulerConfigurationFromBytes(bytes []byte, withDefaults bool) (*schedulerconfigv1alpha1.SchedulerConfiguration, error)
DecodeSchedulerConfigurationFromBytes decodes the given byte slice into an external schedulerConfiguration version.
func EncodeSchedulerConfiguration ¶
func EncodeSchedulerConfiguration(cfg *schedulerconfigv1alpha1.SchedulerConfiguration) (*runtime.RawExtension, error)
EncodeSchedulerConfiguration encodes the given external GardenletConfiguration version into a raw extension.
func EncodeSchedulerConfigurationToBytes ¶
func EncodeSchedulerConfigurationToBytes(cfg *schedulerconfigv1alpha1.SchedulerConfiguration) ([]byte, error)
EncodeSchedulerConfigurationToBytes encodes the given external schedulerConfiguration version into a byte slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.