CoordinationV1 retrieves the CoordinationV1Client
()
| 229 | |
| 230 | // CoordinationV1 retrieves the CoordinationV1Client |
| 231 | func (c *Clientset) CoordinationV1() coordinationv1.CoordinationV1Interface { |
| 232 | return c.coordinationV1 |
| 233 | } |
| 234 | |
| 235 | // CoreV1 retrieves the CoreV1Client |
| 236 | func (c *Clientset) CoreV1() corev1.CoreV1Interface { |
no outgoing calls