Documentation ¶
Index ¶
- type K8S
- func (k *K8S) Addons() []addons.Addon
- func (k *K8S) AuditLog() *audit.AuditLog
- func (k *K8S) CCM() *ccm.CCM
- func (k *K8S) Distr() string
- func (k *K8S) K3S() *k3s.K3S
- func (k *K8S) Provider(kubeconfig pulumi.AnyOutput, deps []pulumi.Resource) (*kubernetes.Provider, error)
- func (k *K8S) Up(kubeconfig pulumi.AnyOutput, deps []pulumi.Resource) error
- func (k *K8S) Validate() error
- type Runner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8S ¶
type K8S struct {
// contains filtered or unexported fields
}
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) WithClusterManager ¶
func (r *Runner) WithClusterManager(m *manager.ClusterManager) *Runner
Click to show internal directories.
Click to hide internal directories.