Module features

Module features 

Source
Expand description

Feature detection.

This module provides helpers for detecting the presence of various “features” in the environment, such as if containerd is running, and so on. Feature detection is useful for knowing what capabilities are available, and what code should or shouldn’t be run.

Structs§

ContainerdDetector
Helper type for detecting if containerd is available.
Feature
Features are distinct markers or indicators of a particular technology or platform that is present.
FeatureDetector
Detects workload features.