Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LookupAndAttest ¶
func LookupAndAttest(cfg *VoucherConfig, lister listers.ImageLister, output io.Writer) error
LookupAndAttest takes a listers.ImageLister and handles them, writing the output of the results to the passed io.Writer.
Types ¶
type VoucherConfig ¶
type VoucherConfig struct {
Hostname string `json:"hostname"`
Username string `json:"username"`
Password string `json:"password"`
}
VoucherConfig is a structure which contains voucher authentication information.
Click to show internal directories.
Click to hide internal directories.