Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CRDRetryInterval is the duration to wait while retrying for CRDs CRDRetryInterval = 4 * time.Second // CRDTimeout is the duration after which retry timeouts CRDTimeout = 30 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config defines the config for installation
func NewInstallSetup ¶
NewInstallSetup creates the installation setup struct which can be used for generating the config and client used during installation
Click to show internal directories.
Click to hide internal directories.