Documentation ¶
Index ¶
- func IsAbsent(err error) bool
- func IsAuthnFail(err error) bool
- func IsAuthzFail(err error) bool
- func IsOldRegistry(err error) bool
- type Checker
- type ControllerIndexers
- func (ci ControllerIndexers) ExtractPullSecretRefs(obj interface{}) (ret []string)
- func (ci ControllerIndexers) GetContainerInfosForImage(image string) (ret []store.ContainerInfo)
- func (ci ControllerIndexers) GetKeychainForImage(image string) authn.Keychain
- func (ci ControllerIndexers) GetObjectsByImageIndex(image string) (ret []interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAuthnFail ¶
func IsAuthzFail ¶
func IsOldRegistry ¶
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
func NewChecker ¶
func (*Checker) Collect ¶
func (rc *Checker) Collect(ch chan<- prometheus.Metric)
Collect implements prometheus.Collector.
func (*Checker) Describe ¶
func (rc *Checker) Describe(_ chan<- *prometheus.Desc)
Describe implements prometheus.Collector.
type ControllerIndexers ¶
type ControllerIndexers struct {
// contains filtered or unexported fields
}
func (ControllerIndexers) ExtractPullSecretRefs ¶
func (ci ControllerIndexers) ExtractPullSecretRefs(obj interface{}) (ret []string)
func (ControllerIndexers) GetContainerInfosForImage ¶
func (ci ControllerIndexers) GetContainerInfosForImage(image string) (ret []store.ContainerInfo)
func (ControllerIndexers) GetKeychainForImage ¶
func (ci ControllerIndexers) GetKeychainForImage(image string) authn.Keychain
func (ControllerIndexers) GetObjectsByImageIndex ¶
func (ci ControllerIndexers) GetObjectsByImageIndex(image string) (ret []interface{})
Click to show internal directories.
Click to hide internal directories.