topologyKeys

@JvmName(name = "cseldcmyolwuyedp")
suspend fun topologyKeys(value: Output<List<String>>)
@JvmName(name = "kvwebjqhtuipcwsy")
suspend fun topologyKeys(value: List<String>?)

Parameters

value

topologyKeys is a preference-order list of topology keys which implementations of services should use to preferentially sort endpoints when accessing this Service, it can not be used at the same time as externalTrafficPolicy=Local. Topology keys must be valid label keys and at most 16 keys may be specified. Endpoints are chosen based on the first topology key with available backends. If this field is specified and all entries have no backends that match the topology of the client, the service has no backends for that client and connections should fail. The special value "*" may be used to mean "any topology". This catch-all value, if used, only makes sense as the last value in the list. If this is not specified or empty, no topology constraints will be applied.


@JvmName(name = "trabrpxkbqoocoet")
suspend fun topologyKeys(vararg values: Output<String>)


@JvmName(name = "evroxduakeyrvvjd")
suspend fun topologyKeys(values: List<Output<String>>)
@JvmName(name = "nxbqowojpegvqneo")
suspend fun topologyKeys(vararg values: String)

Parameters

values

topologyKeys is a preference-order list of topology keys which implementations of services should use to preferentially sort endpoints when accessing this Service, it can not be used at the same time as externalTrafficPolicy=Local. Topology keys must be valid label keys and at most 16 keys may be specified. Endpoints are chosen based on the first topology key with available backends. If this field is specified and all entries have no backends that match the topology of the client, the service has no backends for that client and connections should fail. The special value "*" may be used to mean "any topology". This catch-all value, if used, only makes sense as the last value in the list. If this is not specified or empty, no topology constraints will be applied.