public class CustomResourceConversion extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
CustomResourceConversion()
No args constructor for use in serialization
|
CustomResourceConversion(String strategy,
WebhookConversion webhook) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getStrategy() |
WebhookConversion |
getWebhook() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setStrategy(String strategy) |
void |
setWebhook(WebhookConversion webhook) |
public CustomResourceConversion()
public CustomResourceConversion(String strategy, WebhookConversion webhook)
webhook - strategy - public String getStrategy()
public void setStrategy(String strategy)
public WebhookConversion getWebhook()
public void setWebhook(WebhookConversion webhook)
Copyright © 2015–2022 Red Hat. All rights reserved.