• k8s-merge-robot's avatar
    Merge pull request #25562 from gtank/certificates-api-v9 · 32eccd41
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    TLS bootstrap API group (alpha)
    
    This PR only covers the new types and related client/storage code- the vast majority of the line count is codegen. The implementation differs slightly from the current proposal document based on discussions in design thread (#20439). The controller logic and kubelet support mentioned in the proposal are forthcoming in separate requests.
    
    I submit that #18762 ("Creating a new API group is really hard") is, if anything, understating it. I've tried to structure the commits to illustrate the process.
    
    @mikedanese @erictune @smarterclayton @deads2k
    
    ```release-note-experimental
    An alpha implementation of the the TLS bootstrap API described in docs/proposals/kubelet-tls-bootstrap.md.
    ```
    
    [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
    32eccd41
Name
Last commit
Last update
..
ports Loading commit data...
OWNERS Loading commit data...
controller.go Loading commit data...
controller_test.go Loading commit data...
doc.go Loading commit data...
import_known_versions.go Loading commit data...
master.go Loading commit data...
master_test.go Loading commit data...
thirdparty_controller.go Loading commit data...
thirdparty_controller_test.go Loading commit data...