Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for hostnames (0.46 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                    - message: Combination of port, protocol and hostname must be unique
                        for each listener
                      rule: 'self.all(l1, self.exists_one(l2, l1.port == l2.port && l1.protocol
                        == l2.protocol && (has(l1.hostname) && has(l2.hostname) ? l1.hostname
                        == l2.hostname : !has(l1.hostname) && !has(l2.hostname))))'
                required:
                - gatewayClassName
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    				HostNetwork: false,
    			},
    			HostAliases: []core.HostAlias{{IP: "999.999.999.999", Hostnames: []string{"host1", "host2"}}},
    		},
    		"with hostAliases with invalid hostname": {
    			SecurityContext: &core.PodSecurityContext{
    				HostNetwork: false,
    			},
    			HostAliases: []core.HostAlias{{IP: "12.34.56.78", Hostnames: []string{"@#$^#@#$"}}},
    		},
    		"bad supplementalGroups large than math.MaxInt32": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "type": "object"
          },
          "io.k8s.api.core.v1.HostAlias": {
            "description": "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.",
            "properties": {
              "hostnames": {
                "description": "Hostnames for the above IP address.",
                "items": {
                  "default": "",
                  "type": "string"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                        by Istio are named as host:port, where the host
                                        typically corresponds to the VirtualService's
                                        host field or the hostname of a service in the
                                        registry.
                                      type: string
                                    route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                        by Istio are named as host:port, where the host
                                        typically corresponds to the VirtualService's
                                        host field or the hostname of a service in the
                                        registry.
                                      type: string
                                    route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                                        by Istio are named as host:port, where the host
                                        typically corresponds to the VirtualService's
                                        host field or the hostname of a service in the
                                        registry.
                                      type: string
                                    route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

      qualified domain name (FQDN) of a Pod is set as hostname of its containers. 
      In Linux containers, this means setting the FQDN in the hostname field of the 
      kernel (the nodename field of struct utsname).  In Windows containers, this
      means setting the this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Error).Temporary", Method, 6},
    		{"(*Error).Timeout", Method, 6},
    		{"(*Error).Unwrap", Method, 13},
    		{"(*URL).EscapedFragment", Method, 15},
    		{"(*URL).EscapedPath", Method, 5},
    		{"(*URL).Hostname", Method, 8},
    		{"(*URL).IsAbs", Method, 0},
    		{"(*URL).JoinPath", Method, 19},
    		{"(*URL).MarshalBinary", Method, 8},
    		{"(*URL).Parse", Method, 0},
    		{"(*URL).Port", Method, 8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "default": false,
                "description": "namespaced indicates if a resource is namespaced or not.",
                "type": "boolean"
              },
              "shortNames": {
                "description": "shortNames is a list of suggested short names of the resource.",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the memory allocations reserved for TPUEmbedding.}]>:$memory_config,
    
        StrAttr:$config
      );
    
      let results = (outs
        Res<TF_StrTensor, [{A string containing metadata about the hostname and RPC port
    used for communication with this host.}]>:$network_config
      );
    }
    
    def TF_ConfigureTPUEmbeddingMemoryOp : TF_Op<"ConfigureTPUEmbeddingMemory", []> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top