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

Add a prototype of verified ReplicaSet controller #480

Merged
merged 9 commits into from
May 30, 2024

Commits on May 30, 2024

  1. Skeleton for building VReplicaSet controller

    Signed-off-by: Xudong Sun <[email protected]>
    marshtompsxd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ab20cba View commit details
    Browse the repository at this point in the history
  2. A prototype of replica set controller

    Signed-off-by: Xudong Sun <[email protected]>
    marshtompsxd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b1b3833 View commit details
    Browse the repository at this point in the history
  3. Fix generate name

    Signed-off-by: Xudong Sun <[email protected]>
    marshtompsxd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    136d5ec View commit details
    Browse the repository at this point in the history
  4. Check in CRD file of the VReplicaSet controller

    Signed-off-by: Xudong Sun <[email protected]>
    marshtompsxd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a68c345 View commit details
    Browse the repository at this point in the history
  5. Add wrappers

    Signed-off-by: Xudong Sun <[email protected]>
    marshtompsxd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4e9b3c5 View commit details
    Browse the repository at this point in the history
  6. Support scaling

    Signed-off-by: Xudong Sun <[email protected]>
    marshtompsxd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7fc5357 View commit details
    Browse the repository at this point in the history
  7. Better style for returning error state

    Signed-off-by: Xudong Sun <[email protected]>
    marshtompsxd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e652f7b View commit details
    Browse the repository at this point in the history
  8. Address verification failures

    Signed-off-by: Xudong Sun <[email protected]>
    marshtompsxd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b499e1e View commit details
    Browse the repository at this point in the history
  9. Add CI workflow for verifying the replica set controller

    Signed-off-by: Xudong Sun <[email protected]>
    marshtompsxd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    801d500 View commit details
    Browse the repository at this point in the history