• k8s-merge-robot's avatar
    Merge pull request #23116 from metral/recursive-visit · 9b6e4aa9
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    allow kubectl cmds to process files recursively, when given a dir
    
    This PR accomplishes two things:
    
    1. It creates a `--recursive` flag for use with certain `kubectl` commands that _currently_ do not process files beyond their first level of children, as seen in the issue https://github.com/kubernetes/kubernetes/issues/19767
    2. It enables the ability to use the `--recursive` flag in the `kubectl` commands that currently _only_ support processing a directory up to its first level of children.
    9b6e4aa9
expose.go 10.8 KB