Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateLabels ¶
GenerateLabels returns the labels used by deployment and service
Types ¶
type Initializer ¶
type Initializer struct {
// contains filtered or unexported fields
}
Defines the deployment of the KUDO manager and it's service definition.
func NewInitializer ¶
func NewInitializer(options kudoinit.Options) Initializer
NewInitializer returns the setup management object
func (Initializer) Install ¶
func (m Initializer) Install(client *kube.Client) error
Install uses Kubernetes client to install KUDO.
func (Initializer) PreInstallVerify ¶ added in v0.11.0
func (m Initializer) PreInstallVerify(client *kube.Client) verifier.Result
func (Initializer) Resources ¶ added in v0.11.0
func (m Initializer) Resources() []runtime.Object
func (Initializer) String ¶ added in v0.11.0
func (m Initializer) String() string
Click to show internal directories.
Click to hide internal directories.