public static interface V1beta1Apiextensions.CustomResourceConversionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getStrategy()
`strategy` specifies the conversion strategy.
|
com.google.protobuf.ByteString |
getStrategyBytes()
`strategy` specifies the conversion strategy.
|
V1beta1Apiextensions.WebhookClientConfig |
getWebhookClientConfig()
`webhookClientConfig` is the instructions for how to call the webhook if strategy is `Webhook`.
|
V1beta1Apiextensions.WebhookClientConfigOrBuilder |
getWebhookClientConfigOrBuilder()
`webhookClientConfig` is the instructions for how to call the webhook if strategy is `Webhook`.
|
boolean |
hasStrategy()
`strategy` specifies the conversion strategy.
|
boolean |
hasWebhookClientConfig()
`webhookClientConfig` is the instructions for how to call the webhook if strategy is `Webhook`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStrategy()
`strategy` specifies the conversion strategy. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the CR. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option.
optional string strategy = 1;String getStrategy()
`strategy` specifies the conversion strategy. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the CR. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option.
optional string strategy = 1;com.google.protobuf.ByteString getStrategyBytes()
`strategy` specifies the conversion strategy. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the CR. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option.
optional string strategy = 1;boolean hasWebhookClientConfig()
`webhookClientConfig` is the instructions for how to call the webhook if strategy is `Webhook`. This field is alpha-level and is only honored by servers that enable the CustomResourceWebhookConversion feature. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.WebhookClientConfig webhookClientConfig = 2;
V1beta1Apiextensions.WebhookClientConfig getWebhookClientConfig()
`webhookClientConfig` is the instructions for how to call the webhook if strategy is `Webhook`. This field is alpha-level and is only honored by servers that enable the CustomResourceWebhookConversion feature. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.WebhookClientConfig webhookClientConfig = 2;
V1beta1Apiextensions.WebhookClientConfigOrBuilder getWebhookClientConfigOrBuilder()
`webhookClientConfig` is the instructions for how to call the webhook if strategy is `Webhook`. This field is alpha-level and is only honored by servers that enable the CustomResourceWebhookConversion feature. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.WebhookClientConfig webhookClientConfig = 2;
Copyright © 2021. All rights reserved.