no longer needed
This commit is contained in:
parent
46695be708
commit
d7fc90b343
2 changed files with 0 additions and 4458 deletions
|
@ -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
|
||||
) {
|
||||
|
||||
}
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue