@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Version
Group, this allows to
determine the `apiVersion` field associated with the annotated resource.
See https://kubernetes.io/docs/reference/using-api/#api-versioning for more details.public abstract String value
public abstract boolean storage
storage to true for a given CRD.true if this version corresponds to the persisted version for the associated CRD, false otherwiseCopyright © 2015–2023 Red Hat. All rights reserved.