@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1CustomResourceConversion extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_STRATEGY |
static String |
SERIALIZED_NAME_WEBHOOK |
Constructor and Description |
---|
V1CustomResourceConversion() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getStrategy()
strategy specifies how custom resources are converted between versions.
|
V1WebhookConversion |
getWebhook()
Get webhook
|
int |
hashCode() |
void |
setStrategy(String strategy) |
void |
setWebhook(V1WebhookConversion webhook) |
V1CustomResourceConversion |
strategy(String strategy) |
String |
toString() |
V1CustomResourceConversion |
webhook(V1WebhookConversion webhook) |
public static final String SERIALIZED_NAME_STRATEGY
public static final String SERIALIZED_NAME_WEBHOOK
public V1CustomResourceConversion strategy(String strategy)
public String getStrategy()
public void setStrategy(String strategy)
public V1CustomResourceConversion webhook(V1WebhookConversion webhook)
@Nullable public V1WebhookConversion getWebhook()
public void setWebhook(V1WebhookConversion webhook)
Copyright © 2020. All rights reserved.