public final class RegistryHostConfig
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RegistryHostConfig() |
| Modifier and Type | Method and Description |
|---|---|
RegistryHostConfig |
clone() |
List<HostConfig> |
getHosts()
HostConfig configures a list of host-specific configurations for the server.
|
String |
getServer()
Defines the host name of the registry server, which will be used to create configuration file
as /etc/containerd/hosts.d//hosts.toml.
|
RegistryHostConfig |
set(String fieldName,
Object value) |
RegistryHostConfig |
setHosts(List<HostConfig> hosts)
HostConfig configures a list of host-specific configurations for the server.
|
RegistryHostConfig |
setServer(String server)
Defines the host name of the registry server, which will be used to create configuration file
as /etc/containerd/hosts.d//hosts.toml.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<HostConfig> getHosts()
null for nonepublic RegistryHostConfig setHosts(List<HostConfig> hosts)
hosts - hosts or null for nonepublic String getServer()
null for nonepublic RegistryHostConfig setServer(String server)
server - server or null for nonepublic RegistryHostConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RegistryHostConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.