Documentation
¶
Index ¶
- func AreMachineConfigsRemovedFromPool(status mcfgv1.MachineConfigPoolStatus, machineConfigs sets.Set[string]) bool
- func AreMachineConfigsRenderedOnPool(status mcfgv1.MachineConfigPoolStatus, machineConfigs sets.Set[string]) bool
- func IsUserDefinedIPsecMachineConfig(machineConfig *mcfgv1.MachineConfig) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AreMachineConfigsRemovedFromPool ¶
func AreMachineConfigsRemovedFromPool(status mcfgv1.MachineConfigPoolStatus, machineConfigs sets.Set[string]) bool
AreMachineConfigsRemovedFromPool returns true if machineConfigs are completely removed on the given machine config pool status, otherwise returns false.
func AreMachineConfigsRenderedOnPool ¶
func AreMachineConfigsRenderedOnPool(status mcfgv1.MachineConfigPoolStatus, machineConfigs sets.Set[string]) bool
AreMachineConfigsRenderedOnPool returns true if machineConfigs are completely rendered on the given machine config pool status, otherwise returns false.
func IsUserDefinedIPsecMachineConfig ¶
func IsUserDefinedIPsecMachineConfig(machineConfig *mcfgv1.MachineConfig) bool
IsUserDefinedIPsecMachineConfig return true if machine config's annotation is set with `user-ipsec-machine-config: true`, otherwise returns false.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.