Endpoint Args
data class EndpointArgs(val addresses: Output<List<String>>, val conditions: Output<EndpointConditionsArgs>? = null, val hostname: Output<String>? = null, val nodeName: Output<String>? = null, val targetRef: Output<ObjectReferenceArgs>? = null, val topology: Output<Map<String, String>>? = null) : ConvertibleToJava<EndpointArgs>
Endpoint represents a single logical "backend" implementing a service.
Constructors
Link copied to clipboard
fun EndpointArgs(addresses: Output<List<String>>, conditions: Output<EndpointConditionsArgs>? = null, hostname: Output<String>? = null, nodeName: Output<String>? = null, targetRef: Output<ObjectReferenceArgs>? = null, topology: Output<Map<String, String>>? = null)
Functions
Properties
Link copied to clipboard
topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node where the endpoint is located. This should match the corresponding node label.