Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 49 for storagePool (0.2 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml

              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
              sslEnabled: true
              storageMode: storageModeValue
              storagePool: storagePoolValue
              system: systemValue
              volumeName: volumeNameValue
            secret:
              defaultMode: 3
              items:
              - key: keyValue
                mode: 3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml

          gateway: gatewayValue
          protectionDomain: protectionDomainValue
          readOnly: true
          secretRef:
            name: nameValue
          sslEnabled: true
          storageMode: storageModeValue
          storagePool: storagePoolValue
          system: systemValue
          volumeName: volumeNameValue
        secret:
          defaultMode: 3
          items:
          - key: keyValue
            mode: 3
            path: pathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml

              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
              sslEnabled: true
              storageMode: storageModeValue
              storagePool: storagePoolValue
              system: systemValue
              volumeName: volumeNameValue
            secret:
              defaultMode: 3
              items:
              - key: keyValue
                mode: 3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/zz_generated.conversion.go

    	out.Gateway = in.Gateway
    	out.System = in.System
    	out.SecretRef = (*core.SecretReference)(unsafe.Pointer(in.SecretRef))
    	out.SSLEnabled = in.SSLEnabled
    	out.ProtectionDomain = in.ProtectionDomain
    	out.StoragePool = in.StoragePool
    	out.StorageMode = in.StorageMode
    	out.VolumeName = in.VolumeName
    	out.FSType = in.FSType
    	out.ReadOnly = in.ReadOnly
    	return nil
    }
    
    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. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	ProtectionDomain string `json:"protectionDomain,omitempty" protobuf:"bytes,5,opt,name=protectionDomain"`
    	// storagePool is the ScaleIO Storage Pool associated with the protection domain.
    	// +optional
    	StoragePool string `json:"storagePool,omitempty" protobuf:"bytes,6,opt,name=storagePool"`
    	// storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
    	// Default is ThinProvisioned.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top