const namespace …
const className …
const driverName …
const deviceName …
const cdiDeviceName …
const cdiID …
const poolName …
const requestName …
const claimName …
const claimUID …
const podUID …
var device …
var devices …
func TestNewClaimInfoFromClaim(t *testing.T) { … }
func TestNewClaimInfoFromState(t *testing.T) { … }
func TestClaimInfoAddDevice(t *testing.T) { … }
func TestClaimInfoAddPodReference(t *testing.T) { … }
func TestClaimInfoHasPodReference(t *testing.T) { … }
func TestClaimInfoDeletePodReference(t *testing.T) { … }
func TestClaimInfoSetPrepared(t *testing.T) { … }
func TestClaimInfoIsPrepared(t *testing.T) { … }
func TestNewClaimInfoCache(t *testing.T) { … }
func TestClaimInfoCacheWithLock(t *testing.T) { … }
func TestClaimInfoCacheWithRLock(t *testing.T) { … }
func TestClaimInfoCacheAdd(t *testing.T) { … }
func TestClaimInfoCacheContains(t *testing.T) { … }
func TestClaimInfoCacheGet(t *testing.T) { … }
func TestClaimInfoCacheDelete(t *testing.T) { … }
func TestClaimInfoCacheHasPodReference(t *testing.T) { … }
func TestSyncToCheckpoint(t *testing.T) { … }