Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostUpdater ¶
type HostUpdater struct { pulumi.ResourceState components.Component // contains filtered or unexported fields }
HostUpdater is an installer for the Agent on a virtual machine
func NewHostUpdater ¶
func NewHostUpdater(e config.Env, host *remoteComp.Host, options ...agentparams.Option) (*HostUpdater, error)
NewHostUpdater creates a new instance of a on-host Updater
func NewHostUpdaterWithPackages ¶
func NewHostUpdaterWithPackages(e config.Env, host *remoteComp.Host, packages []string, options ...agentparams.Option) (*HostUpdater, error)
NewHostUpdaterWithPacakges creates a new instance of a on-host Updater with packages bootstrap
func (*HostUpdater) Export ¶
func (h *HostUpdater) Export(ctx *pulumi.Context, out *HostUpdaterOutput) error
type HostUpdaterOutput ¶
type HostUpdaterOutput struct {
components.JSONImporter
}
Click to show internal directories.
Click to hide internal directories.