OBJECT

KubernetesKindPodSpecVolumesFlocker

Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running

link GraphQL Schema definition

  • type KubernetesKindPodSpecVolumesFlocker {
  • # Name of the dataset stored as metadata -> name on the dataset for Flocker should
  • # be considered as deprecated
  • datasetName: String
  • # UUID of the dataset. This is unique identifier of a Flocker dataset
  • datasetUUID: String
  • }