Endpoint Patch Args
data class EndpointPatchArgs(val addresses: Output<List<String>>? = null, val conditions: Output<EndpointConditionsPatchArgs>? = null, val hostname: Output<String>? = null, val nodeName: Output<String>? = null, val targetRef: Output<ObjectReferencePatchArgs>? = null, val topology: Output<Map<String, String>>? = null) : ConvertibleToJava<EndpointPatchArgs>
Endpoint represents a single logical "backend" implementing a service.
Constructors
Link copied to clipboard
fun EndpointPatchArgs(addresses: Output<List<String>>? = null, conditions: Output<EndpointConditionsPatchArgs>? = null, hostname: Output<String>? = null, nodeName: Output<String>? = null, targetRef: Output<ObjectReferencePatchArgs>? = 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.