AttachedConnector resource
A connector in a peer namespace.
Metadata properties
name
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
The namespace of the resource.
See also | Platform concept, Kubernetes namespaces, System namespaces |
---|
Spec properties
siteNamespace
The name of the namespace in which the site this connector should be attached to is defined.
port
The port on the target server to connect to.
Updatable | True |
---|
selector
A Kubernetes label selector for specifying target server pods. It
uses <label-name>=<label-value>
syntax.
On Kubernetes, either selector
or host
is required.
Updatable | True |
---|---|
See also | Kubernetes label selectors |
includeNotReadyPods
If true, include server pods in the NotReady
state.
Default | False |
---|
tlsCredentials
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 | Application TLS, Kubernetes TLS secrets, System TLS credentials |
---|
settings
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.
See also | Resource settings |
---|
Status properties
status
The current state of the resource.
Pending
: The resource is being processed.Error
: There was an error processing the resource. Seemessage
for more information.Ready
: The resource is ready to use.
See also | Resource status |
---|
conditions
A set of named conditions describing the current state of the resource.
See also | Resource status, Kubernetes conditions |
---|