Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrSandboxMountPathNotFound = errors.New("failed to find sandbox mount path")
)
Functions ¶
This section is empty.
Types ¶
type BlobUpload ¶
type BlobUpload struct {
// contains filtered or unexported fields
}
func (*BlobUpload) Enabled ¶
func (bu *BlobUpload) Enabled() bool
func (*BlobUpload) Name ¶
func (bu *BlobUpload) Name() string
func (*BlobUpload) Output ¶
func (bu *BlobUpload) Output(srcFilePath string) error
type Location ¶
type Location interface { // Name returns the name of the output location. Name() string // Enabled checks whether a output location is enabled. Enabled() bool // Output outputs source file to the location specified by the users. Output(srcFilePath string) error }
func NewBlobUpload ¶
func NewHostPath ¶
func NewS3Upload ¶ added in v0.0.10
type PersistentVolumeClaim ¶
type PersistentVolumeClaim struct {
// contains filtered or unexported fields
}
func (*PersistentVolumeClaim) Enabled ¶
func (pvc *PersistentVolumeClaim) Enabled() bool
func (*PersistentVolumeClaim) Name ¶
func (pvc *PersistentVolumeClaim) Name() string
func (*PersistentVolumeClaim) Output ¶
func (pvc *PersistentVolumeClaim) Output(srcFilePath string) error
Click to show internal directories.
Click to hide internal directories.