Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSIVolumesTest ¶
func (*CSIVolumesTest) AfterEach ¶
func (tc *CSIVolumesTest) AfterEach(f *framework.F)
func (*CSIVolumesTest) BeforeAll ¶
func (tc *CSIVolumesTest) BeforeAll(f *framework.F)
func (*CSIVolumesTest) TestEBSVolumeClaim ¶
func (tc *CSIVolumesTest) TestEBSVolumeClaim(f *framework.F)
TestEBSVolumeClaim launches AWS EBS plugins and registers an EBS volume as a Nomad CSI volume. We then deploy a job that writes to the volume, stop that job, and reuse the volume for another job which should be able to read the data written by the first job.
func (*CSIVolumesTest) TestEFSVolumeClaim ¶
func (tc *CSIVolumesTest) TestEFSVolumeClaim(f *framework.F)
TestEFSVolumeClaim launches AWS EFS plugins and registers an EFS volume as a Nomad CSI volume. We then deploy a job that writes to the volume, and share the volume with another job which should be able to read the data written by the first job.
Click to show internal directories.
Click to hide internal directories.