Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Gid (0.43 sec)

  1. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Type int32
    pkg syscall (freebsd-386-cgo), type Credential struct
    pkg syscall (freebsd-386-cgo), type Credential struct, Gid uint32
    pkg syscall (freebsd-386-cgo), type Credential struct, Groups []uint32
    pkg syscall (freebsd-386-cgo), type Credential struct, Uid uint32
    pkg syscall (freebsd-386-cgo), type Dirent struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  2. api/go1.txt

    pkg archive/tar, type Header struct, ChangeTime time.Time
    pkg archive/tar, type Header struct, Devmajor int64
    pkg archive/tar, type Header struct, Devminor int64
    pkg archive/tar, type Header struct, Gid int
    pkg archive/tar, type Header struct, Gname string
    pkg archive/tar, type Header struct, Linkname string
    pkg archive/tar, type Header struct, ModTime time.Time
    pkg archive/tar, type Header struct, Mode int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__v1_openapi.json

            "description": "LinuxContainerUser represents user identity information in Linux containers",
            "properties": {
              "gid": {
                "default": 0,
                "description": "GID is the primary gid initially attached to the first process in the container",
                "format": "int64",
                "type": "integer"
              },
              "supplementalGroups": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.pb.go

    			if wireType != 0 {
    				return fmt.Errorf("proto: wrong wireType = %d for field GID", wireType)
    			}
    			m.GID = 0
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				m.GID |= int64(b&0x7F) << shift
    				if b < 0x80 {
    					break
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     0,
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    					"gid": {
    						SchemaProps: spec.SchemaProps{
    							Description: "GID is the primary gid initially attached to the first process in the container",
    							Default:     0,
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

        },
        "io.k8s.api.core.v1.LinuxContainerUser": {
          "description": "LinuxContainerUser represents user identity information in Linux containers",
          "properties": {
            "gid": {
              "description": "GID is the primary gid initially attached to the first process in the container",
              "format": "int64",
              "type": "integer"
            },
            "supplementalGroups": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            "fsGroup": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            "fsGroup": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

    ,title,1,ts,[]);flow.startSlice=from;flow.endSlice=to;flow.start=from.start;flow.duration=to.start-ts;from.outFlowEvents.push(flow);to.inFlowEvents.push(flow);return flow;},generateArgsForSlice(tgid,pid,name,kthread){return{'Thread Name':name,pid,'gid':tgid};},pid2name(pid){return this.kthreadlookup[pid];},doNameMappings(pid,tgid,name){this.registerPidName(pid,name);this.registerPidName(tgid,name);},registerPidName(pid,name){if(this.pid2name(pid)===undefined){this.kthreadlookup[pid]=name;}}};Par...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top