INPUT_OBJECT

KubernetesKindPreProvisionedServiceSpecBindingConnectorsEgressPointTemplateTargetsPortInput

EgressPort represents port and protocol

link GraphQL Schema definition

  • input KubernetesKindPreProvisionedServiceSpecBindingConnectorsEgressPointTemplateTargetsPortInput {
  • 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: KubernetesKindPreProvisionedServiceSpecBindingConnectorsEgressPointTemplateTargetsPortProtocolEnum
  • }