INPUT_OBJECT

KubernetesKindNetworkNeighborSetSpecNeighborsIngressInput

link GraphQL Schema definition

  • input KubernetesKindNetworkNeighborSetSpecNeighborsIngressInput {
  • # Address is an external ip address or CNAME gleaned from the loadbalancerstatus
  • # typically on the istio-ingressgateway.istio-system
  • # https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#loadbalanceringress-v1-core
  • address: String
  • # Port is the configured external tls port
  • port: Int
  • }