Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for cstdint (0.18 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // Whether this container should allocate a buffer for stdin in the container runtime. If this
      // is not set, reads from stdin in the container will always result in EOF.
      // Default is false.
      // +optional
      optional bool stdin = 16;
    
      // Whether the container runtime should close the stdin channel after it has been opened by
      // a single attach. When stdin is true the stdin stream will remain open across multiple attach
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.21.md

    - Client-go exec credential plugins will pass stdin only when interactive terminal is detected on stdin. This fixes a bug where previously it was checking if **stdout** is an interactive terminal. ([#99654](https://github.com/kubernetes/kubernetes/pull/99654), [@ankeesler](https://github.com/ankeesler))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Timeval struct, Usec int32
    pkg syscall (netbsd-arm64-cgo), type WaitStatus uint32
    pkg syscall (netbsd-arm64-cgo), var Stderr int
    pkg syscall (netbsd-arm64-cgo), var Stdin int
    pkg syscall (netbsd-arm64-cgo), var Stdout int
    pkg syscall (netbsd-arm64), const AF_APPLETALK = 16
    pkg syscall (netbsd-arm64), const AF_APPLETALK ideal-int
    pkg syscall (netbsd-arm64), const AF_ARP = 28
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), type Timeval32 struct, Usec int32
    pkg syscall (darwin-arm64), type WaitStatus uint32
    pkg syscall (darwin-arm64), var Stderr int
    pkg syscall (darwin-arm64), var Stdin int
    pkg syscall (darwin-arm64), var Stdout int
    pkg syscall (darwin-arm64-cgo), const AF_APPLETALK = 16
    pkg syscall (darwin-arm64-cgo), const AF_APPLETALK ideal-int
    pkg syscall (darwin-arm64-cgo), const AF_CCITT = 10
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top