Skip to content

Commit

Permalink
Create package.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
coralbg authored Sep 14, 2022
1 parent 9c7852d commit 2f2b9d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/src/main/scala/skuber/networking/v1/package.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package skuber.networking

import skuber.ListResource

package object v1 {
val ingressAPIVersion = "networking.k8s.io/v1"

type IngressList = ListResource[Ingress]
}

0 comments on commit 2f2b9d5

Please sign in to comment.