Documentation ¶
Index ¶
- Variables
- type MachineNoIP
- type MachineNotFound
- type PacketClusterReconciler
- type PacketMachineReconciler
- func (r *PacketMachineReconciler) PacketClusterToPacketMachines(ctx context.Context) handler.MapFunc
- func (r *PacketMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)
- func (r *PacketMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type MachineNoIP ¶
type MachineNoIP struct {
// contains filtered or unexported fields
}
MachineNoIP error representing that the requested device does not have an IP yet assigned
func (*MachineNoIP) Error ¶
func (e *MachineNoIP) Error() string
type MachineNotFound ¶
type MachineNotFound struct {
// contains filtered or unexported fields
}
MachineNotFound error representing that the requested device was not yet found
func (*MachineNotFound) Error ¶
func (e *MachineNotFound) Error() string
type PacketClusterReconciler ¶
type PacketClusterReconciler struct { client.Client WatchFilterValue string PacketClient *packet.Client }
PacketClusterReconciler reconciles a PacketCluster object
func (*PacketClusterReconciler) SetupWithManager ¶
func (r *PacketClusterReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
type PacketMachineReconciler ¶
type PacketMachineReconciler struct { client.Client WatchFilterValue string PacketClient *packet.Client }
PacketMachineReconciler reconciles a PacketMachine object
func (*PacketMachineReconciler) PacketClusterToPacketMachines ¶ added in v0.5.0
func (r *PacketMachineReconciler) PacketClusterToPacketMachines(ctx context.Context) handler.MapFunc
PacketClusterToPacketMachines is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation of PacketMachines.
func (*PacketMachineReconciler) SetupWithManager ¶
func (r *PacketMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.