capabilities property

List<String>? capabilities
getter/setter pair

Capabilities represent the capabilities of the registry host, specifying what operations a host is capable of performing.

If not set, containerd enables all capabilities by default.

Implementation

core.List<core.String>? capabilities;