Versions in this module Expand all Collapse all v1 v1.23.0 Oct 27, 2025 Changes in this version + var AutopilotManagedKinds = []schema.GroupVersionKind + var AutopilotManagedNamespaces = map[string]bool + var HydratedRetryBackoff = BackoffWithDurationAndStepLimit(time.Minute, 10) + var MinimumSyncContainerBackoffCap = time.Hour + var SourceRetryBackoff = BackoffWithDurationAndStepLimit(5 * time.Minute, 10) + func AutopilotResourceMutation(annotation string) (map[string]corev1.ResourceRequirements, map[string]corev1.ResourceRequirements, ...) + func BackoffWithDurationAndStepLimit(duration time.Duration, steps int) wait.Backoff + func CopyBackoff(in wait.Backoff) wait.Backoff + func EnvBool(key string, def bool) bool + func EnvFloat(key string, def float64) float64 + func EnvInt(key string, def int) int + func EnvList(key string, def []string) []string + func EnvString(key, def string) string + func FakeAutopilotWebhookObject() client.Object + func IsAutopilotManagedNamespace(o client.Object) bool + func IsErrorRetriable(err error) bool + func IsGKEAutopilotCluster(c client.Client) (bool, error) + func IsRequestTooLargeError(err error) bool + func NewRetriableError(err error) error + func RetryWithBackoff(backoff wait.Backoff, f func() error) error + func SyncContainerBackoff(pollPeriod time.Duration) wait.Backoff + func UpdateSymlink(helmRoot, linkAbsPath, packageDir, oldPackageDir string) error + func WaitTime(seconds float64) time.Duration + type ContainerResources struct + Name string + type PodResources struct + Containers []ContainerResources + InitContainers []ContainerResources + type ResourceMutation struct + Input *PodResources + Modified bool + Output *PodResources + type RetriableError struct + func (r *RetriableError) Error() string + func (r *RetriableError) Is(target error) bool v1.23.0-rc.1 Oct 27, 2025