Documentation
¶
Index ¶
- Constants
- func Artifacts(cfg fabapi.Fabricator) (comp.OCIArtifacts, error)
- func ImageURL(cfg fabapi.Fabricator) (string, error)
- func Install(cfg fabapi.Fabricator) ([]client.Object, error)
- func InstallUsers(users map[string]string) comp.KubeInstall
- func NewUsers() (map[string]string, error)
- func Status(_ fabapi.Fabricator) (string, client.Object, error)
- func Version(f fabapi.Fabricator) meta.Version
Constants ¶
View Source
const ( ChartRef = "fabricator/charts/zot" ImageRef = "fabricator/zot" AirgapRef = "fabricator/zot-airgap" AirgapImageName = "zot-airgap-images-amd64.tar.gz" AirgapChartName = "zot-chart.tgz" Port = 31000 ServiceName = "registry" TLSSecret = "registry-tls" HtpasswdSecret = "registry-htpasswd" UpstreamSecret = "registry-upstream" UpstreamCredentialsKey = "credentials.json" )
Variables ¶
This section is empty.
Functions ¶
func Artifacts ¶
func Artifacts(cfg fabapi.Fabricator) (comp.OCIArtifacts, error)
func InstallUsers ¶
func InstallUsers(users map[string]string) comp.KubeInstall
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.