- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 335 for Drives (0.08 sec)
-
CHANGELOG/CHANGELOG-1.28.md
- Deprecated support for CSI migration of `Ceph RBD volumes`. Users who were relying on Kubernetes' ability
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:34:59 UTC 2024 - 456.9K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/RateLimiter.java
* acquire(1000)} will result in exactly the same throttling, if any), but it affects the throttling * of the <i>next</i> request. I.e., if an expensive task arrives at an idle RateLimiter, it will be * granted immediately, but it is the <i>next</i> request that will experience extra throttling, * thus paying for the cost of the expensive task. * * @author Dimitris Andreou
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:51:36 UTC 2024 - 21.9K bytes - Viewed (0) -
docs/nl/docs/python-types.md
``` //// //// tab | Python 3.8+ ```Python hl_lines="1 4" {!> ../../docs_src/python_types/tutorial008.py!} ``` //// Dit betekent: * De variabele `prices` is een `dict`: * De sleutels van dit `dict` zijn van het type `str` (bijvoorbeeld de naam van elk item). * De waarden van dit `dict` zijn van het type `float` (bijvoorbeeld de prijs van elk item). #### Union
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.3K bytes - Viewed (0) -
tests/query_test.go
package tests_test import ( "database/sql" "database/sql/driver" "fmt" "reflect" "regexp" "sort" "strconv" "strings" "testing" "time" "gorm.io/gorm" "gorm.io/gorm/clause" . "gorm.io/gorm/utils/tests" ) func TestFind(t *testing.T) { users := []User{ *GetUser("find", Config{}), *GetUser("find", Config{}), *GetUser("find", Config{}), }
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Jun 24 09:42:59 UTC 2024 - 50.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.14.md
* ACTION REQUIRED: the alpha CRDs are no longer used and drivers will need to be updated to use the beta APIs. * The support for `_` in the CSI driver name will be dropped as the CSI Spec does not allow that. ### Other notable changes
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon Jun 14 22:06:39 UTC 2021 - 271.5K bytes - Viewed (0) -
docs/vi/docs/python-types.md
``` //// //// tab | Python 3.8+ ```Python hl_lines="1 4" {!> ../../docs_src/python_types/tutorial008.py!} ``` //// Điều này có nghĩa là: * Biến `prices` là một `dict`: * Khóa của `dict` này là kiểu `str` (đó là tên của mỗi vật phẩm). * Giá trị của `dict` này là kiểu `float` (đó là giá của mỗi vật phẩm). #### Union
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 21.6K bytes - Viewed (0) -
docs/pt/docs/deployment/concepts.md
### Reiniciar após falha Mas nos casos com erros realmente graves que travam o **processo** em execução, você vai querer um componente externo que seja responsável por **reiniciar** o processo, pelo menos algumas vezes... /// tip | "Dica"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 11:04:50 UTC 2024 - 19.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
### Promoted CRD Validation Expression Language to Beta
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
api/go1.txt
pkg database/sql/driver, type Driver interface, Open(string) (Conn, error) pkg database/sql/driver, type Execer interface { Exec } pkg database/sql/driver, type Execer interface, Exec(string, []Value) (Result, error) pkg database/sql/driver, type NotNull struct pkg database/sql/driver, type NotNull struct, Converter ValueConverter pkg database/sql/driver, type Null struct pkg database/sql/driver, type Null struct, Converter ValueConverter
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
* [alpha] Improve Flex volume deployment * Flex volume driver deployment is simplified in the following ways: * New driver files can now be automatically discovered and initialized without requiring a kubelet or controller-manager restart. * A sample DaemonSet to deploy Flexvolume drivers is now available. * [prototype] Volume snapshots
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0)