table

package
v1.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2025 License: Apache-2.0 Imports: 35 Imported by: 0

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"}
)

TerminalStatuses are the status strings that are terminal states for a DynamoDB table

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL