You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clouddriver-docker/src/main/groovy/com/netflix/spinnaker/clouddriver/docker/registry/api/v2/auth/DockerBearerTokenService.groovy
Copy file name to clipboardExpand all lines: clouddriver-docker/src/main/groovy/com/netflix/spinnaker/clouddriver/docker/registry/api/v2/client/DockerRegistryClient.groovy
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -474,7 +474,12 @@ class DockerRegistryClient {
474
474
return tags
475
475
}
476
476
477
-
staticdefparseForQueryParams(StringnextPath) {
477
+
/**
478
+
* This method takes a string that might contain a query string and splits it into the path and the query parameters.
479
+
* @param nextPath the string that might contain a query string
480
+
* @return a tuple containing the path (without query string) and a map of query parameters
Copy file name to clipboardExpand all lines: clouddriver-docker/src/test/java/com/netflix/spinnaker/clouddriver/docker/registry/api/v2/client/DockerRegistryServiceTest.java
0 commit comments