Node returns the spec for the Node object.
(ctx context.Context, name string)
| 53 | type kubeAPI interface { |
| 54 | // Node returns the spec for the Node object. |
| 55 | Node(ctx context.Context, name string) (*v1.Node, error) |
| 56 | // UpdateNodePodCIDR updates the PodCIDR in the Node spec. |
| 57 | UpdateNodePodCIDR(ctx context.Context, node *v1.Node, cidrRange *net.IPNet) error |
| 58 | // UpdateNodeNetworkUnavailable updates the network unavailable status for the node. |
no outgoing calls