Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GcsClient (0.24 sec)

  1. pkg/volume/csi/csi_client_test.go

    			ctx, cancel := context.WithTimeout(context.Background(), csiTimeout)
    			defer cancel()
    			csiSource, _ := getCSISourceFromSpec(tc.volumeData.VolumeSpec)
    			csClient := setupClientWithVolumeStatsAndCondition(t, tc.volumeStatsSet, tc.volumeConditionSet)
    			metrics, err := csClient.NodeGetVolumeStats(ctx, csiSource.VolumeHandle, tc.volumeData.DeviceMountPath)
    			if tc.success {
    				assert.Nil(t, err)
    			}
    
    			if metrics == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.resource.transport.gcp.gcs.GcsClient$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (GcsClient.java:0)
    Class <org.gradle.internal.resource.transport.gcp.gcs.GcsClient> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (GcsClient.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top