All Downloads are FREE. Search and download functionalities are using the official Maven repository.

freya.internal.crd.AnyCrList.scala Maven / Gradle / Ivy

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