Documentation ¶
Index ¶
Constants ¶
View Source
const (
VolumeOperationAlreadyExistsErrorMsg = "An operation with the given Volume %s already exists"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Idempotent ¶
type Idempotent interface { // The CSI data types are generated using a protobuf. // The generated structures are guaranteed to implement the Stringer interface. // Example: https://github.com/container-storage-interface/spec/blob/master/lib/go/csi/csi.pb.go#L3508 // We can use the generated string as the key of our internal inflight database of requests. String() string }
Idempotent is the interface required to manage in flight requests.
type InFlight ¶
type InFlight struct {
// contains filtered or unexported fields
}
InFlight is a struct used to manage in flight requests for a unique identifier.
Click to show internal directories.
Click to hide internal directories.