internal

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package internal Implements swctl internal use only functions

Index

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

GetApiextensionsClient Kubernetes API Extension clienset

func (*SiteWhereInstallConfiguration) GetClientset

GetClientset Kubernetes clienset

func (*SiteWhereInstallConfiguration) GetConfig

func (c *SiteWhereInstallConfiguration) GetConfig() *rest.Config

GetConfig Kubernetes Config

func (*SiteWhereInstallConfiguration) GetStatikFS

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL