Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveAndParse ¶
func ResolveAndParse(file string) (*appdefinition.AppDefinition, error)
Types ¶
type AppImageOptions ¶
func (*AppImageOptions) GetFullTag ¶
func (a *AppImageOptions) GetFullTag() bool
func (*AppImageOptions) GetKeychain ¶
func (a *AppImageOptions) GetKeychain() authn.Keychain
func (*AppImageOptions) GetRemoteOptions ¶
func (a *AppImageOptions) GetRemoteOptions() []remote.Option
type RemoteKeyChain ¶
type RemoteKeyChain struct {
// contains filtered or unexported fields
}
func NewRemoteKeyChain ¶
func NewRemoteKeyChain(ctx context.Context, messages buildclient.Messages, next authn.Keychain) *RemoteKeyChain
func (*RemoteKeyChain) Resolve ¶
func (r *RemoteKeyChain) Resolve(resource authn.Resource) (authenticator authn.Authenticator, err error)
Click to show internal directories.
Click to hide internal directories.