RegistryHostConfig class
RegistryHostConfig configures the top-level structure for a single containerd registry server's configuration, which represents one hosts.toml file on the node.
It will override the same fqdns in PrivateRegistryAccessConfig.
Constructors
-
RegistryHostConfig({List<
HostConfig> ? hosts, String? server}) - RegistryHostConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hosts
↔ List<
HostConfig> ? -
HostConfig configures a list of host-specific configurations for the
server.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- server ↔ String?
-
Defines the host name of the registry server, which will be used to create
configuration file as /etc/containerd/hosts.d//hosts.toml.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited