Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for badtype (0.2 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Size               uint32
    	Config             uint64
    	Sample             uint64
    	Sample_type        uint64
    	Read_format        uint64
    	Bits               uint64
    	Wakeup             uint32
    	Bp_type            uint32
    	Ext1               uint64
    	Ext2               uint64
    	Branch_sample_type uint64
    	Sample_regs_user   uint64
    	Sample_stack_user  uint32
    	Clockid            int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // Selector which must match a node's labels for the pod to be scheduled on that node.
      // More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
      // +optional
      // +mapType=atomic
      map<string, string> nodeSelector = 7;
    
      // ServiceAccountName is the name of the ServiceAccount to use to run this pod.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. doc/go_spec.html

    type, called the <i>base type</i> of the pointer.
    The value of an uninitialized pointer is <code>nil</code>.
    </p>
    
    <pre class="ebnf">
    PointerType = "*" BaseType .
    BaseType    = Type .
    </pre>
    
    <pre>
    *Point
    *[4]int
    </pre>
    
    <h3 id="Function_types">Function types</h3>
    
    <p>
    A function type denotes the set of all functions with the same parameter
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// resources associated with PVC.
    	//
    	// This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.
    	// +featureGate=RecoverVolumeExpansionFailure
    	// +mapType=granular
    	// +optional
    	AllocatedResourceStatuses map[ResourceName]ClaimResourceStatus
    	// currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top