• Eric Tune's avatar
    Stop putting env vars into BoundPods. · 5b456969
    Eric Tune authored
    They will still show up in etcd.  They never were available
    through the API.
    
    A subsequent PR(s) will rip out all BoundPods code.
    Working in small increments.
    
    This PR will cause users on lagging cloud providers
    to not get env vars in their pods if they update to this code.
    They have already been warned via email.
    
    Removed unit tests of BasicBoundPodFactory.
    There is adequate coverage in pkg/kubelet/kubelet_test.go.
    5b456969
bound_pod_factory.go 1.23 KB