Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AnnotationLastRequestedNumShards is an annotation whose value is the value of NumShards // passed in as input to either the create or modify API called most recently AnnotationLastRequestedNumShards = svcapitypes.AnnotationPrefix + "last-requested-num-shards" // AnnotationLastRequestedNumReplicasPerShard is an annotation whose value is the value of NumReplicasPerShard // passed in as input to either the create or modify API called most recently AnnotationLastRequestedNumReplicasPerShard = svcapitypes.AnnotationPrefix + "last-requested-num-replicas-per-shard" // AnnotationLastRequestedNodeType is an annotation whose value is the value of NodeType // passed in as input to either the create or modify API called most recently AnnotationLastRequestedNodeType = svcapitypes.AnnotationPrefix + "last-requested-node-type" )
View Source
const ( StatusAvailable = "available" StatusDeleting = "deleting" StatusUpdating = "updating" StatusCreateFailed = "create-failed" )
View Source
const (
FinalizerString = "finalizers.memorydb.services.k8s.aws/Cluster"
)
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("clusters") GroupKind = metav1.GroupKind{ Group: "memorydb.services.k8s.aws", Kind: "Cluster", } )
View Source
var (
ACKSystemTags = []string{"services.k8s.aws/namespace", "services.k8s.aws/controller-version"}
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.