Skip to content

Commit

Permalink
Volume e2e test github action (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
suaas21 authored and tamalsaha committed Oct 22, 2019
1 parent 497a062 commit a132620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const (
KindReplicationController = "ReplicationController"
KindStatefulSet = "StatefulSet"
KindDaemonSet = "DaemonSet"
KindPod = "Pod"
KindPersistentVolumeClaim = "PersistentVolumeClaim"
KindAppBinding = "AppBinding"
KindDeploymentConfig = "DeploymentConfig"
Expand All @@ -26,6 +27,7 @@ const (
ResourcePluralReplicationController = "replicationcontrollers"
ResourcePluralStatefulSet = "statefulsets"
ResourcePluralDaemonSet = "daemonsets"
ResourcePluralPod = "pods"
ResourcePluralPersistentVolumeClaim = "persistentvolumeclaims"
ResourcePluralAppBinding = "appbindings"
ResourcePluralDeploymentConfig = "deploymentconfigs"
Expand Down

0 comments on commit a132620

Please sign in to comment.