Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 107 for hostlink (0.39 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. src/main/java/jcifs/smb1/smb1/SmbFile.java

                if (dff.wildcard != null)
                    wildcard = dff.wildcard;
                searchAttributes = dff.attributes;
            }
    
            try {
                int hostlen = url.getHost().length();
                if (hostlen == 0 || getType() == TYPE_WORKGROUP) {
                    doNetServerEnum(list, files, wildcard, searchAttributes, fnf, ff);
                } else if (share == null) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. src/cmd/go/alldocs.go

    // proxy protocol.
    //
    // # Import path checking
    //
    // When the custom import path feature described above redirects to a
    // known code hosting site, each of the resulting packages has two possible
    // import paths, using the custom domain or the known hosting site.
    //
    // A package statement is said to have an "import comment" if it is immediately
    // followed (before the next newline) by a comment of one of these two forms:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.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