Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 33 for IngressTLS (0.64 sec)

  1. staging/src/k8s.io/api/networking/v1/generated.pb.go

    var xxx_messageInfo_IngressStatus proto.InternalMessageInfo
    
    func (m *IngressTLS) Reset()      { *m = IngressTLS{} }
    func (*IngressTLS) ProtoMessage() {}
    func (*IngressTLS) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2c41434372fec1d7, []int{18}
    }
    func (m *IngressTLS) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *IngressTLS) 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
    - 158.2K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/networking/v1beta1/generated.proto

    message IngressStatus {
      // loadBalancer contains the current status of the load-balancer.
      // +optional
      optional IngressLoadBalancerStatus loadBalancer = 1;
    }
    
    // IngressTLS describes the transport layer security associated with an Ingress.
    message IngressTLS {
      // hosts is a list of hosts included in the TLS certificate. The values in
      // this list must match the name/s used in the tlsSecret. Defaults to the
    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/generated.proto

    message IngressStatus {
      // loadBalancer contains the current status of the load-balancer.
      // +optional
      optional IngressLoadBalancerStatus loadBalancer = 1;
    }
    
    // IngressTLS describes the transport layer security associated with an Ingress.
    message IngressTLS {
      // hosts is a list of hosts included in the TLS certificate. The values in
      // this list must match the name/s used in the tlsSecret. Defaults to the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1beta1/types.go

    	// +listType=atomic
    	Rules []IngressRule `json:"rules,omitempty" protobuf:"bytes,3,rep,name=rules"`
    	// TODO: Add the ability to specify load-balancer IP through claims
    }
    
    // IngressTLS describes the transport layer security associated with an Ingress.
    type IngressTLS struct {
    	// hosts is a list of hosts included in the TLS certificate. The values in
    	// this list must match the name/s used in the tlsSecret. Defaults to the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:30 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go

    }
    
    func (IngressStatus) SwaggerDoc() map[string]string {
    	return map_IngressStatus
    }
    
    var map_IngressTLS = map[string]string{
    	"":           "IngressTLS describes the transport layer security associated with an Ingress.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  6. pkg/apis/networking/types.go

    	metav1.TypeMeta
    
    	// Standard object's metadata.
    	// +optional
    	metav1.ListMeta
    
    	// items is the list of IngressClasses.
    	Items []IngressClass
    }
    
    // IngressTLS describes the transport layer security associated with an ingress.
    type IngressTLS struct {
    	// hosts is a list of hosts included in the TLS certificate. The values in
    	// this list must match the name/s used in the tlsSecret. Defaults to the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 27.7K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/networking/v1/generated.proto

    message IngressStatus {
      // loadBalancer contains the current status of the load-balancer.
      // +optional
      optional IngressLoadBalancerStatus loadBalancer = 1;
    }
    
    // IngressTLS describes the transport layer security associated with an ingress.
    message IngressTLS {
      // hosts is a list of hosts included in the TLS certificate. The values in
      // this list must match the name/s used in the tlsSecret. Defaults to the
    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. staging/src/k8s.io/api/networking/v1/generated.proto

    message IngressStatus {
      // loadBalancer contains the current status of the load-balancer.
      // +optional
      optional IngressLoadBalancerStatus loadBalancer = 1;
    }
    
    // IngressTLS describes the transport layer security associated with an ingress.
    message IngressTLS {
      // hosts is a list of hosts included in the TLS certificate. The values in
      // this list must match the name/s used in the tlsSecret. Defaults to the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/networking/v1/types.go

    	// +listType=atomic
    	// +optional
    	TLS []IngressTLS `json:"tls,omitempty" protobuf:"bytes,2,rep,name=tls"`
    
    	// rules is a list of host rules used to configure the Ingress. If unspecified,
    	// or no rule matches, all traffic is sent to the default backend.
    	// +listType=atomic
    	// +optional
    	Rules []IngressRule `json:"rules,omitempty" protobuf:"bytes,3,rep,name=rules"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    var xxx_messageInfo_IngressStatus proto.InternalMessageInfo
    
    func (m *IngressTLS) Reset()      { *m = IngressTLS{} }
    func (*IngressTLS) ProtoMessage() {}
    func (*IngressTLS) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{26}
    }
    func (m *IngressTLS) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *IngressTLS) 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
    - 293.3K bytes
    - Viewed (0)
Back to top