Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for tgid (0.5 sec)

  1. pkg/apis/core/types.go

    type LinuxContainerUser struct {
    	// UID is the primary uid initially attached to the first process in the container
    	UID int64
    	// GID is the primary gid initially attached to the first process in the container
    	GID int64
    	// SupplementalGroups are the supplemental groups initially attached to the first process in the container
    	SupplementalGroups []int64
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":                   "LinuxContainerUser represents user identity information in Linux containers",
    	"uid":                "UID is the primary uid initially attached to the first process in the container",
    	"gid":                "GID is the primary gid initially attached to the first process in the container",
    	"supplementalGroups": "SupplementalGroups are the supplemental groups initially attached to the first process in the container",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // for that container.
      // Note that this field cannot be set when spec.os.name is windows.
      // +optional
      optional int64 runAsUser = 2;
    
      // The GID to run the entrypoint of the container process.
      // Uses runtime default if unset.
      // May also be set in SecurityContext.  If set in both SecurityContext and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

              "fsGroup": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Foreground bool
    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Noctty bool
    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Pgid int
    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Ptrace bool
    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Setctty bool
    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Setpgid bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), type SysProcAttr struct, Foreground bool
    pkg syscall (darwin-arm64), type SysProcAttr struct, Noctty bool
    pkg syscall (darwin-arm64), type SysProcAttr struct, Pgid int
    pkg syscall (darwin-arm64), type SysProcAttr struct, Ptrace bool
    pkg syscall (darwin-arm64), type SysProcAttr struct, Setctty bool
    pkg syscall (darwin-arm64), type SysProcAttr struct, Setpgid bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top