Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TargetContext ¶
type TargetContext struct { Params TargetContextParams KluctlProject *kluctl_project.LoadedKluctlProject Target types.Target ClusterContext string DeploymentProject *deployment.DeploymentProject DeploymentCollection *deployment.DeploymentCollection }
func NewTargetContext ¶
func NewTargetContext(ctx context.Context, p *kluctl_project.LoadedKluctlProject, contextName string, k *k8s.K8sCluster, params TargetContextParams) (*TargetContext, error)
type TargetContextParams ¶
type TargetContextParams struct { TargetName string TargetNameOverride string ContextOverride string Discriminator string OfflineK8s bool K8sVersion string DryRun bool Images *deployment.Images Inclusion *utils.Inclusion HelmAuthProvider auth.HelmAuthProvider OciAuthProvider auth_provider.OciAuthProvider RenderOutputDir string }
Click to show internal directories.
Click to hide internal directories.