| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
HostConfig |
HostConfig.clone() |
HostConfig |
HostConfig.set(String fieldName,
Object value) |
HostConfig |
HostConfig.setCa(List<CertificateConfig> ca)
CA configures the registry host certificate.
|
HostConfig |
HostConfig.setCapabilities(List<String> capabilities)
Capabilities represent the capabilities of the registry host, specifying what operations a host
is capable of performing.
|
HostConfig |
HostConfig.setClient(List<CertificateConfigPair> client)
Client configures the registry host client certificate and key.
|
HostConfig |
HostConfig.setDialTimeout(String dialTimeout)
Specifies the maximum duration allowed for a connection attempt to complete.
|
HostConfig |
HostConfig.setHeader(List<RegistryHeader> header)
Header configures the registry host headers.
|
HostConfig |
HostConfig.setHost(String host)
Host configures the registry host/mirror.
|
HostConfig |
HostConfig.setOverridePath(Boolean overridePath)
OverridePath is used to indicate the host's API root endpoint is defined in the URL path rather
than by the API specification.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostConfig> |
RegistryHostConfig.getHosts()
HostConfig configures a list of host-specific configurations for the server.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryHostConfig |
RegistryHostConfig.setHosts(List<HostConfig> hosts)
HostConfig configures a list of host-specific configurations for the server.
|
Copyright © 2011–2026 Google. All rights reserved.