Documentation ¶
Overview ¶
Package internal Implements swctl internal use only functions
Index ¶
- type SiteWhereConfiguration
- type SiteWhereInstallConfiguration
- func (c *SiteWhereInstallConfiguration) GetApiextensionsClient() apiextensionsclientset.Interface
- func (c *SiteWhereInstallConfiguration) GetClientset() kubernetes.Interface
- func (c *SiteWhereInstallConfiguration) GetConfig() *rest.Config
- func (c *SiteWhereInstallConfiguration) GetStatikFS() http.FileSystem
- func (c *SiteWhereInstallConfiguration) IsMinimal() bool
- func (c *SiteWhereInstallConfiguration) IsVerbose() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SiteWhereConfiguration ¶
type SiteWhereConfiguration interface { IsVerbose() bool IsMinimal() bool GetConfig() *rest.Config GetStatikFS() http.FileSystem GetClientset() kubernetes.Interface GetApiextensionsClient() apiextensionsclientset.Interface }
SiteWhereConfiguration define a configuration
type SiteWhereInstallConfiguration ¶
type SiteWhereInstallConfiguration struct { Minimal bool Verbose bool KubernetesConfig *rest.Config StatikFS http.FileSystem }
SiteWhereInstallConfiguration Hold install configuration data
func (*SiteWhereInstallConfiguration) GetApiextensionsClient ¶
func (c *SiteWhereInstallConfiguration) GetApiextensionsClient() apiextensionsclientset.Interface
GetApiextensionsClient Kubernetes API Extension clienset
func (*SiteWhereInstallConfiguration) GetClientset ¶
func (c *SiteWhereInstallConfiguration) GetClientset() kubernetes.Interface
GetClientset Kubernetes clienset
func (*SiteWhereInstallConfiguration) GetConfig ¶
func (c *SiteWhereInstallConfiguration) GetConfig() *rest.Config
GetConfig Kubernetes Config
func (*SiteWhereInstallConfiguration) GetStatikFS ¶
func (c *SiteWhereInstallConfiguration) GetStatikFS() http.FileSystem
GetStatikFS Statik FS
func (*SiteWhereInstallConfiguration) IsMinimal ¶
func (c *SiteWhereInstallConfiguration) IsMinimal() bool
IsMinimal Minimal install
func (*SiteWhereInstallConfiguration) IsVerbose ¶
func (c *SiteWhereInstallConfiguration) IsVerbose() bool
IsVerbose Verbose value
Click to show internal directories.
Click to hide internal directories.