public class APIServiceFluent<A extends APIServiceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
APIServiceFluent.MetadataNested<N> |
class |
APIServiceFluent.SpecNested<N> |
class |
APIServiceFluent.StatusNested<N> |
| Constructor and Description |
|---|
APIServiceFluent() |
APIServiceFluent(APIService instance) |
public APIServiceFluent()
public APIServiceFluent(APIService instance)
protected void copyInstance(APIService instance)
public String getApiVersion()
public boolean hasApiVersion()
public String getKind()
public boolean hasKind()
public ObjectMeta buildMetadata()
public A withMetadata(ObjectMeta metadata)
public boolean hasMetadata()
public APIServiceFluent.MetadataNested<A> withNewMetadata()
public APIServiceFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
public APIServiceFluent.MetadataNested<A> editMetadata()
public APIServiceFluent.MetadataNested<A> editOrNewMetadata()
public APIServiceFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
public APIServiceSpec buildSpec()
public A withSpec(APIServiceSpec spec)
public boolean hasSpec()
public APIServiceFluent.SpecNested<A> withNewSpec()
public APIServiceFluent.SpecNested<A> withNewSpecLike(APIServiceSpec item)
public APIServiceFluent.SpecNested<A> editSpec()
public APIServiceFluent.SpecNested<A> editOrNewSpec()
public APIServiceFluent.SpecNested<A> editOrNewSpecLike(APIServiceSpec item)
public APIServiceStatus buildStatus()
public A withStatus(APIServiceStatus status)
public boolean hasStatus()
public APIServiceFluent.StatusNested<A> withNewStatus()
public APIServiceFluent.StatusNested<A> withNewStatusLike(APIServiceStatus item)
public APIServiceFluent.StatusNested<A> editStatus()
public APIServiceFluent.StatusNested<A> editOrNewStatus()
public APIServiceFluent.StatusNested<A> editOrNewStatusLike(APIServiceStatus 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 APIServiceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends APIServiceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.