Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for IngressBackend (0.2 sec)

  1. staging/src/k8s.io/api/networking/v1beta1/types.go

    	// backend defines the referenced service endpoint to which the traffic
    	// will be forwarded to.
    	Backend IngressBackend `json:"backend" protobuf:"bytes,2,opt,name=backend"`
    }
    
    // IngressBackend describes all endpoints for a given service and port.
    type IngressBackend struct {
    	// serviceName specifies the name of the referenced service.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:30 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/ingress/conversion.go

    	case *networking.StringMatch_Prefix:
    		return len(uri.GetPrefix()), false
    	}
    	// should not happen
    	return -1, false
    }
    
    func ingressBackendToHTTPRoute(backend *knetworking.IngressBackend, namespace string,
    	domainSuffix string, services kclient.Client[*corev1.Service],
    ) *networking.HTTPRoute {
    	if backend == nil {
    		return nil
    	}
    
    	port := &networking.PortSelector{}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 07:19:43 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/networking/v1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
      // +optional
      optional IngressStatus status = 3;
    }
    
    // IngressBackend describes all endpoints for a given service and port.
    message IngressBackend {
      // service references a service as a backend.
      // This is a mutually exclusive setting with "Resource".
      // +optional
      optional IngressServiceBackend service = 4;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  4. pkg/apis/networking/types.go

    	// +optional
    	PathType *PathType
    
    	// backend defines the referenced service endpoint to which the traffic
    	// will be forwarded to.
    	Backend IngressBackend
    }
    
    // IngressBackend describes all endpoints for a given service and port.
    type IngressBackend struct {
    	// service references a service as a backend.
    	// This is a mutually exclusive setting with "Resource".
    	// +optional
    	Service *IngressServiceBackend
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 27.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/networking/v1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
      // +optional
      optional IngressStatus status = 3;
    }
    
    // IngressBackend describes all endpoints for a given service and port.
    message IngressBackend {
      // service references a service as a backend.
      // This is a mutually exclusive setting with "Resource".
      // +optional
      optional IngressServiceBackend service = 4;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go

    }
    
    func (Ingress) SwaggerDoc() map[string]string {
    	return map_Ingress
    }
    
    var map_IngressBackend = map[string]string{
    	"":            "IngressBackend describes all endpoints for a given service and port.",
    	"serviceName": "serviceName specifies the name of the referenced service.",
    	"servicePort": "servicePort Specifies the port of the referenced service.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/networking/v1/types.go

    	// backend defines the referenced service endpoint to which the traffic
    	// will be forwarded to.
    	Backend IngressBackend `json:"backend" protobuf:"bytes,2,opt,name=backend"`
    }
    
    // IngressBackend describes all endpoints for a given service and port.
    type IngressBackend struct {
    	// service references a service as a backend.
    	// This is a mutually exclusive setting with "Resource".
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    var xxx_messageInfo_Ingress proto.InternalMessageInfo
    
    func (m *IngressBackend) Reset()      { *m = IngressBackend{} }
    func (*IngressBackend) ProtoMessage() {}
    func (*IngressBackend) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{17}
    }
    func (m *IngressBackend) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *IngressBackend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
      // +optional
      optional IngressStatus status = 3;
    }
    
    // IngressBackend describes all endpoints for a given service and port.
    message IngressBackend {
      // Specifies the name of the referenced service.
      // +optional
      optional string serviceName = 1;
    
      // Specifies the port of the referenced service.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
      // +optional
      optional IngressStatus status = 3;
    }
    
    // IngressBackend describes all endpoints for a given service and port.
    message IngressBackend {
      // Specifies the name of the referenced service.
      // +optional
      optional string serviceName = 1;
    
      // Specifies the port of the referenced service.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
Back to top