| 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,
org.springframework.web.client.RestTemplate restTemplate) |
| Modifier and Type | Field and Description |
|---|---|
protected SkipperClient |
AbstractSkipperCommand.skipperClient |
| Constructor and Description |
|---|
ManifestCommands(SkipperClient skipperClient) |
PlatformCommands(SkipperClient skipperClient) |
RepositoryCommands(SkipperClient skipperClient) |
SkipperCommands(SkipperClient skipperClient) |
| Modifier and Type | Method and Description |
|---|---|
SkipperClient |
SkipperClientUpdatedEvent.getSkipperClient() |
| Constructor and Description |
|---|
SkipperClientUpdatedEvent(SkipperClient skipperClient) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.