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.
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. |
|
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. |
Click to show internal directories.
Click to hide internal directories.