Uses of Class
land.oras.Registry.Builder
Packages that use Registry.Builder
-
Uses of Registry.Builder in land.oras
Methods in land.oras that return Registry.BuilderModifier and TypeMethodDescriptionstatic Registry.BuilderRegistry.builder()Return a new builder for this registrystatic Registry.BuilderRegistry.Builder.builder()Return a new builderRegistry.Builder.defaults()Return a new builder with default authentication using existing host authReturn a new builder with default authentication using existing host auth and registry urlSet username and password authenticationSet username and password authenticationReturn a new builder with the same configuration as the given registryRegistry.Builder.insecure()Set insecure communication and no authentificationSet insecure communication and no authentificationReturn a new insecure builder with username and password authenticationRegistry.Builder.withAuthProvider(AuthProvider authProvider) Set the auth providerRegistry.Builder.withExecutorService(ExecutorService executorService) Set the executor service to use for parallel uploads/downloads.Registry.Builder.withInsecure(boolean insecure) Set the insecure flagRegistry.Builder.withMeterRegistry(io.micrometer.core.instrument.MeterRegistry meterRegistry) Set the meter registry for metrics.Registry.Builder.withParallelism(int parallelism) Set the maximum number of concurrent downloads when pulling an artifact with multiple layers.Registry.Builder.withRegistry(String registry) Set the registry URLRegistry.Builder.withSkipTlsVerify(boolean skipTlsVerify) Set the skip TLS verify flag