Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.GRPCConnectionState
-
Packages that use GRPCConnectionState Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of GRPCConnectionState in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return GRPCConnectionState Modifier and Type Method Description GRPCConnectionStateGRPCConnectionStateBuilder. build()GRPCConnectionStateCatalogSourceStatusFluent. buildConnectionState()GRPCConnectionStateCatalogSourceStatus. getConnectionState()Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type GRPCConnectionState Modifier and Type Method Description protected voidGRPCConnectionStateFluent. copyInstance(GRPCConnectionState instance)CatalogSourceStatusFluent.ConnectionStateNested<A>CatalogSourceStatusFluent. editOrNewConnectionStateLike(GRPCConnectionState item)voidCatalogSourceStatus. setConnectionState(GRPCConnectionState connectionState)ACatalogSourceStatusFluent. withConnectionState(GRPCConnectionState connectionState)CatalogSourceStatusFluent.ConnectionStateNested<A>CatalogSourceStatusFluent. withNewConnectionStateLike(GRPCConnectionState item)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type GRPCConnectionState Constructor Description CatalogSourceStatus(List<io.fabric8.kubernetes.api.model.Condition> conditions, ConfigMapResourceReference configMapReference, GRPCConnectionState connectionState, String latestImageRegistryPoll, String message, String reason, RegistryServiceStatus registryService)GRPCConnectionStateBuilder(GRPCConnectionState instance)GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, GRPCConnectionState instance)GRPCConnectionStateFluent(GRPCConnectionState instance)
-