Manuel de Brito Fontes
|
60f4fbf4f2
|
Allow leading * in ingress hostname
|
2016-08-03 20:16:58 -04:00 |
Kubernetes Submit Queue
|
1edf254efb
|
Merge pull request #25458 from errm/env-var-style-config-keys
Automatic merge from submit-queue
Allow Secret & ConfigMap keys to contain caps, dots, and underscores
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
Re: #23722
This makes loosens the regex used in in Secrets and ConfigMap,
in order to make environment variable style keys valid
|
2016-08-02 21:00:52 -07:00 |
Michael Fraenkel
|
b1e7e6cf46
|
Service names conform to RFC 1035
|
2016-08-02 08:42:15 -06:00 |
Ed Robinson
|
d4969ff032
|
Allows Secret & ConfigMap Keys to look like Environment Variables
This makes environment variable style keys (uppercase with underscores) valid
in Secrets and ConfigMap.
|
2016-08-01 20:56:40 +01:00 |
Tim Hockin
|
493b3fab65
|
Unexport DNS regexps, lengths are still used
|
2016-07-03 02:20:11 -07:00 |
Tim Hockin
|
766f44f715
|
Move IsSecretKey into util/validation
|
2016-07-03 02:19:09 -07:00 |
Tim Hockin
|
37786e0e77
|
Make IsHTTPHeaderName return error strings
|
2016-07-02 17:34:32 -07:00 |
Tim Hockin
|
3ad6c397d7
|
Make IsValid{User,Group}Id return error strings
|
2016-07-02 17:34:32 -07:00 |
Tim Hockin
|
bb208a02b3
|
Make IsValidPercent return error strings
|
2016-07-02 17:34:32 -07:00 |
Tim Hockin
|
87c1fc50a8
|
Make IsValidIP return error strings
Also treat 0.0.0.0 as special, like loopback and multicast.
|
2016-07-02 17:32:05 -07:00 |
Tim Hockin
|
14bece550f
|
Make IsValidPortNum/Name return error strings
|
2016-07-02 17:32:05 -07:00 |
Tim Hockin
|
189d4a5159
|
Make CIdentifier return error strings
|
2016-07-02 17:32:05 -07:00 |
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
Tim Hockin
|
54a3efb364
|
Make IsDNS952Label return error strings
|
2016-05-19 08:57:49 -07:00 |
Tim Hockin
|
5862a60ae7
|
Make IsDNS1123Subdomain return error strings
|
2016-05-19 08:57:49 -07:00 |
Tim Hockin
|
77eff06a53
|
Make IsDNS1123Label return error strings
|
2016-05-19 08:57:49 -07:00 |
Tim Hockin
|
66d0d87829
|
Make IsValidLabelValue return error strings
|
2016-05-17 21:36:10 -07:00 |
Tim Hockin
|
72955770f3
|
Make IsQualifiedName return error strings
|
2016-05-10 11:23:23 -07:00 |
André Martins
|
c1a360b1d5
|
Removing IPv4 enforcement on Endpoints
Signed-off-by: André Martins <aanm90@gmail.com>
|
2016-04-14 16:20:00 +01:00 |
Rudi Chiarito
|
a2d1bb7acf
|
Add httpHeaders to httpGet liveness probe
Also update existing documentation and try to steer users away from 'host'.
Add validation.
|
2016-02-05 11:20:04 -05:00 |
mdshuai
|
27934da9cc
|
Validate uids and gids for securitycontext
|
2016-01-11 15:17:25 +08:00 |
tummychow
|
a21c52a766
|
Move util/validation files to their own package
|
2015-09-13 00:46:52 -07:00 |