v2

package
v0.0.0-...-46eb484 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	KongAdminOpenapi        string `json:"kongAdminOpenapi,omitempty" env:"KONG_ADMIN_OPENAPI,required"`
	KongNamespace           string `json:"kongNamespace,omitempty" env:"KONG_NAMESPACE,required"`
	KongServiceName         string `json:"kongServiceName,omitempty" env:"KONG_SERVICE_NAME,required"`
	NginxNamespace          string `json:"nginxNamespace,omitempty" env:"NGINX_NAMESPACE,required"`
	NginxConfigMapNamespace string `json:"nginxConfigMapNamespace,omitempty" env:"NGINX_CONFIG_MAP_NAMESPACE,required"`
	NginxConfigMapName      string `json:"nginxConfigMapName,omitempty" env:"nginxConfigMapName,required"`
}

type Reconciler

type Reconciler struct {
	Scheme        *runtime.Scheme
	Log           logr.Logger
	EventRecorder record.EventRecorder
	Config        Config
	// contains filtered or unexported fields
}

Reconciler is not implemented

func New

func New(cli client.Client, scheme *runtime.Scheme, log logr.Logger, recorder record.EventRecorder) *Reconciler

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req reconcile.Request) (ctrl.Result, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL