NetworkPolicyV1 returns the HREF of the Container Networking v1 Policy API
()
| 71 | |
| 72 | // NetworkPolicyV1 returns the HREF of the Container Networking v1 Policy API |
| 73 | func (info Root) NetworkPolicyV1() string { |
| 74 | return info.Links.NetworkPolicyV1.HREF |
| 75 | } |
| 76 | |
| 77 | // OAuthClient returns the oauth client ID of the SSH proxy that brokers |
| 78 | // connections to application instances. |
no outgoing calls
no test coverage detected