Versions in this module Expand all Collapse all v1 v1.11.0 Dec 24, 2018 v1.10.0 Aug 16, 2018 Changes in this version + type CopyDockerImage struct + Lifecycle *fi.Lifecycle + Name *string + SourceImage *string + TargetImage *string + func (_ *CopyDockerImage) Render(c *fi.Context, a, e, changes *CopyDockerImage) error + func (e *CopyDockerImage) CompareWithID() *string + func (e *CopyDockerImage) Find(c *fi.Context) (*CopyDockerImage, error) + func (e *CopyDockerImage) Run(c *fi.Context) error + func (o *CopyDockerImage) GetLifecycle() *fi.Lifecycle + func (o *CopyDockerImage) GetName() *string + func (o *CopyDockerImage) SetLifecycle(lifecycle fi.Lifecycle) + func (o *CopyDockerImage) SetName(name string) + func (o *CopyDockerImage) String() string + func (o *CopyDockerImage) UnmarshalJSON(data []byte) error + func (s *CopyDockerImage) CheckChanges(a, e, changes *CopyDockerImage) error + type CopyFile struct + Lifecycle *fi.Lifecycle + Name *string + SHA *string + SourceFile *string + TargetFile *string + func (_ *CopyFile) Render(c *fi.Context, a, e, changes *CopyFile) error + func (e *CopyFile) CompareWithID() *string + func (e *CopyFile) Find(c *fi.Context) (*CopyFile, error) + func (e *CopyFile) Run(c *fi.Context) error + func (o *CopyFile) GetLifecycle() *fi.Lifecycle + func (o *CopyFile) GetName() *string + func (o *CopyFile) SetLifecycle(lifecycle fi.Lifecycle) + func (o *CopyFile) SetName(name string) + func (o *CopyFile) String() string + func (o *CopyFile) UnmarshalJSON(data []byte) error + func (s *CopyFile) CheckChanges(a, e, changes *CopyFile) error