Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Data{ AnalyticsEnabled: true, Namespace: "testkube", }
Functions ¶
Types ¶
type Data ¶
type Data struct { AnalyticsEnabled bool `json:"analyticsEnabled,omitempty"` Namespace string `json:"namespace,omitempty"` Initialized bool `json:"initialized,omitempty"` }
func (*Data) DisableAnalytics ¶
func (c *Data) DisableAnalytics()
func (*Data) EnableAnalytics ¶
func (c *Data) EnableAnalytics()
func (*Data) SetInitialized ¶ added in v1.0.16
func (c *Data) SetInitialized()
func (*Data) SetNamespace ¶ added in v0.10.5
Click to show internal directories.
Click to hide internal directories.