Documentation ¶
Index ¶
- type CopyDockerImage
- func (s *CopyDockerImage) CheckChanges(a, e, changes *CopyDockerImage) error
- func (e *CopyDockerImage) CompareWithID() *string
- func (e *CopyDockerImage) Find(c *fi.Context) (*CopyDockerImage, error)
- func (o *CopyDockerImage) GetLifecycle() *fi.Lifecycle
- func (o *CopyDockerImage) GetName() *string
- func (_ *CopyDockerImage) Render(c *fi.Context, a, e, changes *CopyDockerImage) error
- func (e *CopyDockerImage) Run(c *fi.Context) error
- 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
- type CopyFile
- func (s *CopyFile) CheckChanges(a, e, changes *CopyFile) error
- func (e *CopyFile) CompareWithID() *string
- func (e *CopyFile) Find(c *fi.Context) (*CopyFile, error)
- func (o *CopyFile) GetLifecycle() *fi.Lifecycle
- func (o *CopyFile) GetName() *string
- func (_ *CopyFile) Render(c *fi.Context, a, e, changes *CopyFile) error
- func (e *CopyFile) Run(c *fi.Context) error
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyDockerImage ¶
type CopyDockerImage struct { Name *string SourceImage *string TargetImage *string Lifecycle *fi.Lifecycle }
CopyDockerImage copies a docker image from a source registry, to a target registry, typically used for highly secure clusters.
func (*CopyDockerImage) CheckChanges ¶
func (s *CopyDockerImage) CheckChanges(a, e, changes *CopyDockerImage) error
func (*CopyDockerImage) CompareWithID ¶
func (e *CopyDockerImage) CompareWithID() *string
func (*CopyDockerImage) Find ¶
func (e *CopyDockerImage) Find(c *fi.Context) (*CopyDockerImage, error)
func (*CopyDockerImage) GetLifecycle ¶
func (o *CopyDockerImage) GetLifecycle() *fi.Lifecycle
GetLifecycle returns the Lifecycle of the object, implementing fi.HasLifecycle
func (*CopyDockerImage) GetName ¶
func (o *CopyDockerImage) GetName() *string
GetName returns the Name of the object, implementing fi.HasName
func (*CopyDockerImage) Render ¶
func (_ *CopyDockerImage) Render(c *fi.Context, a, e, changes *CopyDockerImage) error
func (*CopyDockerImage) SetLifecycle ¶
func (o *CopyDockerImage) SetLifecycle(lifecycle fi.Lifecycle)
SetLifecycle sets the Lifecycle of the object, implementing fi.SetLifecycle
func (*CopyDockerImage) SetName ¶
func (o *CopyDockerImage) SetName(name string)
SetName sets the Name of the object, implementing fi.SetName
func (*CopyDockerImage) String ¶
func (o *CopyDockerImage) String() string
String is the stringer function for the task, producing readable output using fi.TaskAsString
func (*CopyDockerImage) UnmarshalJSON ¶
func (o *CopyDockerImage) UnmarshalJSON(data []byte) error
UnmarshalJSON implements conversion to JSON, supporitng an alternate specification of the object as a string
type CopyFile ¶
type CopyFile struct { Name *string SourceFile *string TargetFile *string SHA *string Lifecycle *fi.Lifecycle }
CopyFile copies an from a source file repository, to a target repository, typically used for highly secure clusters.
func (*CopyFile) CheckChanges ¶
func (*CopyFile) CompareWithID ¶
func (*CopyFile) GetLifecycle ¶
GetLifecycle returns the Lifecycle of the object, implementing fi.HasLifecycle
func (*CopyFile) SetLifecycle ¶
SetLifecycle sets the Lifecycle of the object, implementing fi.SetLifecycle
func (*CopyFile) String ¶
String is the stringer function for the task, producing readable output using fi.TaskAsString
func (*CopyFile) UnmarshalJSON ¶
UnmarshalJSON implements conversion to JSON, supporitng an alternate specification of the object as a string