Skip to content

Remove restic-dependency from recovery#258

Merged
tamalsaha merged 7 commits intomasterfrom
update-recovery
Dec 28, 2017
Merged

Remove restic-dependency from recovery#258
tamalsaha merged 7 commits intomasterfrom
update-recovery

Conversation

@diptadas
Copy link
Contributor

No description provided.

@tamalsaha
Copy link
Member

tamalsaha commented Dec 28, 2017

// Volume represents a named volume in a pod that may be accessed by any container in the pod.
type RecoveryVolume struct {
	// Volume's name.
	// Must be a DNS_LABEL and unique within the pod.
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name"`
	// VolumeSource represents the location and type of the mounted volume.
	// If not specified, the Volume is implied to be an EmptyDir.
	// This implied behavior is deprecated and will be removed in a future version.
	VolumeSource `json:",inline"`
	// Path within the container at which the volume should be mounted.  Must
	// not contain ':'.
	MountPath string `json:"mountPath"`
	// Path within the volume from which the container's volume should be mounted.
	// Defaults to "" (volume's root).
	// +optional
	SubPath string `json:"subPath,omitempty"`
}

@tamalsaha
Copy link
Member

@diptadas , update the docs.

@tamalsaha tamalsaha merged commit cde4f13 into master Dec 28, 2017
@tamalsaha tamalsaha deleted the update-recovery branch December 28, 2017 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants