• Kubernetes Submit Queue's avatar
    Merge pull request #60040 from PhilipGough/keys-from-cm · c85ede51
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Allow env to be updated via specific key in resource
    
    **What this PR does / why we need it**:
    
    This change allows users of the `oc` client to specify a list of comma-separated keys when running `oc set env` which should be imported from a resource i.e configmap or secret
    
    This can be useful when a number of applications want to share a configuration object but don't want to pollute a resource with unused environment 
    
    
    
    **Release note**:
    
    ```release-note
    Allow kubectl env to specify which keys to import from a config map
    ```
    c85ede51
Name
Last commit
Last update
..
BUILD Loading commit data...
helper.go Loading commit data...
set.go Loading commit data...
set_env.go Loading commit data...
set_env_test.go Loading commit data...
set_image.go Loading commit data...
set_image_test.go Loading commit data...
set_resources.go Loading commit data...
set_resources_test.go Loading commit data...
set_selector.go Loading commit data...
set_selector_test.go Loading commit data...
set_serviceaccount.go Loading commit data...
set_serviceaccount_test.go Loading commit data...
set_subject.go Loading commit data...
set_subject_test.go Loading commit data...
set_test.go Loading commit data...