Versions in this module Expand all Collapse all v1 v1.9.0 Jan 21, 2025 Changes in this version + type CustomizationLicenseDataMode string + const CustomizationLicenseDataModePerSeat + const CustomizationLicenseDataModePerServer + type DomainPasswordSecretKeySelector struct + Key string + Name string + func (in *DomainPasswordSecretKeySelector) DeepCopy() *DomainPasswordSecretKeySelector + func (in *DomainPasswordSecretKeySelector) DeepCopyInto(out *DomainPasswordSecretKeySelector) + type GUIRunOnce struct + Commands []string + func (in *GUIRunOnce) DeepCopy() *GUIRunOnce + func (in *GUIRunOnce) DeepCopyInto(out *GUIRunOnce) + type GUIUnattended struct + AutoLogon bool + AutoLogonCount int32 + Password *PasswordSecretKeySelector + TimeZone int32 + func (in *GUIUnattended) DeepCopy() *GUIUnattended + func (in *GUIUnattended) DeepCopyInto(out *GUIUnattended) + type Identification struct + DomainAdmin string + DomainAdminPassword *DomainPasswordSecretKeySelector + JoinWorkgroup string + func (in *Identification) DeepCopy() *Identification + func (in *Identification) DeepCopyInto(out *Identification) + type LicenseFilePrintData struct + AutoMode CustomizationLicenseDataMode + AutoUsers *int32 + func (in *LicenseFilePrintData) DeepCopy() *LicenseFilePrintData + func (in *LicenseFilePrintData) DeepCopyInto(out *LicenseFilePrintData) + type PasswordSecretKeySelector struct + Key string + Name string + func (in *PasswordSecretKeySelector) DeepCopy() *PasswordSecretKeySelector + func (in *PasswordSecretKeySelector) DeepCopyInto(out *PasswordSecretKeySelector) + type ProductIDSecretKeySelector struct + Key string + Name string + func (in *ProductIDSecretKeySelector) DeepCopy() *ProductIDSecretKeySelector + func (in *ProductIDSecretKeySelector) DeepCopyInto(out *ProductIDSecretKeySelector) + type Sysprep struct + GUIRunOnce *GUIRunOnce + GUIUnattended *GUIUnattended + Identification *Identification + LicenseFilePrintData *LicenseFilePrintData + UserData UserData + func (in *Sysprep) DeepCopy() *Sysprep + func (in *Sysprep) DeepCopyInto(out *Sysprep) + type UserData struct + FullName string + OrgName string + ProductID *ProductIDSecretKeySelector + func (in *UserData) DeepCopy() *UserData + func (in *UserData) DeepCopyInto(out *UserData) v1.9.0-p01 Aug 14, 2025