Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for reclen (0.19 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func Write(int, []uint8) (int, error)
    pkg syscall (netbsd-arm64-cgo), method (*Cmsghdr) SetLen(int)
    pkg syscall (netbsd-arm64-cgo), method (*Iovec) SetLen(int)
    pkg syscall (netbsd-arm64-cgo), method (*Msghdr) SetControllen(int)
    pkg syscall (netbsd-arm64-cgo), type BpfHdr struct
    pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Caplen uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error)
    pkg syscall (darwin-arm64), func Write(int, []uint8) (int, error)
    pkg syscall (darwin-arm64), method (*Cmsghdr) SetLen(int)
    pkg syscall (darwin-arm64), method (*Iovec) SetLen(int)
    pkg syscall (darwin-arm64), method (*Msghdr) SetControllen(int)
    pkg syscall (darwin-arm64), type BpfHdr struct
    pkg syscall (darwin-arm64), type BpfHdr struct, Caplen uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// the contents of the container's terminationMessagePath when the container exits.
    	TerminationMessageReadFile TerminationMessagePolicy = "File"
    	// TerminationMessageFallbackToLogsOnError will read the most recent contents of the container logs
    	// for the container status message when the container exits with an error and the
    	// terminationMessagePath has no contents.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	PERF_CONTEXT_GUEST_USER               = -0xa00
    	PERF_CONTEXT_MAX                      = -0xfff
    )
    
    type TCPMD5Sig struct {
    	Addr      SockaddrStorage
    	Flags     uint8
    	Prefixlen uint8
    	Keylen    uint16
    	Ifindex   int32
    	Key       [80]uint8
    }
    
    type HDDriveCmdHdr struct {
    	Command uint8
    	Number  uint8
    	Feature uint8
    	Count   uint8
    }
    
    type HDDriveID struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  5. pkg/proxy/iptables/proxier_test.go

    		-A KUBE-SEP-I77PXRDZVX7PMWMN -m comment --comment ns5/svc5:p80 -s 10.180.0.3 -j KUBE-MARK-MASQ
    		-A KUBE-SEP-I77PXRDZVX7PMWMN -m comment --comment ns5/svc5:p80 -m recent --name KUBE-SEP-I77PXRDZVX7PMWMN --set -m tcp -p tcp -j DNAT --to-destination 10.180.0.3:80
    		-A KUBE-SEP-OYPFS5VJICHGATKP -m comment --comment ns3/svc3:p80 -s 10.180.0.3 -j KUBE-MARK-MASQ
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// the contents of the container's terminationMessagePath when the container exits.
    	TerminationMessageReadFile TerminationMessagePolicy = "File"
    	// TerminationMessageFallbackToLogsOnError will read the most recent contents of the container logs
    	// for the container status message when the container exits with an error and the
    	// terminationMessagePath has no contents.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;
    
      // The time at which the most recent occurrence of this event was recorded.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;
    
      // The number of times this event has occurred.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"firstTimestamp":     "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)",
    	"lastTimestamp":      "The time at which the most recent occurrence of this event was recorded.",
    	"count":              "The number of times this event has occurred.",
    	"type":               "Type of this event (Normal, Warning), new types could be added in the future",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.29.md

    - `kubeadm`: will now allow deploying a kubelet that is 3 versions older than the version of `kubeadm` (N-3). This aligns with the recent change made by SIG Architecture that extends the support skew between the control plane and kubelets. Tolerate this new kubelet skew for the commands `init`, `join` and `upgrade`. Note that if the `kubeadm` user applies a control plane version that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;
    
      // The time at which the most recent occurrence of this event was recorded.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;
    
      // The number of times this event has occurred.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top