public class OCIRegistryClient extends Object
| Constructor and Description |
|---|
OCIRegistryClient(HelmRepository repository,
io.fabric8.kubernetes.client.http.HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
OCIManifestLayer |
uploadBlobIfNotUploadedYet(Chart chart,
InputStream inputStream) |
void |
uploadOCIManifest(Chart chart,
OCIManifestLayer chartConfig,
OCIManifestLayer chartTarball) |
public OCIRegistryClient(HelmRepository repository, io.fabric8.kubernetes.client.http.HttpClient httpClient)
public void uploadOCIManifest(Chart chart, OCIManifestLayer chartConfig, OCIManifestLayer chartTarball) throws IOException, BadUploadException
IOExceptionBadUploadExceptionpublic OCIManifestLayer uploadBlobIfNotUploadedYet(Chart chart, InputStream inputStream) throws IOException, BadUploadException
IOExceptionBadUploadExceptionCopyright © 2024. All rights reserved.