Versions in this module Expand all Collapse all v0 v0.2.0 Mar 17, 2026 Changes in this version type FetchStrategy + Platforms []PlatformArtifact + type PlatformArtifact struct + Arch string + Location string + OS string + SHA256 string + func (in *PlatformArtifact) DeepCopy() *PlatformArtifact + func (in *PlatformArtifact) DeepCopyInto(out *PlatformArtifact) v0.1.0 Feb 12, 2026 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type AnonHTTPSpec struct + Location string + func (in *AnonHTTPSpec) DeepCopy() *AnonHTTPSpec + func (in *AnonHTTPSpec) DeepCopyInto(out *AnonHTTPSpec) + type FetchStrategy struct + AnonHTTP AnonHTTPSpec + Type string + func (in *FetchStrategy) DeepCopy() *FetchStrategy + func (in *FetchStrategy) DeepCopyInto(out *FetchStrategy) + type RollingSpec struct + MaxUpdate int + func (in *RollingSpec) DeepCopy() *RollingSpec + func (in *RollingSpec) DeepCopyInto(out *RollingSpec) + type RolloutStrategy struct + Rolling RollingSpec + Type RolloutStrategyType + func (in *RolloutStrategy) DeepCopy() *RolloutStrategy + func (in *RolloutStrategy) DeepCopyInto(out *RolloutStrategy) + type RolloutStrategyType string + const RolloutStrategyTypeRecreate + const RolloutStrategyTypeRolling + type RuntimeClassSpec struct + Handler string + Name string + func (in *RuntimeClassSpec) DeepCopy() *RuntimeClassSpec + func (in *RuntimeClassSpec) DeepCopyInto(out *RuntimeClassSpec) + type Shim struct + Spec ShimSpec + Status ShimStatus + func (in *Shim) DeepCopy() *Shim + func (in *Shim) DeepCopyInto(out *Shim) + func (in *Shim) DeepCopyObject() runtime.Object + type ShimList struct + Items []Shim + func (in *ShimList) DeepCopy() *ShimList + func (in *ShimList) DeepCopyInto(out *ShimList) + func (in *ShimList) DeepCopyObject() runtime.Object + type ShimSpec struct + ContainerdRuntimeOptions map[string]string + FetchStrategy FetchStrategy + NodeSelector map[string]string + RolloutStrategy RolloutStrategy + RuntimeClass RuntimeClassSpec + func (in *ShimSpec) DeepCopy() *ShimSpec + func (in *ShimSpec) DeepCopyInto(out *ShimSpec) + type ShimStatus struct + Conditions []metav1.Condition + NodeCount int + NodeReadyCount int + func (in *ShimStatus) DeepCopy() *ShimStatus + func (in *ShimStatus) DeepCopyInto(out *ShimStatus)