Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Move ¶
type Move struct { Symbol SlotSymbol Slot Slot }
type SlotSymbol ¶
type SlotSymbol string
const ( SlotSymbolX SlotSymbol = "X" SlotSymbolO SlotSymbol = "O" SlotSymbolEmpty SlotSymbol = " " )
type TicTacToeReconciler ¶
TicTacToeReconciler reconciles a TicTacToe object
func (*TicTacToeReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*TicTacToeReconciler) SetupWithManager ¶
func (r *TicTacToeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.