Documentation
¶
Index ¶
Constants ¶
View Source
const ( LatestVersion = "latest" //nolint: gosec // this is not a secret leak, it's just a format declaration. DefaultCoreDockerImage = "ghcr.io/calyptia/core" DefaultCoreDockerImageTag = LatestVersion DefaultCoreOperatorDockerImage = "ghcr.io/calyptia/core-operator" // DefaultCoreOperatorDockerImageTag not manually modified, CI should switch this version on every new release. DefaultCoreOperatorDockerImageTag = "v2.10.0" DefaultCoreOperatorToCloudDockerImage = "ghcr.io/calyptia/core-operator/sync-to-cloud" // DefaultCoreOperatorToCloudDockerImageTag not manually modified, CI should switch this version on every new release. DefaultCoreOperatorToCloudDockerImageTag = "v2.10.0" DefaultCoreOperatorFromCloudDockerImage = "ghcr.io/calyptia/core-operator/sync-from-cloud" // DefaultCoreOperatorFromCloudDockerImageTag not manually modified, CI should switch this version on every new release. DefaultCoreOperatorFromCloudDockerImageTag = "v2.10.0" )
Variables ¶
This section is empty.
Functions ¶
func ZeroOfPtr ¶
func ZeroOfPtr[T comparable](v *T) T
Types ¶
type Rates ¶
type Rates struct { InputBytes *float64 InputRecords *float64 OutputBytes *float64 OutputRecords *float64 }
type RecordCell ¶
type RecordCell struct {
Value *float64
}
func (RecordCell) String ¶
func (f RecordCell) String() string
Click to show internal directories.
Click to hide internal directories.