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

Apply metadata the same way as Kustomize did #1308

Merged
merged 11 commits into from
Jan 28, 2020

Commits on Jan 24, 2020

  1. Apply metadata recursivly as Kustomize did

    Fixes #1302 #1303
    
    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    1d0bf6b View commit details
    Browse the repository at this point in the history
  2. Fixed e

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    b5040c3 View commit details
    Browse the repository at this point in the history
  3. Added test that ensures that no additional metadata is added, for exa…

    …mple in a pod
    
    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    f4f12b5 View commit details
    Browse the repository at this point in the history
  4. Test setNestedStringMap only on selected fields

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    e5e5e29 View commit details
    Browse the repository at this point in the history
  5. Added test to verify that existing labels are not removed

    Restructured enhancer to merge existing label and annotations maps
    
    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    b329ea9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Fixed wrong retrieval of annotations

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    0c0a8e2 View commit details
    Browse the repository at this point in the history
  2. Added missing possible paths for annotations and labels

    Added code to handle unstructured object paths that contain slices
    
    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7e1e0a3 View commit details
    Browse the repository at this point in the history
  3. Added comment

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7b7c75d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Merge branch 'master' into an/apply-metadata-recursivly

    # Conflicts:
    #	pkg/engine/renderer/enhancer.go
    ANeumann82 committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    d9da0d2 View commit details
    Browse the repository at this point in the history
  2. Applied review comments

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    2cecf91 View commit details
    Browse the repository at this point in the history
  3. unnecessary nolint comment

    Signed-off-by: Ken Sipe <kensipe@gmail.com>
    kensipe committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    b15a2a9 View commit details
    Browse the repository at this point in the history