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

πŸ€–πŸ§‘β€πŸ”¬ [Experiment] Add Terraform Plugin Framework Code Generator #2355

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. Setup codegen codebase

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a648420 View commit details
    Browse the repository at this point in the history
  2. go generate

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    22f618d View commit details
    Browse the repository at this point in the history
  3. go generate configmap

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    717ee27 View commit details
    Browse the repository at this point in the history
  4. go generate service_account

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e6ec701 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2ee9c1 View commit details
    Browse the repository at this point in the history
  6. go generate role_binding

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5d2d617 View commit details
    Browse the repository at this point in the history
  7. use public codegen module

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b9563da View commit details
    Browse the repository at this point in the history
  8. Fix main.go

    appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d567b7e View commit details
    Browse the repository at this point in the history
  9. go generate service

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0a74b2f View commit details
    Browse the repository at this point in the history
  10. go generate role

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e49e7e8 View commit details
    Browse the repository at this point in the history
  11. fix role_binding generator config

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    839cce3 View commit details
    Browse the repository at this point in the history
  12. go generate cluster_role

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c5a72af View commit details
    Browse the repository at this point in the history
  13. go generate cluster_role_binding

    jrhouston authored and appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    12abb28 View commit details
    Browse the repository at this point in the history
  14. Dynamic protocol v6 acceptance test helper

    Provides an easy to swap in namespace that will allow acceptance tests
    to run against _gen suffixed (codegen) resource implementations without
    having to rewrite or separately maintain test cases.
    appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3cb4600 View commit details
    Browse the repository at this point in the history
  15. Fixes

    - Add KUBE_CONFIG_PATHS (plural) to testAccPreCheck
    - Make singleNestedPath heuristic more robust
    - Enable more test cases
    appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    88c7351 View commit details
    Browse the repository at this point in the history
  16. bump codegen library

    appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c37bc13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ec5f01c View commit details
    Browse the repository at this point in the history
  18. wait_for_default_service_account for Namespace

    Handle waiter code within an afterCreate hook and enable all "dualstack"
    tests except generateName for documented reason.
    appilon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f2ec135 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9ce889c View commit details
    Browse the repository at this point in the history