Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 196 for DOMAIN (0.38 sec)

  1. src/syscall/syscall_linux.go

    		if pp.Path[0] == 0 {
    			// "Abstract" Unix domain socket.
    			// Rewrite leading NUL as @ for textual display.
    			// (This is the standard convention.)
    			// Not friendly to overwrite in place,
    			// but the callers below don't care.
    			pp.Path[0] = '@'
    		}
    
    		// Assume path ends at NUL.
    		// This is not technically the Linux semantics for
    		// abstract Unix domain sockets--they are supposed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  2. pilot/pkg/model/service.go

    	"istio.io/istio/pkg/util/sets"
    	"istio.io/istio/pkg/workloadapi"
    	"istio.io/istio/pkg/workloadapi/security"
    )
    
    // Service describes an Istio service (e.g., catalog.mystore.com:8080)
    // Each service has a fully qualified domain name (FQDN) and one or more
    // ports where the service is listening for connections. *Optionally*, a
    // service can have a single load balancer/virtual IP address associated
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    // The runAsUserName field will be used to execute the given container's entrypoint, and
    // it can be formatted as "DOMAIN/USER", where the DOMAIN is optional, maxRunAsUserNameDomainLength
    // is the max character length for the user's DOMAIN, and maxRunAsUserNameUserLength
    // is the max character length for the USER itself. Both the DOMAIN and USER have their
    // own restrictions, and more information about them can be found here:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // of pods into each bucket.
      // We define a domain as a particular instance of a topology.
      // Also, we define an eligible domain as a domain whose nodes meet the requirements of
      // nodeAffinityPolicy and nodeTaintsPolicy.
      // e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology.
      // And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology.
      // It's a required field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    			},
    			wantErr: `failed to rotate DEK uid="panda", useSeed=false, ` +
    				`errState=got unexpected nil transformer, errGen=failed to validate annotations: annotations: Invalid value: "panda": ` +
    				`should be a domain with at least two segments separated by dots, statusKeyIDHash="sha256:6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b", ` +
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  6. pilot/pkg/networking/util/util.go

    func IPv6Compliant(host string) string {
    	if strings.Contains(host, ":") {
    		return "[" + host + "]"
    	}
    	return host
    }
    
    // DomainName builds the domain name for a given host and port
    func DomainName(host string, port int) string {
    	return net.JoinHostPort(host, strconv.Itoa(port))
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  7. pkg/istio-agent/agent.go

    	DNSForwardParallel bool
    	// ProxyType is the type of proxy we are configured to handle
    	ProxyType model.NodeType
    	// ProxyNamespace to use for local dns resolution
    	ProxyNamespace string
    	// ProxyDomain is the DNS domain associated with the proxy (assumed
    	// to include the namespace as well) (for local dns resolution)
    	ProxyDomain string
    	// Node identifier used by Envoy
    	ServiceNode string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  8. src/syscall/zerrors_solaris_amd64.go

    	26:  "text file busy",
    	27:  "file too large",
    	28:  "no space left on device",
    	29:  "illegal seek",
    	30:  "read-only file system",
    	31:  "too many links",
    	32:  "broken pipe",
    	33:  "argument out of domain",
    	34:  "result too large",
    	35:  "no message of desired type",
    	36:  "identifier removed",
    	37:  "channel number out of range",
    	38:  "level 2 not synchronized",
    	39:  "level 3 halted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/devicemanager/manager_test.go

    	"k8s.io/kubernetes/pkg/kubelet/lifecycle"
    	"k8s.io/kubernetes/pkg/kubelet/pluginmanager"
    	schedulerframework "k8s.io/kubernetes/pkg/scheduler/framework"
    )
    
    const (
    	testResourceName = "fake-domain/resource"
    )
    
    func newWrappedManagerImpl(socketPath string, manager *ManagerImpl) *wrappedManagerImpl {
    	w := &wrappedManagerImpl{
    		ManagerImpl: manager,
    		callback:    manager.genericDeviceUpdateCallback,
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  10. pkg/istio-agent/xds_proxy.go

    				log.Errorf("failed to unmarshal proxy config: %v", err)
    				return err
    			}
    			caCerts := pc.GetCaCertificatesPem()
    			log.Debugf("received new certificates to add to mesh trust domain: %v", caCerts)
    			trustBundle := []byte{}
    			for _, cert := range caCerts {
    				trustBundle = util.AppendCertByte(trustBundle, []byte(cert))
    			}
    			return ia.secretCache.UpdateConfigTrustBundle(trustBundle)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top