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.2 (latest)
Published
Jun 17, 2025
Platform
js/wasm
Last checked
58 seconds ago

Tools for package owners.