freya.internal.crd.AnyCrList.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of freya_2.13 Show documentation
Show all versions of freya_2.13 Show documentation
Kubernetes Operator library for Scala
The newest version!
package freya.internal.crd
import com.fasterxml.jackson.databind.annotation.JsonDeserialize
import freya.watcher.AnyCustomResource
import io.fabric8.kubernetes.client.CustomResourceList
import io.fabric8.kubernetes.internal.KubernetesDeserializer
@JsonDeserialize(using = classOf[KubernetesDeserializer]) private[freya] class AnyCrList
extends CustomResourceList[AnyCustomResource]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy