AttachedConnectorBinding resource
A binding to an attached connector in a peer namespace.
Metadata properties
name
The name of the resource.
The name must be the same as that of the associated AttachedConnector resource in the connector namespace.
See also | Kubernetes object names |
---|
namespace
The namespace of the resource.
See also | Platform concept, Kubernetes namespaces, System namespaces |
---|
Spec properties
connectorNamespace
The name of the namespace where the associated AttachedConnector is located.
routingKey
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.
Updatable | True |
---|---|
See also | Routing key concept |
exposePodsByName
If true, expose each pod as an individual service.
Default | False |
---|---|
See also | Individual pod services |
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 |
---|
hasMatchingListener
True if there is at least one listener with a matching routing key (usually in a remote site).
Default | False |
---|---|
See also | Routing key concept |
conditions
A set of named conditions describing the current state of the resource.
See also | Resource status, Kubernetes conditions |
---|