Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 275 for host2 (0.15 sec)

  1. tools/istio-iptables/pkg/README.md

    The end result is that if this `istio-iptables` wrapper is used, the correct `iptables` binary should be selected dynamically, regardless of whether the context is a pod, the host, a container, or the host filesystem, or what "default" binary is configured in either the container or the host.
    
    For context, there are 3 basic iptables binaries we use.
    
    - iptables
    - iptables-save
    - iptables-restore
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. pkg/volume/secret/secret.go

    	}
    }
    
    func getPath(uid types.UID, volName string, host volume.VolumeHost) string {
    	return host.GetPodVolumeDir(uid, utilstrings.EscapeQualifiedName(secretPluginName), volName)
    }
    
    func (plugin *secretPlugin) Init(host volume.VolumeHost) error {
    	plugin.host = host
    	plugin.getSecret = host.GetSecretFunc()
    	return nil
    }
    
    func (plugin *secretPlugin) GetPluginName() string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  3. pkg/volume/nfs/nfs.go

    const (
    	nfsPluginName  = "kubernetes.io/nfs"
    	unMountTimeout = time.Minute
    )
    
    func (plugin *nfsPlugin) Init(host volume.VolumeHost) error {
    	plugin.host = host
    	return nil
    }
    
    func (plugin *nfsPlugin) GetPluginName() string {
    	return nfsPluginName
    }
    
    func (plugin *nfsPlugin) GetVolumeName(spec *volume.Spec) (string, error) {
    	volumeSource, _, err := getVolumeSource(spec)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  4. src/net/http/httptest/httptest_test.go

    			method: "GET",
    			uri:    "http://foo.com/path/%2f/bar/",
    			body:   nil,
    			want: &http.Request{
    				Method: "GET",
    				Host:   "foo.com",
    				URL: &url.URL{
    					Scheme:  "http",
    					Path:    "/path///bar/",
    					RawPath: "/path/%2f/bar/",
    					Host:    "foo.com",
    				},
    				Header:     http.Header{},
    				Proto:      "HTTP/1.1",
    				ProtoMajor: 1,
    				ProtoMinor: 1,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 18:09:14 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. internal/event/target/nsq_test.go

    	type fields struct {
    		Enable      bool
    		NSQDAddress xnet.Host
    		Topic       string
    		TLS         struct {
    			Enable     bool
    			SkipVerify bool
    		}
    	}
    	tests := []struct {
    		name    string
    		fields  fields
    		wantErr bool
    	}{
    		{
    			name: "test1_missing_topic",
    			fields: fields{
    				Enable: true,
    				NSQDAddress: xnet.Host{
    					Name:      "127.0.0.1",
    					Port:      4150,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. platforms/software/resources-sftp/src/main/java/org/gradle/internal/resource/transport/sftp/SftpClientFactory.java

        }
    
        private static class DefaultLockableSftpClient implements LockableSftpClient {
            final SftpHost host;
            final ChannelSftp channelSftp;
            final Session session;
    
            private DefaultLockableSftpClient(SftpHost host, ChannelSftp channelSftp, Session session) {
                this.host = host;
                this.channelSftp = channelSftp;
                this.session = session;
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/net/http/httpguts/httplex.go

    			return false
    		}
    	}
    	return true
    }
    
    // ValidHostHeader reports whether h is a valid host header.
    func ValidHostHeader(h string) bool {
    	// The latest spec is actually this:
    	//
    	// http://tools.ietf.org/html/rfc7230#section-5.4
    	//     Host = uri-host [ ":" port ]
    	//
    	// Where uri-host is:
    	//     http://tools.ietf.org/html/rfc3986#section-3.2.2
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/client/CrawlerEngineClient.java

            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            final String[] hosts =
                    split(address, ",").get(stream -> stream.map(String::trim).filter(StringUtil::isNotEmpty).toArray(n -> new String[n]));
            final Builder builder = Settings.builder().putList("http.hosts", hosts).put("processors", fessConfig.getCrawlerHttpProcessors())
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. manifests/charts/default/files/profile-preview.yaml

    # Stability, security, and performance are not guaranteed - use at your own risk.
    meshConfig:
      defaultConfig:
        proxyMetadata:
          # Enable Istio agent to handle DNS requests for known hosts
          # Unknown hosts will automatically be resolved using upstream dns servers in resolv.conf
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 22:30:06 UTC 2024
    - 670 bytes
    - Viewed (0)
  10. src/net/http/routing_tree.go

    // then the second return value will be []string{"a", "c"}.
    func (root *routingNode) match(host, method, path string) (*routingNode, []string) {
    	if host != "" {
    		// There is a host. If there is a pattern that specifies that host and it
    		// matches, we are done. If the pattern doesn't match, fall through to
    		// try patterns with no host.
    		if l, m := root.findChild(host).matchMethodAndPath(method, path); l != nil {
    			return l, m
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 30 15:43:24 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top