package endpointslice
import "k8s.io/kubernetes/pkg/controller/util/endpointslice"
Index ¶
Functions ¶
func IsStaleInformerCacheErr ¶
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.