Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 107 for Tdname (0.25 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.yaml

                  resource: resourceValue
                secretKeyRef:
                  key: keyValue
                  name: nameValue
                  optional: true
            envFrom:
            - configMapRef:
                name: nameValue
                optional: true
              prefix: prefixValue
              secretRef:
                name: nameValue
                optional: true
            image: imageValue
            imagePullPolicy: imagePullPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.ReplicaSet.yaml

                  resource: resourceValue
                secretKeyRef:
                  key: keyValue
                  name: nameValue
                  optional: true
            envFrom:
            - configMapRef:
                name: nameValue
                optional: true
              prefix: prefixValue
              secretRef:
                name: nameValue
                optional: true
            image: imageValue
            imagePullPolicy: imagePullPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.Deployment.yaml

                  resource: resourceValue
                secretKeyRef:
                  key: keyValue
                  name: nameValue
                  optional: true
            envFrom:
            - configMapRef:
                name: nameValue
                optional: true
              prefix: prefixValue
              secretRef:
                name: nameValue
                optional: true
            image: imageValue
            imagePullPolicy: imagePullPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.DaemonSet.yaml

                  resource: resourceValue
                secretKeyRef:
                  key: keyValue
                  name: nameValue
                  optional: true
            envFrom:
            - configMapRef:
                name: nameValue
                optional: true
              prefix: prefixValue
              secretRef:
                name: nameValue
                optional: true
            image: imageValue
            imagePullPolicy: imagePullPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.Deployment.yaml

                  resource: resourceValue
                secretKeyRef:
                  key: keyValue
                  name: nameValue
                  optional: true
            envFrom:
            - configMapRef:
                name: nameValue
                optional: true
              prefix: prefixValue
              secretRef:
                name: nameValue
                optional: true
            image: imageValue
            imagePullPolicy: imagePullPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.yaml

                    secretKeyRef:
                      key: keyValue
                      name: nameValue
                      optional: true
                envFrom:
                - configMapRef:
                    name: nameValue
                    optional: true
                  prefix: prefixValue
                  secretRef:
                    name: nameValue
                    optional: true
                image: imageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.yaml

                  resource: resourceValue
                secretKeyRef:
                  key: keyValue
                  name: nameValue
                  optional: true
            envFrom:
            - configMapRef:
                name: nameValue
                optional: true
              prefix: prefixValue
              secretRef:
                name: nameValue
                optional: true
            image: imageValue
            imagePullPolicy: imagePullPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml

                    secretKeyRef:
                      key: keyValue
                      name: nameValue
                      optional: true
                envFrom:
                - configMapRef:
                    name: nameValue
                    optional: true
                  prefix: prefixValue
                  secretRef:
                    name: nameValue
                    optional: true
                image: imageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.yaml

                  resource: resourceValue
                secretKeyRef:
                  key: keyValue
                  name: nameValue
                  optional: true
            envFrom:
            - configMapRef:
                name: nameValue
                optional: true
              prefix: prefixValue
              secretRef:
                name: nameValue
                optional: true
            image: imageValue
            imagePullPolicy: imagePullPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  10. src/image/draw/draw_test.go

    		"floyd-steinberg": FloydSteinberg,
    	}
    	sources := map[string]image.Image{
    		"uniform":  &image.Uniform{color.RGBA{0xff, 0x7f, 0xff, 0xff}},
    		"video001": video001,
    	}
    
    	for dName, d := range drawers {
    	loop:
    		for sName, src := range sources {
    			dst0 := image.NewPaletted(b, cgaPalette)
    			dst1 := image.NewPaletted(b, cgaPalette)
    			d.Draw(dst0, b, src, image.Point{})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 26K bytes
    - Viewed (0)
Back to top