Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for IPC (0.19 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      optional bool hostNetwork = 11;
    
      // Use the host's pid namespace.
      // Optional: Default to false.
      // +k8s:conversion-gen=false
      // +optional
      optional bool hostPID = 12;
    
      // Use the host's ipc namespace.
      // Optional: Default to false.
      // +k8s:conversion-gen=false
      // +optional
      optional bool hostIPC = 13;
    
      // Specifies the hostname of the Carp
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (linux-386), const SYS_IO_GETEVENTS ideal-int
    pkg syscall (linux-386), const SYS_IO_SETUP ideal-int
    pkg syscall (linux-386), const SYS_IO_SUBMIT ideal-int
    pkg syscall (linux-386), const SYS_IPC ideal-int
    pkg syscall (linux-386), const SYS_KEXEC_LOAD ideal-int
    pkg syscall (linux-386), const SYS_KEYCTL ideal-int
    pkg syscall (linux-386), const SYS_KILL ideal-int
    pkg syscall (linux-386), const SYS_LCHOWN ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      optional EphemeralContainerCommon ephemeralContainerCommon = 1;
    
      // If set, the name of the container from PodSpec that this ephemeral container targets.
      // The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container.
      // If not set then the ephemeral container uses the namespaces configured in the Pod spec.
      //
      // The container runtime must implement support for this feature. If the runtime does not
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.14.md

            * `workqueue_unfinished_work_seconds`
            * `workqueue_longest_running_processor_seconds`
            * `workqueue_retries_total`
    * Fix inability to use k8s with dockerd having default IPC mode set to private. ([#70826](https://github.com/kubernetes/kubernetes/pull/70826), [@kolyshkin](https://github.com/kolyshkin))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (linux-386), const SYS_IO_GETEVENTS = 247
    pkg syscall (linux-386), const SYS_IO_SETUP = 245
    pkg syscall (linux-386), const SYS_IO_SUBMIT = 248
    pkg syscall (linux-386), const SYS_IPC = 117
    pkg syscall (linux-386), const SYS_KEXEC_LOAD = 283
    pkg syscall (linux-386), const SYS_KEYCTL = 288
    pkg syscall (linux-386), const SYS_KILL = 37
    pkg syscall (linux-386), const SYS_LCHOWN = 16
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SYS_IO_GETEVENTS ideal-int
    pkg syscall (linux-arm-cgo), const SYS_IO_SETUP ideal-int
    pkg syscall (linux-arm-cgo), const SYS_IO_SUBMIT ideal-int
    pkg syscall (linux-arm-cgo), const SYS_IPC ideal-int
    pkg syscall (linux-arm-cgo), const SYS_KEXEC_LOAD ideal-int
    pkg syscall (linux-arm-cgo), const SYS_KEYCTL ideal-int
    pkg syscall (linux-arm-cgo), const SYS_KILL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top