Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 100 for dataSourceRef (0.21 sec)

  1. pkg/registry/core/persistentvolumeclaim/strategy_test.go

    			want:       nil,
    		},
    		"any disabled with volume ds ref": {
    			dataSourceRef: volumeDataSourceRef,
    		},
    		"any disabled with snapshot ds ref": {
    			dataSourceRef: snapshotDataSourceRef,
    		},
    		"any disabled with generic ds ref": {
    			dataSourceRef: genericDataSourceRef,
    		},
    		"any disabled with invalid ds ref": {
    			dataSourceRef: coreDataSourceRef,
    		},
    		"any enabled with empty ds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  2. pkg/api/persistentvolumeclaim/util_test.go

    			spec:       core.PersistentVolumeClaimSpec{DataSourceRef: xnsVolumeDataSourceRef},
    			anyEnabled: true,
    			xnsEnabled: true,
    			wantRef:    xnsVolumeDataSourceRef,
    		},
    		"both any and xns enabled with xns volume ds when xns volume exists in oldSpec": {
    			spec:       core.PersistentVolumeClaimSpec{DataSourceRef: xnsVolumeDataSourceRef},
    			oldSpec:    core.PersistentVolumeClaimSpec{DataSourceRef: xnsVolumeDataSourceRef},
    			anyEnabled: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  3. pkg/registry/core/persistentvolumeclaim/storage/storage_test.go

    				pvc.Spec.DataSource = dataSource.DeepCopy()
    			}
    			if test.dataSourceRef {
    				pvc.Spec.DataSourceRef = dataSourceRef.DeepCopy()
    			}
    			var expectDataSource *api.TypedLocalObjectReference
    			if test.want {
    				expectDataSource = &dataSource
    			}
    			var expectDataSourceRef *api.TypedObjectReference
    			if test.wantRef {
    				expectDataSourceRef = &dataSourceRef
    			}
    
    			// Method under test
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PersistentVolumeClaim.yaml

      selfLink: selfLinkValue
      uid: uidValue
    spec:
      accessModes:
      - accessModesValue
      dataSource:
        apiGroup: apiGroupValue
        kind: kindValue
        name: nameValue
      dataSourceRef:
        apiGroup: apiGroupValue
        kind: kindValue
        name: nameValue
        namespace: namespaceValue
      resources:
        limits:
          limitsKey: "0"
        requests:
          requestsKey: "0"
      selector:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PersistentVolumeClaim.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.json

                      "dataSource": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue"
                      },
                      "dataSourceRef": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue",
                        "namespace": "namespaceValue"
                      },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

                      "dataSource": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue"
                      },
                      "dataSourceRef": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue",
                        "namespace": "namespaceValue"
                      },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml

                  accessModes:
                  - accessModesValue
                  dataSource:
                    apiGroup: apiGroupValue
                    kind: kindValue
                    name: nameValue
                  dataSourceRef:
                    apiGroup: apiGroupValue
                    kind: kindValue
                    name: nameValue
                    namespace: namespaceValue
                  resources:
                    limits:
    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. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.yaml

                  accessModes:
                  - accessModesValue
                  dataSource:
                    apiGroup: apiGroupValue
                    kind: kindValue
                    name: nameValue
                  dataSourceRef:
                    apiGroup: apiGroupValue
                    kind: kindValue
                    name: nameValue
                    namespace: namespaceValue
                  resources:
                    limits:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.yaml

                  accessModes:
                  - accessModesValue
                  dataSource:
                    apiGroup: apiGroupValue
                    kind: kindValue
                    name: nameValue
                  dataSourceRef:
                    apiGroup: apiGroupValue
                    kind: kindValue
                    name: nameValue
                    namespace: namespaceValue
                  resources:
                    limits:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
Back to top