Endpoint
data class Endpoint(val addresses: List<String>, val conditions: EndpointConditions? = null, val hostname: String? = null, val nodeName: String? = null, val targetRef: ObjectReference? = null, val topology: Map<String, String>? = null)
Endpoint represents a single logical "backend" implementing a service.
Constructors
Types
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.