Documentation ¶
Index ¶
- func AllMigrations() migration.Migrations
- func NewAddInternalRoutesToActualLrp() migration.Migration
- func NewAddMaxPidsToDesiredLRPs() migration.Migration
- func NewAddPlacementTagsToDesiredLRPs() migration.Migration
- func NewAddPresenceToActualLrp() migration.Migration
- func NewAddRejectionReasonToTask() migration.Migration
- func NewAddTaskRejectionCount() migration.Migration
- func NewEncryptRoutes() migration.Migration
- func NewIncreaseErrorColumnsSize() migration.Migration
- func NewIncreaseRootFSColumnSize() migration.Migration
- func NewIncreaseRunInfoColumnSize() migration.Migration
- func NewIncreaseTaskErrorColumns() migration.Migration
- func NewInitSQL() migration.Migration
- type AddInternalRoutesToActualLrp
- func (e *AddInternalRoutesToActualLrp) SetClock(c clock.Clock)
- func (e *AddInternalRoutesToActualLrp) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddInternalRoutesToActualLrp) SetDBFlavor(flavor string)
- func (e *AddInternalRoutesToActualLrp) SetRawSQLDB(db *sql.DB)
- func (e *AddInternalRoutesToActualLrp) String() string
- func (e *AddInternalRoutesToActualLrp) Up(logger lager.Logger) error
- func (e *AddInternalRoutesToActualLrp) Version() int64
- type AddMaxPidsToDesiredLRPs
- func (e *AddMaxPidsToDesiredLRPs) SetClock(c clock.Clock)
- func (e *AddMaxPidsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddMaxPidsToDesiredLRPs) SetDBFlavor(flavor string)
- func (e *AddMaxPidsToDesiredLRPs) SetRawSQLDB(db *sql.DB)
- func (e *AddMaxPidsToDesiredLRPs) String() string
- func (e *AddMaxPidsToDesiredLRPs) Up(logger lager.Logger) error
- func (e *AddMaxPidsToDesiredLRPs) Version() int64
- type AddPlacementTagsToDesiredLRPs
- func (e *AddPlacementTagsToDesiredLRPs) SetClock(c clock.Clock)
- func (e *AddPlacementTagsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddPlacementTagsToDesiredLRPs) SetDBFlavor(flavor string)
- func (e *AddPlacementTagsToDesiredLRPs) SetRawSQLDB(db *sql.DB)
- func (e *AddPlacementTagsToDesiredLRPs) String() string
- func (e *AddPlacementTagsToDesiredLRPs) Up(logger lager.Logger) error
- func (e *AddPlacementTagsToDesiredLRPs) Version() int64
- type AddPresenceToActualLrp
- func (e *AddPresenceToActualLrp) SetClock(c clock.Clock)
- func (e *AddPresenceToActualLrp) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddPresenceToActualLrp) SetDBFlavor(flavor string)
- func (e *AddPresenceToActualLrp) SetRawSQLDB(db *sql.DB)
- func (e *AddPresenceToActualLrp) String() string
- func (e *AddPresenceToActualLrp) Up(logger lager.Logger) error
- func (e *AddPresenceToActualLrp) Version() int64
- type AddRejectionReasonToTask
- func (e *AddRejectionReasonToTask) SetClock(c clock.Clock)
- func (e *AddRejectionReasonToTask) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddRejectionReasonToTask) SetDBFlavor(flavor string)
- func (e *AddRejectionReasonToTask) SetRawSQLDB(db *sql.DB)
- func (e *AddRejectionReasonToTask) String() string
- func (e *AddRejectionReasonToTask) Up(logger lager.Logger) error
- func (e *AddRejectionReasonToTask) Version() int64
- type AddTaskRejectionCount
- func (e *AddTaskRejectionCount) SetClock(c clock.Clock)
- func (e *AddTaskRejectionCount) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddTaskRejectionCount) SetDBFlavor(flavor string)
- func (e *AddTaskRejectionCount) SetRawSQLDB(db *sql.DB)
- func (e *AddTaskRejectionCount) String() string
- func (e *AddTaskRejectionCount) Up(logger lager.Logger) error
- func (e *AddTaskRejectionCount) Version() int64
- type EncryptRoutes
- func (e *EncryptRoutes) SetClock(c clock.Clock)
- func (e *EncryptRoutes) SetCryptor(cryptor encryption.Cryptor)
- func (e *EncryptRoutes) SetDBFlavor(flavor string)
- func (e *EncryptRoutes) SetRawSQLDB(db *sql.DB)
- func (e *EncryptRoutes) String() string
- func (e *EncryptRoutes) Up(logger lager.Logger) error
- func (e *EncryptRoutes) Version() int64
- type IncreaseErrorColumnsSize
- func (e *IncreaseErrorColumnsSize) SetClock(c clock.Clock)
- func (e *IncreaseErrorColumnsSize) SetCryptor(cryptor encryption.Cryptor)
- func (e *IncreaseErrorColumnsSize) SetDBFlavor(flavor string)
- func (e *IncreaseErrorColumnsSize) SetRawSQLDB(db *sql.DB)
- func (e *IncreaseErrorColumnsSize) String() string
- func (e *IncreaseErrorColumnsSize) Up(logger lager.Logger) error
- func (e *IncreaseErrorColumnsSize) Version() int64
- type IncreaseRootFSColumnsSize
- func (e *IncreaseRootFSColumnsSize) SetClock(c clock.Clock)
- func (e *IncreaseRootFSColumnsSize) SetCryptor(cryptor encryption.Cryptor)
- func (e *IncreaseRootFSColumnsSize) SetDBFlavor(flavor string)
- func (e *IncreaseRootFSColumnsSize) SetRawSQLDB(db *sql.DB)
- func (e *IncreaseRootFSColumnsSize) String() string
- func (e *IncreaseRootFSColumnsSize) Up(logger lager.Logger) error
- func (e *IncreaseRootFSColumnsSize) Version() int64
- type IncreaseRunInfoColumnSize
- func (e *IncreaseRunInfoColumnSize) SetClock(c clock.Clock)
- func (e *IncreaseRunInfoColumnSize) SetCryptor(cryptor encryption.Cryptor)
- func (e *IncreaseRunInfoColumnSize) SetDBFlavor(flavor string)
- func (e *IncreaseRunInfoColumnSize) SetRawSQLDB(db *sql.DB)
- func (e *IncreaseRunInfoColumnSize) String() string
- func (e *IncreaseRunInfoColumnSize) Up(logger lager.Logger) error
- func (e *IncreaseRunInfoColumnSize) Version() int64
- type IncreaseTaskErrorColumns
- func (e *IncreaseTaskErrorColumns) SetClock(c clock.Clock)
- func (e *IncreaseTaskErrorColumns) SetCryptor(cryptor encryption.Cryptor)
- func (e *IncreaseTaskErrorColumns) SetDBFlavor(flavor string)
- func (e *IncreaseTaskErrorColumns) SetRawSQLDB(db *sql.DB)
- func (e *IncreaseTaskErrorColumns) String() string
- func (e *IncreaseTaskErrorColumns) Up(logger lager.Logger) error
- func (e *IncreaseTaskErrorColumns) Version() int64
- type InitSQL
- func (e *InitSQL) SetClock(c clock.Clock)
- func (e *InitSQL) SetCryptor(cryptor encryption.Cryptor)
- func (e *InitSQL) SetDBFlavor(flavor string)
- func (e *InitSQL) SetRawSQLDB(db *sql.DB)
- func (e *InitSQL) String() string
- func (e *InitSQL) Up(logger lager.Logger) error
- func (e *InitSQL) Version() int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllMigrations ¶
func AllMigrations() migration.Migrations
func NewEncryptRoutes ¶
func NewInitSQL ¶
Types ¶
type AddInternalRoutesToActualLrp ¶
type AddInternalRoutesToActualLrp struct {
// contains filtered or unexported fields
}
func (*AddInternalRoutesToActualLrp) SetClock ¶
func (e *AddInternalRoutesToActualLrp) SetClock(c clock.Clock)
func (*AddInternalRoutesToActualLrp) SetCryptor ¶
func (e *AddInternalRoutesToActualLrp) SetCryptor(cryptor encryption.Cryptor)
func (*AddInternalRoutesToActualLrp) SetDBFlavor ¶
func (e *AddInternalRoutesToActualLrp) SetDBFlavor(flavor string)
func (*AddInternalRoutesToActualLrp) SetRawSQLDB ¶
func (e *AddInternalRoutesToActualLrp) SetRawSQLDB(db *sql.DB)
func (*AddInternalRoutesToActualLrp) String ¶
func (e *AddInternalRoutesToActualLrp) String() string
func (*AddInternalRoutesToActualLrp) Up ¶
func (e *AddInternalRoutesToActualLrp) Up(logger lager.Logger) error
func (*AddInternalRoutesToActualLrp) Version ¶
func (e *AddInternalRoutesToActualLrp) Version() int64
type AddMaxPidsToDesiredLRPs ¶
type AddMaxPidsToDesiredLRPs struct {
// contains filtered or unexported fields
}
func (*AddMaxPidsToDesiredLRPs) SetClock ¶
func (e *AddMaxPidsToDesiredLRPs) SetClock(c clock.Clock)
func (*AddMaxPidsToDesiredLRPs) SetCryptor ¶
func (e *AddMaxPidsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)
func (*AddMaxPidsToDesiredLRPs) SetDBFlavor ¶
func (e *AddMaxPidsToDesiredLRPs) SetDBFlavor(flavor string)
func (*AddMaxPidsToDesiredLRPs) SetRawSQLDB ¶
func (e *AddMaxPidsToDesiredLRPs) SetRawSQLDB(db *sql.DB)
func (*AddMaxPidsToDesiredLRPs) String ¶
func (e *AddMaxPidsToDesiredLRPs) String() string
func (*AddMaxPidsToDesiredLRPs) Up ¶
func (e *AddMaxPidsToDesiredLRPs) Up(logger lager.Logger) error
func (*AddMaxPidsToDesiredLRPs) Version ¶
func (e *AddMaxPidsToDesiredLRPs) Version() int64
type AddPlacementTagsToDesiredLRPs ¶
type AddPlacementTagsToDesiredLRPs struct {
// contains filtered or unexported fields
}
func (*AddPlacementTagsToDesiredLRPs) SetClock ¶
func (e *AddPlacementTagsToDesiredLRPs) SetClock(c clock.Clock)
func (*AddPlacementTagsToDesiredLRPs) SetCryptor ¶
func (e *AddPlacementTagsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)
func (*AddPlacementTagsToDesiredLRPs) SetDBFlavor ¶
func (e *AddPlacementTagsToDesiredLRPs) SetDBFlavor(flavor string)
func (*AddPlacementTagsToDesiredLRPs) SetRawSQLDB ¶
func (e *AddPlacementTagsToDesiredLRPs) SetRawSQLDB(db *sql.DB)
func (*AddPlacementTagsToDesiredLRPs) String ¶
func (e *AddPlacementTagsToDesiredLRPs) String() string
func (*AddPlacementTagsToDesiredLRPs) Up ¶
func (e *AddPlacementTagsToDesiredLRPs) Up(logger lager.Logger) error
func (*AddPlacementTagsToDesiredLRPs) Version ¶
func (e *AddPlacementTagsToDesiredLRPs) Version() int64
type AddPresenceToActualLrp ¶
type AddPresenceToActualLrp struct {
// contains filtered or unexported fields
}
func (*AddPresenceToActualLrp) SetClock ¶
func (e *AddPresenceToActualLrp) SetClock(c clock.Clock)
func (*AddPresenceToActualLrp) SetCryptor ¶
func (e *AddPresenceToActualLrp) SetCryptor(cryptor encryption.Cryptor)
func (*AddPresenceToActualLrp) SetDBFlavor ¶
func (e *AddPresenceToActualLrp) SetDBFlavor(flavor string)
func (*AddPresenceToActualLrp) SetRawSQLDB ¶
func (e *AddPresenceToActualLrp) SetRawSQLDB(db *sql.DB)
func (*AddPresenceToActualLrp) String ¶
func (e *AddPresenceToActualLrp) String() string
func (*AddPresenceToActualLrp) Version ¶
func (e *AddPresenceToActualLrp) Version() int64
type AddRejectionReasonToTask ¶
type AddRejectionReasonToTask struct {
// contains filtered or unexported fields
}
func (*AddRejectionReasonToTask) SetClock ¶
func (e *AddRejectionReasonToTask) SetClock(c clock.Clock)
func (*AddRejectionReasonToTask) SetCryptor ¶
func (e *AddRejectionReasonToTask) SetCryptor(cryptor encryption.Cryptor)
func (*AddRejectionReasonToTask) SetDBFlavor ¶
func (e *AddRejectionReasonToTask) SetDBFlavor(flavor string)
func (*AddRejectionReasonToTask) SetRawSQLDB ¶
func (e *AddRejectionReasonToTask) SetRawSQLDB(db *sql.DB)
func (*AddRejectionReasonToTask) String ¶
func (e *AddRejectionReasonToTask) String() string
func (*AddRejectionReasonToTask) Up ¶
func (e *AddRejectionReasonToTask) Up(logger lager.Logger) error
func (*AddRejectionReasonToTask) Version ¶
func (e *AddRejectionReasonToTask) Version() int64
type AddTaskRejectionCount ¶
type AddTaskRejectionCount struct {
// contains filtered or unexported fields
}
func (*AddTaskRejectionCount) SetClock ¶
func (e *AddTaskRejectionCount) SetClock(c clock.Clock)
func (*AddTaskRejectionCount) SetCryptor ¶
func (e *AddTaskRejectionCount) SetCryptor(cryptor encryption.Cryptor)
func (*AddTaskRejectionCount) SetDBFlavor ¶
func (e *AddTaskRejectionCount) SetDBFlavor(flavor string)
func (*AddTaskRejectionCount) SetRawSQLDB ¶
func (e *AddTaskRejectionCount) SetRawSQLDB(db *sql.DB)
func (*AddTaskRejectionCount) String ¶
func (e *AddTaskRejectionCount) String() string
func (*AddTaskRejectionCount) Version ¶
func (e *AddTaskRejectionCount) Version() int64
type EncryptRoutes ¶
type EncryptRoutes struct {
// contains filtered or unexported fields
}
func (*EncryptRoutes) SetClock ¶
func (e *EncryptRoutes) SetClock(c clock.Clock)
func (*EncryptRoutes) SetCryptor ¶
func (e *EncryptRoutes) SetCryptor(cryptor encryption.Cryptor)
func (*EncryptRoutes) SetDBFlavor ¶
func (e *EncryptRoutes) SetDBFlavor(flavor string)
func (*EncryptRoutes) SetRawSQLDB ¶
func (e *EncryptRoutes) SetRawSQLDB(db *sql.DB)
func (*EncryptRoutes) String ¶
func (e *EncryptRoutes) String() string
func (*EncryptRoutes) Version ¶
func (e *EncryptRoutes) Version() int64
type IncreaseErrorColumnsSize ¶
type IncreaseErrorColumnsSize struct {
// contains filtered or unexported fields
}
func (*IncreaseErrorColumnsSize) SetClock ¶
func (e *IncreaseErrorColumnsSize) SetClock(c clock.Clock)
func (*IncreaseErrorColumnsSize) SetCryptor ¶
func (e *IncreaseErrorColumnsSize) SetCryptor(cryptor encryption.Cryptor)
func (*IncreaseErrorColumnsSize) SetDBFlavor ¶
func (e *IncreaseErrorColumnsSize) SetDBFlavor(flavor string)
func (*IncreaseErrorColumnsSize) SetRawSQLDB ¶
func (e *IncreaseErrorColumnsSize) SetRawSQLDB(db *sql.DB)
func (*IncreaseErrorColumnsSize) String ¶
func (e *IncreaseErrorColumnsSize) String() string
func (*IncreaseErrorColumnsSize) Up ¶
func (e *IncreaseErrorColumnsSize) Up(logger lager.Logger) error
func (*IncreaseErrorColumnsSize) Version ¶
func (e *IncreaseErrorColumnsSize) Version() int64
type IncreaseRootFSColumnsSize ¶
type IncreaseRootFSColumnsSize struct {
// contains filtered or unexported fields
}
func (*IncreaseRootFSColumnsSize) SetClock ¶
func (e *IncreaseRootFSColumnsSize) SetClock(c clock.Clock)
func (*IncreaseRootFSColumnsSize) SetCryptor ¶
func (e *IncreaseRootFSColumnsSize) SetCryptor(cryptor encryption.Cryptor)
func (*IncreaseRootFSColumnsSize) SetDBFlavor ¶
func (e *IncreaseRootFSColumnsSize) SetDBFlavor(flavor string)
func (*IncreaseRootFSColumnsSize) SetRawSQLDB ¶
func (e *IncreaseRootFSColumnsSize) SetRawSQLDB(db *sql.DB)
func (*IncreaseRootFSColumnsSize) String ¶
func (e *IncreaseRootFSColumnsSize) String() string
func (*IncreaseRootFSColumnsSize) Up ¶
func (e *IncreaseRootFSColumnsSize) Up(logger lager.Logger) error
func (*IncreaseRootFSColumnsSize) Version ¶
func (e *IncreaseRootFSColumnsSize) Version() int64
type IncreaseRunInfoColumnSize ¶
type IncreaseRunInfoColumnSize struct {
// contains filtered or unexported fields
}
func (*IncreaseRunInfoColumnSize) SetClock ¶
func (e *IncreaseRunInfoColumnSize) SetClock(c clock.Clock)
func (*IncreaseRunInfoColumnSize) SetCryptor ¶
func (e *IncreaseRunInfoColumnSize) SetCryptor(cryptor encryption.Cryptor)
func (*IncreaseRunInfoColumnSize) SetDBFlavor ¶
func (e *IncreaseRunInfoColumnSize) SetDBFlavor(flavor string)
func (*IncreaseRunInfoColumnSize) SetRawSQLDB ¶
func (e *IncreaseRunInfoColumnSize) SetRawSQLDB(db *sql.DB)
func (*IncreaseRunInfoColumnSize) String ¶
func (e *IncreaseRunInfoColumnSize) String() string
func (*IncreaseRunInfoColumnSize) Up ¶
func (e *IncreaseRunInfoColumnSize) Up(logger lager.Logger) error
func (*IncreaseRunInfoColumnSize) Version ¶
func (e *IncreaseRunInfoColumnSize) Version() int64
type IncreaseTaskErrorColumns ¶
type IncreaseTaskErrorColumns struct {
// contains filtered or unexported fields
}
func (*IncreaseTaskErrorColumns) SetClock ¶
func (e *IncreaseTaskErrorColumns) SetClock(c clock.Clock)
func (*IncreaseTaskErrorColumns) SetCryptor ¶
func (e *IncreaseTaskErrorColumns) SetCryptor(cryptor encryption.Cryptor)
func (*IncreaseTaskErrorColumns) SetDBFlavor ¶
func (e *IncreaseTaskErrorColumns) SetDBFlavor(flavor string)
func (*IncreaseTaskErrorColumns) SetRawSQLDB ¶
func (e *IncreaseTaskErrorColumns) SetRawSQLDB(db *sql.DB)
func (*IncreaseTaskErrorColumns) String ¶
func (e *IncreaseTaskErrorColumns) String() string
func (*IncreaseTaskErrorColumns) Up ¶
func (e *IncreaseTaskErrorColumns) Up(logger lager.Logger) error
func (*IncreaseTaskErrorColumns) Version ¶
func (e *IncreaseTaskErrorColumns) Version() int64
type InitSQL ¶
type InitSQL struct {
// contains filtered or unexported fields
}
func (*InitSQL) SetCryptor ¶
func (e *InitSQL) SetCryptor(cryptor encryption.Cryptor)
func (*InitSQL) SetDBFlavor ¶
func (*InitSQL) SetRawSQLDB ¶
Source Files ¶
- 1461790966_init_sql.go
- 1471030898_increase_run_info_column.go
- 1472757022_add_placement_tags_to_desired_lrp.go
- 1474908092_increase_error_columns.go
- 1474993971_encrypt_routes.go
- 1481761088_add_max_pid_limit.go
- 1502289152_increase_rootfs_column.go
- 1522700600_add_task_rejection_count.go
- 1523050077_add_rejection_reason_to_task.go
- 1528928964_increase_task_error_columns.go
- 1529530809_add_presence_to_actual_lrp.go
- 1643660541_add_internal_routes_to_actual_lrp.go
- migrations.go
- package.go
Click to show internal directories.
Click to hide internal directories.