GetContainerGroupsGroupEvent

data class GetContainerGroupsGroupEvent(val count: Int, val firstTimestamp: String, val lastTimestamp: String, val message: String, val name: String, val reason: String, val type: String)

Constructors

Link copied to clipboard
fun GetContainerGroupsGroupEvent(count: Int, firstTimestamp: String, lastTimestamp: String, message: String, name: String, reason: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of events.

Link copied to clipboard

The time when the event started.

Link copied to clipboard

The time when the event ended.

Link copied to clipboard

The content of the event.

Link copied to clipboard

The name of the volume.

Link copied to clipboard

The name of the event.

Link copied to clipboard

The type of the volume. Currently, the following types of volumes are supported: EmptyDirVolume, NFSVolume, ConfigFileVolume, and FlexVolume.