Documentation ¶
Index ¶
- func AdaptFunc(masterkey string, id string, whitelist dynamic.WhiteListFunc, ...) orbiter.AdaptFunc
- func NewMachinesService(monitor mntr.Monitor, desired *DesiredV0, bootstrapKey []byte, ...) core.MachinesService
- func RewriteFunc(oldMasterkey, newMasterkey string) secret.Func
- func SecretsFunc(masterkey string) secret.Func
- type Current
- type DesiredV0
- type Keys
- type Machine
- type Spec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMachinesService ¶
func NewMachinesService( monitor mntr.Monitor, desired *DesiredV0, bootstrapKey []byte, maintenanceKey []byte, maintenanceKeyPub []byte, id string, onCreate func(machine infra.Machine, pool string) error) core.MachinesService
TODO: Dont accept the whole spec. Accept exactly the values needed (check other constructors too)
func RewriteFunc ¶ added in v0.21.0
func SecretsFunc ¶
Types ¶
type Current ¶
type Current struct { Common *tree.Common `yaml:",inline"` Current struct { Ingresses map[string]*infra.Address // contains filtered or unexported fields } }
func (*Current) Cleanupped ¶
Click to show internal directories.
Click to hide internal directories.