Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 788 for flocker (0.25 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1alpha1.VolumeAttachment.yaml

            fsType: fsTypeValue
            options:
              optionsKey: optionsValue
            readOnly: true
            secretRef:
              name: nameValue
              namespace: namespaceValue
          flocker:
            datasetName: datasetNameValue
            datasetUUID: datasetUUIDValue
          gcePersistentDisk:
            fsType: fsTypeValue
            partition: 3
            pdName: pdNameValue
            readOnly: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1beta1.VolumeAttachment.json

              ],
              "lun": 2,
              "fsType": "fsTypeValue",
              "readOnly": true,
              "wwids": [
                "wwidsValue"
              ]
            },
            "flocker": {
              "datasetName": "datasetNameValue",
              "datasetUUID": "datasetUUIDValue"
            },
            "flexVolume": {
              "driver": "driverValue",
              "fsType": "fsTypeValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1alpha1.VolumeAttachment.json

              ],
              "lun": 2,
              "fsType": "fsTypeValue",
              "readOnly": true,
              "wwids": [
                "wwidsValue"
              ]
            },
            "flocker": {
              "datasetName": "datasetNameValue",
              "datasetUUID": "datasetUUIDValue"
            },
            "flexVolume": {
              "driver": "driverValue",
              "fsType": "fsTypeValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1beta1.VolumeAttachment.json

              ],
              "lun": 2,
              "fsType": "fsTypeValue",
              "readOnly": true,
              "wwids": [
                "wwidsValue"
              ]
            },
            "flocker": {
              "datasetName": "datasetNameValue",
              "datasetUUID": "datasetUUIDValue"
            },
            "flexVolume": {
              "driver": "driverValue",
              "fsType": "fsTypeValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1alpha1.VolumeAttachment.yaml

            fsType: fsTypeValue
            options:
              optionsKey: optionsValue
            readOnly: true
            secretRef:
              name: nameValue
              namespace: namespaceValue
          flocker:
            datasetName: datasetNameValue
            datasetUUID: datasetUUIDValue
          gcePersistentDisk:
            fsType: fsTypeValue
            partition: 3
            pdName: pdNameValue
            readOnly: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumespec.go

    	b.FC = value
    	return b
    }
    
    // WithFlocker sets the Flocker field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Flocker field is set to the value of the last call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 16.6K bytes
    - Viewed (0)
  7. pkg/api/pod/warnings.go

    		}
    		if v.Flocker != nil {
    			warnings = append(warnings, fmt.Sprintf("%s: deprecated in v1.22, non-functional in v1.25+", fieldPath.Child("spec", "volumes").Index(i).Child("flocker")))
    		}
    		if v.StorageOS != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  8. pkg/api/pod/warnings_test.go

    		},
    		{
    			name: "flocker",
    			template: &api.PodTemplateSpec{Spec: api.PodSpec{
    				Volumes: []api.Volume{
    					{Name: "s", VolumeSource: api.VolumeSource{Flocker: &api.FlockerVolumeSource{}}},
    				}},
    			},
    			expected: []string{`spec.volumes[0].flocker: deprecated in v1.22, non-functional in v1.25+`},
    		},
    		{
    			name: "storageOS",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
Back to top