public class MutatingWebhookConfigurationFluentImpl<A extends MutatingWebhookConfigurationFluent<A>> extends BaseFluent<A> implements MutatingWebhookConfigurationFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
MutatingWebhookConfigurationFluentImpl.MetadataNestedImpl<N> |
class |
MutatingWebhookConfigurationFluentImpl.WebhooksNestedImpl<N> |
MutatingWebhookConfigurationFluent.MetadataNested<N>, MutatingWebhookConfigurationFluent.WebhooksNested<N>_visitables| Constructor and Description |
|---|
MutatingWebhookConfigurationFluentImpl() |
MutatingWebhookConfigurationFluentImpl(MutatingWebhookConfiguration instance) |
public MutatingWebhookConfigurationFluentImpl()
public MutatingWebhookConfigurationFluentImpl(MutatingWebhookConfiguration instance)
public String getApiVersion()
getApiVersion in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public String getKind()
getKind in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A withKind(String kind)
withKind in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public Boolean hasKind()
hasKind in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>@Deprecated public ObjectMeta getMetadata()
getMetadata in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public ObjectMeta buildMetadata()
buildMetadata in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A withMetadata(ObjectMeta metadata)
withMetadata in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public Boolean hasMetadata()
hasMetadata in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.MetadataNested<A> editMetadata()
editMetadata in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
editOrNewMetadataLike in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A addToWebhooks(int index, Webhook item)
addToWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A setToWebhooks(int index, Webhook item)
setToWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A addToWebhooks(Webhook... items)
addToWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A addAllToWebhooks(Collection<Webhook> items)
addAllToWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A removeFromWebhooks(Webhook... items)
removeFromWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A removeAllFromWebhooks(Collection<Webhook> items)
removeAllFromWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>@Deprecated public List<Webhook> getWebhooks()
getWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public List<Webhook> buildWebhooks()
buildWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public Webhook buildWebhook(int index)
buildWebhook in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public Webhook buildFirstWebhook()
buildFirstWebhook in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public Webhook buildLastWebhook()
buildLastWebhook in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public Webhook buildMatchingWebhook(Predicate<WebhookBuilder> predicate)
buildMatchingWebhook in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A withWebhooks(List<Webhook> webhooks)
withWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public A withWebhooks(Webhook... webhooks)
withWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public Boolean hasWebhooks()
hasWebhooks in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhook()
addNewWebhook in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhookLike(Webhook item)
addNewWebhookLike in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(int index, Webhook item)
setNewWebhookLike in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.WebhooksNested<A> editWebhook(int index)
editWebhook in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.WebhooksNested<A> editFirstWebhook()
editFirstWebhook in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.WebhooksNested<A> editLastWebhook()
editLastWebhook in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>public MutatingWebhookConfigurationFluent.WebhooksNested<A> editMatchingWebhook(Predicate<WebhookBuilder> predicate)
editMatchingWebhook in interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.