Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IngressNamespace (0.22 sec)

  1. pilot/pkg/config/kube/ingress/conversion.go

    	gatewayConfig := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.Gateway,
    			Name:             ingress.Name + "-" + constants.IstioIngressGatewayName + "-" + ingress.Namespace,
    			Namespace:        IngressNamespace,
    			Domain:           domainSuffix,
    		},
    		Spec: gateway,
    	}
    
    	return gatewayConfig
    }
    
    // ConvertIngressVirtualService converts from ingress spec to Istio VirtualServices
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 07:19:43 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/ingress/controller.go

    	ingresses map[types.NamespacedName]*knetworking.Ingress
    
    	classes  kclient.Client[*knetworking.IngressClass]
    	ingress  kclient.Client[*knetworking.Ingress]
    	services kclient.Client[*corev1.Service]
    }
    
    var IngressNamespace = env.Register("K8S_INGRESS_NS", constants.IstioSystemNamespace,
    	"The namespace where ingress controller runs, by default it is istio-system").Get()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top