• Kubernetes Submit Queue's avatar
    Merge pull request #52379 from dixudx/kubectl_describe_hostpathtype · 84dc294a
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 50294, 50422, 51757, 52379, 52014). 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>..
    
    print HostPathType for kubectl describe
    
    **What this PR does / why we need it**:
    Since #46597 has already added `HostPathType` for `HostPath`, we should print it when we describe it.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
    
    **Special notes for your reviewer**:
    @thockin PTAL
    /assign @smarterclayton @liggitt @pwittrock
    
    **Release note**:
    
    ```release-note
    None
    ```
    84dc294a
describe_test.go 50.1 KB