k3s/pkg/api/validation
Clayton Coleman 01f3785426 Add status.podIP as a valid downward API target
Getting the public IP a container is supposed to use is O(hard),
and usually involves ugly gyrations in python or with interfaces.
Using the downward API means that the IP Kube is announcing to
other endpoints is also visible inside the container for pods to
identify themselves.
2015-08-14 17:51:55 -04:00
..
testdata/v1 Remove v1beta3 2015-07-23 17:21:27 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
events.go rewrite go imports 2015-08-05 17:30:03 -07:00
events_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
schema.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
schema_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
validation.go Add status.podIP as a valid downward API target 2015-08-14 17:51:55 -04:00
validation_test.go Add status.podIP as a valid downward API target 2015-08-14 17:51:55 -04:00