Documentation ¶
Overview ¶
Package configuration contains Kubernetes controllers responsible for configuration.konghq.com grouped API types.
Index ¶
- type CoreV1EndpointsReconciler
- type CoreV1SecretReconciler
- type CoreV1ServiceReconciler
- type ExtV1Beta1IngressReconciler
- type Knativev1alpha1IngressReconciler
- type KongV1Beta1TCPIngressReconciler
- type KongV1Beta1UDPIngressReconciler
- type KongV1KongClusterPluginReconciler
- type KongV1KongConsumerReconciler
- type KongV1KongIngressReconciler
- type KongV1KongPluginReconciler
- type NetV1Beta1IngressReconciler
- type NetV1IngressReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreV1EndpointsReconciler ¶
type CoreV1EndpointsReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy }
CoreV1Endpoints reconciles Endpoints resources
func (*CoreV1EndpointsReconciler) Reconcile ¶
func (r *CoreV1EndpointsReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*CoreV1EndpointsReconciler) SetupWithManager ¶
func (r *CoreV1EndpointsReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CoreV1SecretReconciler ¶
type CoreV1SecretReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy }
CoreV1Secret reconciles Secret resources
func (*CoreV1SecretReconciler) Reconcile ¶
func (r *CoreV1SecretReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*CoreV1SecretReconciler) SetupWithManager ¶
func (r *CoreV1SecretReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CoreV1ServiceReconciler ¶
type CoreV1ServiceReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy }
CoreV1Service reconciles Service resources
func (*CoreV1ServiceReconciler) Reconcile ¶
func (r *CoreV1ServiceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*CoreV1ServiceReconciler) SetupWithManager ¶
func (r *CoreV1ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ExtV1Beta1IngressReconciler ¶
type ExtV1Beta1IngressReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy IngressClassName string }
ExtV1Beta1Ingress reconciles Ingress resources
func (*ExtV1Beta1IngressReconciler) Reconcile ¶
func (r *ExtV1Beta1IngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*ExtV1Beta1IngressReconciler) SetupWithManager ¶
func (r *ExtV1Beta1IngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type Knativev1alpha1IngressReconciler ¶
type Knativev1alpha1IngressReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy IngressClassName string }
Knativev1alpha1Ingress reconciles Ingress resources
func (*Knativev1alpha1IngressReconciler) Reconcile ¶
func (r *Knativev1alpha1IngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*Knativev1alpha1IngressReconciler) SetupWithManager ¶
func (r *Knativev1alpha1IngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KongV1Beta1TCPIngressReconciler ¶
type KongV1Beta1TCPIngressReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy IngressClassName string }
KongV1Beta1TCPIngress reconciles TCPIngress resources
func (*KongV1Beta1TCPIngressReconciler) Reconcile ¶
func (r *KongV1Beta1TCPIngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*KongV1Beta1TCPIngressReconciler) SetupWithManager ¶
func (r *KongV1Beta1TCPIngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KongV1Beta1UDPIngressReconciler ¶
type KongV1Beta1UDPIngressReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy IngressClassName string }
KongV1Beta1UDPIngress reconciles UDPIngress resources
func (*KongV1Beta1UDPIngressReconciler) Reconcile ¶
func (r *KongV1Beta1UDPIngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*KongV1Beta1UDPIngressReconciler) SetupWithManager ¶
func (r *KongV1Beta1UDPIngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KongV1KongClusterPluginReconciler ¶
type KongV1KongClusterPluginReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy IngressClassName string }
KongV1KongClusterPlugin reconciles KongClusterPlugin resources
func (*KongV1KongClusterPluginReconciler) Reconcile ¶
func (r *KongV1KongClusterPluginReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*KongV1KongClusterPluginReconciler) SetupWithManager ¶
func (r *KongV1KongClusterPluginReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KongV1KongConsumerReconciler ¶
type KongV1KongConsumerReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy IngressClassName string }
KongV1KongConsumer reconciles KongConsumer resources
func (*KongV1KongConsumerReconciler) Reconcile ¶
func (r *KongV1KongConsumerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*KongV1KongConsumerReconciler) SetupWithManager ¶
func (r *KongV1KongConsumerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KongV1KongIngressReconciler ¶
type KongV1KongIngressReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy }
KongV1KongIngress reconciles KongIngress resources
func (*KongV1KongIngressReconciler) Reconcile ¶
func (r *KongV1KongIngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*KongV1KongIngressReconciler) SetupWithManager ¶
func (r *KongV1KongIngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type KongV1KongPluginReconciler ¶
type KongV1KongPluginReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy }
KongV1KongPlugin reconciles KongPlugin resources
func (*KongV1KongPluginReconciler) Reconcile ¶
func (r *KongV1KongPluginReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*KongV1KongPluginReconciler) SetupWithManager ¶
func (r *KongV1KongPluginReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NetV1Beta1IngressReconciler ¶
type NetV1Beta1IngressReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy IngressClassName string }
NetV1Beta1Ingress reconciles Ingress resources
func (*NetV1Beta1IngressReconciler) Reconcile ¶
func (r *NetV1Beta1IngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*NetV1Beta1IngressReconciler) SetupWithManager ¶
func (r *NetV1Beta1IngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NetV1IngressReconciler ¶
type NetV1IngressReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Proxy proxy.Proxy IngressClassName string }
NetV1Ingress reconciles Ingress resources
func (*NetV1IngressReconciler) Reconcile ¶
func (r *NetV1IngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects
func (*NetV1IngressReconciler) SetupWithManager ¶
func (r *NetV1IngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.