no longer needed

This commit is contained in:
jem 2022-02-03 21:10:50 +01:00
parent 46695be708
commit d7fc90b343
2 changed files with 0 additions and 4458 deletions

View file

@ -1,15 +0,0 @@
package org.domaindrivenarchitecture.provs.server.infrastructure.k3s
import kotlinx.serialization.Serializable
@Serializable
data class K3sSerial(
val fqdn: String,
val nodeIpv4: String,
val nodeIpv6: String? = null,
val loopbackIpv4: String? = null,
val loopbackIpv6: String? = null,
val reprovision: Boolean? = null
) {
}