Documentation ¶
Index ¶
Constants ¶
View Source
const ( LabelKeyManagedBy = "app.kubernetes.io/managed-by" LabelValManagedBy = "ezblob.yankeguo.github.io" LabelKeyComponent = "app.kubernetes.io/component" LabelValComponent = "chunk" LabelKeyName = "yankeguo.github.io/ezblob-name" LabelKeyRevision = "yankeguo.github.io/ezblob-revision" KeyName = "name" KeyRevision = "revision" KeyChunks = "chunks" KeyChecksum = "checksum" KeyData = "data" )
View Source
const (
DefaultChunkSize = 4096
)
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrChecksumMismatch = errors.New("checksum mismatch") ErrInvalidHeaderFieldName = errors.New("missing or invalid field in header secret: 'name'") ErrInvalidHeaderFieldChecksum = errors.New("missing or invalid field in header secret: 'checksum'") ErrInvalidHeaderFieldRevision = errors.New("missing or invalid field in header secret: 'revision'") ErrInvalidHeaderFieldChunks = errors.New("missing or invalid field in header secret: 'chunks'") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.