kubernetes/pkg/generated/openapi
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
..
BUILD move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
doc.go Move openapi output to a flag rather than tag 2016-09-27 17:52:22 -07:00
zz_generated.openapi.go Merge pull request #42902 from louyihua/allow-tcp-probe-host 2017-03-25 17:17:23 -07:00