Package | Description |
---|---|
org.springframework.cloud.dataflow.registry.support |
Contains
AppRegistration support
classes. |
Modifier and Type | Method and Description |
---|---|
static DockerImage |
DockerImage.fromImageName(String imageName)
parse a full image name (myhost:300/namespace/repo:tag) into its components
|
static DockerImage |
DockerImage.fromParts(String hostPart,
String namespacePart,
String repoAndTagPart) |
static DockerImage |
DockerImage.fromParts(String hostPart,
String namespacePart,
String repo,
String tag) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.