• Michael Taufen's avatar
    expunge the word 'manifest' from Kubelet's config API · b4bddcc9
    Michael Taufen authored
    The word 'manifest' technically refers to a container-group specification
    that predated the Pod abstraction. We should avoid using this legacy
    terminology where possible. Fortunately, the Kubelet's config API will
    be beta in 1.10 for the first time, so we still had the chance to make
    this change.
    
    I left the flags alone, since they're deprecated anyway.
    
    I changed a few var names in files I touched too, but this PR is the
    just the first shot, not the whole campaign
    (`git grep -i manifest | wc -l -> 1248`).
    b4bddcc9
Name
Last commit
Last update
..
checkpoint Loading commit data...
configfiles Loading commit data...
status Loading commit data...
util Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
configsync.go Loading commit data...
controller.go Loading commit data...
watch.go Loading commit data...