mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-06 08:07:11 +00:00
Update the api-types doc
This commit makes update to the update api-types docs to add missing fields. It also includes misc changes to the inline comment, and a change to Dockerfile to make sure the build-image works on mac Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
@@ -113,8 +113,8 @@ type BackupSpec struct {
|
||||
DefaultVolumesToFsBackup *bool `json:"defaultVolumesToFsBackup,omitempty"`
|
||||
|
||||
// OrderedResources specifies the backup order of resources of specific Kind.
|
||||
// The map key is the Kind name and value is a list of resource names separated by commas.
|
||||
// Each resource name has format "namespace/resourcename". For cluster resources, simply use "resourcename".
|
||||
// The map key is the resource name and value is a list of object names separated by commas.
|
||||
// Each resource name has format "namespace/objectname". For cluster resources, simply use "objectname".
|
||||
// +optional
|
||||
// +nullable
|
||||
OrderedResources map[string]string `json:"orderedResources,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user