kubernetes/pkg/generated
Kubernetes Submit Queue f9e87e1dc2 Merge pull request #42902 from louyihua/allow-tcp-probe-host
Automatic merge from submit-queue (batch tested with PRs 42998, 42902, 42959, 43020, 42948)

Add Host field to TCPSocketAction

Currently, TCPSocketAction always uses Pod's IP in connection. But when a pod uses the host network, sometimes firewall rules may prevent kubelet from connecting through the Pod's IP.

This PR introduces the 'Host' field for TCPSocketAction, and if it is set to non-empty string, the probe will be performed on the configured host rather than the Pod's IP. This gives users an opportunity to explicitly specify 'localhost' as the target for the above situations.

```release-note
Add Host field to TCPSocketAction
```
2017-03-25 17:17:23 -07:00
..
openapi Merge pull request #42902 from louyihua/allow-tcp-probe-host 2017-03-25 17:17:23 -07:00
bindata.go Update extraction script, sort messages, add .pot file. 2017-02-23 18:53:00 +00:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
doc.go Move generated openAPI specs out of genericapiserver and make it configurable 2016-09-20 14:06:10 -07:00