| Package | Description |
|---|---|
| org.springframework.cloud.skipper.domain |
Core domain classes for Skipper covering Packages, Releases, and Install/Upgrade Requests.
|
| Modifier and Type | Method and Description |
|---|---|
static ScaleRequest |
ScaleRequest.of(String name,
Integer count)
Create a
ScaleRequest having one app with its count. |
static ScaleRequest |
ScaleRequest.of(String name,
Integer count,
Map<String,String> properties)
Create a
ScaleRequest having one app with its count and properties. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.