Documentation
¶
Index ¶
Constants ¶
View Source
const (
Name = "tillerv14"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct {
BaseClusterConfig cluster.Config
Logger micrologger.Logger
Tenant tenantcluster.Interface
ToClusterGuestConfigFunc func(obj interface{}) (v1alpha1.ClusterGuestConfig, error)
ToClusterObjectMetaFunc func(obj interface{}) (metav1.ObjectMeta, error)
}
Config represents the configuration used to create a new tiller resource.
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the tiller resource.
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
EnsureDeleted is not implemented for the tiller resource. Tiller will be deleted when the tenant cluster resources are deleted.
Click to show internal directories.
Click to hide internal directories.