Versions in this module Expand all Collapse all v2 v2.0.0 Apr 23, 2023 Changes in this version + func SelectPhysicalMachines(ctx context.Context, c client.Client, r client.Reader, ...) ([]v1alpha1.PhysicalMachine, error) + type Params struct + Client client.Client + Reader client.Reader + type PhysicalMachine struct + Address string + func SelectAndFilterPhysicalMachines(ctx context.Context, c client.Client, r client.Reader, ...) ([]*PhysicalMachine, error) + func (pm *PhysicalMachine) Id() string + type SelectImpl struct + func New(params Params) *SelectImpl + func (impl *SelectImpl) Select(ctx context.Context, physicalMachineSelector *v1alpha1.PhysicalMachineSelector) ([]*PhysicalMachine, error)