Documentation
¶
Index ¶
Constants ¶
View Source
const (
GCPAuth = "GOOGLE_APPLICATION_CREDENTIALS"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
ProjectID string
ClusterLocation string
NodeLocation string
ClusterName string
VMMemoryOverheadPercent float64
// GCPAuth is the path to the Google Application Credentials JSON file.
// https://cloud.google.com/docs/authentication/application-default-credentials
GCPAuth string
NodePoolServiceAccount string
Interruption bool
}
func FromContext ¶
func (*Options) AddFlags ¶
func (o *Options) AddFlags(fs *coreoptions.FlagSet)
Click to show internal directories.
Click to hide internal directories.