Skip to content
GitHub

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 alsoKubernetes object names

namespace

string
The namespace of the resource.
See alsoPlatform 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.
UpdatableTrue

selector

string
required
A Kubernetes label selector for specifying target server pods. It uses `=` syntax. On Kubernetes, either `selector` or `host` is required.
UpdatableTrue
See alsoKubernetes label selectors

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.