Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstallOptions ¶
type InstallOptions struct { Namespace string Image string BucketName string Prefix string ProviderName string PodAnnotations flag.Map DatamgrPodCPURequest string DatamgrPodMemRequest string DatamgrPodCPULimit string DatamgrPodMemLimit string SecretFile string NoSecret bool DryRun bool }
func NewInstallOptions ¶
func NewInstallOptions() *InstallOptions
func (*InstallOptions) AsDatamgrOptions ¶
func (o *InstallOptions) AsDatamgrOptions() (*install.DatamgrOptions, error)
AsVeleroOptions translates the values provided at the command line into values used to instantiate Kubernetes resources
func (*InstallOptions) BindFlags ¶
func (o *InstallOptions) BindFlags(flags *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.