Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Authorities ¶
func Authorities(namespace string) ([]v1beta1.AttestationAuthority, error)
Authorities returns all AttestationAuthorities in the specified namespaces Pass in an empty string to get all AttestationAuthorities in all namespaces
Types ¶
type Fetcher ¶
type Fetcher func(namespace string, name string) (*v1beta1.AttestationAuthority, error)
type Lister ¶
type Lister func(namespace string) ([]v1beta1.AttestationAuthority, error)
Source Files
¶
- authority.go
Click to show internal directories.
Click to hide internal directories.