public interface V1beta1ValidatingWebhookConfigurationFluent<A extends V1beta1ValidatingWebhookConfigurationFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1beta1ValidatingWebhookConfigurationFluent.MetadataNested<N> |
static interface |
V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested<N> |
String getApiVersion()
Boolean hasApiVersion()
String getKind()
Boolean hasKind()
@Deprecated V1ObjectMeta getMetadata()
V1ObjectMeta buildMetadata()
A withMetadata(V1ObjectMeta metadata)
Boolean hasMetadata()
V1beta1ValidatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadata()
V1beta1ValidatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadataLike(V1ObjectMeta item)
V1beta1ValidatingWebhookConfigurationFluent.MetadataNested<A> editMetadata()
V1beta1ValidatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadata()
V1beta1ValidatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadataLike(V1ObjectMeta item)
A addToWebhooks(int index, V1beta1Webhook item)
A setToWebhooks(int index, V1beta1Webhook item)
A addToWebhooks(V1beta1Webhook... items)
A addAllToWebhooks(Collection<V1beta1Webhook> items)
A removeFromWebhooks(V1beta1Webhook... items)
A removeAllFromWebhooks(Collection<V1beta1Webhook> items)
@Deprecated List<V1beta1Webhook> getWebhooks()
List<V1beta1Webhook> buildWebhooks()
V1beta1Webhook buildWebhook(int index)
V1beta1Webhook buildFirstWebhook()
V1beta1Webhook buildLastWebhook()
V1beta1Webhook buildMatchingWebhook(Predicate<V1beta1WebhookBuilder> predicate)
A withWebhooks(List<V1beta1Webhook> webhooks)
A withWebhooks(V1beta1Webhook... webhooks)
Boolean hasWebhooks()
V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhook()
V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhookLike(V1beta1Webhook item)
V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(int index, V1beta1Webhook item)
V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested<A> editWebhook(int index)
V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested<A> editFirstWebhook()
V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested<A> editLastWebhook()
V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested<A> editMatchingWebhook(Predicate<V1beta1WebhookBuilder> predicate)
Copyright © 2019. All rights reserved.