kubernetesk8s.io/kubernetes/pkg/controller/util/endpointslice Index | Files

package endpointslice

import "k8s.io/kubernetes/pkg/controller/util/endpointslice"

Index

Functions

func IsStaleInformerCacheErr

func IsStaleInformerCacheErr(err error) bool

Types

type StaleInformerCache

type StaleInformerCache struct {
	// contains filtered or unexported fields
}

StaleInformerCache errors indicate that the informer cache includes out of date resources.

func NewStaleInformerCache

func NewStaleInformerCache(msg string) *StaleInformerCache

NewStaleInformerCache return StaleInformerCache with error mes

func (*StaleInformerCache) Error

func (e *StaleInformerCache) Error() string

Source Files

errors.go

Version
v1.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Last checked
3 hours ago

Tools for package owners.