Class GatewayFluent<A extends GatewayFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayFluent<A>
-
- Direct Known Subclasses:
GatewayBuilder
,GatewayListFluent.ItemsNested
public class GatewayFluent<A extends GatewayFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GatewayFluent.MetadataNested<N>
class
GatewayFluent.SpecNested<N>
class
GatewayFluent.StatusNested<N>
-
Constructor Summary
Constructors Constructor Description GatewayFluent()
GatewayFluent(Gateway instance)
-
Method Summary
-
-
-
Constructor Detail
-
GatewayFluent
public GatewayFluent()
-
GatewayFluent
public GatewayFluent(Gateway instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Gateway instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public GatewayFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public GatewayFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
public GatewayFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public GatewayFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public GatewayFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
buildSpec
public GatewaySpec buildSpec()
-
withSpec
public A withSpec(GatewaySpec spec)
-
hasSpec
public boolean hasSpec()
-
withNewSpec
public GatewayFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
public GatewayFluent.SpecNested<A> withNewSpecLike(GatewaySpec item)
-
editSpec
public GatewayFluent.SpecNested<A> editSpec()
-
editOrNewSpec
public GatewayFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
public GatewayFluent.SpecNested<A> editOrNewSpecLike(GatewaySpec item)
-
buildStatus
public GatewayStatus buildStatus()
-
withStatus
public A withStatus(GatewayStatus status)
-
hasStatus
public boolean hasStatus()
-
withNewStatus
public GatewayFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
public GatewayFluent.StatusNested<A> withNewStatusLike(GatewayStatus item)
-
editStatus
public GatewayFluent.StatusNested<A> editStatus()
-
editOrNewStatus
public GatewayFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
public GatewayFluent.StatusNested<A> editOrNewStatusLike(GatewayStatus item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GatewayFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GatewayFluent<A>>
-
-