kubernetes_endpoints_v1

An Endpoints resource is an abstraction, linked to a Service, which defines the list of endpoints that actually implement the service.

Example Usage

data "kubernetes_endpoints_v1" "api_endpoints" {
  metadata {
    name      = "kubernetes"
    namespace = "default"
  }
}

Argument Reference

The following arguments are supported:

Nested Blocks

metadata

Arguments

Attributes

Attribute Reference

subset

Attributes

address

Attributes

not_ready_address

Attributes

port

Attributes