Uses of Class
com.spotify.docker.client.messages.Info.RegistryConfig
Packages that use Info.RegistryConfig
-
Uses of Info.RegistryConfig in com.spotify.docker.client.messages
Subclasses of Info.RegistryConfig in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as Info.RegistryConfigMethods in com.spotify.docker.client.messages that return Info.RegistryConfigModifier and TypeMethodDescription(package private) static Info.RegistryConfig
Info.RegistryConfig.create
(Map<String, Info.IndexConfig> indexConfigs, List<String> insecureRegistryCidrs) AutoValue_Info.registryConfig()
abstract Info.RegistryConfig
Info.registryConfig()
Methods in com.spotify.docker.client.messages with parameters of type Info.RegistryConfigModifier and TypeMethodDescription(package private) static Info
Info.create
(String architecture, String clusterStore, String cgroupDriver, Integer containers, Integer containersRunning, Integer containersStopped, Integer containersPaused, Boolean cpuCfsPeriod, Boolean cpuCfsQuota, Boolean debug, String dockerRootDir, String storageDriver, List<List<String>> driverStatus, String executionDriver, Boolean experimentalBuild, String httpProxy, String httpsProxy, String id, Boolean ipv4Forwarding, Integer images, String indexServerAddress, String initPath, String initSha1, Boolean kernelMemory, String kernelVersion, List<String> labels, Long memTotal, Boolean memoryLimit, Integer cpus, Integer eventsListener, Integer fileDescriptors, Integer goroutines, String name, String noProxy, Boolean oomKillDisable, String operatingSystem, String osType, Info.Plugins plugins, Info.RegistryConfig registryConfig, String serverVersion, Boolean swapLimit, SwarmInfo swarm, List<List<String>> systemStatus, Date systemTime) Constructors in com.spotify.docker.client.messages with parameters of type Info.RegistryConfigModifierConstructorDescription(package private)
AutoValue_Info
(String architecture, String clusterStore, String cgroupDriver, Integer containers, Integer containersRunning, Integer containersStopped, Integer containersPaused, Boolean cpuCfsPeriod, Boolean cpuCfsQuota, Boolean debug, String dockerRootDir, String storageDriver, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<String>> driverStatus, String executionDriver, Boolean experimentalBuild, String httpProxy, String httpsProxy, String id, Boolean ipv4Forwarding, Integer images, String indexServerAddress, String initPath, String initSha1, Boolean kernelMemory, String kernelVersion, com.google.common.collect.ImmutableList<String> labels, Long memTotal, Boolean memoryLimit, Integer cpus, Integer eventsListener, Integer fileDescriptors, Integer goroutines, String name, String noProxy, Boolean oomKillDisable, String operatingSystem, String osType, Info.Plugins plugins, Info.RegistryConfig registryConfig, String serverVersion, Boolean swapLimit, SwarmInfo swarm, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<String>> systemStatus, Date systemTime)