Versions in this module Expand all Collapse all v1 v1.9.0 Jan 21, 2025 Changes in this version + type CloudConfig struct + DefaultUserEnabled bool + RunCmd json.RawMessage + SSHPwdAuth *bool + Timezone string + Users []User + WriteFiles []WriteFile + func (in *CloudConfig) DeepCopy() *CloudConfig + func (in *CloudConfig) DeepCopyInto(out *CloudConfig) + type User struct + CreateGroups *bool + ExpireDate *string + Gecos *string + Groups []string + HashedPasswd *vmopv1common.SecretKeySelector + Homedir *string + Inactive *int32 + LockPasswd *bool + Name string + NoCreateHome *bool + NoLogInit *bool + NoUserGroup *bool + Passwd *vmopv1common.SecretKeySelector + PrimaryGroup *string + SELinuxUser *string + SSHAuthorizedKeys []string + SSHImportID []string + SSHRedirectUser *bool + Shell *string + SnapUser *string + Sudo *string + System *bool + UID *int64 + func (in *User) DeepCopy() *User + func (in *User) DeepCopyInto(out *User) + type WriteFile struct + Append bool + Content json.RawMessage + Defer bool + Encoding WriteFileEncoding + Owner string + Path string + Permissions string + func (in *WriteFile) DeepCopy() *WriteFile + func (in *WriteFile) DeepCopyInto(out *WriteFile) + type WriteFileEncoding string + const WriteFileEncodingFluffyB64 + const WriteFileEncodingFluffyBase64 + const WriteFileEncodingFluffyGz + const WriteFileEncodingFluffyGzip + const WriteFileEncodingGzB64 + const WriteFileEncodingGzBase64 + const WriteFileEncodingGzipB64 + const WriteFileEncodingGzipBase64 + const WriteFileEncodingTextPlain v1.9.0-p01 Aug 14, 2025