Documentation ¶
Index ¶
- Constants
- type TestSuite
- func (t *TestSuite) CreateAssets() error
- func (t *TestSuite) CreateBuckets() error
- func (t *TestSuite) DeleteClusterAsset() error
- func (t *TestSuite) DeleteClusterBucket() error
- func (t *TestSuite) WaitForAssetsReady() error
- func (t *TestSuite) WaitForBucketsReady() error
- func (t *TestSuite) WaitForClusterAssetDeleted() error
- func (t *TestSuite) WaitForClusterBucketDeleted() error
Constants ¶
View Source
const ( AssetDataName = "petstore.json" AssetDataURL = "https://petstore.swagger.io/v2/swagger.json" )
View Source
const ( BucketName = "e2ebackup-bucket" ClusterBucketName = "e2ebackup-cluster-bucket" CommonAssetPrefix = "e2ebackup-asset" WaitTimeout = 3 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestSuite ¶
type TestSuite struct {
// contains filtered or unexported fields
}
func (*TestSuite) CreateAssets ¶
func (*TestSuite) CreateBuckets ¶
func (*TestSuite) DeleteClusterAsset ¶
func (*TestSuite) DeleteClusterBucket ¶
func (*TestSuite) WaitForAssetsReady ¶
func (*TestSuite) WaitForBucketsReady ¶
func (*TestSuite) WaitForClusterAssetDeleted ¶
func (*TestSuite) WaitForClusterBucketDeleted ¶
Click to show internal directories.
Click to hide internal directories.