Uses of Class
io.fabric8.openshift.api.model.operator.controlplane.v1alpha1.OutageEntry
-
Packages that use OutageEntry Package Description io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 -
-
Uses of OutageEntry in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1
Methods in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 that return OutageEntry Modifier and Type Method Description OutageEntryOutageEntryBuilder. build()OutageEntryPodNetworkConnectivityCheckStatusFluent. buildFirstOutage()OutageEntryPodNetworkConnectivityCheckStatusFluent. buildLastOutage()OutageEntryPodNetworkConnectivityCheckStatusFluent. buildMatchingOutage(Predicate<OutageEntryBuilder> predicate)OutageEntryPodNetworkConnectivityCheckStatusFluent. buildOutage(int index)Methods in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 that return types with arguments of type OutageEntry Modifier and Type Method Description List<OutageEntry>PodNetworkConnectivityCheckStatusFluent. buildOutages()List<OutageEntry>PodNetworkConnectivityCheckStatus. getOutages()outages contains logs of time periods of outagesMethods in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 with parameters of type OutageEntry Modifier and Type Method Description PodNetworkConnectivityCheckStatusFluent.OutagesNested<A>PodNetworkConnectivityCheckStatusFluent. addNewOutageLike(OutageEntry item)APodNetworkConnectivityCheckStatusFluent. addToOutages(int index, OutageEntry item)APodNetworkConnectivityCheckStatusFluent. addToOutages(OutageEntry... items)protected voidOutageEntryFluent. copyInstance(OutageEntry instance)APodNetworkConnectivityCheckStatusFluent. removeFromOutages(OutageEntry... items)PodNetworkConnectivityCheckStatusFluent.OutagesNested<A>PodNetworkConnectivityCheckStatusFluent. setNewOutageLike(int index, OutageEntry item)APodNetworkConnectivityCheckStatusFluent. setToOutages(int index, OutageEntry item)APodNetworkConnectivityCheckStatusFluent. withOutages(OutageEntry... outages)Method parameters in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 with type arguments of type OutageEntry Modifier and Type Method Description APodNetworkConnectivityCheckStatusFluent. addAllToOutages(Collection<OutageEntry> items)APodNetworkConnectivityCheckStatusFluent. removeAllFromOutages(Collection<OutageEntry> items)voidPodNetworkConnectivityCheckStatus. setOutages(List<OutageEntry> outages)outages contains logs of time periods of outagesAPodNetworkConnectivityCheckStatusFluent. withOutages(List<OutageEntry> outages)Constructors in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 with parameters of type OutageEntry Constructor Description OutageEntryBuilder(OutageEntry instance)OutageEntryBuilder(OutageEntryFluent<?> fluent, OutageEntry instance)OutageEntryFluent(OutageEntry instance)
-