Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTableDeleting = errors.New("Table in 'DELETING' state, cannot be modified or deleted") ErrTableCreating = errors.New("Table in 'CREATING' state, cannot be modified or deleted") ErrTableUpdating = errors.New("Table in 'UPDATING' state, cannot be modified or deleted") )
View Source
var ( // TerminalStatuses are the status strings that are terminal states for a // DynamoDB table TerminalStatuses = []v1alpha1.TableStatus_SDK{ v1alpha1.TableStatus_SDK_ARCHIVING, v1alpha1.TableStatus_SDK_DELETING, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.