Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAllResources ¶
func CreateAllResources(args *FactoryArgs) ([]client.Object, error)
CreateAllResources creates all namespaced resources
func CreateResourceGroup ¶
func CreateResourceGroup(group string, args *FactoryArgs) ([]client.Object, error)
CreateResourceGroup creates namespaced resources for a specific group/component
Types ¶
type FactoryArgs ¶
type FactoryArgs struct { OperatorVersion string `required:"true" split_words:"true"` ControllerImage string `required:"true" split_words:"true"` DeployClusterResources string `required:"true" split_words:"true"` ImporterImage string `required:"true" split_words:"true"` ClonerImage string `required:"true" split_words:"true"` APIServerImage string `required:"true" envconfig:"apiserver_image"` UploadProxyImage string `required:"true" split_words:"true"` UploadServerImage string `required:"true" split_words:"true"` Verbosity string `required:"true"` PullPolicy string `required:"true" split_words:"true"` PriorityClassName string Namespace string InfraNodePlacement *sdkapi.NodePlacement }
FactoryArgs contains the required parameters to generate all namespaced resources
Click to show internal directories.
Click to hide internal directories.