OBJECT

KubernetesKindEgressPointSpecTargetsPort

EgressPort is the port and protocol

link GraphQL Schema definition

  • type KubernetesKindEgressPointSpecTargetsPort {
  • number: Int
  • # EgressProtocol is a valid protocol supported by Istio ServiceEntry.
  • # Only one of the following protocols may be specified.
  • # Based on options for:
  • # https://istio.io/latest/docs/reference/config/networking/service-entry/#ServicePort
  • # Intentionally not importing Istio code to detach our API from a specific Ingress
  • # provider
  • protocol: KubernetesKindEgressPointSpecTargetsPortProtocolEnum
  • }