| Modifier and Type | Class and Description |
|---|---|
class |
ResourceFactory
ResourceFactory creates a list of resources from a json string
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultClient.execute(ITypeFactory factory,
String method,
String kind,
String namespace,
String name,
String subresource,
String subContext,
JSONSerializeable payload,
Map<String,String> params) |
<T> T |
DefaultClient.execute(ITypeFactory factory,
String method,
String kind,
String version,
String namespace,
String name,
String subresource,
String subContext,
InputStream payload,
Map<String,String> params) |
| Constructor and Description |
|---|
ScaleCapability(IReplicationController rc,
IClient client,
ITypeFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeMetaFactory |
| Constructor and Description |
|---|
DeploymentTrigger(IDeploymentConfig resource,
IClient client,
ITypeFactory factory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResourceFactory
Factory class for creating resources from a response string
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IClient.execute(ITypeFactory factory,
String httpMethod,
String kind,
String namespace,
String name,
String subresource,
String subContext,
JSONSerializeable payload,
Map<String,String> params) |
Copyright © 2020 Red Hat, Inc. All Rights Reserved.