Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LazymcConfig ¶ added in v0.7.0
type LazymcConfig struct {
PublicPort int32
ServerPort int32
Command string
SleepAfter int32
RconEnabled bool
RconPort int32
}
LazymcConfig holds configuration for lazymc template rendering.
type MinecraftReconciler ¶
MinecraftReconciler reconciles a Minecraft object.
func NewMinecraftReconciler ¶
func NewMinecraftReconciler( client client.Client, log logr.Logger, scheme *runtime.Scheme, initImageName, agentImageName string, minecraftManager minecraft.MinecraftManager, ) *MinecraftReconciler
NewMinecraftReconciler returns a new MinecraftReconciler.
func (*MinecraftReconciler) Reconcile ¶
Reconcile implements Reconciler interface. See https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile
func (*MinecraftReconciler) SetupWithManager ¶
func (r *MinecraftReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.