@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22kind : CustomResourceDefinition
33metadata :
44 annotations :
5- controller-gen.kubebuilder.io/version : v0.16.5
5+ controller-gen.kubebuilder.io/version : v0.14.0
66 creationTimestamp : null
77 name : backupstoragelocations.velero.io
88spec :
@@ -86,13 +86,10 @@ spec:
8686 valid secret key.
8787 type : string
8888 name :
89- default : " "
9089 description : |-
9190 Name of the referent.
92- This field is effectively required, but due to backwards compatibility is
93- allowed to be empty. Instances of this type with an empty value here are
94- almost certainly wrong.
9591 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
92+ TODO: Add other useful fields. apiVersion, kind, uid?
9693 type : string
9794 optional :
9895 description : Specify whether the Secret or its key must be defined
@@ -144,6 +141,7 @@ spec:
144141 description : |-
145142 AccessMode is an unused field.
146143
144+
147145 Deprecated: there is now an AccessMode field on the Spec and this field
148146 will be removed entirely as of v2.0.
149147 enum :
@@ -155,6 +153,7 @@ spec:
155153 LastSyncedRevision is the value of the `metadata/revision` file in the backup
156154 storage location the last time the BSL's contents were synced into the cluster.
157155
156+
158157 Deprecated: this field is no longer updated or used for detecting changes to
159158 the location's contents and will be removed entirely in v2.0.
160159 type : string
0 commit comments