Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GcsClient (0.16 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)
Back to top