AttachedConnectorBinding resource

A binding to an attached 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 AttachedConnector resource in the connector namespace.

See alsoKubernetes object names

namespace

string

The namespace of the resource.

See alsoPlatform concept, Kubernetes namespaces, System namespaces

Spec properties

connectorNamespace

string
required

The name of the namespace where the associated AttachedConnector is located.

routingKey

string
required

The identifier used to route traffic from listeners to connectors. To expose a local workload to a remote site, the remote listener and the local connector must have matching routing keys.

UpdatableTrue
See alsoRouting key concept

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.
See alsoResource status

hasMatchingListener

boolean

True if there is at least one listener with a matching routing key (usually in a remote site).

DefaultFalse
See alsoRouting key concept