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

k8s.contrib.crd - Fix class name collision for colliding nested properties. #77

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. Enhance unit-test for packages/k8s.contrib.crd/tests/fixtures/crds.ya…

    …ml adding support for colliding nested sub-objects.
    ichekrygin committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dbd5de2 View commit details
    Browse the repository at this point in the history
  2. Change class naming convention to avoid classes collisions on collidi…

    …ng properties (objects, list). This change will result in: "spec.foo.bar":
    
    - current: classes ["Spec", "Foo", "Bar"]
    - change: classes ["Spec", "SpecFoo", "SpecFooBar"
    
    This change is suggested by https://github.com/Avarei in apple#40 (comment)
    ichekrygin committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ab5758e View commit details
    Browse the repository at this point in the history
  3. Bump major version for k8s.contrib.crd package.

    ichekrygin committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9916a71 View commit details
    Browse the repository at this point in the history