Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for inf2 (0.39 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"path":               "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
    	"readOnly":           "readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.proto

      // More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
      optional string volumeID = 1;
    
      // fsType is the filesystem type of the volume that you want to mount.
      // Tip: Ensure that the filesystem type is supported by the host operating system.
      // Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
    	// +optional
    	EmptyDir *EmptyDirVolumeSource `json:"emptyDir,omitempty" protobuf:"bytes,2,opt,name=emptyDir"`
    	// gcePersistentDisk represents a GCE Disk resource that is attached to a
    	// kubelet's host machine and then exposed to the pod.
    	// More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "kind": {
    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. prow/config/calico.yaml

                      are sent to the log file. [Default: Info]'
                    pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$
                    type: string
                  logSeverityScreen:
                    description: 'LogSeverityScreen is the log severity above which logs
                      are sent to the stdout. [Default: Info]'
                    pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$
                    type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    type GlusterfsPersistentVolumeSource struct {
    	// EndpointsName is the endpoint name that details Glusterfs topology.
    	// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
    	EndpointsName string
    
    	// Path is the Glusterfs volume path.
    	// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
    	Path string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Valid list items are "IPv4", "IPv6".
    	// More info: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
    	IpFamilies []string `protobuf:"bytes,29,rep,name=ipFamilies,proto3" json:"ipFamilies,omitempty"`
    	// Controls whether Services are configured to use IPv4, IPv6, or both. Valid options
    	// are PreferDualStack, RequireDualStack, and SingleStack.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssagen/ssa.go

    	x.Set(obj.AttrContentAddressable, true)
    	e.curfn.LSym.Func().ArgInfo = x
    
    	// Emit a funcdata pointing at the arg info data.
    	p := pp.Prog(obj.AFUNCDATA)
    	p.From.SetConst(rtabi.FUNCDATA_ArgInfo)
    	p.To.Type = obj.TYPE_MEM
    	p.To.Name = obj.NAME_EXTERN
    	p.To.Sym = x
    }
    
    // emit argument info (locations on stack) of f for traceback.
    func EmitArgInfo(f *ir.Func, abiInfo *abi.ABIParamResultInfo) *obj.LSym {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/zz_generated.conversion.go

    	// INFO: in.HostNetwork opted out of conversion generation
    	// INFO: in.HostPID opted out of conversion generation
    	// INFO: in.HostIPC opted out of conversion generation
    	// INFO: in.ShareProcessNamespace opted out of conversion generation
    	// INFO: in.HostUsers opted out of conversion generation
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	SCM_TSTAMP_SND   = 0x0
    	SCM_TSTAMP_SCHED = 0x1
    	SCM_TSTAMP_ACK   = 0x2
    )
    
    type SockExtendedErr struct {
    	Errno  uint32
    	Origin uint8
    	Type   uint8
    	Code   uint8
    	Pad    uint8
    	Info   uint32
    	Data   uint32
    }
    
    type FanotifyEventMetadata struct {
    	Event_len    uint32
    	Vers         uint8
    	Reserved     uint8
    	Metadata_len uint16
    	Mask         uint64
    	Fd           int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top