Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 54 for IngressClass (0.15 sec)

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

    	Ingress                        = config.GroupVersionKind{Group: "networking.k8s.io", Version: "v1", Kind: "Ingress"}
    	IngressClass                   = config.GroupVersionKind{Group: "networking.k8s.io", Version: "v1", Kind: "IngressClass"}
    	KubernetesGateway              = config.GroupVersionKind{Group: "gateway.networking.k8s.io", Version: "v1beta1", Kind: "Gateway"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/ingress_test.go

    			ingressUpdateCases := []struct {
    				name         string
    				ingressClass string
    				path         string
    				call         echo.CallOptions
    			}{
    				// Ensure we get a 200 initially
    				{
    					name:         "initial state",
    					ingressClass: "istio-test",
    					path:         "/update-test",
    					call: echo.CallOptions{
    						Port: echo.Port{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1/types.go

    // +k8s:prerelease-lifecycle-gen:introduced=1.19
    
    // IngressClass represents the class of the Ingress, referenced by the Ingress
    // Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be
    // used to indicate that an IngressClass should be considered default. When a
    // single IngressClass resource has this annotation set to true, new Ingress
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1/generated.proto

      // +optional
      optional .k8s.io.api.core.v1.TypedLocalObjectReference resource = 3;
    }
    
    // IngressClass represents the class of the Ingress, referenced by the Ingress
    // Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be
    // used to indicate that an IngressClass should be considered default. When a
    // single IngressClass resource has this annotation set to true, new Ingress
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  5. pkg/config/schema/kubetypes/resources.gen.go

    		return gvk.GatewayClass, true
    	case *sigsk8siogatewayapiapisv1beta1.HTTPRoute:
    		return gvk.HTTPRoute, true
    	case *k8sioapinetworkingv1.Ingress:
    		return gvk.Ingress, true
    	case *k8sioapinetworkingv1.IngressClass:
    		return gvk.IngressClass, true
    	case *sigsk8siogatewayapiapisv1beta1.Gateway:
    		return gvk.KubernetesGateway, true
    	case *k8sioapicoordinationv1.Lease:
    		return gvk.Lease, true
    	case *istioioapimeshv1alpha1.MeshConfig:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/ingress/controller.go

    // instead of the ingress labels.
    
    // Follows mesh.IngressControllerMode setting to enable - OFF|STRICT|DEFAULT.
    // STRICT requires "kubernetes.io/ingress.class" == mesh.IngressClass
    // DEFAULT allows Ingress without explicit class.
    
    // In 1.1:
    // - K8S_INGRESS_NS - namespace of the Gateway that will act as ingress.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/networking/v1/generated.proto

      // +optional
      optional k8s.io.api.core.v1.TypedLocalObjectReference resource = 3;
    }
    
    // IngressClass represents the class of the Ingress, referenced by the Ingress
    // Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be
    // used to indicate that an IngressClass should be considered default. When a
    // single IngressClass resource has this annotation set to true, new Ingress
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/ingress/status_test.go

    		},
    		Spec: knetworking.IngressSpec{
    			IngressClassName: &ingressClassName,
    		},
    	})
    	assert.EventuallyEqual(t, getIPs(ing, "ingress", "default"), []string{})
    
    	// Create IngressClass
    	ingc.Create(&knetworking.IngressClass{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: ingressClassName,
    		},
    		Spec: knetworking.IngressClassSpec{
    			Controller: IstioIngressController,
    		},
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  9. pkg/apis/networking/validation/validation.go

    // ValidateIngressClassName validates that the given name can be used as an
    // IngressClass name.
    var ValidateIngressClassName = apimachineryvalidation.NameIsDNSSubdomain
    
    // ValidateIngressClass ensures that IngressClass resources are valid.
    func ValidateIngressClass(ingressClass *networking.IngressClass) field.ErrorList {
    	allErrs := apivalidation.ValidateObjectMeta(&ingressClass.ObjectMeta, false, ValidateIngressClassName, field.NewPath("metadata"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 07 14:48:01 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/networking/v1beta1/generated.pb.go

    var xxx_messageInfo_IngressBackend proto.InternalMessageInfo
    
    func (m *IngressClass) Reset()      { *m = IngressClass{} }
    func (*IngressClass) ProtoMessage() {}
    func (*IngressClass) Descriptor() ([]byte, []int) {
    	return fileDescriptor_9497719c79c89d2d, []int{4}
    }
    func (m *IngressClass) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *IngressClass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top