Versions in this module Expand all Collapse all v0 v0.41.6 Oct 16, 2024 v0.41.4 Oct 13, 2024 Changes in this version + const CACert + const ClientCert + const ClientKey + const CreatedAnnotation + const OCIRepositoryPrefix + const RevisionAnnotation + const SourceAnnotation + var CanonicalConfigMediaType types.MediaType = "application/vnd.cncf.flux.config.v1+json" + var CanonicalContentMediaType = types.MediaType(fmt.Sprintf("%s.tar+gzip", CanonicalMediaTypePrefix)) + var CanonicalMediaTypePrefix types.MediaType = "application/vnd.cncf.flux.content.v1" + var ErrUnconfiguredProvider = errors.New("registry provider not configured") + var UserAgent = "flux/v2" + type Provider int + const ProviderAWS + const ProviderAzure + const ProviderGCP + const ProviderGeneric