mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
Merge pull request #137564 from iPraveenParihar/e2e/update-snapshotmetadataservice-crd
e2e: update snapshotmetadataservice crd to v1beta1
This commit is contained in:
@@ -423,9 +423,9 @@ var (
|
||||
// Tests marked with this feature require:
|
||||
// - A CSI driver that supports the snapshot metadata service (e.g., CSI hostpath driver with --enable-snapshot-metadata)
|
||||
// - The external-snapshot-metadata sidecar deployed alongside the CSI driver
|
||||
// - The SnapshotMetadataService CRD (cbt.storage.k8s.io/v1alpha1) installed
|
||||
// - The SnapshotMetadataService CRD (cbt.storage.k8s.io/v1beta1) installed
|
||||
// - A storage driver that implements the CapSnapshotMetadata capability
|
||||
SnapshotMetadata = framework.WithFeature(framework.ValidFeatures.Add("SnapshotMetadata"))
|
||||
SnapshotMetadata = framework.WithFeature(framework.ValidFeatures.Add("snapshotmetadata"))
|
||||
|
||||
// TODO: document the feature (owning SIG, when to use this feature for a test)
|
||||
StackdriverAcceleratorMonitoring = framework.WithFeature(framework.ValidFeatures.Add("StackdriverAcceleratorMonitoring"))
|
||||
|
||||
@@ -51,7 +51,7 @@ const (
|
||||
|
||||
// SnapshotMetadataService API constants
|
||||
SnapshotMetadataServiceGroup = "cbt.storage.k8s.io"
|
||||
SnapshotMetadataServiceVersion = "v1alpha1"
|
||||
SnapshotMetadataServiceVersion = "v1beta1"
|
||||
SnapshotMetadataServiceAPIVersion = SnapshotMetadataServiceGroup + "/" + SnapshotMetadataServiceVersion
|
||||
SnapshotMetadataServiceKind = "SnapshotMetadataService"
|
||||
SnapshotMetadataServiceResource = "snapshotmetadataservices"
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
singular: snapshotmetadataservice
|
||||
scope: Cluster
|
||||
versions:
|
||||
- name: v1alpha1
|
||||
- name: v1beta1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: |-
|
||||
|
||||
Reference in New Issue
Block a user