Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MinimumVersionConstraints ¶
type MinimumVersionConstraints VersionConstraints
func (MinimumVersionConstraints) SatisfiedBy ¶
func (c MinimumVersionConstraints) SatisfiedBy(base *semver.Version) (bool, error)
type Module ¶
type Module struct {
common.KubeModule
manifest.ManifestModule
TargetVersion *semver.Version
}
type PrecheckModule ¶
type PrecheckModule struct {
common.KubeModule
}
func (*PrecheckModule) Init ¶
func (m *PrecheckModule) Init()
type VersionConstraints ¶
type VersionSpec ¶
type VersionSpec struct {
Version string `json:"version"`
Major uint64 `json:"major"`
Minor uint64 `json:"minor"`
Patch uint64 `json:"patch"`
ReleaseType string `json:"releaseType"`
ReleaseNum int `json:"releaseNum"`
PreRelease bool `json:"prerelease"`
AddedBreakingChange bool `json:"addedBreakingChange"`
NeedRestart bool `json:"needRestart"`
MinimumUpgradableVersions MinimumVersionConstraints `json:"minimumUpgradableVersions"`
}
func CurrentVersionSpec ¶
func CurrentVersionSpec() (spec *VersionSpec, err error)
Source Files
¶
- 1_12_0_20250702.go
- 1_12_0_20250723.go
- 1_12_0_20250730.go
- 1_12_1.go
- 1_12_1_20250826.go
- 1_12_2.go
- 1_12_2_20250929.go
- 1_12_2_20251013.go
- 1_12_2_20251020.go
- 1_12_3_20251112.go
- 1_12_3_20251114.go
- 1_12_3_20251118.go
- 1_12_3_20251126.go
- 1_12_3_20251127.go
- 1_12_3_20251203.go
- 1_12_3_20251217.go
- 1_12_4.go
- 1_12_5_20260225.go
- 1_12_6.go
- 1_12_6_20260327.go
- 1_12_6_20260408.go
- 1_12_7_20260413.go
- 1_12_7_20260513.go
- 1_12_7_20260514.go
- 1_12_7_20260520.go
- 1_12_7_20260525.go
- 1_12_7_20260527.go
- 1_12_7_20260601.go
- 1_12_7_20260603.go
- 1_12_7_20260604.go
- 1_12_7_20260605.go
- 1_12_7_20260610.go
- 1_12_7_20260618.go
- 1_12_7_20260622.go
- 1_12_7_20260624.go
- 1_12_7_20260625.go
- 1_12_7_20260626.go
- 1_12_7_20260629.go
- 1_12_7_20260701.go
- 1_12_7_20260709.go
- 1_12_7_20260723.go
- apply_gpu_binding_crd.go
- base.go
- interfaces.go
- migrate_gpu_bindings.go
- modules.go
- retag_legacy_amdgpu_image.go
- task_set.go
- version.go
Click to show internal directories.
Click to hide internal directories.