You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// genDataLoadValue generates configuration values for a DataLoad operation
// Parameters:
// - image: Container image to use for the data load operation
// - targetDataset: Target dataset object where data will be loaded
// - dataload: DataLoad custom resource specification
// Returns:
// - *cdataload.DataLoadValue: Fully populated configuration object for data loading
// - error: Any error that occurs during processing