Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename EncryptionConfig to EncryptionConfiguration #11059

Merged
merged 1 commit into from
Nov 29, 2018

Commits on Nov 27, 2018

  1. Rename encryption-at-rest related objects

    EncryptionConfig was renamed to EncryptedConfiguration and added to
    the `apiserver.config.k8s.io` API group in Kubernetes 1.13.
    
    The feature was previously in alpha and was not handling versions
    properly, which lead to an originally unnoticed `v1` in the docs.
    
    Also, the `--experimental-encryption-provider-config` flag is now called
    just `--encryption-provider-config`.
    stlaz committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    ba39dd2 View commit details
    Browse the repository at this point in the history