Documentation
¶
Index ¶
Constants ¶
View Source
const (
FinalizerString = "finalizers.dynamodb.services.k8s.aws/Table"
)
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("tables") GroupKind = metav1.GroupKind{ Group: "dynamodb.services.k8s.aws", Kind: "Table", } )
View Source
var ( ErrTableDeleting = fmt.Errorf( "table in '%v' state, cannot be modified or deleted", svcsdktypes.TableStatusDeleting, ) ErrTableCreating = fmt.Errorf( "table in '%v' state, cannot be modified or deleted", svcsdktypes.TableStatusCreating, ) ErrTableUpdating = fmt.Errorf( "table in '%v' state, cannot be modified or deleted", svcsdktypes.TableStatusUpdating, ) ErrTableGSIsUpdating = fmt.Errorf( "table GSIs in '%v' state, cannot be modified or deleted", svcsdktypes.IndexStatusCreating, ) ErrTableReplicasUpdating = fmt.Errorf( "table replica in '%v' state, cannot be modified or deleted", svcsdktypes.ReplicaStatusUpdating, ) )
View Source
var ( DefaultTTLEnabledValue = false DefaultPITREnabledValue = false )
View Source
var (
ACKSystemTags = []string{"services.k8s.aws/namespace", "services.k8s.aws/controller-version"}
)
View Source
var TerminalStatuses = []v1alpha1.TableStatus_SDK{ v1alpha1.TableStatus_SDK_ARCHIVING, v1alpha1.TableStatus_SDK_DELETING, }
TerminalStatuses are the status strings that are terminal states for a DynamoDB table
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.