Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
KubernetesConfigFlags *genericclioptions.ConfigFlags
)
Functions ¶
func InitAndExecute ¶
func InitAndExecute()
func VersionCmd ¶ added in v0.9.14
Types ¶
type UploadPreflightError ¶ added in v0.9.15
type UploadPreflightError struct {
Error string `json:"error"`
}
type UploadPreflightResult ¶
type UploadPreflightResults ¶
type UploadPreflightResults struct { Results []*UploadPreflightResult `json:"results,omitempty"` Errors []*UploadPreflightError `json:"errors,omitempty"` }
Click to show internal directories.
Click to hide internal directories.