Package | Description |
---|---|
org.springframework.cloud.skipper.client | |
org.springframework.cloud.skipper.shell.command |
Command classes for the Spring Cloud Skipper Shell.
|
org.springframework.cloud.skipper.shell.command.support |
Supporting command classes for the Spring Cloud Skipper Shell.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSkipperClient
The default implementation to communicate with the Skipper Server.
|
Modifier and Type | Method and Description |
---|---|
static SkipperClient |
SkipperClient.create(String baseUrl) |
SkipperClient |
SkipperClientConfiguration.skipperClient(SkipperClientProperties properties,
RestTemplate restTemplate) |
Modifier and Type | Field and Description |
---|---|
protected SkipperClient |
AbstractSkipperCommand.skipperClient |
Constructor and Description |
---|
ManifestCommands(SkipperClient skipperClient) |
PackageCommands(SkipperClient skipperClient) |
PlatformCommands(SkipperClient skipperClient) |
ReleaseCommands(SkipperClient skipperClient) |
RepositoryCommands(SkipperClient skipperClient) |
Modifier and Type | Method and Description |
---|---|
SkipperClient |
SkipperClientUpdatedEvent.getSkipperClient() |
Constructor and Description |
---|
SkipperClientUpdatedEvent(SkipperClient skipperClient) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.