 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeapsterRunOptions ¶
type HeapsterRunOptions struct {
	// genericoptions.ReccomendedOptions - EtcdOptions
	SecureServing  *genericoptions.SecureServingOptions
	Authentication *genericoptions.DelegatingAuthenticationOptions
	Authorization  *genericoptions.DelegatingAuthorizationOptions
	Features       *genericoptions.FeatureOptions
	// Only to be used to for testing
	DisableAuthForTesting bool
	MetricResolution    time.Duration
	EnableAPIServer     bool
	Port                int
	Ip                  string
	MaxProcs            int
	TLSCertFile         string
	TLSKeyFile          string
	TLSClientCAFile     string
	AllowedUsers        string
	Sources             flags.Uris
	Sinks               flags.Uris
	HistoricalSource    string
	Version             bool
	LabelSeperator      string
	DisableMetricExport bool
}
    func NewHeapsterRunOptions ¶
func NewHeapsterRunOptions() *HeapsterRunOptions
func (*HeapsterRunOptions) AddFlags ¶
func (h *HeapsterRunOptions) AddFlags(fs *pflag.FlagSet)
 Click to show internal directories. 
   Click to hide internal directories.