Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 54 for IngressClass (0.36 sec)

  1. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      optional HTTPIngressRuleValue http = 1;
    }
    
    // IngressSpec describes the Ingress the user wishes to exist.
    message IngressSpec {
      // IngressClassName is the name of the IngressClass cluster resource. The
      // associated IngressClass defines which controller will implement the
      // resource. This replaces the deprecated `kubernetes.io/ingress.class`
      // annotation. For backwards compatibility, when that annotation is set, it
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  2. pkg/config/mesh/mesh_test.go

    	}
    	assert.Equal(t, got, want)
    	// Verify overrides
    	got, err = mesh.ApplyMeshConfigDefaults(`
    serviceSettings: 
      - settings:
          clusterLocal: true
        host:
          - "*.myns.svc.cluster.local"
    ingressClass: foo
    enableTracing: false
    trustDomainAliases: ["default", "both"]
    defaultServiceExportTo: 
    - "foo"
    outboundTrafficPolicy:
      mode: REGISTRY_ONLY
    clusterLocalNamespaces: 
    - "foons"
    defaultProviders:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. pkg/config/constants/constants.go

    	IstioLabel = "istio"
    
    	// IstioIngressLabelValue is value for IstioLabel that identifies an ingress workload.
    	// TODO we should derive this from IngressClass
    	IstioIngressLabelValue = "ingressgateway"
    
    	// IstioSystemNamespace is the namespace where Istio's components are deployed
    	IstioSystemNamespace = "istio-system"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
  4. pkg/config/mesh/mesh.go

    		EnableEnvoyAccessLogService: false,
    		ProtocolDetectionTimeout:    durationpb.New(0),
    		IngressService:              "istio-ingressgateway",
    		IngressControllerMode:       meshconfig.MeshConfig_STRICT,
    		IngressClass:                "istio",
    		TrustDomain:                 constants.DefaultClusterLocalDomain,
    		TrustDomainAliases:          []string{},
    		EnableAutoMtls:              wrappers.Bool(true),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 12K bytes
    - Viewed (0)
  5. pkg/config/schema/metadata.yaml

        proto: "k8s.io.api.networking.v1.IngressSpec"
        protoPackage: "k8s.io/api/networking/v1"
        statusProto: "k8s.io.api.networking.v1.IngressStatus"
        statusProtoPackage: "k8s.io/api/networking/v1"
    
      - kind: "IngressClass"
        plural: "ingressclasses"
        group: "networking.k8s.io"
        version: "v1"
        builtin: true
        clusterScoped: true
        proto: "k8s.io.api.networking.v1.IngressClassSpec"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  6. pkg/api/testing/defaulting_test.go

    		{Group: "networking.k8s.io", Version: "v1beta1", Kind: "IngressList"}:                                      {},
    		{Group: "networking.k8s.io", Version: "v1", Kind: "IngressClass"}:                                          {},
    		{Group: "networking.k8s.io", Version: "v1", Kind: "IngressClassList"}:                                      {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  7. pkg/printers/internalversion/printers_test.go

    	}
    }
    
    func TestPrintIngressClass(t *testing.T) {
    	testCases := []struct {
    		name         string
    		ingressClass *networking.IngressClass
    		expected     []metav1.TableRow
    	}{{
    		name: "example with params",
    		ingressClass: &networking.IngressClass{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:              "test1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/validation/validation.go

    		{"Values.global.proxy.holdApplicationUntilProxyStarts", "meshConfig.defaultConfig.holdApplicationUntilProxyStarts", false},
    		{"Values.pilot.ingress", "meshConfig.ingressService, meshConfig.ingressControllerMode, and meshConfig.ingressClass", nil},
    		{"Values.global.mtls.enabled", "the PeerAuthentication resource", nil},
    		{"Values.global.mtls.auto", "meshConfig.enableAutoMtls", nil},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 20:02:28 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/crdclient/types.gen.go

    				Generation:        obj.Generation,
    			},
    			Spec:   &obj.Spec,
    			Status: &obj.Status,
    		}
    	},
    	gvk.IngressClass: func(r runtime.Object) config.Config {
    		obj := r.(*k8sioapinetworkingv1.IngressClass)
    		return config.Config{
    			Meta: config.Meta{
    				GroupVersionKind:  gvk.IngressClass,
    				Name:              obj.Name,
    				Namespace:         obj.Namespace,
    				Labels:            obj.Labels,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-absolute-override.yaml

    x":5,"autoscaleMin":1,"configMap":true,"configNamespace":"istio-config","cpu":{"targetAverageUtilization":80},"enableProtocolSniffingForInbound":false,"enableProtocolSniffingForOutbound":true,"enabled":true,"env":{},"image":"pilot","ingress":{"ingressClass":"istio","ingressControllerMode":"OFF","ingressService":"istio-ingressgateway"},"keepaliveMaxServerConnectionAge":"30m","meshNetworks":{"networks":{}},"namespace":"istio-system","nodeSelector":{},"podAntiAffinityLabelSelector":[],"podAntiAffin...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
Back to top