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

Promote EphemeralContainers to beta #105405

Merged
merged 11 commits into from Oct 20, 2021
Merged

Commits on Oct 19, 2021

  1. Always set feature gates for ContainerVisitor test

    This fixes a bug where the test was dependent on the current set of
    feature gates. Since AllFeatureEnabledContainers() depends on the
    feature gates it must be evaluated after the test case is initialized.
    verb committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    83a4ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4b8da View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    7648590 View commit details
    Browse the repository at this point in the history
  2. Clarify EphemeralContainer behavior in docs

    - Apply doc style guide
    - Specify behavior when namespace targeting isn't supported by runtime
    verb committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    26e183b View commit details
    Browse the repository at this point in the history
  3. Add test for EphemeralContainerCommon struct tags

    The tags for type EphemeralContainerCommon should be kept in sync with
    those of type Container.
    
    Co-authored-by: Jordan Liggitt <liggitt@google.com>
    verb and liggitt committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d1d7882 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f81c48c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b34e710 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba649b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40e7689 View commit details
    Browse the repository at this point in the history
  8. List disallowed ephemeral container fields

    Listing these explicitly makes it easier to determine whether a new
    Container field has been evaluated for use with ephemeral containers.
    This does not change the behavior of ephemeral containers.
    verb committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d874cf8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d33bbb8 View commit details
    Browse the repository at this point in the history