This website requires JavaScript.
Explore
Help
Sign In
github
/
kubernetes
Watch
4
Star
0
Fork
0
You've already forked kubernetes
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
a84e62d9e672a4634dbb6e95a1e613a67aff3e39
kubernetes
/
pkg
/
api
/
validation
History
Clayton Coleman
a84e62d9e6
Change ObjectKind signature to avoid allocations
...
We don't need to pass a pointer into SetGroupKindVersion() - a struct works just as well.
2016-05-12 10:10:35 -04:00
..
testdata
/v1
Use fake images for pkg/api/validation unit tests
2016-04-14 17:13:15 -07:00
doc.go
Make copyright ownership statement generic
2015-05-01 17:49:56 -04:00
events_test.go
rewrite go imports
2015-08-05 17:30:03 -07:00
events.go
Fix ValidateEvent error message
2015-12-19 12:14:54 +01:00
name_test.go
Validate names in BeforeCreate
2015-10-21 14:11:41 -04:00
name.go
Ensure HPA has valid resource/name/subresource, validate path segments
2015-11-03 14:46:17 -05:00
schema_test.go
Kubectl support for validating nested objects with different ApiGroups (e.g. Lists containing objects in different api groups).
Closes
#24089
2016-05-09 19:38:40 -07:00
schema.go
Kubectl support for validating nested objects with different ApiGroups (e.g. Lists containing objects in different api groups).
Closes
#24089
2016-05-09 19:38:40 -07:00
validation_test.go
Merge pull request
#22575
from MikaelCluseau/wip-issue-20466
2016-05-08 08:45:15 -07:00
validation.go
Change ObjectKind signature to avoid allocations
2016-05-12 10:10:35 -04:00