• Justin Santa Barbara's avatar
    Refactor: separate KubeletClient & ConnectionInfoGetter concepts · 7381e9ac
    Justin Santa Barbara authored
    KubeletClient implements ConnectionInfoGetter, but it is not a complete
    implementation: it does not set the kubelet port from the node record,
    for example.
    
    By renaming the method so that it does not implement the interface, we
    are able to cleanly see where the "raw" GetConnectionInfo is used (it is
    correct) and also have go type-checking enforce this for us.
    7381e9ac
Name
Last commit
Last update
..
etcd Loading commit data...
rest Loading commit data...
doc.go Loading commit data...
registry.go Loading commit data...
strategy.go Loading commit data...
strategy_test.go Loading commit data...