Documentation ¶
Index ¶
- type ClusterExtension
- func (e ClusterExtension) ControlPlaneStack() (*stack, error)
- func (e ClusterExtension) Controller() (*controller, error)
- func (e ClusterExtension) Etcd() (*etcd, error)
- func (e ClusterExtension) NodePoolStack() (*stack, error)
- func (e ClusterExtension) RootStack() (*stack, error)
- func (e ClusterExtension) Worker() (*worker, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterExtension ¶
type ClusterExtension struct {
// contains filtered or unexported fields
}
func NewExtrasFromPlugins ¶
func NewExtrasFromPlugins(plugins []*pluginmodel.Plugin, configs model.PluginConfigs) ClusterExtension
func (ClusterExtension) ControlPlaneStack ¶
func (e ClusterExtension) ControlPlaneStack() (*stack, error)
func (ClusterExtension) Controller ¶
func (e ClusterExtension) Controller() (*controller, error)
func (ClusterExtension) Etcd ¶
func (e ClusterExtension) Etcd() (*etcd, error)
func (ClusterExtension) NodePoolStack ¶
func (e ClusterExtension) NodePoolStack() (*stack, error)
func (ClusterExtension) RootStack ¶
func (e ClusterExtension) RootStack() (*stack, error)
func (ClusterExtension) Worker ¶
func (e ClusterExtension) Worker() (*worker, error)
Click to show internal directories.
Click to hide internal directories.