operator

package
v0.0.0-...-d0f14ef Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2026 License: Apache-2.0 Imports: 55 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Operator

type Operator struct {
	// contains filtered or unexported fields
}

Operator is the scaffolding for the ingress operator. It sets up dependencies and defines the topology of the operator and its managed components, wiring them together. Operator knows what namespace the operator lives in, and what specific resoure types in other namespaces should produce operator events.

func New

func New(config operatorconfig.Config, kubeConfig *rest.Config) (*Operator, error)

New creates (but does not start) a new operator from configuration.

func (*Operator) Start

func (o *Operator) Start(ctx context.Context) error

Start creates the default IngressController and then starts the operator synchronously until a message is received on the stop channel. TODO: Move the default IngressController logic elsewhere.

Directories

Path Synopsis
certificate
The certificate controller is responsible for the following:
The certificate controller is responsible for the following:
certificate-publisher
The certificate-publisher controller is responsible for publishing the certificate and key of the ingresscontroller for the cluster ingress domain to the "router-certs" secret in the "openshift-config-managed" namespace and for publishing the certificate for the default ingresscontroller to the "default-ingress-cert" configmap in the same namespace.
The certificate-publisher controller is responsible for publishing the certificate and key of the ingresscontroller for the cluster ingress domain to the "router-certs" secret in the "openshift-config-managed" namespace and for publishing the certificate for the default ingresscontroller to the "default-ingress-cert" configmap in the same namespace.
crl
dns
listenerset-status
The listenerset-status controller watches for ListenerSet resources targeting OpenShift-managed Gateways and sets Accepted=False on them.
The listenerset-status controller watches for ListenerSet resources targeting OpenShift-managed Gateways and sets Accepted=False on them.

Jump to

Keyboard shortcuts

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