Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Lspare0 (0.24 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), type Stat_t struct, Lspare int32
    pkg syscall (darwin-arm64), type Stat_t struct, Mode uint16
    pkg syscall (darwin-arm64), type Stat_t struct, Mtimespec Timespec
    pkg syscall (darwin-arm64), type Stat_t struct, Nlink uint16
    pkg syscall (darwin-arm64), type Stat_t struct, Pad_cgo_0 [4]uint8
    pkg syscall (darwin-arm64), type Stat_t struct, Qspare [2]int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Rdev uint64
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Size int64
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Spare [2]uint32
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Uid uint32
    pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct
    pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, Flags 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)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // Cannot be updated.
      // +optional
      // +patchMergeKey=name
      // +patchStrategy=merge
      repeated EnvVar env = 7;
    
      // Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources
      // already allocated to the pod.
      // +optional
      optional ResourceRequirements resources = 8;
    
      // Resources resize policy for the container.
      // +featureGate=InPlacePodVerticalScaling
    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. pkg/apis/core/types.go

    	// Cannot be updated.
    	// +optional
    	EnvFrom []EnvFromSource
    	// +optional
    	Env []EnvVar
    	// Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources
    	// already allocated to the pod.
    	// +optional
    	Resources ResourceRequirements
    	// Resources resize policy for the container.
    	// +featureGate=InPlacePodVerticalScaling
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"env":                      "List of environment variables to set in the container. Cannot be updated.",
    	"resources":                "Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod.",
    	"resizePolicy":             "Resources resize policy for 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)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // +patchMergeKey=name
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=name
      repeated EnvVar env = 7;
    
      // Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources
      // already allocated to the pod.
      // +optional
      optional ResourceRequirements resources = 8;
    
      // Resources resize policy for the container.
      // +featureGate=InPlacePodVerticalScaling
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// +listMapKey=name
    	Env []EnvVar `json:"env,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,7,rep,name=env"`
    	// Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources
    	// already allocated to the pod.
    	// +optional
    	Resources ResourceRequirements `json:"resources,omitempty" protobuf:"bytes,8,opt,name=resources"`
    	// Resources resize policy for the container.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                  }
                ],
                "default": {},
                "description": "Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod."
              },
              "restartPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top