Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for IngressClass (0.16 sec)

  1. pkg/config/schema/gvr/resources.gen.go

    	Ingress                        = schema.GroupVersionResource{Group: "networking.k8s.io", Version: "v1", Resource: "ingresses"}
    	IngressClass                   = schema.GroupVersionResource{Group: "networking.k8s.io", Version: "v1", Resource: "ingressclasses"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. pkg/config/schema/kubeclient/resources.gen.go

    	case gvr.HTTPRoute:
    		return &sigsk8siogatewayapiapisv1beta1.HTTPRoute{}
    	case gvr.Ingress:
    		return &k8sioapinetworkingv1.Ingress{}
    	case gvr.IngressClass:
    		return &k8sioapinetworkingv1.IngressClass{}
    	case gvr.KubernetesGateway:
    		return &sigsk8siogatewayapiapisv1beta1.Gateway{}
    	case gvr.Lease:
    		return &k8sioapicoordinationv1.Lease{}
    	case gvr.MutatingWebhookConfiguration:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 13:57:51 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  3. staging/src/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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top