Documentation ¶
Index ¶
Constants ¶
View Source
const ClusterTokenSecret = "kotsadm-cluster-token"
View Source
const KotsadmConfigMap = "kotsadm-confg"
View Source
const KotsadmKey = "kots.io/kotsadm"
View Source
const KotsadmLabelValue = "true"
View Source
const PrivateKotsadmRegistrySecret = "kotsadm-private-registry"
View Source
const VeleroKey = "velero.io/exclude-from-backup"
View Source
const VeleroLabelConsoleValue = "true"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteOptions ¶ added in v1.17.0
type DeleteOptions struct { }
type DeployOptions ¶
type DeployOptions struct { Namespace string KubernetesConfigFlags *genericclioptions.ConfigFlags Context string S3AccessKey string S3SecretKey string JWT string PostgresPassword string APIEncryptionKey string AutoCreateClusterToken string ServiceType string NodePort int32 ApplicationMetadata []byte LimitRange *corev1.LimitRange IsOpenShift bool License *kotsv1beta1.License ConfigValues *kotsv1beta1.ConfigValues StorageBaseURI string StorageBaseURIPlainHTTP bool IncludeMinio bool IncludeDockerDistribution bool Timeout time.Duration KotsadmOptions KotsadmOptions }
type ErrorTimeout ¶
type ErrorTimeout struct {
Message string
}
func (*ErrorTimeout) Error ¶
func (e *ErrorTimeout) Error() string
type KotsadmOptions ¶ added in v1.17.0
type PushKotsadmImagesOptions ¶ added in v1.17.0
type RestoreJobOptions ¶
type RestoreJobOptions struct {
BackupName string
}
type UpgradeOptions ¶
type UpgradeOptions struct { Namespace string KubernetesConfigFlags *genericclioptions.ConfigFlags ForceUpgradeKurl bool Timeout time.Duration KotsadmOptions KotsadmOptions }
Click to show internal directories.
Click to hide internal directories.