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

Make some enhancements to the volume replication CR #77

Merged
merged 5 commits into from
May 19, 2021

Commits on May 4, 2021

  1. api: Add validation for the spec.state in volumereplication CR

    With this change user wont be able to create a CR with invalid state
    
    Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
    iamniting authored and mergify-bot committed May 4, 2021
    Configuration menu
    Copy the full SHA
    93b4a76 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. api: Add printcolumn for volumereplication CR

    This will print columns while doing 'kubectl get vr'
    
    Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
    iamniting committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2930d65 View commit details
    Browse the repository at this point in the history
  2. api: Add shortName for volumereplication CR

    With this change we can get volumereplication with small name eg.
    'kubectl get vr'
    
    Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
    iamniting committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ad567c3 View commit details
    Browse the repository at this point in the history
  3. api: Add shortName for volumereplicationClass CR

    With this change we can get volumereplicationclass with small name eg.
    'kubectl get vrc'
    
    Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
    iamniting committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8d1f31a View commit details
    Browse the repository at this point in the history
  4. api: Add printcolumn for volumereplicationclass CR

    This will print columns while doing 'kubectl get vrc'
    
    Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
    iamniting committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ad1f1ad View commit details
    Browse the repository at this point in the history