Volume
No description
type Volume {
id: ID!
spec: VolumeSpec!
}
Fields
Volume.id
● ID!
non-null scalar
Volume.spec
● VolumeSpec!
non-null object
Member Of
Deployment
object