DockerSdk
the .NET SDK for Docker
Classes | Enumerations
DockerSdk.Events Namespace Reference

Classes

class  Dam
 
class  Event
 Represents a Docker event. More...
 
class  EventListener
 
class  EventSubjectTypes
 Encspsulates functionality about EventSubjectType that C# doesn't let us put directly on that type.
 
interface  IEventLowLevel
 Represents an event emitted by the Docker daemon. This is similar to Event, but in a less-processed form. More...
 

Enumerations

enum class  EventSubjectType {
  Container , Image , Volume , Network ,
  Daemon , Service , Node , Secret ,
  Config
}
 Represents the kinds of resource or other entity that events can be about. More...
 

Enumeration Type Documentation

◆ EventSubjectType

Represents the kinds of resource or other entity that events can be about.

Enumerator
Container 

A Docker container.

Image 

A Docker image.

Volume 

A Docker volume.

Network 

A Docker network.

Daemon 

The Docker daemon.

Service 

A Docker swarm service.

Node 

A Docker swarm node.

Secret 

A Docker swarm secret.

Config 

A Docker swarm config.