Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for binder (0.32 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "cinder": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.CinderVolumeSource"
                  }
                ],
                "description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
              },
              "configMap": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Kube-proxy: deprecate `--healthz-port` and `--metrics-port` flag, please use `--healthz-bind-address` and `--metrics-bind-address` instead ([#88512](https://github.com/kubernetes/kubernetes/pull/88512), [@SataQiu](https://github.com/SataQiu)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    					},
    				},
    			},
    			errs: []verr{{
    				etype: field.ErrorTypeRequired,
    				field: "rbd.image",
    			}},
    		},
    		// Cinder
    		{
    			name: "valid Cinder",
    			vol: core.Volume{
    				Name: "cinder",
    				VolumeSource: core.VolumeSource{
    					Cinder: &core.CinderVolumeSource{
    						VolumeID: "29ea5088-4f60-4757-962e-dba678767887",
    						FSType:   "ext4",
    						ReadOnly: false,
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. gradle/verification-keyring.keys

    6Cg4GUV3w1MjuDPoiTOyDk6hLLEoB8YoSI4c2rejuHPQ/v+bSO4YjoXzM6Hs2JnG
    ZlRX2dorzslhW77yYARfQDYsCVhXT/YnB7Nx/pqBELyOn6B+zL8j
    =R6dm
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    7A01B0F236E5430F
    uid    Inderjeet Singh <inder@alumni.stanford.edu>
    
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQENBFZUsiQBCADGmoidvh3VvXWGdwbAtHPtDPKEebE/MfFVO+QTRbjJxphzKwAt
    mxHruikafaSTnC9FWizj99e/Yc45YZHcnt5Htmy0a7DSOQXL37rrnieZxg86tYmC
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  5. src/testdata/Isaac.Newton-Opticks.txt

    inform'd.
    
    _Qu._ 16. When a Man in the dark presses either corner of his Eye with
    his Finger, and turns his Eye away from his Finger, he will see a Circle
    of Colours like those in the Feather of a Peacock's Tail. If the Eye and
    the Finger remain quiet these Colours vanish in a second Minute of Time,
    but if the Finger be moved with a quavering Motion they appear again. Do
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"UnquoteChar", Func, 0},
    	},
    	"strings": {
    		{"(*Builder).Cap", Method, 12},
    		{"(*Builder).Grow", Method, 10},
    		{"(*Builder).Len", Method, 10},
    		{"(*Builder).Reset", Method, 10},
    		{"(*Builder).String", Method, 10},
    		{"(*Builder).Write", Method, 10},
    		{"(*Builder).WriteByte", Method, 10},
    		{"(*Builder).WriteRune", Method, 10},
    		{"(*Builder).WriteString", Method, 10},
    		{"(*Reader).Len", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    signal over the inner-most dimension of `input`.
    
    The inner-most dimension of `input` is assumed to be the result of `RFFT`: the
    `fft_length / 2 + 1` unique components of the DFT of a real-valued signal. If
    `fft_length` is not provided, it is computed from the size of the inner-most
    dimension of `input` (`fft_length = 2 * (inner - 1)`). If the FFT length used to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top