Interface SubscriptionCatalogHealthFluent<A extends SubscriptionCatalogHealthFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
SubscriptionStatusFluent.CatalogHealthNested<N>
- All Known Implementing Classes:
SubscriptionCatalogHealthBuilder,SubscriptionCatalogHealthFluentImpl,SubscriptionStatusFluentImpl.CatalogHealthNestedImpl
public interface SubscriptionCatalogHealthFluent<A extends SubscriptionCatalogHealthFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSubscriptionCatalogHealthFluent.CatalogSourceRefNested<N>
-
Method Summary
-
-
-
Method Detail
-
getCatalogSourceRef
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getCatalogSourceRef()
Deprecated.This method has been deprecated, please use method buildCatalogSourceRef instead.- Returns:
- The buildable object.
-
buildCatalogSourceRef
io.fabric8.kubernetes.api.model.ObjectReference buildCatalogSourceRef()
-
withCatalogSourceRef
A withCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)
-
hasCatalogSourceRef
Boolean hasCatalogSourceRef()
-
withNewCatalogSourceRef
SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> withNewCatalogSourceRef()
-
withNewCatalogSourceRefLike
SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> withNewCatalogSourceRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editCatalogSourceRef
SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> editCatalogSourceRef()
-
editOrNewCatalogSourceRef
SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> editOrNewCatalogSourceRef()
-
editOrNewCatalogSourceRefLike
SubscriptionCatalogHealthFluent.CatalogSourceRefNested<A> editOrNewCatalogSourceRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
isHealthy
Boolean isHealthy()
-
hasHealthy
Boolean hasHealthy()
-
withNewHealthy
A withNewHealthy(boolean arg1)
-
getLastUpdated
String getLastUpdated()
-
hasLastUpdated
Boolean hasLastUpdated()
-
withNewLastUpdated
A withNewLastUpdated(StringBuilder arg1)
-
withNewLastUpdated
A withNewLastUpdated(StringBuffer arg1)
-
-