Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FQDNManager ¶
type FQDNManager struct {
// contains filtered or unexported fields
}
func NewFQDNManager ¶
func NewFQDNManager(zbus zbus.Client) *FQDNManager
func (*FQDNManager) Deprovision ¶
func (p *FQDNManager) Deprovision(ctx context.Context, wl *gridtypes.WorkloadWithID) error
func (*FQDNManager) Provision ¶
func (p *FQDNManager) Provision(ctx context.Context, wl *gridtypes.WorkloadWithID) (interface{}, error)
type NameManager ¶
type NameManager struct {
// contains filtered or unexported fields
}
func NewNameManager ¶
func NewNameManager(zbus zbus.Client) *NameManager
func (*NameManager) Deprovision ¶
func (p *NameManager) Deprovision(ctx context.Context, wl *gridtypes.WorkloadWithID) error
func (*NameManager) Provision ¶
func (p *NameManager) Provision(ctx context.Context, wl *gridtypes.WorkloadWithID) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.