public interface CatalogSourceStatusFluent<A extends CatalogSourceStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CatalogSourceStatusFluent.ConfigMapReferenceNested<N> |
static interface |
CatalogSourceStatusFluent.ConnectionStateNested<N> |
static interface |
CatalogSourceStatusFluent.RegistryServiceNested<N> |
@Deprecated ConfigMapResourceReference getConfigMapReference()
ConfigMapResourceReference buildConfigMapReference()
A withConfigMapReference(ConfigMapResourceReference configMapReference)
Boolean hasConfigMapReference()
A withNewConfigMapReference(String lastUpdateTime, String name, String namespace, String resourceVersion, String uid)
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> withNewConfigMapReference()
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> withNewConfigMapReferenceLike(ConfigMapResourceReference item)
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> editConfigMapReference()
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> editOrNewConfigMapReference()
CatalogSourceStatusFluent.ConfigMapReferenceNested<A> editOrNewConfigMapReferenceLike(ConfigMapResourceReference item)
@Deprecated GRPCConnectionState getConnectionState()
GRPCConnectionState buildConnectionState()
A withConnectionState(GRPCConnectionState connectionState)
Boolean hasConnectionState()
A withNewConnectionState(String address, String lastConnect, String lastObservedState)
CatalogSourceStatusFluent.ConnectionStateNested<A> withNewConnectionState()
CatalogSourceStatusFluent.ConnectionStateNested<A> withNewConnectionStateLike(GRPCConnectionState item)
CatalogSourceStatusFluent.ConnectionStateNested<A> editConnectionState()
CatalogSourceStatusFluent.ConnectionStateNested<A> editOrNewConnectionState()
CatalogSourceStatusFluent.ConnectionStateNested<A> editOrNewConnectionStateLike(GRPCConnectionState item)
String getLatestImageRegistryPoll()
Boolean hasLatestImageRegistryPoll()
@Deprecated A withNewLatestImageRegistryPoll(String arg0)
String getMessage()
Boolean hasMessage()
@Deprecated A withNewMessage(String arg0)
String getReason()
Boolean hasReason()
@Deprecated A withNewReason(String arg0)
@Deprecated RegistryServiceStatus getRegistryService()
RegistryServiceStatus buildRegistryService()
A withRegistryService(RegistryServiceStatus registryService)
Boolean hasRegistryService()
A withNewRegistryService(String createdAt, String port, String protocol, String serviceName, String serviceNamespace)
CatalogSourceStatusFluent.RegistryServiceNested<A> withNewRegistryService()
CatalogSourceStatusFluent.RegistryServiceNested<A> withNewRegistryServiceLike(RegistryServiceStatus item)
CatalogSourceStatusFluent.RegistryServiceNested<A> editRegistryService()
CatalogSourceStatusFluent.RegistryServiceNested<A> editOrNewRegistryService()
CatalogSourceStatusFluent.RegistryServiceNested<A> editOrNewRegistryServiceLike(RegistryServiceStatus item)
Copyright © 2015–2021 Red Hat. All rights reserved.