Documentation ¶
Index ¶
- Constants
- type Invocation
- func (i *Invocation) EventuallyCreateMinioBucket() GomegaAsyncAssertion
- func (i *Invocation) EventuallyDestinationDataSyncCreated(meta metav1.ObjectMeta) GomegaAsyncAssertion
- func (i *Invocation) EventuallyMoveEngineReady(meta metav1.ObjectMeta) GomegaAsyncAssertion
- func (i *Invocation) EventuallySourceDataSyncCreated(meta metav1.ObjectMeta) GomegaAsyncAssertion
- func (i *Invocation) EventuallyStandbyMoveEngineCreated(meta metav1.ObjectMeta) GomegaAsyncAssertion
- func (i *Invocation) EventuallySyncSucceeded(meta metav1.ObjectMeta) GomegaAsyncAssertion
Constants ¶
View Source
const ( DefaultTimeout = 20 * time.Minute DefaultRetryInterval = 2 * time.Second )
View Source
const ( DefaultStorageClass = "standard" KeyMinioAccessKey = "MINIO_ACCESS_KEY" KeyMinioSecretKey = "MINIO_SECRET_KEY" KeyS3AccessKey = "s3.client.default.access_key" KeyS3SecretKey = "s3.client.default.secret_key" MinioAccessKey = "not@accesskey" MinioSecretKey = "not@secretkey" Minio = "minio" LabelApp = "app" MinioCredentialName = "minio-credentials" DefaultNamespace = "default" )
View Source
const (
KubemoveNamespace = "kubemove"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invocation ¶
type Invocation struct { *util.PluginOptions // contains filtered or unexported fields }
func NewInvocation ¶
func NewInvocation(opt *util.PluginOptions) Invocation
func (*Invocation) EventuallyCreateMinioBucket ¶
func (i *Invocation) EventuallyCreateMinioBucket() GomegaAsyncAssertion
func (*Invocation) EventuallyDestinationDataSyncCreated ¶
func (i *Invocation) EventuallyDestinationDataSyncCreated(meta metav1.ObjectMeta) GomegaAsyncAssertion
func (*Invocation) EventuallyMoveEngineReady ¶
func (i *Invocation) EventuallyMoveEngineReady(meta metav1.ObjectMeta) GomegaAsyncAssertion
func (*Invocation) EventuallySourceDataSyncCreated ¶
func (i *Invocation) EventuallySourceDataSyncCreated(meta metav1.ObjectMeta) GomegaAsyncAssertion
func (*Invocation) EventuallyStandbyMoveEngineCreated ¶
func (i *Invocation) EventuallyStandbyMoveEngineCreated(meta metav1.ObjectMeta) GomegaAsyncAssertion
func (*Invocation) EventuallySyncSucceeded ¶
func (i *Invocation) EventuallySyncSucceeded(meta metav1.ObjectMeta) GomegaAsyncAssertion
Click to show internal directories.
Click to hide internal directories.