assettasks

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2018 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

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 (*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) Run

func (e *CopyDockerImage) Run(c *fi.Context) 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, supporting 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 (s *CopyFile) CheckChanges(a, e, changes *CopyFile) error

func (*CopyFile) CompareWithID

func (e *CopyFile) CompareWithID() *string

func (*CopyFile) Find

func (e *CopyFile) Find(c *fi.Context) (*CopyFile, error)

Find attempts to find a file.

func (*CopyFile) GetLifecycle

func (o *CopyFile) GetLifecycle() *fi.Lifecycle

GetLifecycle returns the Lifecycle of the object, implementing fi.HasLifecycle

func (*CopyFile) GetName

func (o *CopyFile) GetName() *string

GetName returns the Name of the object, implementing fi.HasName

func (*CopyFile) Render

func (_ *CopyFile) Render(c *fi.Context, a, e, changes *CopyFile) error

func (*CopyFile) Run

func (e *CopyFile) Run(c *fi.Context) error

Run is the default run method.

func (*CopyFile) SetLifecycle

func (o *CopyFile) SetLifecycle(lifecycle fi.Lifecycle)

SetLifecycle sets the Lifecycle of the object, implementing fi.SetLifecycle

func (*CopyFile) SetName

func (o *CopyFile) SetName(name string)

SetName sets the Name of the object, implementing fi.SetName

func (*CopyFile) String

func (o *CopyFile) String() string

String is the stringer function for the task, producing readable output using fi.TaskAsString

func (*CopyFile) UnmarshalJSON

func (o *CopyFile) UnmarshalJSON(data []byte) error

UnmarshalJSON implements conversion to JSON, supporting an alternate specification of the object as a string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL