Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateOrCreateConnectionPodStatus ¶ added in v3.20.0
Types ¶
type Adder ¶
type Adder struct {
ExportSystem export.Exporter
// GetPod returns an instance of the currently running Gatekeeper pod
GetPod func(context.Context) (*corev1.Pod, error)
}
func (*Adder) InjectExportSystem ¶
func (*Adder) InjectGetPod ¶ added in v3.20.0
func (*Adder) InjectTracker ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
+kubebuilder:rbac:groups=connection.gatekeeper.sh,resources=*,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=status.gatekeeper.sh,resources=*,verbs=get;list;watch;create;update;patch;delete
Click to show internal directories.
Click to hide internal directories.