Class SubscriptionCatalogHealthFluent<A extends SubscriptionCatalogHealthFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionCatalogHealthFluent<A>
-
- Direct Known Subclasses:
SubscriptionCatalogHealthBuilder,SubscriptionStatusFluent.CatalogHealthNested
public class SubscriptionCatalogHealthFluent<A extends SubscriptionCatalogHealthFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSubscriptionCatalogHealthFluent.CatalogSourceRefNested<N>
-
Constructor Summary
Constructors Constructor Description SubscriptionCatalogHealthFluent()SubscriptionCatalogHealthFluent(SubscriptionCatalogHealth instance)
-
Method Summary
-
-
-
Constructor Detail
-
SubscriptionCatalogHealthFluent
public SubscriptionCatalogHealthFluent()
-
SubscriptionCatalogHealthFluent
public SubscriptionCatalogHealthFluent(SubscriptionCatalogHealth instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(SubscriptionCatalogHealth instance)
-
buildCatalogSourceRef
public io.fabric8.kubernetes.api.model.ObjectReference buildCatalogSourceRef()
-
withCatalogSourceRef
public A withCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)
-
hasCatalogSourceRef
public boolean hasCatalogSourceRef()
-
withNewCatalogSourceRef
public SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> withNewCatalogSourceRef()
-
withNewCatalogSourceRefLike
public SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> withNewCatalogSourceRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editCatalogSourceRef
public SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> editCatalogSourceRef()
-
editOrNewCatalogSourceRef
public SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> editOrNewCatalogSourceRef()
-
editOrNewCatalogSourceRefLike
public SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> editOrNewCatalogSourceRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
getHealthy
public Boolean getHealthy()
-
hasHealthy
public boolean hasHealthy()
-
getLastUpdated
public String getLastUpdated()
-
hasLastUpdated
public boolean hasLastUpdated()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SubscriptionCatalogHealthFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SubscriptionCatalogHealthFluent<A>>
-
withHealthy
public A withHealthy()
-
-