- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for Revoke (0.06 seconds)
-
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) pkg syscall (netbsd-arm64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) pkg syscall (netbsd-arm64-cgo), func Revoke(string) error pkg syscall (netbsd-arm64-cgo), func RouteRIB(int, int) ([]uint8, error) pkg syscall (netbsd-arm64-cgo), func Seek(int, int64, int) (int64, error)
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) pkg syscall (darwin-arm64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) pkg syscall (darwin-arm64), func Revoke(string) error pkg syscall (darwin-arm64), func RouteRIB //deprecated pkg syscall (darwin-arm64), func RouteRIB(int, int) ([]uint8, error) pkg syscall (darwin-arm64), func Seek(int, int64, int) (int64, error)
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.7.md
* `--service-account-lookup` now defaults to true, requiring the Secret API object containing the token to exist in order for a service account token to be valid. This enables service account tokens to be revoked by deleting the Secret object containing the token. ([#44071](https://github.com/kubernetes/kubernetes/pull/44071), [@liggitt](https://github.com/liggitt))
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 308.7K bytes - Click Count (1) -
doc/go_spec.html
<code>g</code> are equal in number and individually assignable to the parameters of another function or method <code>f</code>, then the call <code>f(g(<i>parameters_of_g</i>))</code> will invoke <code>f</code> after passing the return values of <code>g</code> to the parameters of <code>f</code> in order. The call of <code>f</code> must contain no parameters other than the call of <code>g</code>,
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 02 23:07:19 GMT 2025 - 286.5K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.28.md
- Projects which use k8s.io/code-generator and invoke `generate-groups` or `generate-internal-groups.sh` have a new, simpler script (`kube_codegen.sh`) they can use. The old scripts are deprecated but remain intact. ([#117262](https://github.com/kubernetes/kubernetes/pull/117262), [@thockin](https:...
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Fri Sep 05 03:47:18 GMT 2025 - 456.9K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.17.md
- Azure: check the nil error before invoke err.Error() ([#96623](https://github.com/kubernetes/kubernetes/pull/96623), [@nilo19](https://github.com/nilo19)) [SIG Cloud Provider]
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Thu Jan 28 10:44:33 GMT 2021 - 346.2K bytes - Click Count (1)