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

instancetype: Label ControllerRevisions with stored object metadata #9932

Commits on Jul 7, 2023

  1. instancetype: Label ControllerRevisions with stored object metadata

    ControllerRevisions are used to store point in time copies of instance
    type and preference objects for each VirtualMachine making use of the
    feature, see the following user-guide docs for more on this:
    
    Instance types and preferences - Versioning
    https://kubevirt.io/user-guide/virtual_machines/instancetypes/#versioning
    
    This change adds labels to these ControllerRevision, exposing metadata
    of the stored objects. With this in place it becomes easier to track the
    objects stored within these ControllerRevisions and in the future
    orchestrate the migration of these objects to newer versions of the API
    and CRDs as these are introduced.
    
    Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
    lyarwood committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e0ee835 View commit details
    Browse the repository at this point in the history