- Sort Score
- Result 10 results
- Languages All
Results 571 - 580 of 580 for limit (0.06 sec)
-
common-protos/k8s.io/api/storage/v1/generated.proto
// This string may be logged, so it should not contain sensitive // information. // +optional optional string message = 2; } // VolumeNodeResources is a set of resource limits for scheduling of volumes. message VolumeNodeResources { // count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 24.7K bytes - Viewed (0) -
common-protos/k8s.io/api/apps/v1beta2/generated.proto
// on that node is marked deleted. If the old pod becomes unavailable for any // reason (Ready transitions to false, is evicted, or is drained) an updated // pod is immediatedly created on that node without considering surge limits. // Allowing surge implies the possibility that the resources consumed by the // daemonset on any given node can double if the readiness check fails, and
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 36.4K bytes - Viewed (0) -
cmd/xl-storage.go
// Apple OS X path length is limited to 1016 if runtime.GOOS == "darwin" && len(pathName) > 1016 { return errFileNameTooLong } // Disallow more than 1024 characters on windows, there // are no known name_max limits on Windows. if runtime.GOOS == "windows" && len(pathName) > 1024 { return errFileNameTooLong } // On Unix we reject paths if they are just '.', '..' or '/'
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 91.3K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type RawSockaddrUnix struct, Path [104]int8 pkg syscall (netbsd-arm64-cgo), type Rlimit struct pkg syscall (netbsd-arm64-cgo), type Rlimit struct, Cur uint64 pkg syscall (netbsd-arm64-cgo), type Rlimit struct, Max uint64 pkg syscall (netbsd-arm64-cgo), type RouteMessage struct pkg syscall (netbsd-arm64-cgo), type RouteMessage struct, Data []uint8
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Len uint8 pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Path [104]int8 pkg syscall (freebsd-arm64), type Rlimit struct pkg syscall (freebsd-arm64), type Rlimit struct, Cur int64 pkg syscall (freebsd-arm64), type Rlimit struct, Max int64 pkg syscall (freebsd-arm64), type RouteMessage //deprecated pkg syscall (freebsd-arm64), type RouteMessage struct
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type RawSockaddrUnix struct, Len uint8 pkg syscall (darwin-arm64), type RawSockaddrUnix struct, Path [104]int8 pkg syscall (darwin-arm64), type Rlimit struct pkg syscall (darwin-arm64), type Rlimit struct, Cur uint64 pkg syscall (darwin-arm64), type Rlimit struct, Max uint64 pkg syscall (darwin-arm64), type RouteMessage //deprecated pkg syscall (darwin-arm64), type RouteMessage struct
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type RawSockaddrUnix struct, Path [104]int8 #53466 pkg syscall (freebsd-riscv64), type Rlimit struct #53466 pkg syscall (freebsd-riscv64), type Rlimit struct, Cur int64 #53466 pkg syscall (freebsd-riscv64), type Rlimit struct, Max int64 #53466 pkg syscall (freebsd-riscv64), type RouteMessage //deprecated #53466 pkg syscall (freebsd-riscv64), type RouteMessage struct #53466
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
* Allow pods to define multiple environment variables from a whole ConfigMap ([#36245](https://github.com/kubernetes/kubernetes/pull/36245), [@fraenkel](https://github.com/fraenkel)) ### CronJob * Add configurable limits to CronJob resource to specify how many successful and failed jobs are preserved. ([#40932](https://github.com/kubernetes/kubernetes/pull/40932), [@peay](https://github.com/peay)) ### DaemonSet
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
tensorflow/c/c_api.cc
limitations under the License. ==============================================================================*/ #include "tensorflow/c/c_api.h" #include <algorithm> #include <cstring> #include <limits> #include <memory> #include <optional> #include <unordered_set> #include <utility> #include <vector> #include "absl/strings/match.h" // Required for IS_MOBILE_PLATFORM
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0) -
src/main/webapp/js/admin/popper.min.js.map
from './getViewportOffsetRectRelativeToArtbitraryNode';\nimport getWindowSizes from './getWindowSizes';\nimport isFixed from './isFixed';\nimport getFixedPositionOffsetParent from './getFixedPositionOffsetParent';\n\n/**\n * Computed the boundaries limits and return them\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} popper\n * @param {HTMLElement} reference\n * @param {number} padding\n * @param {HTMLElement} boundariesElement - Element used to define the boundaries\n * @param {Boolean}...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0)