Documentation ¶
Index ¶
- type BindingDiscovery
- type CloudCredsSecret
- type RoleCloudCredsSecretReader
- func (t *RoleCloudCredsSecretReader) Dependencies() []asset.Asset
- func (t *RoleCloudCredsSecretReader) Files() []*asset.File
- func (t *RoleCloudCredsSecretReader) Generate(parents asset.Parents) error
- func (t *RoleCloudCredsSecretReader) Load(f asset.FileFetcher) (bool, error)
- func (t *RoleCloudCredsSecretReader) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindingDiscovery ¶
BindingDiscovery is the variable/constant representing the contents of the respective file
func (*BindingDiscovery) Dependencies ¶
func (t *BindingDiscovery) Dependencies() []asset.Asset
Dependencies returns all of the dependencies directly needed by the asset
func (*BindingDiscovery) Files ¶
func (t *BindingDiscovery) Files() []*asset.File
Files returns the files generated by the asset.
func (*BindingDiscovery) Generate ¶
func (t *BindingDiscovery) Generate(parents asset.Parents) error
Generate generates the actual files by this asset
func (*BindingDiscovery) Load ¶
func (t *BindingDiscovery) Load(f asset.FileFetcher) (bool, error)
Load returns the asset from disk.
func (*BindingDiscovery) Name ¶
func (t *BindingDiscovery) Name() string
Name returns the human-friendly name of the asset.
type CloudCredsSecret ¶
CloudCredsSecret is the constant to represent contents of corresponding yaml file
func (*CloudCredsSecret) Dependencies ¶
func (t *CloudCredsSecret) Dependencies() []asset.Asset
Dependencies returns all of the dependencies directly needed by the asset
func (*CloudCredsSecret) Files ¶
func (t *CloudCredsSecret) Files() []*asset.File
Files returns the files generated by the asset.
func (*CloudCredsSecret) Generate ¶
func (t *CloudCredsSecret) Generate(parents asset.Parents) error
Generate generates the actual files by this asset
func (*CloudCredsSecret) Load ¶
func (t *CloudCredsSecret) Load(f asset.FileFetcher) (bool, error)
Load returns the asset from disk.
func (*CloudCredsSecret) Name ¶
func (t *CloudCredsSecret) Name() string
Name returns the human-friendly name of the asset.
type RoleCloudCredsSecretReader ¶
type RoleCloudCredsSecretReader struct { FileList []*asset.File // contains filtered or unexported fields }
RoleCloudCredsSecretReader is the variable to represent contents of corresponding file
func (*RoleCloudCredsSecretReader) Dependencies ¶
func (t *RoleCloudCredsSecretReader) Dependencies() []asset.Asset
Dependencies returns all of the dependencies directly needed by the asset
func (*RoleCloudCredsSecretReader) Files ¶
func (t *RoleCloudCredsSecretReader) Files() []*asset.File
Files returns the files generated by the asset.
func (*RoleCloudCredsSecretReader) Generate ¶
func (t *RoleCloudCredsSecretReader) Generate(parents asset.Parents) error
Generate generates the actual files by this asset
func (*RoleCloudCredsSecretReader) Load ¶
func (t *RoleCloudCredsSecretReader) Load(f asset.FileFetcher) (bool, error)
Load returns the asset from disk.
func (*RoleCloudCredsSecretReader) Name ¶
func (t *RoleCloudCredsSecretReader) Name() string
Name returns the human-friendly name of the asset.