Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 100 for scaleIO (0.14 sec)

  1. pkg/api/pod/warnings.go

    			warnings = append(warnings, fmt.Sprintf("%s: deprecated in v1.11", fieldPath.Child("spec", "volumes").Index(i).Child("gitRepo")))
    		}
    		if v.ScaleIO != nil {
    			warnings = append(warnings, fmt.Sprintf("%s: deprecated in v1.16, non-functional in v1.22+", fieldPath.Child("spec", "volumes").Index(i).Child("scaleIO")))
    		}
    		if v.Flocker != 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)
  2. pkg/api/pod/warnings_test.go

    			},
    			expected: []string{`spec.volumes[0].gitRepo: deprecated in v1.11`},
    		},
    		{
    			name: "scaleIO",
    			template: &api.PodTemplateSpec{Spec: api.PodSpec{
    				Volumes: []api.Volume{
    					{Name: "s", VolumeSource: api.VolumeSource{ScaleIO: &api.ScaleIOVolumeSource{}}},
    				}},
    			},
    			expected: []string{`spec.volumes[0].scaleIO: deprecated in v1.16, non-functional in v1.22+`},
    		},
    		{
    			name: "flocker",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  3. pkg/api/pod/util.go

    				return false
    			}
    		case source.Secret != nil:
    			if !visitor(source.Secret.SecretName) {
    				return false
    			}
    		case source.ScaleIO != nil:
    			if source.ScaleIO.SecretRef != nil && !visitor(source.ScaleIO.SecretRef.Name) {
    				return false
    			}
    		case source.ISCSI != nil:
    			if source.ISCSI.SecretRef != nil && !visitor(source.ISCSI.SecretRef.Name) {
    				return false
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.DaemonSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.ReplicaSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.DaemonSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
Back to top