Interface CatalogSourceStatusFluent<A extends CatalogSourceStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CatalogSourceFluent.StatusNested<N>
- All Known Implementing Classes:
CatalogSourceFluentImpl.StatusNestedImpl,CatalogSourceStatusBuilder,CatalogSourceStatusFluentImpl
public interface CatalogSourceStatusFluent<A extends CatalogSourceStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCatalogSourceStatusFluent.ConfigMapReferenceNested<N>static interfaceCatalogSourceStatusFluent.ConnectionStateNested<N>static interfaceCatalogSourceStatusFluent.RegistryServiceNested<N>
-
Method Summary
-
-
-
Method Detail
-
getConfigMapReference
@Deprecated ConfigMapResourceReference getConfigMapReference()
Deprecated.This method has been deprecated, please use method buildConfigMapReference instead.- Returns:
- The buildable object.
-
buildConfigMapReference
ConfigMapResourceReference buildConfigMapReference()
-
withConfigMapReference
A withConfigMapReference(ConfigMapResourceReference configMapReference)
-
hasConfigMapReference
Boolean hasConfigMapReference()
-
withNewConfigMapReference
A withNewConfigMapReference(String lastUpdateTime, String name, String namespace, String resourceVersion, String uid)
-
withNewConfigMapReference
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> withNewConfigMapReference()
-
withNewConfigMapReferenceLike
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> withNewConfigMapReferenceLike(ConfigMapResourceReference item)
-
editConfigMapReference
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> editConfigMapReference()
-
editOrNewConfigMapReference
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> editOrNewConfigMapReference()
-
editOrNewConfigMapReferenceLike
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> editOrNewConfigMapReferenceLike(ConfigMapResourceReference item)
-
getConnectionState
@Deprecated GRPCConnectionState getConnectionState()
Deprecated.This method has been deprecated, please use method buildConnectionState instead.- Returns:
- The buildable object.
-
buildConnectionState
GRPCConnectionState buildConnectionState()
-
withConnectionState
A withConnectionState(GRPCConnectionState connectionState)
-
hasConnectionState
Boolean hasConnectionState()
-
withNewConnectionState
A withNewConnectionState(String address, String lastConnect, String lastObservedState)
-
withNewConnectionState
CatalogSourceStatusFluent.ConnectionStateNested<A> withNewConnectionState()
-
withNewConnectionStateLike
CatalogSourceStatusFluent.ConnectionStateNested<A> withNewConnectionStateLike(GRPCConnectionState item)
-
editConnectionState
CatalogSourceStatusFluent.ConnectionStateNested<A> editConnectionState()
-
editOrNewConnectionState
CatalogSourceStatusFluent.ConnectionStateNested<A> editOrNewConnectionState()
-
editOrNewConnectionStateLike
CatalogSourceStatusFluent.ConnectionStateNested<A> editOrNewConnectionStateLike(GRPCConnectionState item)
-
getLatestImageRegistryPoll
String getLatestImageRegistryPoll()
-
hasLatestImageRegistryPoll
Boolean hasLatestImageRegistryPoll()
-
withNewLatestImageRegistryPoll
A withNewLatestImageRegistryPoll(StringBuilder arg1)
-
withNewLatestImageRegistryPoll
A withNewLatestImageRegistryPoll(StringBuffer arg1)
-
getMessage
String getMessage()
-
hasMessage
Boolean hasMessage()
-
withNewMessage
A withNewMessage(StringBuilder arg1)
-
withNewMessage
A withNewMessage(StringBuffer arg1)
-
getReason
String getReason()
-
hasReason
Boolean hasReason()
-
withNewReason
A withNewReason(StringBuilder arg1)
-
withNewReason
A withNewReason(StringBuffer arg1)
-
getRegistryService
@Deprecated RegistryServiceStatus getRegistryService()
Deprecated.This method has been deprecated, please use method buildRegistryService instead.- Returns:
- The buildable object.
-
buildRegistryService
RegistryServiceStatus buildRegistryService()
-
withRegistryService
A withRegistryService(RegistryServiceStatus registryService)
-
hasRegistryService
Boolean hasRegistryService()
-
withNewRegistryService
A withNewRegistryService(String createdAt, String port, String protocol, String serviceName, String serviceNamespace)
-
withNewRegistryService
CatalogSourceStatusFluent.RegistryServiceNested<A> withNewRegistryService()
-
withNewRegistryServiceLike
CatalogSourceStatusFluent.RegistryServiceNested<A> withNewRegistryServiceLike(RegistryServiceStatus item)
-
editRegistryService
CatalogSourceStatusFluent.RegistryServiceNested<A> editRegistryService()
-
editOrNewRegistryService
CatalogSourceStatusFluent.RegistryServiceNested<A> editOrNewRegistryService()
-
editOrNewRegistryServiceLike
CatalogSourceStatusFluent.RegistryServiceNested<A> editOrNewRegistryServiceLike(RegistryServiceStatus item)
-
-