Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for IngressTLS (0.16 sec)

  1. pkg/apis/networking/v1beta1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1beta1.IngressTLS)(nil), (*networking.IngressTLS)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1beta1_IngressTLS_To_networking_IngressTLS(a.(*v1beta1.IngressTLS), b.(*networking.IngressTLS), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*networking.IngressTLS)(nil), (*v1beta1.IngressTLS)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 02 23:13:31 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/networking/v1beta1/zz_generated.deepcopy.go

    func (in *IngressTLS) DeepCopyInto(out *IngressTLS) {
    	*out = *in
    	if in.Hosts != nil {
    		in, out := &in.Hosts, &out.Hosts
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLS.
    func (in *IngressTLS) DeepCopy() *IngressTLS {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 02 23:13:31 UTC 2022
    - 12.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1/zz_generated.deepcopy.go

    func (in *IngressTLS) DeepCopyInto(out *IngressTLS) {
    	*out = *in
    	if in.Hosts != nil {
    		in, out := &in.Hosts, &out.Hosts
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLS.
    func (in *IngressTLS) DeepCopy() *IngressTLS {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 20K bytes
    - Viewed (0)
  4. pkg/apis/networking/zz_generated.deepcopy.go

    func (in *IngressTLS) DeepCopyInto(out *IngressTLS) {
    	*out = *in
    	if in.Hosts != nil {
    		in, out := &in.Hosts, &out.Hosts
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLS.
    func (in *IngressTLS) DeepCopy() *IngressTLS {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:58 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.deepcopy.go

    func (in *IngressTLS) DeepCopyInto(out *IngressTLS) {
    	*out = *in
    	if in.Hosts != nil {
    		in, out := &in.Hosts, &out.Hosts
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLS.
    func (in *IngressTLS) DeepCopy() *IngressTLS {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 33.2K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top