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.31.0-alpha.0
- Published
- Mar 25, 2024
- Platform
- js/wasm
- Last checked
- 2 minutes ago –
Tools for package owners.