public class V1beta1CustomResourceConversion extends Object
Constructor and Description |
---|
V1beta1CustomResourceConversion() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getStrategy()
`strategy` specifies the conversion strategy.
|
ApiextensionsV1beta1WebhookClientConfig |
getWebhookClientConfig()
`webhookClientConfig` is the instructions for how to call the webhook if strategy is `Webhook`.
|
int |
hashCode() |
void |
setStrategy(String strategy) |
void |
setWebhookClientConfig(ApiextensionsV1beta1WebhookClientConfig webhookClientConfig) |
V1beta1CustomResourceConversion |
strategy(String strategy) |
String |
toString() |
V1beta1CustomResourceConversion |
webhookClientConfig(ApiextensionsV1beta1WebhookClientConfig webhookClientConfig) |
public V1beta1CustomResourceConversion strategy(String strategy)
public String getStrategy()
public void setStrategy(String strategy)
public V1beta1CustomResourceConversion webhookClientConfig(ApiextensionsV1beta1WebhookClientConfig webhookClientConfig)
public ApiextensionsV1beta1WebhookClientConfig getWebhookClientConfig()
public void setWebhookClientConfig(ApiextensionsV1beta1WebhookClientConfig webhookClientConfig)
Copyright © 2019. All rights reserved.