Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppCache ¶ added in v0.0.5
type AppCache map[string]AppCacheEntry
func NewAppCache ¶ added in v0.0.5
func NewAppCache() *AppCache
func (*AppCache) NeedsUpdate ¶ added in v0.0.5
func (c *AppCache) NeedsUpdate(name string, remoteApp, sourceApp *armappcontainers.ContainerApp) (bool, string)
func (*AppCache) Set ¶ added in v0.0.5
func (c *AppCache) Set(name string, remoteApp, sourceApp *armappcontainers.ContainerApp)
type AppCacheEntry ¶ added in v0.0.5
type AppCacheEntry struct {
// contains filtered or unexported fields
}
type SecretCache ¶ added in v0.0.5
type SecretCache map[string]SecretCacheEntry
func NewSecretCache ¶ added in v0.0.5
func NewSecretCache() *SecretCache
func (*SecretCache) NeedsUpdate ¶ added in v0.0.5
func (c *SecretCache) NeedsUpdate(name string, modified time.Time) bool
type SecretCacheEntry ¶ added in v0.0.5
type SecretCacheEntry struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.