Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testSyncClaimError (0.2 sec)

  1. pkg/controller/volume/persistentvolume/framework_test.go

    // controller before the test starts. The test then contains a reference to
    // function to call as the actual test. Available functions are:
    //   - testSyncClaim - calls syncClaim on the first claim in initialClaims.
    //   - testSyncClaimError - calls syncClaim on the first claim in initialClaims
    //     and expects an error to be returned.
    //   - testSyncVolume - calls syncVolume on the first volume in initialVolumes.
    //   - any custom function for specialized tests.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/binder_test.go

    			expectedClaims:  newClaimArray("claim2-7", "uid2-7", "1Gi", "volume2-7", v1.ClaimBound, nil, volume.AnnBoundByController),
    			expectedEvents:  noevents,
    			errors:          noerrors,
    			test:            testSyncClaimError,
    		},
    		{
    			// syncClaim with claim pre-bound to a PV that exists and is
    			// unbound, but does not match the selector. Check it gets bound
    			// and no volume.AnnBoundByController is set.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
Back to top