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 also | Kubernetes object names |
|---|
namespace
string
The namespace of the resource.
| See also | Platform concept, Kubernetes 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.
| Updatable | True |
|---|---|
| See also | Routing key concept |
exposePodsByName
boolean
advanced
If true, expose each pod as an individual service.
| Default | False |
|---|
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.
hasMatchingListener
boolean
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
array
advanced
A set of named conditions describing the current state of the
resource.
| See also | Kubernetes conditions |
|---|