- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for fstat (0.03 sec)
-
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) pkg syscall (netbsd-arm64-cgo), func Fpathconf(int, int) (int, error) pkg syscall (netbsd-arm64-cgo), func Fstat(int, *Stat_t) error pkg syscall (netbsd-arm64-cgo), func Fsync(int) error pkg syscall (netbsd-arm64-cgo), func Ftruncate(int, int64) error pkg syscall (netbsd-arm64-cgo), func Futimes(int, []Timeval) error
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.16.txt
pkg io/fs, type FS interface { Open } pkg io/fs, type FS interface, Open(string) (File, error) pkg io/fs, type File interface { Close, Read, Stat } pkg io/fs, type File interface, Close() error pkg io/fs, type File interface, Read([]uint8) (int, error) pkg io/fs, type File interface, Stat() (FileInfo, error) pkg io/fs, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys } pkg io/fs, type FileInfo interface, IsDir() bool
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
- Finalizer Protection for...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
* Flex drivers by default do not produce metrics. Flex plugins can enable metrics collection by setting the capability 'supportsMetrics' to true. Make sure the file system can support fs stat to produce metrics in this case. ([#67508](https://github.com/kubernetes/kubernetes/pull/67508), [@brahmaroutu](https://github.com/brahmaroutu))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
* The NodeRestriction admission plugin now allows a node to evict pods bound to itself ([#48707](https://github.com/kubernetes/kubernetes/pull/48707), [@danielfm](https://github.com/danielfm)) * more robust stat handling from ceph df output in the kubernetes-master charm create-rbd-pv action ([#49394](https://github.com/kubernetes/kubernetes/pull/49394), [@wwwtyro](https://github.com/wwwtyro))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0)