INPUT_OBJECT

KubernetesKindReplicaSetSpecTemplateSpecEphemeralContainersVolumeDevicesInput

volumeDevice describes a mapping of a raw block device within a container.

link GraphQL Schema definition

  • input KubernetesKindReplicaSetSpecTemplateSpecEphemeralContainersVolumeDevicesInput {
  • # devicePath is the path inside of the container that the device will be mapped
  • # to.
  • devicePath: String
  • # name must match the name of a persistentVolumeClaim in the pod
  • name: String
  • }