fitasks

package
v1.4.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Keypair

type Keypair struct {
	Name               *string
	Subject            string    `json:"subject"`
	Type               string    `json:"type"`
	AlternateNames     []string  `json:"alternateNames"`
	AlternateNameTasks []fi.Task `json:"alternateNameTasks"`
}

func (*Keypair) CheckChanges

func (s *Keypair) CheckChanges(a, e, changes *Keypair) error

func (*Keypair) CheckExisting

func (e *Keypair) CheckExisting(c *fi.Context) bool

It's important always to check for the existing key, so we don't regenerate keys e.g. on terraform

func (*Keypair) Find

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

func (*Keypair) GetName

func (e *Keypair) GetName() *string

func (*Keypair) Render

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

func (*Keypair) Run

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

func (*Keypair) SetName

func (e *Keypair) SetName(name string)

func (*Keypair) String

func (e *Keypair) String() string

func (*Keypair) UnmarshalJSON

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

type Secret

type Secret struct {
	Name *string
}

func (*Secret) CheckChanges

func (s *Secret) CheckChanges(a, e, changes *Secret) error

func (*Secret) CheckExisting

func (e *Secret) CheckExisting(c *fi.Context) bool

It's important always to check for the existing Secret, so we don't regenerate tokens e.g. on terraform

func (*Secret) Find

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

func (*Secret) GetName

func (e *Secret) GetName() *string

func (*Secret) Render

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

func (*Secret) Run

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

func (*Secret) SetName

func (e *Secret) SetName(name string)

func (*Secret) String

func (e *Secret) String() string

func (*Secret) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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