ContainerdInfo

@Serializable
data class ContainerdInfo(val address: String? = null, val namespaces: ContainerdInfoNamespaces? = null)

Information for connecting to the containerd instance that is used by the daemon. This is included for debugging purposes only.

Parameters

address

The address of the containerd socket.

namespaces

Constructors

Link copied to clipboard
constructor(address: String? = null, namespaces: ContainerdInfoNamespaces? = null)

Properties

Link copied to clipboard
@SerialName(value = "Address")
val address: String?
Link copied to clipboard
@SerialName(value = "Namespaces")
val namespaces: ContainerdInfoNamespaces?