@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1beta1CustomResourceConversion extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONVERSION_REVIEW_VERSIONS |
static String |
SERIALIZED_NAME_STRATEGY |
static String |
SERIALIZED_NAME_WEBHOOK_CLIENT_CONFIG |
Constructor and Description |
---|
V1beta1CustomResourceConversion() |
public static final String SERIALIZED_NAME_CONVERSION_REVIEW_VERSIONS
public static final String SERIALIZED_NAME_STRATEGY
public static final String SERIALIZED_NAME_WEBHOOK_CLIENT_CONFIG
public V1beta1CustomResourceConversion conversionReviewVersions(List<String> conversionReviewVersions)
public V1beta1CustomResourceConversion addConversionReviewVersionsItem(String conversionReviewVersionsItem)
@Nullable public List<String> getConversionReviewVersions()
public void setConversionReviewVersions(List<String> conversionReviewVersions)
public V1beta1CustomResourceConversion strategy(String strategy)
public String getStrategy()
public void setStrategy(String strategy)
public V1beta1CustomResourceConversion webhookClientConfig(ApiextensionsV1beta1WebhookClientConfig webhookClientConfig)
@Nullable public ApiextensionsV1beta1WebhookClientConfig getWebhookClientConfig()
public void setWebhookClientConfig(ApiextensionsV1beta1WebhookClientConfig webhookClientConfig)
Copyright © 2021. All rights reserved.