Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for GcePersistentDisk (0.37 sec)

  1. pkg/apis/apps/validation/validation_test.go

    	}
    	validPodSpecVolume := api.PodSpec{
    		Volumes:       []api.Volume{{Name: "gcepd", VolumeSource: api.VolumeSource{GCEPersistentDisk: &api.GCEPersistentDiskVolumeSource{PDName: "my-PD", FSType: "ext4", Partition: 1, ReadOnly: false}}}},
    		RestartPolicy: api.RestartPolicyAlways,
    		DNSPolicy:     api.DNSClusterFirst,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  2. pkg/apis/core/zz_generated.deepcopy.go

    func (in *PersistentVolumeSource) DeepCopyInto(out *PersistentVolumeSource) {
    	*out = *in
    	if in.GCEPersistentDisk != nil {
    		in, out := &in.GCEPersistentDisk, &out.GCEPersistentDisk
    		*out = new(GCEPersistentDiskVolumeSource)
    		**out = **in
    	}
    	if in.AWSElasticBlockStore != nil {
    		in, out := &in.AWSElasticBlockStore, &out.AWSElasticBlockStore
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    func (in *PersistentVolumeSource) DeepCopyInto(out *PersistentVolumeSource) {
    	*out = *in
    	if in.GCEPersistentDisk != nil {
    		in, out := &in.GCEPersistentDisk, &out.GCEPersistentDisk
    		*out = new(GCEPersistentDiskVolumeSource)
    		**out = **in
    	}
    	if in.AWSElasticBlockStore != nil {
    		in, out := &in.AWSElasticBlockStore, &out.AWSElasticBlockStore
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "gcePersistentDisk": {
              "$ref": "#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource",
              "description": "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"
            },
            "gitRepo": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top