This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
kubernetes
Watch
1
Star
0
Fork
0
You've already forked kubernetes
mirror of
https://github.com/k3s-io/kubernetes.git
synced
2026-01-30 05:43:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
6beb96261e29754f2b7d0e44829eb6d15422cebf
kubernetes
/
pkg
/
serviceaccount
History
chenyaqi01
66be69bb0e
replace bytes.Compare() with bytes.Equal()
2019-09-27 10:08:49 +08:00
..
BUILD
serviceaccounts: Add JWT KeyIDs to tokens
2019-08-28 14:18:23 -07:00
claims_test.go
rebase authenticators onto new interface.
2018-10-22 10:16:59 -07:00
claims.go
retrofit svcacct token authenticator to support audience validation
2018-11-13 20:38:41 -08:00
jwt_test.go
serviceaccounts: Add JWT KeyIDs to tokens
2019-08-28 14:18:23 -07:00
jwt.go
serviceaccounts: Add JWT KeyIDs to tokens
2019-08-28 14:18:23 -07:00
legacy.go
replace bytes.Compare() with bytes.Equal()
2019-09-27 10:08:49 +08:00
OWNERS
Updated OWNERS files to include link to docs
2019-02-04 22:33:12 +01:00
util_test.go
add a test case which check secret's type
2018-09-26 09:21:36 +08:00
util.go
…