Skip to content

Commit

Permalink
Consistent casing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed May 2, 2019
1 parent a20daea commit ffd575a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userspace/libsinsp/container_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ limitations under the License.
std::vector<std::string> sinsp_container_info::container_health_probe::probe_type_names = {
"None",
"Healthcheck",
"livenessProbe",
"readinessProbe",
"end"
"LivenessProbe",
"ReadinessProbe",
"End"
};

sinsp_container_info::container_health_probe::container_health_probe()
Expand Down

0 comments on commit ffd575a

Please sign in to comment.