Documentation
¶
Index ¶
Constants ¶
View Source
const (
ServiceForStatefulPods string = "service-for-stateful-pods"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Scheme *runtime.Scheme Name string Env *env.Env // contains filtered or unexported fields }
func (*Reconciler) GetName ¶
func (r *Reconciler) GetName() string
func (*Reconciler) Reconcile ¶
+kubebuilder:rbac:groups=wireguard.kloudlite.io,resources=connections,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=wireguard.kloudlite.io,resources=connections/status,verbs=get;update;patch +kubebuilder:rbac:groups=wireguard.kloudlite.io,resources=connections/finalizers,verbs=update
func (*Reconciler) SetupWithManager ¶
Click to show internal directories.
Click to hide internal directories.