Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "devel"
Version indicates the build version, and is intended to be overridden via build flags.
Functions ¶
This section is empty.
Types ¶
type VerifyGCOptions ¶
type VerifyGCOptions struct { DiscoveryClient discovery.DiscoveryInterface MetadataClient metadata.Interface Output string Stderr io.Writer Stdout io.Writer }
VerifyGCOptions contains options controlling how the verify task is run
func (*VerifyGCOptions) Run ¶
func (v *VerifyGCOptions) Run() error
Run executes the verify operation
func (*VerifyGCOptions) Validate ¶
func (v *VerifyGCOptions) Validate() error
Validate ensures the specified options are valid
Click to show internal directories.
Click to hide internal directories.