Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FactoryArgs ¶
type FactoryArgs struct { DockerRepo string DockerTag string ControllerImage string ImporterImage string ClonerImage string APIServerImage string UploadProxyImage string UploadServerImage string Verbosity string PullPolicy string Namespace string }
FactoryArgs contains the required parameters to generate all namespaced resources
type Resource ¶
Resource defines the interface for namespaced resources
func CreateAllResources ¶
func CreateAllResources(args *FactoryArgs) ([]Resource, error)
CreateAllResources creates all namespaced resources
func CreateResourceGroup ¶
func CreateResourceGroup(group string, args *FactoryArgs) ([]Resource, error)
CreateResourceGroup creates namespaced resources for a specific group/component
Click to show internal directories.
Click to hide internal directories.