Documentation ¶
Index ¶
- func ImageURIContainer(falconCloud falcon.CloudType) string
- func ImageURINode(falconCloud falcon.CloudType) string
- type FalconRegistry
- func (reg *FalconRegistry) LastContainerTag(ctx context.Context, versionRequested *string) (string, error)
- func (reg *FalconRegistry) LastNodeTag(ctx context.Context, versionRequested *string) (string, error)
- func (reg *FalconRegistry) PullInfo(ctx context.Context, versionRequested *string) (falconTag string, falconImage types.ImageReference, ...)
- func (reg *FalconRegistry) Pulltoken() ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImageURIContainer ¶
func ImageURINode ¶
Types ¶
type FalconRegistry ¶
type FalconRegistry struct {
// contains filtered or unexported fields
}
func NewFalconRegistry ¶
func (*FalconRegistry) LastContainerTag ¶
func (*FalconRegistry) LastNodeTag ¶
func (*FalconRegistry) PullInfo ¶
func (reg *FalconRegistry) PullInfo(ctx context.Context, versionRequested *string) (falconTag string, falconImage types.ImageReference, systemContext *types.SystemContext, err error)
func (*FalconRegistry) Pulltoken ¶
func (reg *FalconRegistry) Pulltoken() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.