public class ServiceInstanceFluent<A extends ServiceInstanceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceInstanceFluent.MetadataNested<N> |
class |
ServiceInstanceFluent.SpecNested<N> |
class |
ServiceInstanceFluent.StatusNested<N> |
| Constructor and Description |
|---|
ServiceInstanceFluent() |
ServiceInstanceFluent(ServiceInstance instance) |
public ServiceInstanceFluent()
public ServiceInstanceFluent(ServiceInstance instance)
protected void copyInstance(ServiceInstance 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 ServiceInstanceFluent.MetadataNested<A> withNewMetadata()
public ServiceInstanceFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
public ServiceInstanceFluent.MetadataNested<A> editMetadata()
public ServiceInstanceFluent.MetadataNested<A> editOrNewMetadata()
public ServiceInstanceFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
public ServiceInstanceSpec buildSpec()
public A withSpec(ServiceInstanceSpec spec)
public boolean hasSpec()
public ServiceInstanceFluent.SpecNested<A> withNewSpec()
public ServiceInstanceFluent.SpecNested<A> withNewSpecLike(ServiceInstanceSpec item)
public ServiceInstanceFluent.SpecNested<A> editSpec()
public ServiceInstanceFluent.SpecNested<A> editOrNewSpec()
public ServiceInstanceFluent.SpecNested<A> editOrNewSpecLike(ServiceInstanceSpec item)
public ServiceInstanceStatus buildStatus()
public A withStatus(ServiceInstanceStatus status)
public boolean hasStatus()
public ServiceInstanceFluent.StatusNested<A> withNewStatus()
public ServiceInstanceFluent.StatusNested<A> withNewStatusLike(ServiceInstanceStatus item)
public ServiceInstanceFluent.StatusNested<A> editStatus()
public ServiceInstanceFluent.StatusNested<A> editOrNewStatus()
public ServiceInstanceFluent.StatusNested<A> editOrNewStatusLike(ServiceInstanceStatus item)
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 ServiceInstanceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceInstanceFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.