Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for GcsClient (0.29 sec)

  1. platforms/software/resources-gcs/src/main/java/org/gradle/internal/resource/transport/gcp/gcs/GcsClient.java

    import java.util.ArrayList;
    import java.util.List;
    
    import static java.util.Collections.singletonList;
    
    public class GcsClient {
    
        private static final Logger LOGGER = LoggerFactory.getLogger(GcsClient.class);
    
        private final Storage storage;
    
        public static GcsClient create(GcsConnectionProperties gcsConnectionProperties) throws GeneralSecurityException, IOException {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 11:17:20 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. pkg/volume/csi/expander.go

    	}
    
    	return c.nodeExpandWithClient(resizeOptions, csiSource, csClient, fsVolume)
    }
    
    func (c *csiPlugin) nodeExpandWithClient(
    	resizeOptions volume.NodeResizeOptions,
    	csiSource *api.CSIPersistentVolumeSource,
    	csClient csiClient,
    	fsVolume bool) (bool, error) {
    	driverName := csiSource.Driver
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 31 17:23:56 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. 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)
  4. 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