Documentation ¶
Overview ¶
Copyright Jetstack Ltd. See LICENSE for details.
Index ¶
- Constants
- type Read
- func (r *Read) FieldName() (name string)
- func (r *Read) FilePath() (path string)
- func (r *Read) Group() (name string)
- func (r *Read) InstanceToken() *instanceToken.InstanceToken
- func (r *Read) Owner() (name string)
- func (r *Read) RunRead() error
- func (r *Read) SetFieldName(name string)
- func (r *Read) SetFilePath(path string)
- func (r *Read) SetGroup(name string)
- func (r *Read) SetOwner(name string)
- func (r *Read) SetVaultPath(path string)
- func (r *Read) VaultPath() (path string)
Constants ¶
View Source
const FlagField = "field"
View Source
const FlagGroup = "group"
View Source
const FlagOutputPath = "dest-path"
View Source
const FlagOwner = "owner"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Read ¶
func New ¶
func New(log *logrus.Entry, i *instanceToken.InstanceToken) *Read
func (*Read) InstanceToken ¶
func (r *Read) InstanceToken() *instanceToken.InstanceToken
func (*Read) SetFieldName ¶
func (*Read) SetFilePath ¶
func (*Read) SetVaultPath ¶
Click to show internal directories.
Click to hide internal directories.