Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for ingressclasses (0.35 sec)

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

    		}
    	case gvr.IngressClass:
    		l = func(options metav1.ListOptions) (runtime.Object, error) {
    			return c.Kube().NetworkingV1().IngressClasses().List(context.Background(), options)
    		}
    		w = func(options metav1.ListOptions) (watch.Interface, error) {
    			return c.Kube().NetworkingV1().IngressClasses().Watch(context.Background(), options)
    		}
    	case gvr.KubernetesGateway:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 13:57:51 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/networking/v1beta1/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
    - 14.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go

    	return map_IngressBackend
    }
    
    var map_IngressClass = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1beta1/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
    - 15.1K bytes
    - Viewed (0)
  5. 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"}
    	KubernetesGateway              = schema.GroupVersionResource{Group: "gateway.networking.k8s.io", Version: "v1beta1", Resource: "gateways"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/networking/v1beta1/types.go

    // +k8s:prerelease-lifecycle-gen:replacement=networking.k8s.io,v1,IngressClassList
    
    // 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: Mon Nov 27 20:06:30 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  7. pkg/apis/networking/types.go

    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // 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: Tue Oct 31 21:05:06 UTC 2023
    - 27.7K bytes
    - Viewed (0)
  8. pkg/config/schema/metadata.yaml

        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"
        protoPackage: "k8s.io/api/networking/v1"
    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. staging/src/k8s.io/api/networking/v1/types_swagger_doc_generated.go

    	return map_IngressBackend
    }
    
    var map_IngressClass = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  10. 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)
Back to top