Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 45 for hostlink (1.42 sec)

  1. staging/src/k8s.io/api/networking/v1beta1/generated.proto

    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    message Ingress {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  2. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

     *.devcdnaccesso.com *.developer.app *.digitaloceanspaces.com *.diher.solutions *.dweb.link *.elb.amazonaws.com *.elb.amazonaws.com.cn *.er *.ex.futurecms.at *.ex.ortsinfo.at *.firenet.ch *.fk *.frusky.de *.futurecms.at *.gateway.dev *.hosting.myjino.ru *.hosting.ovh.net *.in.futurecms.at *.jm *.kawasaki.jp *.kh *.kitakyushu.jp *.kobe.jp *.kunden.ortsinfo.at *.landing.myjino.ru *.lcl.dev *.lclstage.dev *.linodeobjects.com *.magentosite.cloud *.migration.run *.mm *.moonscale.io *.nagoya.jp *.nodebalancer.linode.com...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  3. pilot/pkg/bootstrap/istio_ca.go

    	k8sSigner = env.Register("K8S_SIGNER", "",
    		"Kubernetes CA Signer type. Valid from Kubernetes 1.18").Get()
    )
    
    // initCAServer create a CA Server. The CA API uses cert with the max workload cert TTL.
    // 'hostlist' must be non-empty - but is not used since CA Server will start on existing
    // grpc server. Adds client cert auth and kube (sds enabled)
    func (s *Server) initCAServer(ca caserver.CertificateAuthority, opts *caOptions) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1beta1/types.go

    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    type Ingress struct {
    	metav1.TypeMeta `json:",inline"`
    
    	// Standard object's metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +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)
  5. common-protos/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // `path` is an optional URL path which will be sent in any request to
      // this service.
      // +optional
      optional string path = 3;
    
      // If specified, the port on the service that hosting webhook.
      // Default to 443 for backward compatibility.
      // `port` should be a valid port number (1-65535, inclusive).
      // +optional
      optional int32 port = 4;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    	// Required
    	Name string
    
    	// `path` is an optional URL path which will be sent in any request to
    	// this service.
    	// +optional
    	Path *string
    
    	// If specified, the port on the service that hosting webhook.
    	// `port` should be a valid port number (1-65535, inclusive).
    	// +optional
    	Port int32
    }
    
    // CustomResourceDefinitionVersion describes a version for CRD.
    type CustomResourceDefinitionVersion struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/join.go

    			}
    
    			data, ok := c.(*joinData)
    			if !ok {
    				return errors.New("invalid data struct")
    			}
    
    			if err := joinRunner.Run(args); err != nil {
    				return err
    			}
    
    			// if the node is hosting a new control plane instance
    			if data.cfg.ControlPlane != nil {
    				// outputs the join control plane done message and exit
    				etcdMessage := ""
    				if data.initCfg.Etcd.External == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 15:33:38 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/admissionregistration/v1/generated.proto

      // `path` is an optional URL path which will be sent in any request to
      // this service.
      // +optional
      optional string path = 3;
    
      // If specified, the port on the service that hosting webhook.
      // Default to 443 for backward compatibility.
      // `port` should be a valid port number (1-65535, inclusive).
      // +optional
      optional int32 port = 4;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  9. src/cmd/go/internal/vcs/vcs.go

    	Uncommitted bool      // Required.
    }
    
    var (
    	// VCSTestRepoURL is the URL of the HTTP server that serves the repos for
    	// vcs-test.golang.org.
    	//
    	// In tests, this is set to the URL of an httptest.Server hosting a
    	// cmd/go/internal/vcweb.Server.
    	VCSTestRepoURL string
    
    	// VCSTestHosts is the set of hosts supported by the vcs-test server.
    	VCSTestHosts []string
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/networking/v1/generated.proto

    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    message Ingress {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    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