Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2024, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file expect in compliance with the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( VolumeStateColor = map[volumeapi.VolumeState]colorFunc{ volumeapi.VolumeStateBound: iostreams.Green, volumeapi.VolumeStateLost: iostreams.Red, volumeapi.VolumeStatePending: iostreams.Blue, } VolumeStateColorNil = map[volumeapi.VolumeState]colorFunc{ volumeapi.VolumeStateBound: nil, volumeapi.VolumeStateLost: nil, volumeapi.VolumeStatePending: nil, } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.