public class ServiceEntryFluent<A extends ServiceEntryFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceEntryFluent.MetadataNested<N> |
class |
ServiceEntryFluent.SpecNested<N> |
| Constructor and Description |
|---|
ServiceEntryFluent() |
ServiceEntryFluent(ServiceEntry instance) |
public ServiceEntryFluent()
public ServiceEntryFluent(ServiceEntry instance)
protected void copyInstance(ServiceEntry instance)
public String getApiVersion()
public boolean hasApiVersion()
public String getKind()
public boolean hasKind()
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
public boolean hasMetadata()
public ServiceEntryFluent.MetadataNested<A> withNewMetadata()
public ServiceEntryFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
public ServiceEntryFluent.MetadataNested<A> editMetadata()
public ServiceEntryFluent.MetadataNested<A> editOrNewMetadata()
public ServiceEntryFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
public ServiceEntrySpec buildSpec()
public A withSpec(ServiceEntrySpec spec)
public boolean hasSpec()
public ServiceEntryFluent.SpecNested<A> withNewSpec()
public ServiceEntryFluent.SpecNested<A> withNewSpecLike(ServiceEntrySpec item)
public ServiceEntryFluent.SpecNested<A> editSpec()
public ServiceEntryFluent.SpecNested<A> editOrNewSpec()
public ServiceEntryFluent.SpecNested<A> editOrNewSpecLike(ServiceEntrySpec item)
public io.fabric8.istio.api.meta.v1alpha1.IstioStatus getStatus()
public A withStatus(io.fabric8.istio.api.meta.v1alpha1.IstioStatus status)
public boolean hasStatus()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceEntryFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceEntryFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.