EndpointSlice
final case class EndpointSlice(endpoints: Seq[Endpoint], ports: Option[Seq[EndpointPort]], addressType: String, metadata: Option[ObjectMeta]) extends KObject
EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.
- Source:
- EndpointSlice.scala