Versions in this module Expand all Collapse all v0 v0.1.0 Dec 9, 2024 Changes in this version + type IPv4 struct + IP string + type Lab struct + Spec LabSpec + Status LabStatus + type LabDeleteStatus struct + DeleteAfter time.Time + Deleted bool + Error error + type LabServerSpec struct + Image string + Name string + ServerType string + type LabSpec struct + Location string + Provider string + Servers []*LabServerSpec + TTL string + Volumes []*LabVolumeSpec + type LabStatus struct + Created time.Time + DeleteAfter time.Time + Owner string + Servers []*Server + Status string + Volumes []*Volume + type LabVolumeSpec struct + Automount bool + Format string + Name string + Server string + Size int + type ObjectMeta struct + Labels map[string]string + Name string + type PublicNet struct + IPv4 ... + type Resource struct + Spec map[string]interface{} + type SSHKey struct + Spec SSHKeySpec + Status SSHKeyStatus + type SSHKeyDeleteStatus struct + DeleteAfter time.Time + Deleted bool + Error error + type SSHKeySpec struct + Labels map[string]string + PublicKey string + TTL string + type SSHKeyStatus struct + Created time.Time + DeleteAfter time.Time + Owner string + Status string + type Server struct + Spec ServerSpec + Status ServerStatus + type ServerDeleteStatus struct + DeleteAfter time.Time + Deleted bool + Error error + type ServerSpec struct + Image string + Labels map[string]string + Location string + Provider string + SSHKeyNames []string + ServerType string + TTL string + Volumes []*Volume + type ServerStatus struct + Cores int + Created time.Time + DeleteAfter time.Time + Disk int + Memory float32 + Owner string + PublicNet *PublicNet + Status string + type TypeMeta struct + APIVersion string + Kind string + type Volume struct + Spec VolumeSpec + Status VolumeStatus + type VolumeDeleteStatus struct + DeleteAfter time.Time + Deleted bool + Error error + type VolumeSpec struct + Automount bool + Format string + Labels map[string]string + Location string + Provider string + ServerID string + ServerName string + Size int + TTL string + type VolumeStatus struct + Created time.Time + DeleteAfter time.Time + Owner string + Status string