BootstrapComponentVersions interface
Component versions returned as part of FlexNode bootstrap data.
Properties
| containerd | Containerd version. |
| kubernetes | Kubernetes version. |
| runc | Runc version. |
Property Details
containerd
Containerd version.
containerd?: string
Property Value
string
kubernetes
Kubernetes version.
kubernetes?: string
Property Value
string
runc
Runc version.
runc?: string
Property Value
string