AttachedConnector resource¶
A connector in a peer namespace.
Metadata properties¶
name
string
required
The name of the resource.
The name must be the same as that of the associated
AttachedConnectorBinding resource in the site namespace.
| See also | Kubernetes object names |
|---|
namespace
string
The namespace of the resource.
| See also | Platform concept, Kubernetes namespaces |
|---|
Spec properties¶
siteNamespace
string
required
The name of the namespace in which the site this connector
should be attached to is defined.
port
integer
required
The port on the target server to connect to.
| Updatable | True |
|---|
selector
string
required
A Kubernetes label selector for specifying target server pods. It
uses `=` syntax.
On Kubernetes, either `selector` or `host` is required.
| Updatable | True |
|---|---|
| See also | Kubernetes label selectors |
includeNotReadyPods
boolean
advanced
If true, include server pods in the `NotReady` state.
| Default | False |
|---|
tlsCredentials
string
advanced
The name of a bundle of TLS certificates used for secure
router-to-server communication. The bundle contains the trusted
server certificate (usually a CA). It optionally includes a
client certificate and key for mutual TLS.
On Kubernetes, the value is the name of a Secret in the current
namespace. On Docker, Podman, and Linux, the value is the name of
a directory under `input/certs/` in the current namespace.
| See also | Kubernetes TLS secrets |
|---|
settings
object
advanced
A map containing additional settings. Each map entry has a
string name and a string value.
**Note:** In general, we recommend not changing settings from
their default values.
Status properties¶
status
string
The current state of the resource.
- `Pending`: The resource is being processed.
- `Error`: There was an error processing the resource. See
`message` for more information.
- `Ready`: The resource is ready to use.
conditions
array
advanced
A set of named conditions describing the current state of the
resource.
| See also | Kubernetes conditions |
|---|
selectedPods
array
advanced