Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 68 for Machines (0.2 sec)

  1. src/crypto/tls/common.go

    // renegotiation. TLS renegotiation is the act of performing subsequent
    // handshakes on a connection after the first. This significantly complicates
    // the state machine and has been the source of numerous, subtle security
    // issues. Initiating a renegotiation is not supported, but support for
    // accepting renegotiation requests may be enabled.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  2. pkg/kubelet/pod_workers.go

    	// down.
    	IsPodForMirrorPodTerminatingByFullName(podFullname string) bool
    }
    
    // podSyncer describes the core lifecyle operations of the pod state machine. A pod is first
    // synced until it naturally reaches termination (true is returned) or an external agent decides
    // the pod should be terminated. Once a pod should be terminating, SyncTerminatingPod is invoked
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{60, "ENOSTR", "not a stream device"},
    	{61, "ENODATA", "no data available"},
    	{62, "ETIME", "timer expired"},
    	{63, "ENOSR", "out of stream resources"},
    	{64, "ENONET", "machine is not on the network"},
    	{65, "ENOPKG", "package not installed"},
    	{66, "EREMOTE", "object is remote"},
    	{67, "ENOLINK", "link has been severed"},
    	{68, "EADV", "advertise error"},
    	{69, "ESRMNT", "srmount error"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_mips.go

    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    	61:   "no data available",
    	62:   "timer expired",
    	63:   "out of streams resources",
    	64:   "machine is not on the network",
    	65:   "package not installed",
    	66:   "object is remote",
    	67:   "link has been severed",
    	68:   "advertise error",
    	69:   "srmount error",
    	70:   "communication error on send",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mips64.go

    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    	61:   "no data available",
    	62:   "timer expired",
    	63:   "out of streams resources",
    	64:   "machine is not on the network",
    	65:   "package not installed",
    	66:   "object is remote",
    	67:   "link has been severed",
    	68:   "advertise error",
    	69:   "srmount error",
    	70:   "communication error on send",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_mips64le.go

    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    	61:   "no data available",
    	62:   "timer expired",
    	63:   "out of streams resources",
    	64:   "machine is not on the network",
    	65:   "package not installed",
    	66:   "object is remote",
    	67:   "link has been severed",
    	68:   "advertise error",
    	69:   "srmount error",
    	70:   "communication error on send",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mipsle.go

    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    	61:   "no data available",
    	62:   "timer expired",
    	63:   "out of streams resources",
    	64:   "machine is not on the network",
    	65:   "package not installed",
    	66:   "object is remote",
    	67:   "link has been severed",
    	68:   "advertise error",
    	69:   "srmount error",
    	70:   "communication error on send",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_riscv64.go

    	56:  "invalid request code",
    	57:  "invalid slot",
    	59:  "bad font file format",
    	60:  "device not a stream",
    	61:  "no data available",
    	62:  "timer expired",
    	63:  "out of streams resources",
    	64:  "machine is not on the network",
    	65:  "package not installed",
    	66:  "object is remote",
    	67:  "link has been severed",
    	68:  "advertise error",
    	69:  "srmount error",
    	70:  "communication error on send",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  9. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // +optional
      optional string status = 2;
    
      // A human-readable description of the status of this operation.
      // +optional
      optional string message = 3;
    
      // A machine-readable description of why this operation is in the
      // "Failure" status. If this value is empty there
      // is no information available. A Reason clarifies an HTTP status
      // code but does not override it.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // +optional
      optional string status = 2;
    
      // A human-readable description of the status of this operation.
      // +optional
      optional string message = 3;
    
      // A machine-readable description of why this operation is in the
      // "Failure" status. If this value is empty there
      // is no information available. A Reason clarifies an HTTP status
      // code but does not override it.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
Back to top