 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	SyncedPollPeriod = 100 * time.Millisecond
)
    Variables ¶
      View Source
      
  
var ErrCAFieldIsNotFound = errors.New("secret has no ca field")
    Functions ¶
func GenerateRegistryOptions ¶
func GenerateRegistryOptions(ri *RegistryConfig, logger *log.Logger) []cr.Option
func GenerateRegistryOptionsFromModuleSource ¶ added in v1.65.0
func GenerateRegistryOptionsFromModuleSource(ms *v1alpha1.ModuleSource, clusterUUID string, logger *log.Logger) []cr.Option
GenerateRegistryOptionsFromModuleSource fetches settings from ModuleSource and generate registry options from them
Types ¶
type DeckhouseRegistrySecret ¶ added in v1.65.0
type DeckhouseRegistrySecret struct {
	DockerConfig          string
	Address               string
	ClusterIsBootstrapped string
	ImageRegistry         string
	Path                  string
	Scheme                string
	CA                    string
}
    func ParseDeckhouseRegistrySecret ¶ added in v1.65.0
func ParseDeckhouseRegistrySecret(data map[string][]byte) (*DeckhouseRegistrySecret, error)
type FakeLayer ¶ added in v1.60.0
func (FakeLayer) Uncompressed ¶ added in v1.60.0
func (fl FakeLayer) Uncompressed() (io.ReadCloser, error)
 Click to show internal directories. 
   Click to hide internal directories.