Class OpenShiftAPIServerFluent<A extends OpenShiftAPIServerFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerFluent<A>
-
- Direct Known Subclasses:
OpenShiftAPIServerBuilder,OpenShiftAPIServerListFluent.ItemsNested
public class OpenShiftAPIServerFluent<A extends OpenShiftAPIServerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOpenShiftAPIServerFluent.MetadataNested<N>classOpenShiftAPIServerFluent.SpecNested<N>classOpenShiftAPIServerFluent.StatusNested<N>
-
Constructor Summary
Constructors Constructor Description OpenShiftAPIServerFluent()OpenShiftAPIServerFluent(OpenShiftAPIServer instance)
-
Method Summary
-
-
-
Constructor Detail
-
OpenShiftAPIServerFluent
public OpenShiftAPIServerFluent()
-
OpenShiftAPIServerFluent
public OpenShiftAPIServerFluent(OpenShiftAPIServer instance)
-
-
Method Detail
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
buildSpec
public OpenShiftAPIServerSpec buildSpec()
-
buildStatus
public OpenShiftAPIServerStatus buildStatus()
-
copyInstance
protected void copyInstance(OpenShiftAPIServer instance)
-
editMetadata
public OpenShiftAPIServerFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public OpenShiftAPIServerFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public OpenShiftAPIServerFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editOrNewSpec
public OpenShiftAPIServerFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
public OpenShiftAPIServerFluent.SpecNested<A> editOrNewSpecLike(OpenShiftAPIServerSpec item)
-
editOrNewStatus
public OpenShiftAPIServerFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
public OpenShiftAPIServerFluent.StatusNested<A> editOrNewStatusLike(OpenShiftAPIServerStatus item)
-
editSpec
public OpenShiftAPIServerFluent.SpecNested<A> editSpec()
-
editStatus
public OpenShiftAPIServerFluent.StatusNested<A> editStatus()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OpenShiftAPIServerFluent<A>>
-
getApiVersion
public String getApiVersion()
-
getKind
public String getKind()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasApiVersion
public boolean hasApiVersion()
-
hasKind
public boolean hasKind()
-
hasMetadata
public boolean hasMetadata()
-
hasSpec
public boolean hasSpec()
-
hasStatus
public boolean hasStatus()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OpenShiftAPIServerFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
withNewMetadata
public OpenShiftAPIServerFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public OpenShiftAPIServerFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
withNewSpec
public OpenShiftAPIServerFluent.SpecNested<A> withNewSpec()
-
withNewSpec
public A withNewSpec(String logLevel, String managementState, Object observedConfig, String operatorLogLevel, Object unsupportedConfigOverrides)
-
withNewSpecLike
public OpenShiftAPIServerFluent.SpecNested<A> withNewSpecLike(OpenShiftAPIServerSpec item)
-
withNewStatus
public OpenShiftAPIServerFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
public OpenShiftAPIServerFluent.StatusNested<A> withNewStatusLike(OpenShiftAPIServerStatus item)
-
withSpec
public A withSpec(OpenShiftAPIServerSpec spec)
-
withStatus
public A withStatus(OpenShiftAPIServerStatus status)
-
-