- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 195 for Term (0.4 sec)
-
CHANGELOG/CHANGELOG-1.4.md
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
cmd/iam.go
if nerr.Err != nil { logger.GetReqInfo(ctx).SetTags("peerAddress", nerr.Host.String()) iamLogIf(ctx, nerr.Err) } } } return updatedAt, nil } // DeleteUser - delete user (only for long-term users not STS users). func (sys *IAMSys) DeleteUser(ctx context.Context, accessKey string, notifyPeers bool) error { if !sys.Initialized() { return errServerNotInitialized }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 29 16:01:48 UTC 2024 - 74.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
- golang.org/x/crypto: v0.14.0 → v0.21.0 - golang.org/x/mod: v0.12.0 → v0.15.0 - golang.org/x/net: v0.17.0 → v0.23.0 - golang.org/x/sync: v0.3.0 → v0.6.0 - golang.org/x/sys: v0.13.0 → v0.18.0 - golang.org/x/term: v0.13.0 → v0.18.0 - golang.org/x/text: v0.13.0 → v0.14.0 - golang.org/x/tools: v0.12.0 → v0.18.0 - google.golang.org/protobuf: v1.31.0 → v1.33.0 - k8s.io/klog/v2: v2.110.1 → v2.120.1
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:40:14 UTC 2024 - 309.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.28.md
## Dependencies ### Added _Nothing has changed._ ### Changed - golang.org/x/crypto: v0.16.0 → v0.21.0 - golang.org/x/net: v0.19.0 → v0.23.0 - golang.org/x/sys: v0.15.0 → v0.18.0 - golang.org/x/term: v0.15.0 → v0.18.0 ### Removed _Nothing has changed._ # v1.28.8 ## Downloads for v1.28.8 ### Source Code filename | sha512 hash
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:34:59 UTC 2024 - 456.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
## Dependencies ### Added _Nothing has changed._ ### Changed - golang.org/x/net: 1e63c2f → v0.7.0 - golang.org/x/sys: v0.3.0 → v0.5.0 - golang.org/x/term: v0.3.0 → v0.5.0 - golang.org/x/text: v0.5.0 → v0.7.0 ### Removed _Nothing has changed._ # v1.23.16 ## Downloads for v1.23.16 ### Source Code
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
- github.com/moby/ipvs: [v1.0.1](https://github.com/moby/ipvs/tree/v1.0.1) - github.com/moby/sys/mountinfo: [v0.1.3](https://github.com/moby/sys/mountinfo/tree/v0.1.3) - github.com/moby/term: [672ec06](https://github.com/moby/term/tree/672ec06) - github.com/russross/blackfriday/v2: [v2.0.1](https://github.com/russross/blackfriday/v2/tree/v2.0.1)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.22.md
- github.com/moby/sys/mountinfo: [v0.4.0 → v0.4.1](https://github.com/moby/sys/mountinfo/compare/v0.4.0...v0.4.1) - github.com/moby/term: [df9cb8a → 9d4ed18](https://github.com/moby/term/compare/df9cb8a...9d4ed18) - github.com/mwitkow/go-conntrack: [cc309e4 → 2f06839](https://github.com/mwitkow/go-conntrack/compare/cc309e4...2f06839)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
- golang.org/x/crypto: 3147a52 → v0.14.0 - golang.org/x/net: v0.8.0 → v0.17.0 - golang.org/x/sys: v0.6.0 → v0.13.0 - golang.org/x/term: v0.6.0 → v0.13.0 - golang.org/x/text: v0.8.0 → v0.13.0 ### Removed _Nothing has changed._ # v1.25.14 ## Downloads for v1.25.14 ### Source Code
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
values. It provides the Metrics API that is used by `kubectl top`, and horizontal pod autoscaler. Note that it doesn't include some features of Heapster, such as short term metrics for graphs in kube-dashboard and dedicated push sinks, which proved hard to maintain and scale. Clusters using Heapster for transferring metrics into long-term storage should consider using their metric solution's native Kubernetes support, if present, or should consider alternative solutions. ([#62328](https://github.com...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
internal/lock/lock_solaris.go
// for os.OpenFile(). func LockedOpenFile(path string, flag int, perm os.FileMode) (*LockedFile, error) { return lockedOpenFile(path, flag, perm, syscall.F_SETLKW) } // Open - Call os.OpenFile func Open(path string, flag int, perm os.FileMode) (*os.File, error) { return os.OpenFile(path, flag, perm)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Jan 02 17:15:06 UTC 2022 - 2.8K bytes - Viewed (0)