Uses of Class
me.snowdrop.boot.narayana.openshift.recovery.PodStatus
-
Packages that use PodStatus Package Description me.snowdrop.boot.narayana.openshift.recovery -
-
Uses of PodStatus in me.snowdrop.boot.narayana.openshift.recovery
Methods in me.snowdrop.boot.narayana.openshift.recovery that return PodStatus Modifier and Type Method Description static PodStatusPodStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PodStatus[]PodStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.snowdrop.boot.narayana.openshift.recovery that return types with arguments of type PodStatus Modifier and Type Method Description Map<String,Optional<PodStatus>>PodStatusManager. getAllPodsStatus()Optional<PodStatus>PodStatusManager. getStatus()Methods in me.snowdrop.boot.narayana.openshift.recovery with parameters of type PodStatus Modifier and Type Method Description voidPodStatusManager. setStatus(PodStatus status)
-