Documentation ¶
Index ¶
- Variables
- func Exists(path string) bool
- type AWSSession
- func (a *AWSSession) Cancel()
- func (a *AWSSession) DownloadCompressedDirectory(s3FilePath string, localRootDirectory string) error
- func (a *AWSSession) DownloadFile(s3FilePath string, localFile string) error
- func (a *AWSSession) GetBucket() string
- func (a *AWSSession) GetCredentials() (credentials.Value, error)
- func (a *AWSSession) UploadCompressedDirectory(localDirectoy string, s3FilePath string) error
- func (a *AWSSession) UploadFile(localFile string, s3FilePath string) error
- type Env
- type K8sClient
- type Mount
- type Pod
Constants ¶
This section is empty.
Variables ¶
View Source
var Log func(string, ...interface{})
Functions ¶
Types ¶
type AWSSession ¶
type AWSSession struct {
// contains filtered or unexported fields
}
func NewAWSSession ¶
func NewAWSSessionFromEnvironment ¶
func NewAWSSessionFromEnvironment() (*AWSSession, error)
func (*AWSSession) Cancel ¶
func (a *AWSSession) Cancel()
func (*AWSSession) DownloadCompressedDirectory ¶
func (a *AWSSession) DownloadCompressedDirectory(s3FilePath string, localRootDirectory string) error
func (*AWSSession) DownloadFile ¶
func (a *AWSSession) DownloadFile(s3FilePath string, localFile string) error
func (*AWSSession) GetBucket ¶
func (a *AWSSession) GetBucket() string
func (*AWSSession) GetCredentials ¶
func (a *AWSSession) GetCredentials() (credentials.Value, error)
func (*AWSSession) UploadCompressedDirectory ¶
func (a *AWSSession) UploadCompressedDirectory(localDirectoy string, s3FilePath string) error
func (*AWSSession) UploadFile ¶
func (a *AWSSession) UploadFile(localFile string, s3FilePath string) error
type K8sClient ¶
type K8sClient struct {
// contains filtered or unexported fields
}
func GetKubernetesClient ¶
Click to show internal directories.
Click to hide internal directories.