Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { Name string `json:"name" yaml:"name"` InstallerSpec kurlv1beta1.InstallerSpec `json:"installerSpec" yaml:"installerSpec"` UpgradeSpec *kurlv1beta1.InstallerSpec `json:"upgradeSpec,omitempty" yaml:"upgradeSpec,omitempty"` SupportbundleSpec *troubleshootv1beta2.SupportBundle `json:"supportbundleSpec,omitempty" yaml:"supportbundleSpec,omitempty"` PostInstallScript string `json:"postInstallScript,omitempty" yaml:"postInstallScript,omitempty"` PostUpgradeScript string `json:"postUpgradeScript,omitempty" yaml:"postUpgradeScript,omitempty"` Airgap bool `json:"airgap,omitempty" yaml:"airgap,omitempty"` UnsupportedOSIDs []string `json:"unsupportedOSIDs,omitempty" yaml:"unsupportedOSIDs,omitempty"` }
type OperatingSystemImage ¶
type SchedulerOptions ¶
Click to show internal directories.
Click to hide internal directories.