Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 952 for dns2 (0.06 sec)

  1. src/net/conf.go

    			for _, v := range srcs[i+1:] {
    				if v.source == "dns" {
    					hasDNSSource = true
    					break
    				}
    			}
    		}
    
    		// If we saw a source we don't recognize, which can only
    		// happen if we can't use the cgo resolver, treat it as DNS,
    		// but only when there is no dns in all other sources.
    		if !hasDNSSource {
    			dnsSource = true
    			if first == "" {
    				first = "dns"
    			}
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/controller_test.go

    	ns.Update(ns1)
    	s.AssertEmpty(t, time.Millisecond*10)
    
    	ns2.Annotations = map[string]string{"foo": "bar"}
    	ns.Update(ns2)
    	s.AssertEmpty(t, time.Millisecond*10)
    
    	ns1.Labels["bar"] = "foo"
    	ns.Update(ns1)
    	s.AssertEmpty(t, time.Millisecond*10)
    
    	ns2.Labels["foo"] = "bar"
    	ns.Update(ns2)
    	s.WaitOrFail(t, "xds full")
    
    	ns1.Labels["allowed"] = "true"
    	ns.Update(ns1)
    	s.WaitOrFail(t, "xds full")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 16:47:06 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/capture/testdata/ipv6-dns-outbound-owner-groups-exclude.golden

    Eoin Fennessy <******@****.***> 1715615475 +0100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/images/images.go

    		dnsImageRepository = fmt.Sprintf("%s/coredns", dnsImageRepository)
    	}
    	// DNS uses an imageTag that corresponds to the DNS version matching the Kubernetes version
    	dnsImageTag := constants.CoreDNSVersion
    
    	// unless an override is specified
    	if cfg.DNS.ImageTag != "" {
    		dnsImageTag = cfg.DNS.ImageTag
    	}
    	return GetGenericImage(dnsImageRepository, constants.CoreDNSImageName, dnsImageTag)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 06:33:37 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. mockwebserver/src/test/java/mockwebserver3/MockResponseSniTest.kt

        server.useHttps(handshakeCertificates.sslSocketFactory())
    
        val dns =
          Dns {
            Dns.SYSTEM.lookup(server.hostName)
          }
    
        val client =
          clientTestRule.newClientBuilder()
            .sslSocketFactory(
              handshakeCertificates.sslSocketFactory(),
              handshakeCertificates.trustManager,
            )
            .dns(dns)
            .build()
    
        server.enqueue(MockResponse())
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/guestbook/redis-slave-controller.yaml

                cpu: 100m
                memory: 100Mi
            env:
            - name: GET_HOSTS_FROM
              value: dns
              # If your cluster config does not include a dns service, then to
              # instead access an environment variable to find the master
              # service's host, comment out the 'value: dns' line above, and
              # uncomment the line below:
              # value: env
            ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 21 15:08:30 UTC 2018
    - 831 bytes
    - Viewed (0)
  7. tools/proto/proto.mk

    BUF_CONFIG_DIR := tools/proto
    
    .PHONY: proto operator-proto dns-proto
    
    proto: operator-proto dns-proto echo-proto workload-proto zds-proto
    
    operator-proto:
    	buf generate --config $(BUF_CONFIG_DIR)/buf.yaml --path operator/pkg/ --output operator --template $(BUF_CONFIG_DIR)/buf.golang.yaml
    
    dns-proto:
    	buf generate --config $(BUF_CONFIG_DIR)/buf.yaml --path pkg/dns/ --output pkg --template $(BUF_CONFIG_DIR)/buf.golang.yaml
    
    echo-proto:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. tests/testdata/networking/sidecar-ns-scope/configs.yaml

            host: http1.ns1.svc.cluster.local
            subset: v2
          weight: 30
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: http1
      namespace: ns2
    spec:
      hosts:
      - http1.ns2.svc.cluster.local
      addresses:
      - 3.1.1.1
      ports:
      - number: 8080
        name: http
        protocol: HTTP2
      location: MESH_INTERNAL
      resolution: STATIC
      endpoints:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 04 17:16:38 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  9. internal/config/dns/store.go

    // GNU Affero General Public License for more details.
    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package dns
    
    // Error - DNS related errors error.
    type Error struct {
    	Bucket string
    	Err    error
    }
    
    // ErrInvalidBucketName for buckets with invalid name
    type ErrInvalidBucketName Error
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  10. android-test/src/androidTest/java/okhttp/android/test/sni/SniOverrideTest.kt

            .dns {
              Dns.SYSTEM.lookup("sni.cloudflaressl.com")
            }
            .build()
    
        val request =
          Request.Builder()
            .url("https://cloudflare-dns.com/cdn-cgi/trace")
            .build()
        client.newCall(request).execute().use { response ->
          assertThat(response.code).isEqualTo(200)
          assertThat(response.protocol).isEqualTo(Protocol.HTTP_2)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top