Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithHelmValues ¶
WithHelmValues adds helm values to the operator installation. If used several times, the helm values are merged together If the same values is defined several times the latter call will override the previous one. Accepts a string for single-line values (e.g. installCRDs: true) or a string literal in yaml format for multi-line values
func WithNamespace ¶
WithNamespace sets the namespace to deploy the agent to.
func WithOperatorFullImagePath ¶
WithOperatorFullImagePath sets the namespace to deploy the agent to.
func WithPulumiResourceOptions ¶
func WithPulumiResourceOptions(resources ...pulumi.ResourceOption) func(*Params) error
WithPulumiResourceOptions sets the resources to depend on.
Types ¶
type Params ¶
type Params struct { // OperatorFullImagePath is the full path of the operator image to use. OperatorFullImagePath string // Namespace is the namespace to deploy the operator to. Namespace string // HelmValues is the Helm values to use for the operator installation. HelmValues pulumi.AssetOrArchiveArray // PulumiResourceOptions is a list of resources to depend on. PulumiResourceOptions []pulumi.ResourceOption }
Click to show internal directories.
Click to hide internal directories.