velero.io / v1 / VolumeSnapshotLocation
- string
.apiVersion
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- string
.kind
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- object
.metadata
- object
.spec
VolumeSnapshotLocationSpec defines the specification for a Velero VolumeSnapshotLocation.
- object
.spec .config
Config is for provider-specific configuration fields.
- object
.spec .credential
Credential contains the credential information intended to be used with this location
- string required
.spec .credential .key
The key of the secret to select from. Must be a valid secret key.
- string
.spec .credential .name
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- boolean
.spec .credential .optional
Specify whether the Secret or its key must be defined
- string required
.spec .provider
Provider is the provider of the volume storage.
- object
.status
VolumeSnapshotLocationStatus describes the current status of a Velero VolumeSnapshotLocation.
- string
.status .phase
VolumeSnapshotLocationPhase is the lifecycle phase of a Velero VolumeSnapshotLocation.