Versions in this module Expand all Collapse all v0 v0.0.1 Oct 18, 2021 Changes in this version + func PkgVersion() (semver.Version, error) + type Autoscaling struct + Annotations map[string]string + ControllerAutoscalingBehavior *AutoscalingBehavior + Enabled *bool + MaxReplicas *int + MinReplicas *int + TargetCPUUtilizationPercentage *int + TargetMemoryUtilizationPercentage *int + type AutoscalingArgs struct + Annotations pulumi.StringMapInput + ControllerAutoscalingBehavior AutoscalingBehaviorPtrInput + Enabled pulumi.BoolPtrInput + MaxReplicas pulumi.IntPtrInput + MinReplicas pulumi.IntPtrInput + TargetCPUUtilizationPercentage pulumi.IntPtrInput + TargetMemoryUtilizationPercentage pulumi.IntPtrInput + func (AutoscalingArgs) ElementType() reflect.Type + func (i AutoscalingArgs) ToAutoscalingOutput() AutoscalingOutput + func (i AutoscalingArgs) ToAutoscalingOutputWithContext(ctx context.Context) AutoscalingOutput + func (i AutoscalingArgs) ToAutoscalingPtrOutput() AutoscalingPtrOutput + func (i AutoscalingArgs) ToAutoscalingPtrOutputWithContext(ctx context.Context) AutoscalingPtrOutput + type AutoscalingBehavior struct + ScaleDown *AutoscalingBehaviorScaling + ScaleUp *AutoscalingBehaviorScaling + type AutoscalingBehaviorArgs struct + ScaleDown AutoscalingBehaviorScalingPtrInput + ScaleUp AutoscalingBehaviorScalingPtrInput + func (AutoscalingBehaviorArgs) ElementType() reflect.Type + func (i AutoscalingBehaviorArgs) ToAutoscalingBehaviorOutput() AutoscalingBehaviorOutput + func (i AutoscalingBehaviorArgs) ToAutoscalingBehaviorOutputWithContext(ctx context.Context) AutoscalingBehaviorOutput + func (i AutoscalingBehaviorArgs) ToAutoscalingBehaviorPtrOutput() AutoscalingBehaviorPtrOutput + func (i AutoscalingBehaviorArgs) ToAutoscalingBehaviorPtrOutputWithContext(ctx context.Context) AutoscalingBehaviorPtrOutput + type AutoscalingBehaviorInput interface + ToAutoscalingBehaviorOutput func() AutoscalingBehaviorOutput + ToAutoscalingBehaviorOutputWithContext func(context.Context) AutoscalingBehaviorOutput + type AutoscalingBehaviorOutput struct + func (AutoscalingBehaviorOutput) ElementType() reflect.Type + func (o AutoscalingBehaviorOutput) ScaleDown() AutoscalingBehaviorScalingPtrOutput + func (o AutoscalingBehaviorOutput) ScaleUp() AutoscalingBehaviorScalingPtrOutput + func (o AutoscalingBehaviorOutput) ToAutoscalingBehaviorOutput() AutoscalingBehaviorOutput + func (o AutoscalingBehaviorOutput) ToAutoscalingBehaviorOutputWithContext(ctx context.Context) AutoscalingBehaviorOutput + func (o AutoscalingBehaviorOutput) ToAutoscalingBehaviorPtrOutput() AutoscalingBehaviorPtrOutput + func (o AutoscalingBehaviorOutput) ToAutoscalingBehaviorPtrOutputWithContext(ctx context.Context) AutoscalingBehaviorPtrOutput + type AutoscalingBehaviorPtrInput interface + ToAutoscalingBehaviorPtrOutput func() AutoscalingBehaviorPtrOutput + ToAutoscalingBehaviorPtrOutputWithContext func(context.Context) AutoscalingBehaviorPtrOutput + func AutoscalingBehaviorPtr(v *AutoscalingBehaviorArgs) AutoscalingBehaviorPtrInput + type AutoscalingBehaviorPtrOutput struct + func (AutoscalingBehaviorPtrOutput) ElementType() reflect.Type + func (o AutoscalingBehaviorPtrOutput) Elem() AutoscalingBehaviorOutput + func (o AutoscalingBehaviorPtrOutput) ScaleDown() AutoscalingBehaviorScalingPtrOutput + func (o AutoscalingBehaviorPtrOutput) ScaleUp() AutoscalingBehaviorScalingPtrOutput + func (o AutoscalingBehaviorPtrOutput) ToAutoscalingBehaviorPtrOutput() AutoscalingBehaviorPtrOutput + func (o AutoscalingBehaviorPtrOutput) ToAutoscalingBehaviorPtrOutputWithContext(ctx context.Context) AutoscalingBehaviorPtrOutput + type AutoscalingBehaviorScaling struct + Policies []AutoscalingBehaviorScalingPolicy + StabilizationWindowSeconds *int + type AutoscalingBehaviorScalingArgs struct + Policies AutoscalingBehaviorScalingPolicyArrayInput + StabilizationWindowSeconds pulumi.IntPtrInput + func (AutoscalingBehaviorScalingArgs) ElementType() reflect.Type + func (i AutoscalingBehaviorScalingArgs) ToAutoscalingBehaviorScalingOutput() AutoscalingBehaviorScalingOutput + func (i AutoscalingBehaviorScalingArgs) ToAutoscalingBehaviorScalingOutputWithContext(ctx context.Context) AutoscalingBehaviorScalingOutput + func (i AutoscalingBehaviorScalingArgs) ToAutoscalingBehaviorScalingPtrOutput() AutoscalingBehaviorScalingPtrOutput + func (i AutoscalingBehaviorScalingArgs) ToAutoscalingBehaviorScalingPtrOutputWithContext(ctx context.Context) AutoscalingBehaviorScalingPtrOutput + type AutoscalingBehaviorScalingInput interface + ToAutoscalingBehaviorScalingOutput func() AutoscalingBehaviorScalingOutput + ToAutoscalingBehaviorScalingOutputWithContext func(context.Context) AutoscalingBehaviorScalingOutput + type AutoscalingBehaviorScalingOutput struct + func (AutoscalingBehaviorScalingOutput) ElementType() reflect.Type + func (o AutoscalingBehaviorScalingOutput) Policies() AutoscalingBehaviorScalingPolicyArrayOutput + func (o AutoscalingBehaviorScalingOutput) StabilizationWindowSeconds() pulumi.IntPtrOutput + func (o AutoscalingBehaviorScalingOutput) ToAutoscalingBehaviorScalingOutput() AutoscalingBehaviorScalingOutput + func (o AutoscalingBehaviorScalingOutput) ToAutoscalingBehaviorScalingOutputWithContext(ctx context.Context) AutoscalingBehaviorScalingOutput + func (o AutoscalingBehaviorScalingOutput) ToAutoscalingBehaviorScalingPtrOutput() AutoscalingBehaviorScalingPtrOutput + func (o AutoscalingBehaviorScalingOutput) ToAutoscalingBehaviorScalingPtrOutputWithContext(ctx context.Context) AutoscalingBehaviorScalingPtrOutput + type AutoscalingBehaviorScalingPolicy struct + PeriodSeconds *int + Type *string + Value *int + type AutoscalingBehaviorScalingPolicyArgs struct + PeriodSeconds pulumi.IntPtrInput + Type pulumi.StringPtrInput + Value pulumi.IntPtrInput + func (AutoscalingBehaviorScalingPolicyArgs) ElementType() reflect.Type + func (i AutoscalingBehaviorScalingPolicyArgs) ToAutoscalingBehaviorScalingPolicyOutput() AutoscalingBehaviorScalingPolicyOutput + func (i AutoscalingBehaviorScalingPolicyArgs) ToAutoscalingBehaviorScalingPolicyOutputWithContext(ctx context.Context) AutoscalingBehaviorScalingPolicyOutput + type AutoscalingBehaviorScalingPolicyArray []AutoscalingBehaviorScalingPolicyInput + func (AutoscalingBehaviorScalingPolicyArray) ElementType() reflect.Type + func (i AutoscalingBehaviorScalingPolicyArray) ToAutoscalingBehaviorScalingPolicyArrayOutput() AutoscalingBehaviorScalingPolicyArrayOutput + func (i AutoscalingBehaviorScalingPolicyArray) ToAutoscalingBehaviorScalingPolicyArrayOutputWithContext(ctx context.Context) AutoscalingBehaviorScalingPolicyArrayOutput + type AutoscalingBehaviorScalingPolicyArrayInput interface + ToAutoscalingBehaviorScalingPolicyArrayOutput func() AutoscalingBehaviorScalingPolicyArrayOutput + ToAutoscalingBehaviorScalingPolicyArrayOutputWithContext func(context.Context) AutoscalingBehaviorScalingPolicyArrayOutput + type AutoscalingBehaviorScalingPolicyArrayOutput struct + func (AutoscalingBehaviorScalingPolicyArrayOutput) ElementType() reflect.Type + func (o AutoscalingBehaviorScalingPolicyArrayOutput) Index(i pulumi.IntInput) AutoscalingBehaviorScalingPolicyOutput + func (o AutoscalingBehaviorScalingPolicyArrayOutput) ToAutoscalingBehaviorScalingPolicyArrayOutput() AutoscalingBehaviorScalingPolicyArrayOutput + func (o AutoscalingBehaviorScalingPolicyArrayOutput) ToAutoscalingBehaviorScalingPolicyArrayOutputWithContext(ctx context.Context) AutoscalingBehaviorScalingPolicyArrayOutput + type AutoscalingBehaviorScalingPolicyInput interface + ToAutoscalingBehaviorScalingPolicyOutput func() AutoscalingBehaviorScalingPolicyOutput + ToAutoscalingBehaviorScalingPolicyOutputWithContext func(context.Context) AutoscalingBehaviorScalingPolicyOutput + type AutoscalingBehaviorScalingPolicyOutput struct + func (AutoscalingBehaviorScalingPolicyOutput) ElementType() reflect.Type + func (o AutoscalingBehaviorScalingPolicyOutput) PeriodSeconds() pulumi.IntPtrOutput + func (o AutoscalingBehaviorScalingPolicyOutput) ToAutoscalingBehaviorScalingPolicyOutput() AutoscalingBehaviorScalingPolicyOutput + func (o AutoscalingBehaviorScalingPolicyOutput) ToAutoscalingBehaviorScalingPolicyOutputWithContext(ctx context.Context) AutoscalingBehaviorScalingPolicyOutput + func (o AutoscalingBehaviorScalingPolicyOutput) Type() pulumi.StringPtrOutput + func (o AutoscalingBehaviorScalingPolicyOutput) Value() pulumi.IntPtrOutput + type AutoscalingBehaviorScalingPtrInput interface + ToAutoscalingBehaviorScalingPtrOutput func() AutoscalingBehaviorScalingPtrOutput + ToAutoscalingBehaviorScalingPtrOutputWithContext func(context.Context) AutoscalingBehaviorScalingPtrOutput + func AutoscalingBehaviorScalingPtr(v *AutoscalingBehaviorScalingArgs) AutoscalingBehaviorScalingPtrInput + type AutoscalingBehaviorScalingPtrOutput struct + func (AutoscalingBehaviorScalingPtrOutput) ElementType() reflect.Type + func (o AutoscalingBehaviorScalingPtrOutput) Elem() AutoscalingBehaviorScalingOutput + func (o AutoscalingBehaviorScalingPtrOutput) Policies() AutoscalingBehaviorScalingPolicyArrayOutput + func (o AutoscalingBehaviorScalingPtrOutput) StabilizationWindowSeconds() pulumi.IntPtrOutput + func (o AutoscalingBehaviorScalingPtrOutput) ToAutoscalingBehaviorScalingPtrOutput() AutoscalingBehaviorScalingPtrOutput + func (o AutoscalingBehaviorScalingPtrOutput) ToAutoscalingBehaviorScalingPtrOutputWithContext(ctx context.Context) AutoscalingBehaviorScalingPtrOutput + type AutoscalingInput interface + ToAutoscalingOutput func() AutoscalingOutput + ToAutoscalingOutputWithContext func(context.Context) AutoscalingOutput + type AutoscalingOutput struct + func (AutoscalingOutput) ElementType() reflect.Type + func (o AutoscalingOutput) Annotations() pulumi.StringMapOutput + func (o AutoscalingOutput) ControllerAutoscalingBehavior() AutoscalingBehaviorPtrOutput + func (o AutoscalingOutput) Enabled() pulumi.BoolPtrOutput + func (o AutoscalingOutput) MaxReplicas() pulumi.IntPtrOutput + func (o AutoscalingOutput) MinReplicas() pulumi.IntPtrOutput + func (o AutoscalingOutput) TargetCPUUtilizationPercentage() pulumi.IntPtrOutput + func (o AutoscalingOutput) TargetMemoryUtilizationPercentage() pulumi.IntPtrOutput + func (o AutoscalingOutput) ToAutoscalingOutput() AutoscalingOutput + func (o AutoscalingOutput) ToAutoscalingOutputWithContext(ctx context.Context) AutoscalingOutput + func (o AutoscalingOutput) ToAutoscalingPtrOutput() AutoscalingPtrOutput + func (o AutoscalingOutput) ToAutoscalingPtrOutputWithContext(ctx context.Context) AutoscalingPtrOutput + type AutoscalingPtrInput interface + ToAutoscalingPtrOutput func() AutoscalingPtrOutput + ToAutoscalingPtrOutputWithContext func(context.Context) AutoscalingPtrOutput + func AutoscalingPtr(v *AutoscalingArgs) AutoscalingPtrInput + type AutoscalingPtrOutput struct + func (AutoscalingPtrOutput) ElementType() reflect.Type + func (o AutoscalingPtrOutput) Annotations() pulumi.StringMapOutput + func (o AutoscalingPtrOutput) ControllerAutoscalingBehavior() AutoscalingBehaviorPtrOutput + func (o AutoscalingPtrOutput) Elem() AutoscalingOutput + func (o AutoscalingPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o AutoscalingPtrOutput) MaxReplicas() pulumi.IntPtrOutput + func (o AutoscalingPtrOutput) MinReplicas() pulumi.IntPtrOutput + func (o AutoscalingPtrOutput) TargetCPUUtilizationPercentage() pulumi.IntPtrOutput + func (o AutoscalingPtrOutput) TargetMemoryUtilizationPercentage() pulumi.IntPtrOutput + func (o AutoscalingPtrOutput) ToAutoscalingPtrOutput() AutoscalingPtrOutput + func (o AutoscalingPtrOutput) ToAutoscalingPtrOutputWithContext(ctx context.Context) AutoscalingPtrOutput + type AutoscalingTemplate struct + Pods *AutoscalingTemplatePods + Type *string + type AutoscalingTemplateArgs struct + Pods AutoscalingTemplatePodsPtrInput + Type pulumi.StringPtrInput + func (AutoscalingTemplateArgs) ElementType() reflect.Type + func (i AutoscalingTemplateArgs) ToAutoscalingTemplateOutput() AutoscalingTemplateOutput + func (i AutoscalingTemplateArgs) ToAutoscalingTemplateOutputWithContext(ctx context.Context) AutoscalingTemplateOutput + type AutoscalingTemplateArray []AutoscalingTemplateInput + func (AutoscalingTemplateArray) ElementType() reflect.Type + func (i AutoscalingTemplateArray) ToAutoscalingTemplateArrayOutput() AutoscalingTemplateArrayOutput + func (i AutoscalingTemplateArray) ToAutoscalingTemplateArrayOutputWithContext(ctx context.Context) AutoscalingTemplateArrayOutput + type AutoscalingTemplateArrayInput interface + ToAutoscalingTemplateArrayOutput func() AutoscalingTemplateArrayOutput + ToAutoscalingTemplateArrayOutputWithContext func(context.Context) AutoscalingTemplateArrayOutput + type AutoscalingTemplateArrayOutput struct + func (AutoscalingTemplateArrayOutput) ElementType() reflect.Type + func (o AutoscalingTemplateArrayOutput) Index(i pulumi.IntInput) AutoscalingTemplateOutput + func (o AutoscalingTemplateArrayOutput) ToAutoscalingTemplateArrayOutput() AutoscalingTemplateArrayOutput + func (o AutoscalingTemplateArrayOutput) ToAutoscalingTemplateArrayOutputWithContext(ctx context.Context) AutoscalingTemplateArrayOutput + type AutoscalingTemplateInput interface + ToAutoscalingTemplateOutput func() AutoscalingTemplateOutput + ToAutoscalingTemplateOutputWithContext func(context.Context) AutoscalingTemplateOutput + type AutoscalingTemplateOutput struct + func (AutoscalingTemplateOutput) ElementType() reflect.Type + func (o AutoscalingTemplateOutput) Pods() AutoscalingTemplatePodsPtrOutput + func (o AutoscalingTemplateOutput) ToAutoscalingTemplateOutput() AutoscalingTemplateOutput + func (o AutoscalingTemplateOutput) ToAutoscalingTemplateOutputWithContext(ctx context.Context) AutoscalingTemplateOutput + func (o AutoscalingTemplateOutput) Type() pulumi.StringPtrOutput + type AutoscalingTemplatePods struct + Metric *AutoscalingTemplatePodsMetric + Target *AutoscalingTemplatePodsTarget + type AutoscalingTemplatePodsArgs struct + Metric AutoscalingTemplatePodsMetricPtrInput + Target AutoscalingTemplatePodsTargetPtrInput + func (AutoscalingTemplatePodsArgs) ElementType() reflect.Type + func (i AutoscalingTemplatePodsArgs) ToAutoscalingTemplatePodsOutput() AutoscalingTemplatePodsOutput + func (i AutoscalingTemplatePodsArgs) ToAutoscalingTemplatePodsOutputWithContext(ctx context.Context) AutoscalingTemplatePodsOutput + func (i AutoscalingTemplatePodsArgs) ToAutoscalingTemplatePodsPtrOutput() AutoscalingTemplatePodsPtrOutput + func (i AutoscalingTemplatePodsArgs) ToAutoscalingTemplatePodsPtrOutputWithContext(ctx context.Context) AutoscalingTemplatePodsPtrOutput + type AutoscalingTemplatePodsInput interface + ToAutoscalingTemplatePodsOutput func() AutoscalingTemplatePodsOutput + ToAutoscalingTemplatePodsOutputWithContext func(context.Context) AutoscalingTemplatePodsOutput + type AutoscalingTemplatePodsMetric struct + Name *string + type AutoscalingTemplatePodsMetricArgs struct + Name pulumi.StringPtrInput + func (AutoscalingTemplatePodsMetricArgs) ElementType() reflect.Type + func (i AutoscalingTemplatePodsMetricArgs) ToAutoscalingTemplatePodsMetricOutput() AutoscalingTemplatePodsMetricOutput + func (i AutoscalingTemplatePodsMetricArgs) ToAutoscalingTemplatePodsMetricOutputWithContext(ctx context.Context) AutoscalingTemplatePodsMetricOutput + func (i AutoscalingTemplatePodsMetricArgs) ToAutoscalingTemplatePodsMetricPtrOutput() AutoscalingTemplatePodsMetricPtrOutput + func (i AutoscalingTemplatePodsMetricArgs) ToAutoscalingTemplatePodsMetricPtrOutputWithContext(ctx context.Context) AutoscalingTemplatePodsMetricPtrOutput + type AutoscalingTemplatePodsMetricInput interface + ToAutoscalingTemplatePodsMetricOutput func() AutoscalingTemplatePodsMetricOutput + ToAutoscalingTemplatePodsMetricOutputWithContext func(context.Context) AutoscalingTemplatePodsMetricOutput + type AutoscalingTemplatePodsMetricOutput struct + func (AutoscalingTemplatePodsMetricOutput) ElementType() reflect.Type + func (o AutoscalingTemplatePodsMetricOutput) Name() pulumi.StringPtrOutput + func (o AutoscalingTemplatePodsMetricOutput) ToAutoscalingTemplatePodsMetricOutput() AutoscalingTemplatePodsMetricOutput + func (o AutoscalingTemplatePodsMetricOutput) ToAutoscalingTemplatePodsMetricOutputWithContext(ctx context.Context) AutoscalingTemplatePodsMetricOutput + func (o AutoscalingTemplatePodsMetricOutput) ToAutoscalingTemplatePodsMetricPtrOutput() AutoscalingTemplatePodsMetricPtrOutput + func (o AutoscalingTemplatePodsMetricOutput) ToAutoscalingTemplatePodsMetricPtrOutputWithContext(ctx context.Context) AutoscalingTemplatePodsMetricPtrOutput + type AutoscalingTemplatePodsMetricPtrInput interface + ToAutoscalingTemplatePodsMetricPtrOutput func() AutoscalingTemplatePodsMetricPtrOutput + ToAutoscalingTemplatePodsMetricPtrOutputWithContext func(context.Context) AutoscalingTemplatePodsMetricPtrOutput + func AutoscalingTemplatePodsMetricPtr(v *AutoscalingTemplatePodsMetricArgs) AutoscalingTemplatePodsMetricPtrInput + type AutoscalingTemplatePodsMetricPtrOutput struct + func (AutoscalingTemplatePodsMetricPtrOutput) ElementType() reflect.Type + func (o AutoscalingTemplatePodsMetricPtrOutput) Elem() AutoscalingTemplatePodsMetricOutput + func (o AutoscalingTemplatePodsMetricPtrOutput) Name() pulumi.StringPtrOutput + func (o AutoscalingTemplatePodsMetricPtrOutput) ToAutoscalingTemplatePodsMetricPtrOutput() AutoscalingTemplatePodsMetricPtrOutput + func (o AutoscalingTemplatePodsMetricPtrOutput) ToAutoscalingTemplatePodsMetricPtrOutputWithContext(ctx context.Context) AutoscalingTemplatePodsMetricPtrOutput + type AutoscalingTemplatePodsOutput struct + func (AutoscalingTemplatePodsOutput) ElementType() reflect.Type + func (o AutoscalingTemplatePodsOutput) Metric() AutoscalingTemplatePodsMetricPtrOutput + func (o AutoscalingTemplatePodsOutput) Target() AutoscalingTemplatePodsTargetPtrOutput + func (o AutoscalingTemplatePodsOutput) ToAutoscalingTemplatePodsOutput() AutoscalingTemplatePodsOutput + func (o AutoscalingTemplatePodsOutput) ToAutoscalingTemplatePodsOutputWithContext(ctx context.Context) AutoscalingTemplatePodsOutput + func (o AutoscalingTemplatePodsOutput) ToAutoscalingTemplatePodsPtrOutput() AutoscalingTemplatePodsPtrOutput + func (o AutoscalingTemplatePodsOutput) ToAutoscalingTemplatePodsPtrOutputWithContext(ctx context.Context) AutoscalingTemplatePodsPtrOutput + type AutoscalingTemplatePodsPtrInput interface + ToAutoscalingTemplatePodsPtrOutput func() AutoscalingTemplatePodsPtrOutput + ToAutoscalingTemplatePodsPtrOutputWithContext func(context.Context) AutoscalingTemplatePodsPtrOutput + func AutoscalingTemplatePodsPtr(v *AutoscalingTemplatePodsArgs) AutoscalingTemplatePodsPtrInput + type AutoscalingTemplatePodsPtrOutput struct + func (AutoscalingTemplatePodsPtrOutput) ElementType() reflect.Type + func (o AutoscalingTemplatePodsPtrOutput) Elem() AutoscalingTemplatePodsOutput + func (o AutoscalingTemplatePodsPtrOutput) Metric() AutoscalingTemplatePodsMetricPtrOutput + func (o AutoscalingTemplatePodsPtrOutput) Target() AutoscalingTemplatePodsTargetPtrOutput + func (o AutoscalingTemplatePodsPtrOutput) ToAutoscalingTemplatePodsPtrOutput() AutoscalingTemplatePodsPtrOutput + func (o AutoscalingTemplatePodsPtrOutput) ToAutoscalingTemplatePodsPtrOutputWithContext(ctx context.Context) AutoscalingTemplatePodsPtrOutput + type AutoscalingTemplatePodsTarget struct + AverageValue *string + Type *string + type AutoscalingTemplatePodsTargetArgs struct + AverageValue pulumi.StringPtrInput + Type pulumi.StringPtrInput + func (AutoscalingTemplatePodsTargetArgs) ElementType() reflect.Type + func (i AutoscalingTemplatePodsTargetArgs) ToAutoscalingTemplatePodsTargetOutput() AutoscalingTemplatePodsTargetOutput + func (i AutoscalingTemplatePodsTargetArgs) ToAutoscalingTemplatePodsTargetOutputWithContext(ctx context.Context) AutoscalingTemplatePodsTargetOutput + func (i AutoscalingTemplatePodsTargetArgs) ToAutoscalingTemplatePodsTargetPtrOutput() AutoscalingTemplatePodsTargetPtrOutput + func (i AutoscalingTemplatePodsTargetArgs) ToAutoscalingTemplatePodsTargetPtrOutputWithContext(ctx context.Context) AutoscalingTemplatePodsTargetPtrOutput + type AutoscalingTemplatePodsTargetInput interface + ToAutoscalingTemplatePodsTargetOutput func() AutoscalingTemplatePodsTargetOutput + ToAutoscalingTemplatePodsTargetOutputWithContext func(context.Context) AutoscalingTemplatePodsTargetOutput + type AutoscalingTemplatePodsTargetOutput struct + func (AutoscalingTemplatePodsTargetOutput) ElementType() reflect.Type + func (o AutoscalingTemplatePodsTargetOutput) AverageValue() pulumi.StringPtrOutput + func (o AutoscalingTemplatePodsTargetOutput) ToAutoscalingTemplatePodsTargetOutput() AutoscalingTemplatePodsTargetOutput + func (o AutoscalingTemplatePodsTargetOutput) ToAutoscalingTemplatePodsTargetOutputWithContext(ctx context.Context) AutoscalingTemplatePodsTargetOutput + func (o AutoscalingTemplatePodsTargetOutput) ToAutoscalingTemplatePodsTargetPtrOutput() AutoscalingTemplatePodsTargetPtrOutput + func (o AutoscalingTemplatePodsTargetOutput) ToAutoscalingTemplatePodsTargetPtrOutputWithContext(ctx context.Context) AutoscalingTemplatePodsTargetPtrOutput + func (o AutoscalingTemplatePodsTargetOutput) Type() pulumi.StringPtrOutput + type AutoscalingTemplatePodsTargetPtrInput interface + ToAutoscalingTemplatePodsTargetPtrOutput func() AutoscalingTemplatePodsTargetPtrOutput + ToAutoscalingTemplatePodsTargetPtrOutputWithContext func(context.Context) AutoscalingTemplatePodsTargetPtrOutput + func AutoscalingTemplatePodsTargetPtr(v *AutoscalingTemplatePodsTargetArgs) AutoscalingTemplatePodsTargetPtrInput + type AutoscalingTemplatePodsTargetPtrOutput struct + func (AutoscalingTemplatePodsTargetPtrOutput) ElementType() reflect.Type + func (o AutoscalingTemplatePodsTargetPtrOutput) AverageValue() pulumi.StringPtrOutput + func (o AutoscalingTemplatePodsTargetPtrOutput) Elem() AutoscalingTemplatePodsTargetOutput + func (o AutoscalingTemplatePodsTargetPtrOutput) ToAutoscalingTemplatePodsTargetPtrOutput() AutoscalingTemplatePodsTargetPtrOutput + func (o AutoscalingTemplatePodsTargetPtrOutput) ToAutoscalingTemplatePodsTargetPtrOutputWithContext(ctx context.Context) AutoscalingTemplatePodsTargetPtrOutput + func (o AutoscalingTemplatePodsTargetPtrOutput) Type() pulumi.StringPtrOutput + type ContollerAdmissionWebhooks struct + Annotations map[string]map[string]string + Certificate *string + CreateSecretJob *ControllerAdmissionWebhooksCreateSecretJob + Enabled *bool + ExistingPsp *string + FailurePolicy *string + Key *string + NamespaceSelector map[string]map[string]string + ObjectSelector map[string]map[string]string + Patch *ControllerAdmissionWebhooksPatch + PatchWebhookJob *ControllerAdmissionWebhooksPatchWebhbookJob + Port *int + Service *ControllerAdmissionWebhooksService + TimeoutSeconds *int + type ContollerAdmissionWebhooksArgs struct + Annotations pulumi.StringMapMapInput + Certificate pulumi.StringPtrInput + CreateSecretJob ControllerAdmissionWebhooksCreateSecretJobPtrInput + Enabled pulumi.BoolPtrInput + ExistingPsp pulumi.StringPtrInput + FailurePolicy pulumi.StringPtrInput + Key pulumi.StringPtrInput + NamespaceSelector pulumi.StringMapMapInput + ObjectSelector pulumi.StringMapMapInput + Patch ControllerAdmissionWebhooksPatchPtrInput + PatchWebhookJob ControllerAdmissionWebhooksPatchWebhbookJobPtrInput + Port pulumi.IntPtrInput + Service ControllerAdmissionWebhooksServicePtrInput + TimeoutSeconds pulumi.IntPtrInput + func (ContollerAdmissionWebhooksArgs) ElementType() reflect.Type + func (i ContollerAdmissionWebhooksArgs) ToContollerAdmissionWebhooksOutput() ContollerAdmissionWebhooksOutput + func (i ContollerAdmissionWebhooksArgs) ToContollerAdmissionWebhooksOutputWithContext(ctx context.Context) ContollerAdmissionWebhooksOutput + func (i ContollerAdmissionWebhooksArgs) ToContollerAdmissionWebhooksPtrOutput() ContollerAdmissionWebhooksPtrOutput + func (i ContollerAdmissionWebhooksArgs) ToContollerAdmissionWebhooksPtrOutputWithContext(ctx context.Context) ContollerAdmissionWebhooksPtrOutput + type ContollerAdmissionWebhooksInput interface + ToContollerAdmissionWebhooksOutput func() ContollerAdmissionWebhooksOutput + ToContollerAdmissionWebhooksOutputWithContext func(context.Context) ContollerAdmissionWebhooksOutput + type ContollerAdmissionWebhooksOutput struct + func (ContollerAdmissionWebhooksOutput) ElementType() reflect.Type + func (o ContollerAdmissionWebhooksOutput) Annotations() pulumi.StringMapMapOutput + func (o ContollerAdmissionWebhooksOutput) Certificate() pulumi.StringPtrOutput + func (o ContollerAdmissionWebhooksOutput) CreateSecretJob() ControllerAdmissionWebhooksCreateSecretJobPtrOutput + func (o ContollerAdmissionWebhooksOutput) Enabled() pulumi.BoolPtrOutput + func (o ContollerAdmissionWebhooksOutput) ExistingPsp() pulumi.StringPtrOutput + func (o ContollerAdmissionWebhooksOutput) FailurePolicy() pulumi.StringPtrOutput + func (o ContollerAdmissionWebhooksOutput) Key() pulumi.StringPtrOutput + func (o ContollerAdmissionWebhooksOutput) NamespaceSelector() pulumi.StringMapMapOutput + func (o ContollerAdmissionWebhooksOutput) ObjectSelector() pulumi.StringMapMapOutput + func (o ContollerAdmissionWebhooksOutput) Patch() ControllerAdmissionWebhooksPatchPtrOutput + func (o ContollerAdmissionWebhooksOutput) PatchWebhookJob() ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + func (o ContollerAdmissionWebhooksOutput) Port() pulumi.IntPtrOutput + func (o ContollerAdmissionWebhooksOutput) Service() ControllerAdmissionWebhooksServicePtrOutput + func (o ContollerAdmissionWebhooksOutput) TimeoutSeconds() pulumi.IntPtrOutput + func (o ContollerAdmissionWebhooksOutput) ToContollerAdmissionWebhooksOutput() ContollerAdmissionWebhooksOutput + func (o ContollerAdmissionWebhooksOutput) ToContollerAdmissionWebhooksOutputWithContext(ctx context.Context) ContollerAdmissionWebhooksOutput + func (o ContollerAdmissionWebhooksOutput) ToContollerAdmissionWebhooksPtrOutput() ContollerAdmissionWebhooksPtrOutput + func (o ContollerAdmissionWebhooksOutput) ToContollerAdmissionWebhooksPtrOutputWithContext(ctx context.Context) ContollerAdmissionWebhooksPtrOutput + type ContollerAdmissionWebhooksPtrInput interface + ToContollerAdmissionWebhooksPtrOutput func() ContollerAdmissionWebhooksPtrOutput + ToContollerAdmissionWebhooksPtrOutputWithContext func(context.Context) ContollerAdmissionWebhooksPtrOutput + func ContollerAdmissionWebhooksPtr(v *ContollerAdmissionWebhooksArgs) ContollerAdmissionWebhooksPtrInput + type ContollerAdmissionWebhooksPtrOutput struct + func (ContollerAdmissionWebhooksPtrOutput) ElementType() reflect.Type + func (o ContollerAdmissionWebhooksPtrOutput) Annotations() pulumi.StringMapMapOutput + func (o ContollerAdmissionWebhooksPtrOutput) Certificate() pulumi.StringPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) CreateSecretJob() ControllerAdmissionWebhooksCreateSecretJobPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) Elem() ContollerAdmissionWebhooksOutput + func (o ContollerAdmissionWebhooksPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) ExistingPsp() pulumi.StringPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) FailurePolicy() pulumi.StringPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) Key() pulumi.StringPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) NamespaceSelector() pulumi.StringMapMapOutput + func (o ContollerAdmissionWebhooksPtrOutput) ObjectSelector() pulumi.StringMapMapOutput + func (o ContollerAdmissionWebhooksPtrOutput) Patch() ControllerAdmissionWebhooksPatchPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) PatchWebhookJob() ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) Port() pulumi.IntPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) Service() ControllerAdmissionWebhooksServicePtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) TimeoutSeconds() pulumi.IntPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) ToContollerAdmissionWebhooksPtrOutput() ContollerAdmissionWebhooksPtrOutput + func (o ContollerAdmissionWebhooksPtrOutput) ToContollerAdmissionWebhooksPtrOutputWithContext(ctx context.Context) ContollerAdmissionWebhooksPtrOutput + type Controller struct + AddHeaders map[string]map[string]string + AdmissionWebhooks *ContollerAdmissionWebhooks + Affinity *corev1.Affinity + AllowSnippetAnnotations *bool + Annotations map[string]string + Autoscaling *Autoscaling + AutoscalingTemplate []AutoscalingTemplate + Config map[string]map[string]string + ConfigAnnotations map[string]map[string]string + ConfigMapNamespace *string + ContainerName *string + ContainerPort *ControllerPort + CustomTemplate *ControllerCustomTemplate + DnsConfig map[string]map[string]string + DnsPolicy *string + ElectionID *string + EnableMimalloc *bool + ExistingPsp *string + ExtraArgs map[string]map[string]string + ExtraContainers []corev1.Container + ExtraEnvs []corev1.EnvVar + ExtraInitContainers []corev1.Container + ExtraVolumeMounts []corev1.VolumeMount + ExtraVolumes []corev1.Volume + HealthCheckPath *string + HeathCheckHost *string + HostNetwork *bool + HostPort *ControllerHostPort + Hostname map[string]map[string]string + Image *ControllerImage + IngressClassByName *bool + IngressClassResource *ControllerIngressClassResource + Keda *Keda + Kind *string + Lifecycle *corev1.Lifecycle + LivenessProbe *corev1.Probe + MaxmindLicenseKey *string + Metrics *ControllerMetrics + MinAvailable *int + MinReadySeconds *int + Name *string + NodeSelector map[string]string + PodAnnotations map[string]string + PodLabels map[string]map[string]string + PodSecurityContext *corev1.PodSecurityContext + PriorityClassName *string + ProxySetHeaders map[string]map[string]string + PublishService *ControllerPublishService + ReadinessProbe *corev1.Probe + ReplicaCount *int + ReportNodeInternalIp *bool + Resources *corev1.ResourceRequirements + Scope *ControllerScope + Service *ControllerService + StartupProbe *corev1.Probe + Sysctls map[string]map[string]string + Tcp *ControllerTcp + TerminateGracePeriodSeconds *int + Tolerations *corev1.Toleration + TopologySpreadConstraints []corev1.TopologySpreadConstraint + Udp *ControllerUdp + UpdateStrategy *ControllerUpdateStrategy + WatchIngressWithoutClass *bool + type ControllerAdmissionWebhooksCreateSecretJob struct + Resources *corev1.ResourceRequirements + type ControllerAdmissionWebhooksCreateSecretJobArgs struct + Resources corev1.ResourceRequirementsPtrInput + func (ControllerAdmissionWebhooksCreateSecretJobArgs) ElementType() reflect.Type + func (i ControllerAdmissionWebhooksCreateSecretJobArgs) ToControllerAdmissionWebhooksCreateSecretJobOutput() ControllerAdmissionWebhooksCreateSecretJobOutput + func (i ControllerAdmissionWebhooksCreateSecretJobArgs) ToControllerAdmissionWebhooksCreateSecretJobOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksCreateSecretJobOutput + func (i ControllerAdmissionWebhooksCreateSecretJobArgs) ToControllerAdmissionWebhooksCreateSecretJobPtrOutput() ControllerAdmissionWebhooksCreateSecretJobPtrOutput + func (i ControllerAdmissionWebhooksCreateSecretJobArgs) ToControllerAdmissionWebhooksCreateSecretJobPtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksCreateSecretJobPtrOutput + type ControllerAdmissionWebhooksCreateSecretJobInput interface + ToControllerAdmissionWebhooksCreateSecretJobOutput func() ControllerAdmissionWebhooksCreateSecretJobOutput + ToControllerAdmissionWebhooksCreateSecretJobOutputWithContext func(context.Context) ControllerAdmissionWebhooksCreateSecretJobOutput + type ControllerAdmissionWebhooksCreateSecretJobOutput struct + func (ControllerAdmissionWebhooksCreateSecretJobOutput) ElementType() reflect.Type + func (o ControllerAdmissionWebhooksCreateSecretJobOutput) Resources() corev1.ResourceRequirementsPtrOutput + func (o ControllerAdmissionWebhooksCreateSecretJobOutput) ToControllerAdmissionWebhooksCreateSecretJobOutput() ControllerAdmissionWebhooksCreateSecretJobOutput + func (o ControllerAdmissionWebhooksCreateSecretJobOutput) ToControllerAdmissionWebhooksCreateSecretJobOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksCreateSecretJobOutput + func (o ControllerAdmissionWebhooksCreateSecretJobOutput) ToControllerAdmissionWebhooksCreateSecretJobPtrOutput() ControllerAdmissionWebhooksCreateSecretJobPtrOutput + func (o ControllerAdmissionWebhooksCreateSecretJobOutput) ToControllerAdmissionWebhooksCreateSecretJobPtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksCreateSecretJobPtrOutput + type ControllerAdmissionWebhooksCreateSecretJobPtrInput interface + ToControllerAdmissionWebhooksCreateSecretJobPtrOutput func() ControllerAdmissionWebhooksCreateSecretJobPtrOutput + ToControllerAdmissionWebhooksCreateSecretJobPtrOutputWithContext func(context.Context) ControllerAdmissionWebhooksCreateSecretJobPtrOutput + func ControllerAdmissionWebhooksCreateSecretJobPtr(v *ControllerAdmissionWebhooksCreateSecretJobArgs) ControllerAdmissionWebhooksCreateSecretJobPtrInput + type ControllerAdmissionWebhooksCreateSecretJobPtrOutput struct + func (ControllerAdmissionWebhooksCreateSecretJobPtrOutput) ElementType() reflect.Type + func (o ControllerAdmissionWebhooksCreateSecretJobPtrOutput) Elem() ControllerAdmissionWebhooksCreateSecretJobOutput + func (o ControllerAdmissionWebhooksCreateSecretJobPtrOutput) Resources() corev1.ResourceRequirementsPtrOutput + func (o ControllerAdmissionWebhooksCreateSecretJobPtrOutput) ToControllerAdmissionWebhooksCreateSecretJobPtrOutput() ControllerAdmissionWebhooksCreateSecretJobPtrOutput + func (o ControllerAdmissionWebhooksCreateSecretJobPtrOutput) ToControllerAdmissionWebhooksCreateSecretJobPtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksCreateSecretJobPtrOutput + type ControllerAdmissionWebhooksPatch struct + Enabled *bool + Image *ControllerImage + NodeSelector map[string]string + PodAnnotations map[string]map[string]string + PriorityClassName *string + RunAsUser *int + Tolerations []corev1.Toleration + type ControllerAdmissionWebhooksPatchArgs struct + Enabled pulumi.BoolPtrInput + Image ControllerImagePtrInput + NodeSelector pulumi.StringMapInput + PodAnnotations pulumi.StringMapMapInput + PriorityClassName pulumi.StringPtrInput + RunAsUser pulumi.IntPtrInput + Tolerations corev1.TolerationArrayInput + func (ControllerAdmissionWebhooksPatchArgs) ElementType() reflect.Type + func (i ControllerAdmissionWebhooksPatchArgs) ToControllerAdmissionWebhooksPatchOutput() ControllerAdmissionWebhooksPatchOutput + func (i ControllerAdmissionWebhooksPatchArgs) ToControllerAdmissionWebhooksPatchOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchOutput + func (i ControllerAdmissionWebhooksPatchArgs) ToControllerAdmissionWebhooksPatchPtrOutput() ControllerAdmissionWebhooksPatchPtrOutput + func (i ControllerAdmissionWebhooksPatchArgs) ToControllerAdmissionWebhooksPatchPtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchPtrOutput + type ControllerAdmissionWebhooksPatchInput interface + ToControllerAdmissionWebhooksPatchOutput func() ControllerAdmissionWebhooksPatchOutput + ToControllerAdmissionWebhooksPatchOutputWithContext func(context.Context) ControllerAdmissionWebhooksPatchOutput + type ControllerAdmissionWebhooksPatchOutput struct + func (ControllerAdmissionWebhooksPatchOutput) ElementType() reflect.Type + func (o ControllerAdmissionWebhooksPatchOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerAdmissionWebhooksPatchOutput) Image() ControllerImagePtrOutput + func (o ControllerAdmissionWebhooksPatchOutput) NodeSelector() pulumi.StringMapOutput + func (o ControllerAdmissionWebhooksPatchOutput) PodAnnotations() pulumi.StringMapMapOutput + func (o ControllerAdmissionWebhooksPatchOutput) PriorityClassName() pulumi.StringPtrOutput + func (o ControllerAdmissionWebhooksPatchOutput) RunAsUser() pulumi.IntPtrOutput + func (o ControllerAdmissionWebhooksPatchOutput) ToControllerAdmissionWebhooksPatchOutput() ControllerAdmissionWebhooksPatchOutput + func (o ControllerAdmissionWebhooksPatchOutput) ToControllerAdmissionWebhooksPatchOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchOutput + func (o ControllerAdmissionWebhooksPatchOutput) ToControllerAdmissionWebhooksPatchPtrOutput() ControllerAdmissionWebhooksPatchPtrOutput + func (o ControllerAdmissionWebhooksPatchOutput) ToControllerAdmissionWebhooksPatchPtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchPtrOutput + func (o ControllerAdmissionWebhooksPatchOutput) Tolerations() corev1.TolerationArrayOutput + type ControllerAdmissionWebhooksPatchPtrInput interface + ToControllerAdmissionWebhooksPatchPtrOutput func() ControllerAdmissionWebhooksPatchPtrOutput + ToControllerAdmissionWebhooksPatchPtrOutputWithContext func(context.Context) ControllerAdmissionWebhooksPatchPtrOutput + func ControllerAdmissionWebhooksPatchPtr(v *ControllerAdmissionWebhooksPatchArgs) ControllerAdmissionWebhooksPatchPtrInput + type ControllerAdmissionWebhooksPatchPtrOutput struct + func (ControllerAdmissionWebhooksPatchPtrOutput) ElementType() reflect.Type + func (o ControllerAdmissionWebhooksPatchPtrOutput) Elem() ControllerAdmissionWebhooksPatchOutput + func (o ControllerAdmissionWebhooksPatchPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerAdmissionWebhooksPatchPtrOutput) Image() ControllerImagePtrOutput + func (o ControllerAdmissionWebhooksPatchPtrOutput) NodeSelector() pulumi.StringMapOutput + func (o ControllerAdmissionWebhooksPatchPtrOutput) PodAnnotations() pulumi.StringMapMapOutput + func (o ControllerAdmissionWebhooksPatchPtrOutput) PriorityClassName() pulumi.StringPtrOutput + func (o ControllerAdmissionWebhooksPatchPtrOutput) RunAsUser() pulumi.IntPtrOutput + func (o ControllerAdmissionWebhooksPatchPtrOutput) ToControllerAdmissionWebhooksPatchPtrOutput() ControllerAdmissionWebhooksPatchPtrOutput + func (o ControllerAdmissionWebhooksPatchPtrOutput) ToControllerAdmissionWebhooksPatchPtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchPtrOutput + func (o ControllerAdmissionWebhooksPatchPtrOutput) Tolerations() corev1.TolerationArrayOutput + type ControllerAdmissionWebhooksPatchWebhbookJob struct + Resources *corev1.ResourceRequirements + type ControllerAdmissionWebhooksPatchWebhbookJobArgs struct + Resources corev1.ResourceRequirementsPtrInput + func (ControllerAdmissionWebhooksPatchWebhbookJobArgs) ElementType() reflect.Type + func (i ControllerAdmissionWebhooksPatchWebhbookJobArgs) ToControllerAdmissionWebhooksPatchWebhbookJobOutput() ControllerAdmissionWebhooksPatchWebhbookJobOutput + func (i ControllerAdmissionWebhooksPatchWebhbookJobArgs) ToControllerAdmissionWebhooksPatchWebhbookJobOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchWebhbookJobOutput + func (i ControllerAdmissionWebhooksPatchWebhbookJobArgs) ToControllerAdmissionWebhooksPatchWebhbookJobPtrOutput() ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + func (i ControllerAdmissionWebhooksPatchWebhbookJobArgs) ToControllerAdmissionWebhooksPatchWebhbookJobPtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + type ControllerAdmissionWebhooksPatchWebhbookJobInput interface + ToControllerAdmissionWebhooksPatchWebhbookJobOutput func() ControllerAdmissionWebhooksPatchWebhbookJobOutput + ToControllerAdmissionWebhooksPatchWebhbookJobOutputWithContext func(context.Context) ControllerAdmissionWebhooksPatchWebhbookJobOutput + type ControllerAdmissionWebhooksPatchWebhbookJobOutput struct + func (ControllerAdmissionWebhooksPatchWebhbookJobOutput) ElementType() reflect.Type + func (o ControllerAdmissionWebhooksPatchWebhbookJobOutput) Resources() corev1.ResourceRequirementsPtrOutput + func (o ControllerAdmissionWebhooksPatchWebhbookJobOutput) ToControllerAdmissionWebhooksPatchWebhbookJobOutput() ControllerAdmissionWebhooksPatchWebhbookJobOutput + func (o ControllerAdmissionWebhooksPatchWebhbookJobOutput) ToControllerAdmissionWebhooksPatchWebhbookJobOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchWebhbookJobOutput + func (o ControllerAdmissionWebhooksPatchWebhbookJobOutput) ToControllerAdmissionWebhooksPatchWebhbookJobPtrOutput() ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + func (o ControllerAdmissionWebhooksPatchWebhbookJobOutput) ToControllerAdmissionWebhooksPatchWebhbookJobPtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + type ControllerAdmissionWebhooksPatchWebhbookJobPtrInput interface + ToControllerAdmissionWebhooksPatchWebhbookJobPtrOutput func() ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + ToControllerAdmissionWebhooksPatchWebhbookJobPtrOutputWithContext func(context.Context) ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + func ControllerAdmissionWebhooksPatchWebhbookJobPtr(v *ControllerAdmissionWebhooksPatchWebhbookJobArgs) ControllerAdmissionWebhooksPatchWebhbookJobPtrInput + type ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput struct + func (ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput) ElementType() reflect.Type + func (o ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput) Elem() ControllerAdmissionWebhooksPatchWebhbookJobOutput + func (o ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput) Resources() corev1.ResourceRequirementsPtrOutput + func (o ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput) ToControllerAdmissionWebhooksPatchWebhbookJobPtrOutput() ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + func (o ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput) ToControllerAdmissionWebhooksPatchWebhbookJobPtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksPatchWebhbookJobPtrOutput + type ControllerAdmissionWebhooksService struct + Annotations map[string]map[string]string + ClusterIP *string + ExternalIPs []string + LoadBalancerIPs *string + LoadBalancerSourceRanges []string + ServicePort *int + Type *string + type ControllerAdmissionWebhooksServiceArgs struct + Annotations pulumi.StringMapMapInput + ClusterIP pulumi.StringPtrInput + ExternalIPs pulumi.StringArrayInput + LoadBalancerIPs pulumi.StringPtrInput + LoadBalancerSourceRanges pulumi.StringArrayInput + ServicePort pulumi.IntPtrInput + Type pulumi.StringPtrInput + func (ControllerAdmissionWebhooksServiceArgs) ElementType() reflect.Type + func (i ControllerAdmissionWebhooksServiceArgs) ToControllerAdmissionWebhooksServiceOutput() ControllerAdmissionWebhooksServiceOutput + func (i ControllerAdmissionWebhooksServiceArgs) ToControllerAdmissionWebhooksServiceOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksServiceOutput + func (i ControllerAdmissionWebhooksServiceArgs) ToControllerAdmissionWebhooksServicePtrOutput() ControllerAdmissionWebhooksServicePtrOutput + func (i ControllerAdmissionWebhooksServiceArgs) ToControllerAdmissionWebhooksServicePtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksServicePtrOutput + type ControllerAdmissionWebhooksServiceInput interface + ToControllerAdmissionWebhooksServiceOutput func() ControllerAdmissionWebhooksServiceOutput + ToControllerAdmissionWebhooksServiceOutputWithContext func(context.Context) ControllerAdmissionWebhooksServiceOutput + type ControllerAdmissionWebhooksServiceOutput struct + func (ControllerAdmissionWebhooksServiceOutput) ElementType() reflect.Type + func (o ControllerAdmissionWebhooksServiceOutput) Annotations() pulumi.StringMapMapOutput + func (o ControllerAdmissionWebhooksServiceOutput) ClusterIP() pulumi.StringPtrOutput + func (o ControllerAdmissionWebhooksServiceOutput) ExternalIPs() pulumi.StringArrayOutput + func (o ControllerAdmissionWebhooksServiceOutput) LoadBalancerIPs() pulumi.StringPtrOutput + func (o ControllerAdmissionWebhooksServiceOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerAdmissionWebhooksServiceOutput) ServicePort() pulumi.IntPtrOutput + func (o ControllerAdmissionWebhooksServiceOutput) ToControllerAdmissionWebhooksServiceOutput() ControllerAdmissionWebhooksServiceOutput + func (o ControllerAdmissionWebhooksServiceOutput) ToControllerAdmissionWebhooksServiceOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksServiceOutput + func (o ControllerAdmissionWebhooksServiceOutput) ToControllerAdmissionWebhooksServicePtrOutput() ControllerAdmissionWebhooksServicePtrOutput + func (o ControllerAdmissionWebhooksServiceOutput) ToControllerAdmissionWebhooksServicePtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksServicePtrOutput + func (o ControllerAdmissionWebhooksServiceOutput) Type() pulumi.StringPtrOutput + type ControllerAdmissionWebhooksServicePtrInput interface + ToControllerAdmissionWebhooksServicePtrOutput func() ControllerAdmissionWebhooksServicePtrOutput + ToControllerAdmissionWebhooksServicePtrOutputWithContext func(context.Context) ControllerAdmissionWebhooksServicePtrOutput + func ControllerAdmissionWebhooksServicePtr(v *ControllerAdmissionWebhooksServiceArgs) ControllerAdmissionWebhooksServicePtrInput + type ControllerAdmissionWebhooksServicePtrOutput struct + func (ControllerAdmissionWebhooksServicePtrOutput) ElementType() reflect.Type + func (o ControllerAdmissionWebhooksServicePtrOutput) Annotations() pulumi.StringMapMapOutput + func (o ControllerAdmissionWebhooksServicePtrOutput) ClusterIP() pulumi.StringPtrOutput + func (o ControllerAdmissionWebhooksServicePtrOutput) Elem() ControllerAdmissionWebhooksServiceOutput + func (o ControllerAdmissionWebhooksServicePtrOutput) ExternalIPs() pulumi.StringArrayOutput + func (o ControllerAdmissionWebhooksServicePtrOutput) LoadBalancerIPs() pulumi.StringPtrOutput + func (o ControllerAdmissionWebhooksServicePtrOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerAdmissionWebhooksServicePtrOutput) ServicePort() pulumi.IntPtrOutput + func (o ControllerAdmissionWebhooksServicePtrOutput) ToControllerAdmissionWebhooksServicePtrOutput() ControllerAdmissionWebhooksServicePtrOutput + func (o ControllerAdmissionWebhooksServicePtrOutput) ToControllerAdmissionWebhooksServicePtrOutputWithContext(ctx context.Context) ControllerAdmissionWebhooksServicePtrOutput + func (o ControllerAdmissionWebhooksServicePtrOutput) Type() pulumi.StringPtrOutput + type ControllerArgs struct + AddHeaders pulumi.StringMapMapInput + AdmissionWebhooks ContollerAdmissionWebhooksPtrInput + Affinity corev1.AffinityPtrInput + AllowSnippetAnnotations pulumi.BoolPtrInput + Annotations pulumi.StringMapInput + Autoscaling AutoscalingPtrInput + AutoscalingTemplate AutoscalingTemplateArrayInput + Config pulumi.StringMapMapInput + ConfigAnnotations pulumi.StringMapMapInput + ConfigMapNamespace pulumi.StringPtrInput + ContainerName pulumi.StringPtrInput + ContainerPort ControllerPortPtrInput + CustomTemplate ControllerCustomTemplatePtrInput + DnsConfig pulumi.StringMapMapInput + DnsPolicy pulumi.StringPtrInput + ElectionID pulumi.StringPtrInput + EnableMimalloc pulumi.BoolPtrInput + ExistingPsp pulumi.StringPtrInput + ExtraArgs pulumi.StringMapMapInput + ExtraContainers corev1.ContainerArrayInput + ExtraEnvs corev1.EnvVarArrayInput + ExtraInitContainers corev1.ContainerArrayInput + ExtraVolumeMounts corev1.VolumeMountArrayInput + ExtraVolumes corev1.VolumeArrayInput + HealthCheckPath pulumi.StringPtrInput + HeathCheckHost pulumi.StringPtrInput + HostNetwork pulumi.BoolPtrInput + HostPort ControllerHostPortPtrInput + Hostname pulumi.StringMapMapInput + Image ControllerImagePtrInput + IngressClassByName pulumi.BoolPtrInput + IngressClassResource ControllerIngressClassResourcePtrInput + Keda KedaPtrInput + Kind pulumi.StringPtrInput + Lifecycle corev1.LifecyclePtrInput + LivenessProbe corev1.ProbePtrInput + MaxmindLicenseKey pulumi.StringPtrInput + Metrics ControllerMetricsPtrInput + MinAvailable pulumi.IntPtrInput + MinReadySeconds pulumi.IntPtrInput + Name pulumi.StringPtrInput + NodeSelector pulumi.StringMapInput + PodAnnotations pulumi.StringMapInput + PodLabels pulumi.StringMapMapInput + PodSecurityContext corev1.PodSecurityContextPtrInput + PriorityClassName pulumi.StringPtrInput + ProxySetHeaders pulumi.StringMapMapInput + PublishService ControllerPublishServicePtrInput + ReadinessProbe corev1.ProbePtrInput + ReplicaCount pulumi.IntPtrInput + ReportNodeInternalIp pulumi.BoolPtrInput + Resources corev1.ResourceRequirementsPtrInput + Scope ControllerScopePtrInput + Service ControllerServicePtrInput + StartupProbe corev1.ProbePtrInput + Sysctls pulumi.StringMapMapInput + Tcp ControllerTcpPtrInput + TerminateGracePeriodSeconds pulumi.IntPtrInput + Tolerations corev1.TolerationPtrInput + TopologySpreadConstraints corev1.TopologySpreadConstraintArrayInput + Udp ControllerUdpPtrInput + UpdateStrategy ControllerUpdateStrategyPtrInput + WatchIngressWithoutClass pulumi.BoolPtrInput + func (ControllerArgs) ElementType() reflect.Type + func (i ControllerArgs) ToControllerOutput() ControllerOutput + func (i ControllerArgs) ToControllerOutputWithContext(ctx context.Context) ControllerOutput + func (i ControllerArgs) ToControllerPtrOutput() ControllerPtrOutput + func (i ControllerArgs) ToControllerPtrOutputWithContext(ctx context.Context) ControllerPtrOutput + type ControllerCustomTemplate struct + ConfigMapKey *string + ConfigMapName *string + type ControllerCustomTemplateArgs struct + ConfigMapKey pulumi.StringPtrInput + ConfigMapName pulumi.StringPtrInput + func (ControllerCustomTemplateArgs) ElementType() reflect.Type + func (i ControllerCustomTemplateArgs) ToControllerCustomTemplateOutput() ControllerCustomTemplateOutput + func (i ControllerCustomTemplateArgs) ToControllerCustomTemplateOutputWithContext(ctx context.Context) ControllerCustomTemplateOutput + func (i ControllerCustomTemplateArgs) ToControllerCustomTemplatePtrOutput() ControllerCustomTemplatePtrOutput + func (i ControllerCustomTemplateArgs) ToControllerCustomTemplatePtrOutputWithContext(ctx context.Context) ControllerCustomTemplatePtrOutput + type ControllerCustomTemplateInput interface + ToControllerCustomTemplateOutput func() ControllerCustomTemplateOutput + ToControllerCustomTemplateOutputWithContext func(context.Context) ControllerCustomTemplateOutput + type ControllerCustomTemplateOutput struct + func (ControllerCustomTemplateOutput) ElementType() reflect.Type + func (o ControllerCustomTemplateOutput) ConfigMapKey() pulumi.StringPtrOutput + func (o ControllerCustomTemplateOutput) ConfigMapName() pulumi.StringPtrOutput + func (o ControllerCustomTemplateOutput) ToControllerCustomTemplateOutput() ControllerCustomTemplateOutput + func (o ControllerCustomTemplateOutput) ToControllerCustomTemplateOutputWithContext(ctx context.Context) ControllerCustomTemplateOutput + func (o ControllerCustomTemplateOutput) ToControllerCustomTemplatePtrOutput() ControllerCustomTemplatePtrOutput + func (o ControllerCustomTemplateOutput) ToControllerCustomTemplatePtrOutputWithContext(ctx context.Context) ControllerCustomTemplatePtrOutput + type ControllerCustomTemplatePtrInput interface + ToControllerCustomTemplatePtrOutput func() ControllerCustomTemplatePtrOutput + ToControllerCustomTemplatePtrOutputWithContext func(context.Context) ControllerCustomTemplatePtrOutput + func ControllerCustomTemplatePtr(v *ControllerCustomTemplateArgs) ControllerCustomTemplatePtrInput + type ControllerCustomTemplatePtrOutput struct + func (ControllerCustomTemplatePtrOutput) ElementType() reflect.Type + func (o ControllerCustomTemplatePtrOutput) ConfigMapKey() pulumi.StringPtrOutput + func (o ControllerCustomTemplatePtrOutput) ConfigMapName() pulumi.StringPtrOutput + func (o ControllerCustomTemplatePtrOutput) Elem() ControllerCustomTemplateOutput + func (o ControllerCustomTemplatePtrOutput) ToControllerCustomTemplatePtrOutput() ControllerCustomTemplatePtrOutput + func (o ControllerCustomTemplatePtrOutput) ToControllerCustomTemplatePtrOutputWithContext(ctx context.Context) ControllerCustomTemplatePtrOutput + type ControllerDefaultBackend struct + Affinity *corev1.Affinity + Autoscaling *Autoscaling + Enabled *bool + ExistingPsp *string + ExtraArgs map[string]map[string]string + ExtraEnvs []corev1.EnvVar + ExtraVolumeMounts []corev1.VolumeMount + ExtraVolumes []corev1.Volume + Image *ControllerImage + LivenessProbe *corev1.Probe + MinAvailable *int + Name *string + NodeSelector map[string]string + PodAnnotations map[string]string + PodLabels map[string]string + PodSecurityContext *corev1.PodSecurityContext + Port *int + PriorityClassName *string + ReadinessProbe *corev1.Probe + ReplicaCount *int + Resources *corev1.ResourceRequirements + Service *ControllerDefaultBackendService + ServiceAccount *ControllerServiceAccount + Tolerations []corev1.Toleration + type ControllerDefaultBackendArgs struct + Affinity corev1.AffinityPtrInput + Autoscaling AutoscalingPtrInput + Enabled pulumi.BoolPtrInput + ExistingPsp pulumi.StringPtrInput + ExtraArgs pulumi.StringMapMapInput + ExtraEnvs corev1.EnvVarArrayInput + ExtraVolumeMounts corev1.VolumeMountArrayInput + ExtraVolumes corev1.VolumeArrayInput + Image ControllerImagePtrInput + LivenessProbe corev1.ProbePtrInput + MinAvailable pulumi.IntPtrInput + Name pulumi.StringPtrInput + NodeSelector pulumi.StringMapInput + PodAnnotations pulumi.StringMapInput + PodLabels pulumi.StringMapInput + PodSecurityContext corev1.PodSecurityContextPtrInput + Port pulumi.IntPtrInput + PriorityClassName pulumi.StringPtrInput + ReadinessProbe corev1.ProbePtrInput + ReplicaCount pulumi.IntPtrInput + Resources corev1.ResourceRequirementsPtrInput + Service ControllerDefaultBackendServicePtrInput + ServiceAccount ControllerServiceAccountPtrInput + Tolerations corev1.TolerationArrayInput + func (ControllerDefaultBackendArgs) ElementType() reflect.Type + func (i ControllerDefaultBackendArgs) ToControllerDefaultBackendOutput() ControllerDefaultBackendOutput + func (i ControllerDefaultBackendArgs) ToControllerDefaultBackendOutputWithContext(ctx context.Context) ControllerDefaultBackendOutput + func (i ControllerDefaultBackendArgs) ToControllerDefaultBackendPtrOutput() ControllerDefaultBackendPtrOutput + func (i ControllerDefaultBackendArgs) ToControllerDefaultBackendPtrOutputWithContext(ctx context.Context) ControllerDefaultBackendPtrOutput + type ControllerDefaultBackendInput interface + ToControllerDefaultBackendOutput func() ControllerDefaultBackendOutput + ToControllerDefaultBackendOutputWithContext func(context.Context) ControllerDefaultBackendOutput + type ControllerDefaultBackendOutput struct + func (ControllerDefaultBackendOutput) ElementType() reflect.Type + func (o ControllerDefaultBackendOutput) Affinity() corev1.AffinityPtrOutput + func (o ControllerDefaultBackendOutput) Autoscaling() AutoscalingPtrOutput + func (o ControllerDefaultBackendOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerDefaultBackendOutput) ExistingPsp() pulumi.StringPtrOutput + func (o ControllerDefaultBackendOutput) ExtraArgs() pulumi.StringMapMapOutput + func (o ControllerDefaultBackendOutput) ExtraEnvs() corev1.EnvVarArrayOutput + func (o ControllerDefaultBackendOutput) ExtraVolumeMounts() corev1.VolumeMountArrayOutput + func (o ControllerDefaultBackendOutput) ExtraVolumes() corev1.VolumeArrayOutput + func (o ControllerDefaultBackendOutput) Image() ControllerImagePtrOutput + func (o ControllerDefaultBackendOutput) LivenessProbe() corev1.ProbePtrOutput + func (o ControllerDefaultBackendOutput) MinAvailable() pulumi.IntPtrOutput + func (o ControllerDefaultBackendOutput) Name() pulumi.StringPtrOutput + func (o ControllerDefaultBackendOutput) NodeSelector() pulumi.StringMapOutput + func (o ControllerDefaultBackendOutput) PodAnnotations() pulumi.StringMapOutput + func (o ControllerDefaultBackendOutput) PodLabels() pulumi.StringMapOutput + func (o ControllerDefaultBackendOutput) PodSecurityContext() corev1.PodSecurityContextPtrOutput + func (o ControllerDefaultBackendOutput) Port() pulumi.IntPtrOutput + func (o ControllerDefaultBackendOutput) PriorityClassName() pulumi.StringPtrOutput + func (o ControllerDefaultBackendOutput) ReadinessProbe() corev1.ProbePtrOutput + func (o ControllerDefaultBackendOutput) ReplicaCount() pulumi.IntPtrOutput + func (o ControllerDefaultBackendOutput) Resources() corev1.ResourceRequirementsPtrOutput + func (o ControllerDefaultBackendOutput) Service() ControllerDefaultBackendServicePtrOutput + func (o ControllerDefaultBackendOutput) ServiceAccount() ControllerServiceAccountPtrOutput + func (o ControllerDefaultBackendOutput) ToControllerDefaultBackendOutput() ControllerDefaultBackendOutput + func (o ControllerDefaultBackendOutput) ToControllerDefaultBackendOutputWithContext(ctx context.Context) ControllerDefaultBackendOutput + func (o ControllerDefaultBackendOutput) ToControllerDefaultBackendPtrOutput() ControllerDefaultBackendPtrOutput + func (o ControllerDefaultBackendOutput) ToControllerDefaultBackendPtrOutputWithContext(ctx context.Context) ControllerDefaultBackendPtrOutput + func (o ControllerDefaultBackendOutput) Tolerations() corev1.TolerationArrayOutput + type ControllerDefaultBackendPtrInput interface + ToControllerDefaultBackendPtrOutput func() ControllerDefaultBackendPtrOutput + ToControllerDefaultBackendPtrOutputWithContext func(context.Context) ControllerDefaultBackendPtrOutput + func ControllerDefaultBackendPtr(v *ControllerDefaultBackendArgs) ControllerDefaultBackendPtrInput + type ControllerDefaultBackendPtrOutput struct + func (ControllerDefaultBackendPtrOutput) ElementType() reflect.Type + func (o ControllerDefaultBackendPtrOutput) Affinity() corev1.AffinityPtrOutput + func (o ControllerDefaultBackendPtrOutput) Autoscaling() AutoscalingPtrOutput + func (o ControllerDefaultBackendPtrOutput) Elem() ControllerDefaultBackendOutput + func (o ControllerDefaultBackendPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerDefaultBackendPtrOutput) ExistingPsp() pulumi.StringPtrOutput + func (o ControllerDefaultBackendPtrOutput) ExtraArgs() pulumi.StringMapMapOutput + func (o ControllerDefaultBackendPtrOutput) ExtraEnvs() corev1.EnvVarArrayOutput + func (o ControllerDefaultBackendPtrOutput) ExtraVolumeMounts() corev1.VolumeMountArrayOutput + func (o ControllerDefaultBackendPtrOutput) ExtraVolumes() corev1.VolumeArrayOutput + func (o ControllerDefaultBackendPtrOutput) Image() ControllerImagePtrOutput + func (o ControllerDefaultBackendPtrOutput) LivenessProbe() corev1.ProbePtrOutput + func (o ControllerDefaultBackendPtrOutput) MinAvailable() pulumi.IntPtrOutput + func (o ControllerDefaultBackendPtrOutput) Name() pulumi.StringPtrOutput + func (o ControllerDefaultBackendPtrOutput) NodeSelector() pulumi.StringMapOutput + func (o ControllerDefaultBackendPtrOutput) PodAnnotations() pulumi.StringMapOutput + func (o ControllerDefaultBackendPtrOutput) PodLabels() pulumi.StringMapOutput + func (o ControllerDefaultBackendPtrOutput) PodSecurityContext() corev1.PodSecurityContextPtrOutput + func (o ControllerDefaultBackendPtrOutput) Port() pulumi.IntPtrOutput + func (o ControllerDefaultBackendPtrOutput) PriorityClassName() pulumi.StringPtrOutput + func (o ControllerDefaultBackendPtrOutput) ReadinessProbe() corev1.ProbePtrOutput + func (o ControllerDefaultBackendPtrOutput) ReplicaCount() pulumi.IntPtrOutput + func (o ControllerDefaultBackendPtrOutput) Resources() corev1.ResourceRequirementsPtrOutput + func (o ControllerDefaultBackendPtrOutput) Service() ControllerDefaultBackendServicePtrOutput + func (o ControllerDefaultBackendPtrOutput) ServiceAccount() ControllerServiceAccountPtrOutput + func (o ControllerDefaultBackendPtrOutput) ToControllerDefaultBackendPtrOutput() ControllerDefaultBackendPtrOutput + func (o ControllerDefaultBackendPtrOutput) ToControllerDefaultBackendPtrOutputWithContext(ctx context.Context) ControllerDefaultBackendPtrOutput + func (o ControllerDefaultBackendPtrOutput) Tolerations() corev1.TolerationArrayOutput + type ControllerDefaultBackendService struct + Annotations map[string]string + ClusterIP *string + ExternalIPs []string + LoadBalancerIP *string + LoadBalancerSourceRanges []string + ServicePort *int + Type *string + type ControllerDefaultBackendServiceArgs struct + Annotations pulumi.StringMapInput + ClusterIP pulumi.StringPtrInput + ExternalIPs pulumi.StringArrayInput + LoadBalancerIP pulumi.StringPtrInput + LoadBalancerSourceRanges pulumi.StringArrayInput + ServicePort pulumi.IntPtrInput + Type pulumi.StringPtrInput + func (ControllerDefaultBackendServiceArgs) ElementType() reflect.Type + func (i ControllerDefaultBackendServiceArgs) ToControllerDefaultBackendServiceOutput() ControllerDefaultBackendServiceOutput + func (i ControllerDefaultBackendServiceArgs) ToControllerDefaultBackendServiceOutputWithContext(ctx context.Context) ControllerDefaultBackendServiceOutput + func (i ControllerDefaultBackendServiceArgs) ToControllerDefaultBackendServicePtrOutput() ControllerDefaultBackendServicePtrOutput + func (i ControllerDefaultBackendServiceArgs) ToControllerDefaultBackendServicePtrOutputWithContext(ctx context.Context) ControllerDefaultBackendServicePtrOutput + type ControllerDefaultBackendServiceInput interface + ToControllerDefaultBackendServiceOutput func() ControllerDefaultBackendServiceOutput + ToControllerDefaultBackendServiceOutputWithContext func(context.Context) ControllerDefaultBackendServiceOutput + type ControllerDefaultBackendServiceOutput struct + func (ControllerDefaultBackendServiceOutput) ElementType() reflect.Type + func (o ControllerDefaultBackendServiceOutput) Annotations() pulumi.StringMapOutput + func (o ControllerDefaultBackendServiceOutput) ClusterIP() pulumi.StringPtrOutput + func (o ControllerDefaultBackendServiceOutput) ExternalIPs() pulumi.StringArrayOutput + func (o ControllerDefaultBackendServiceOutput) LoadBalancerIP() pulumi.StringPtrOutput + func (o ControllerDefaultBackendServiceOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerDefaultBackendServiceOutput) ServicePort() pulumi.IntPtrOutput + func (o ControllerDefaultBackendServiceOutput) ToControllerDefaultBackendServiceOutput() ControllerDefaultBackendServiceOutput + func (o ControllerDefaultBackendServiceOutput) ToControllerDefaultBackendServiceOutputWithContext(ctx context.Context) ControllerDefaultBackendServiceOutput + func (o ControllerDefaultBackendServiceOutput) ToControllerDefaultBackendServicePtrOutput() ControllerDefaultBackendServicePtrOutput + func (o ControllerDefaultBackendServiceOutput) ToControllerDefaultBackendServicePtrOutputWithContext(ctx context.Context) ControllerDefaultBackendServicePtrOutput + func (o ControllerDefaultBackendServiceOutput) Type() pulumi.StringPtrOutput + type ControllerDefaultBackendServicePtrInput interface + ToControllerDefaultBackendServicePtrOutput func() ControllerDefaultBackendServicePtrOutput + ToControllerDefaultBackendServicePtrOutputWithContext func(context.Context) ControllerDefaultBackendServicePtrOutput + func ControllerDefaultBackendServicePtr(v *ControllerDefaultBackendServiceArgs) ControllerDefaultBackendServicePtrInput + type ControllerDefaultBackendServicePtrOutput struct + func (ControllerDefaultBackendServicePtrOutput) ElementType() reflect.Type + func (o ControllerDefaultBackendServicePtrOutput) Annotations() pulumi.StringMapOutput + func (o ControllerDefaultBackendServicePtrOutput) ClusterIP() pulumi.StringPtrOutput + func (o ControllerDefaultBackendServicePtrOutput) Elem() ControllerDefaultBackendServiceOutput + func (o ControllerDefaultBackendServicePtrOutput) ExternalIPs() pulumi.StringArrayOutput + func (o ControllerDefaultBackendServicePtrOutput) LoadBalancerIP() pulumi.StringPtrOutput + func (o ControllerDefaultBackendServicePtrOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerDefaultBackendServicePtrOutput) ServicePort() pulumi.IntPtrOutput + func (o ControllerDefaultBackendServicePtrOutput) ToControllerDefaultBackendServicePtrOutput() ControllerDefaultBackendServicePtrOutput + func (o ControllerDefaultBackendServicePtrOutput) ToControllerDefaultBackendServicePtrOutputWithContext(ctx context.Context) ControllerDefaultBackendServicePtrOutput + func (o ControllerDefaultBackendServicePtrOutput) Type() pulumi.StringPtrOutput + type ControllerHostPort struct + Enabled *bool + Ports *ControllerHostPortPorts + type ControllerHostPortArgs struct + Enabled pulumi.BoolPtrInput + Ports ControllerHostPortPortsPtrInput + func (ControllerHostPortArgs) ElementType() reflect.Type + func (i ControllerHostPortArgs) ToControllerHostPortOutput() ControllerHostPortOutput + func (i ControllerHostPortArgs) ToControllerHostPortOutputWithContext(ctx context.Context) ControllerHostPortOutput + func (i ControllerHostPortArgs) ToControllerHostPortPtrOutput() ControllerHostPortPtrOutput + func (i ControllerHostPortArgs) ToControllerHostPortPtrOutputWithContext(ctx context.Context) ControllerHostPortPtrOutput + type ControllerHostPortInput interface + ToControllerHostPortOutput func() ControllerHostPortOutput + ToControllerHostPortOutputWithContext func(context.Context) ControllerHostPortOutput + type ControllerHostPortOutput struct + func (ControllerHostPortOutput) ElementType() reflect.Type + func (o ControllerHostPortOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerHostPortOutput) Ports() ControllerHostPortPortsPtrOutput + func (o ControllerHostPortOutput) ToControllerHostPortOutput() ControllerHostPortOutput + func (o ControllerHostPortOutput) ToControllerHostPortOutputWithContext(ctx context.Context) ControllerHostPortOutput + func (o ControllerHostPortOutput) ToControllerHostPortPtrOutput() ControllerHostPortPtrOutput + func (o ControllerHostPortOutput) ToControllerHostPortPtrOutputWithContext(ctx context.Context) ControllerHostPortPtrOutput + type ControllerHostPortPorts struct + Http *int + Https *int + type ControllerHostPortPortsArgs struct + Http pulumi.IntPtrInput + Https pulumi.IntPtrInput + func (ControllerHostPortPortsArgs) ElementType() reflect.Type + func (i ControllerHostPortPortsArgs) ToControllerHostPortPortsOutput() ControllerHostPortPortsOutput + func (i ControllerHostPortPortsArgs) ToControllerHostPortPortsOutputWithContext(ctx context.Context) ControllerHostPortPortsOutput + func (i ControllerHostPortPortsArgs) ToControllerHostPortPortsPtrOutput() ControllerHostPortPortsPtrOutput + func (i ControllerHostPortPortsArgs) ToControllerHostPortPortsPtrOutputWithContext(ctx context.Context) ControllerHostPortPortsPtrOutput + type ControllerHostPortPortsInput interface + ToControllerHostPortPortsOutput func() ControllerHostPortPortsOutput + ToControllerHostPortPortsOutputWithContext func(context.Context) ControllerHostPortPortsOutput + type ControllerHostPortPortsOutput struct + func (ControllerHostPortPortsOutput) ElementType() reflect.Type + func (o ControllerHostPortPortsOutput) Http() pulumi.IntPtrOutput + func (o ControllerHostPortPortsOutput) Https() pulumi.IntPtrOutput + func (o ControllerHostPortPortsOutput) ToControllerHostPortPortsOutput() ControllerHostPortPortsOutput + func (o ControllerHostPortPortsOutput) ToControllerHostPortPortsOutputWithContext(ctx context.Context) ControllerHostPortPortsOutput + func (o ControllerHostPortPortsOutput) ToControllerHostPortPortsPtrOutput() ControllerHostPortPortsPtrOutput + func (o ControllerHostPortPortsOutput) ToControllerHostPortPortsPtrOutputWithContext(ctx context.Context) ControllerHostPortPortsPtrOutput + type ControllerHostPortPortsPtrInput interface + ToControllerHostPortPortsPtrOutput func() ControllerHostPortPortsPtrOutput + ToControllerHostPortPortsPtrOutputWithContext func(context.Context) ControllerHostPortPortsPtrOutput + func ControllerHostPortPortsPtr(v *ControllerHostPortPortsArgs) ControllerHostPortPortsPtrInput + type ControllerHostPortPortsPtrOutput struct + func (ControllerHostPortPortsPtrOutput) ElementType() reflect.Type + func (o ControllerHostPortPortsPtrOutput) Elem() ControllerHostPortPortsOutput + func (o ControllerHostPortPortsPtrOutput) Http() pulumi.IntPtrOutput + func (o ControllerHostPortPortsPtrOutput) Https() pulumi.IntPtrOutput + func (o ControllerHostPortPortsPtrOutput) ToControllerHostPortPortsPtrOutput() ControllerHostPortPortsPtrOutput + func (o ControllerHostPortPortsPtrOutput) ToControllerHostPortPortsPtrOutputWithContext(ctx context.Context) ControllerHostPortPortsPtrOutput + type ControllerHostPortPtrInput interface + ToControllerHostPortPtrOutput func() ControllerHostPortPtrOutput + ToControllerHostPortPtrOutputWithContext func(context.Context) ControllerHostPortPtrOutput + func ControllerHostPortPtr(v *ControllerHostPortArgs) ControllerHostPortPtrInput + type ControllerHostPortPtrOutput struct + func (ControllerHostPortPtrOutput) ElementType() reflect.Type + func (o ControllerHostPortPtrOutput) Elem() ControllerHostPortOutput + func (o ControllerHostPortPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerHostPortPtrOutput) Ports() ControllerHostPortPortsPtrOutput + func (o ControllerHostPortPtrOutput) ToControllerHostPortPtrOutput() ControllerHostPortPtrOutput + func (o ControllerHostPortPtrOutput) ToControllerHostPortPtrOutputWithContext(ctx context.Context) ControllerHostPortPtrOutput + type ControllerImage struct + AllowPrivilegeEscalation *bool + Digest *string + Image *string + PullPolicy *string + ReadOnlyRootFilesystem *bool + Registry *string + Repository *string + RunAsNonRoot *bool + RunAsUser *string + Tag *string + type ControllerImageArgs struct + AllowPrivilegeEscalation pulumi.BoolPtrInput + Digest pulumi.StringPtrInput + Image pulumi.StringPtrInput + PullPolicy pulumi.StringPtrInput + ReadOnlyRootFilesystem pulumi.BoolPtrInput + Registry pulumi.StringPtrInput + Repository pulumi.StringPtrInput + RunAsNonRoot pulumi.BoolPtrInput + RunAsUser pulumi.StringPtrInput + Tag pulumi.StringPtrInput + func (ControllerImageArgs) ElementType() reflect.Type + func (i ControllerImageArgs) ToControllerImageOutput() ControllerImageOutput + func (i ControllerImageArgs) ToControllerImageOutputWithContext(ctx context.Context) ControllerImageOutput + func (i ControllerImageArgs) ToControllerImagePtrOutput() ControllerImagePtrOutput + func (i ControllerImageArgs) ToControllerImagePtrOutputWithContext(ctx context.Context) ControllerImagePtrOutput + type ControllerImageInput interface + ToControllerImageOutput func() ControllerImageOutput + ToControllerImageOutputWithContext func(context.Context) ControllerImageOutput + type ControllerImageOutput struct + func (ControllerImageOutput) ElementType() reflect.Type + func (o ControllerImageOutput) AllowPrivilegeEscalation() pulumi.BoolPtrOutput + func (o ControllerImageOutput) Digest() pulumi.StringPtrOutput + func (o ControllerImageOutput) Image() pulumi.StringPtrOutput + func (o ControllerImageOutput) PullPolicy() pulumi.StringPtrOutput + func (o ControllerImageOutput) ReadOnlyRootFilesystem() pulumi.BoolPtrOutput + func (o ControllerImageOutput) Registry() pulumi.StringPtrOutput + func (o ControllerImageOutput) Repository() pulumi.StringPtrOutput + func (o ControllerImageOutput) RunAsNonRoot() pulumi.BoolPtrOutput + func (o ControllerImageOutput) RunAsUser() pulumi.StringPtrOutput + func (o ControllerImageOutput) Tag() pulumi.StringPtrOutput + func (o ControllerImageOutput) ToControllerImageOutput() ControllerImageOutput + func (o ControllerImageOutput) ToControllerImageOutputWithContext(ctx context.Context) ControllerImageOutput + func (o ControllerImageOutput) ToControllerImagePtrOutput() ControllerImagePtrOutput + func (o ControllerImageOutput) ToControllerImagePtrOutputWithContext(ctx context.Context) ControllerImagePtrOutput + type ControllerImagePtrInput interface + ToControllerImagePtrOutput func() ControllerImagePtrOutput + ToControllerImagePtrOutputWithContext func(context.Context) ControllerImagePtrOutput + func ControllerImagePtr(v *ControllerImageArgs) ControllerImagePtrInput + type ControllerImagePtrOutput struct + func (ControllerImagePtrOutput) ElementType() reflect.Type + func (o ControllerImagePtrOutput) AllowPrivilegeEscalation() pulumi.BoolPtrOutput + func (o ControllerImagePtrOutput) Digest() pulumi.StringPtrOutput + func (o ControllerImagePtrOutput) Elem() ControllerImageOutput + func (o ControllerImagePtrOutput) Image() pulumi.StringPtrOutput + func (o ControllerImagePtrOutput) PullPolicy() pulumi.StringPtrOutput + func (o ControllerImagePtrOutput) ReadOnlyRootFilesystem() pulumi.BoolPtrOutput + func (o ControllerImagePtrOutput) Registry() pulumi.StringPtrOutput + func (o ControllerImagePtrOutput) Repository() pulumi.StringPtrOutput + func (o ControllerImagePtrOutput) RunAsNonRoot() pulumi.BoolPtrOutput + func (o ControllerImagePtrOutput) RunAsUser() pulumi.StringPtrOutput + func (o ControllerImagePtrOutput) Tag() pulumi.StringPtrOutput + func (o ControllerImagePtrOutput) ToControllerImagePtrOutput() ControllerImagePtrOutput + func (o ControllerImagePtrOutput) ToControllerImagePtrOutputWithContext(ctx context.Context) ControllerImagePtrOutput + type ControllerIngressClassResource struct + ControllerValue *string + Default *bool + Enabled *bool + Name *string + Parameters map[string]map[string]string + type ControllerIngressClassResourceArgs struct + ControllerValue pulumi.StringPtrInput + Default pulumi.BoolPtrInput + Enabled pulumi.BoolPtrInput + Name pulumi.StringPtrInput + Parameters pulumi.StringMapMapInput + func (ControllerIngressClassResourceArgs) ElementType() reflect.Type + func (i ControllerIngressClassResourceArgs) ToControllerIngressClassResourceOutput() ControllerIngressClassResourceOutput + func (i ControllerIngressClassResourceArgs) ToControllerIngressClassResourceOutputWithContext(ctx context.Context) ControllerIngressClassResourceOutput + func (i ControllerIngressClassResourceArgs) ToControllerIngressClassResourcePtrOutput() ControllerIngressClassResourcePtrOutput + func (i ControllerIngressClassResourceArgs) ToControllerIngressClassResourcePtrOutputWithContext(ctx context.Context) ControllerIngressClassResourcePtrOutput + type ControllerIngressClassResourceInput interface + ToControllerIngressClassResourceOutput func() ControllerIngressClassResourceOutput + ToControllerIngressClassResourceOutputWithContext func(context.Context) ControllerIngressClassResourceOutput + type ControllerIngressClassResourceOutput struct + func (ControllerIngressClassResourceOutput) ElementType() reflect.Type + func (o ControllerIngressClassResourceOutput) ControllerValue() pulumi.StringPtrOutput + func (o ControllerIngressClassResourceOutput) Default() pulumi.BoolPtrOutput + func (o ControllerIngressClassResourceOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerIngressClassResourceOutput) Name() pulumi.StringPtrOutput + func (o ControllerIngressClassResourceOutput) Parameters() pulumi.StringMapMapOutput + func (o ControllerIngressClassResourceOutput) ToControllerIngressClassResourceOutput() ControllerIngressClassResourceOutput + func (o ControllerIngressClassResourceOutput) ToControllerIngressClassResourceOutputWithContext(ctx context.Context) ControllerIngressClassResourceOutput + func (o ControllerIngressClassResourceOutput) ToControllerIngressClassResourcePtrOutput() ControllerIngressClassResourcePtrOutput + func (o ControllerIngressClassResourceOutput) ToControllerIngressClassResourcePtrOutputWithContext(ctx context.Context) ControllerIngressClassResourcePtrOutput + type ControllerIngressClassResourcePtrInput interface + ToControllerIngressClassResourcePtrOutput func() ControllerIngressClassResourcePtrOutput + ToControllerIngressClassResourcePtrOutputWithContext func(context.Context) ControllerIngressClassResourcePtrOutput + func ControllerIngressClassResourcePtr(v *ControllerIngressClassResourceArgs) ControllerIngressClassResourcePtrInput + type ControllerIngressClassResourcePtrOutput struct + func (ControllerIngressClassResourcePtrOutput) ElementType() reflect.Type + func (o ControllerIngressClassResourcePtrOutput) ControllerValue() pulumi.StringPtrOutput + func (o ControllerIngressClassResourcePtrOutput) Default() pulumi.BoolPtrOutput + func (o ControllerIngressClassResourcePtrOutput) Elem() ControllerIngressClassResourceOutput + func (o ControllerIngressClassResourcePtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerIngressClassResourcePtrOutput) Name() pulumi.StringPtrOutput + func (o ControllerIngressClassResourcePtrOutput) Parameters() pulumi.StringMapMapOutput + func (o ControllerIngressClassResourcePtrOutput) ToControllerIngressClassResourcePtrOutput() ControllerIngressClassResourcePtrOutput + func (o ControllerIngressClassResourcePtrOutput) ToControllerIngressClassResourcePtrOutputWithContext(ctx context.Context) ControllerIngressClassResourcePtrOutput + type ControllerInput interface + ToControllerOutput func() ControllerOutput + ToControllerOutputWithContext func(context.Context) ControllerOutput + type ControllerMetrics struct + Enabled *bool + Port *int + PrometheusRule *ControllerMetricsPrometheusRules + Service *ControllerMetricsService + ServiceMonitor *ControllerMetricsServiceMonitor + type ControllerMetricsArgs struct + Enabled pulumi.BoolPtrInput + Port pulumi.IntPtrInput + PrometheusRule ControllerMetricsPrometheusRulesPtrInput + Service ControllerMetricsServicePtrInput + ServiceMonitor ControllerMetricsServiceMonitorPtrInput + func (ControllerMetricsArgs) ElementType() reflect.Type + func (i ControllerMetricsArgs) ToControllerMetricsOutput() ControllerMetricsOutput + func (i ControllerMetricsArgs) ToControllerMetricsOutputWithContext(ctx context.Context) ControllerMetricsOutput + func (i ControllerMetricsArgs) ToControllerMetricsPtrOutput() ControllerMetricsPtrOutput + func (i ControllerMetricsArgs) ToControllerMetricsPtrOutputWithContext(ctx context.Context) ControllerMetricsPtrOutput + type ControllerMetricsInput interface + ToControllerMetricsOutput func() ControllerMetricsOutput + ToControllerMetricsOutputWithContext func(context.Context) ControllerMetricsOutput + type ControllerMetricsOutput struct + func (ControllerMetricsOutput) ElementType() reflect.Type + func (o ControllerMetricsOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerMetricsOutput) Port() pulumi.IntPtrOutput + func (o ControllerMetricsOutput) PrometheusRule() ControllerMetricsPrometheusRulesPtrOutput + func (o ControllerMetricsOutput) Service() ControllerMetricsServicePtrOutput + func (o ControllerMetricsOutput) ServiceMonitor() ControllerMetricsServiceMonitorPtrOutput + func (o ControllerMetricsOutput) ToControllerMetricsOutput() ControllerMetricsOutput + func (o ControllerMetricsOutput) ToControllerMetricsOutputWithContext(ctx context.Context) ControllerMetricsOutput + func (o ControllerMetricsOutput) ToControllerMetricsPtrOutput() ControllerMetricsPtrOutput + func (o ControllerMetricsOutput) ToControllerMetricsPtrOutputWithContext(ctx context.Context) ControllerMetricsPtrOutput + type ControllerMetricsPrometheusRules struct + AdditionalLabels map[string]map[string]string + Enabled *bool + Namespace *string + Rules []map[string]string + type ControllerMetricsPrometheusRulesArgs struct + AdditionalLabels pulumi.StringMapMapInput + Enabled pulumi.BoolPtrInput + Namespace pulumi.StringPtrInput + Rules pulumi.StringMapArrayInput + func (ControllerMetricsPrometheusRulesArgs) ElementType() reflect.Type + func (i ControllerMetricsPrometheusRulesArgs) ToControllerMetricsPrometheusRulesOutput() ControllerMetricsPrometheusRulesOutput + func (i ControllerMetricsPrometheusRulesArgs) ToControllerMetricsPrometheusRulesOutputWithContext(ctx context.Context) ControllerMetricsPrometheusRulesOutput + func (i ControllerMetricsPrometheusRulesArgs) ToControllerMetricsPrometheusRulesPtrOutput() ControllerMetricsPrometheusRulesPtrOutput + func (i ControllerMetricsPrometheusRulesArgs) ToControllerMetricsPrometheusRulesPtrOutputWithContext(ctx context.Context) ControllerMetricsPrometheusRulesPtrOutput + type ControllerMetricsPrometheusRulesInput interface + ToControllerMetricsPrometheusRulesOutput func() ControllerMetricsPrometheusRulesOutput + ToControllerMetricsPrometheusRulesOutputWithContext func(context.Context) ControllerMetricsPrometheusRulesOutput + type ControllerMetricsPrometheusRulesOutput struct + func (ControllerMetricsPrometheusRulesOutput) ElementType() reflect.Type + func (o ControllerMetricsPrometheusRulesOutput) AdditionalLabels() pulumi.StringMapMapOutput + func (o ControllerMetricsPrometheusRulesOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerMetricsPrometheusRulesOutput) Namespace() pulumi.StringPtrOutput + func (o ControllerMetricsPrometheusRulesOutput) Rules() pulumi.StringMapArrayOutput + func (o ControllerMetricsPrometheusRulesOutput) ToControllerMetricsPrometheusRulesOutput() ControllerMetricsPrometheusRulesOutput + func (o ControllerMetricsPrometheusRulesOutput) ToControllerMetricsPrometheusRulesOutputWithContext(ctx context.Context) ControllerMetricsPrometheusRulesOutput + func (o ControllerMetricsPrometheusRulesOutput) ToControllerMetricsPrometheusRulesPtrOutput() ControllerMetricsPrometheusRulesPtrOutput + func (o ControllerMetricsPrometheusRulesOutput) ToControllerMetricsPrometheusRulesPtrOutputWithContext(ctx context.Context) ControllerMetricsPrometheusRulesPtrOutput + type ControllerMetricsPrometheusRulesPtrInput interface + ToControllerMetricsPrometheusRulesPtrOutput func() ControllerMetricsPrometheusRulesPtrOutput + ToControllerMetricsPrometheusRulesPtrOutputWithContext func(context.Context) ControllerMetricsPrometheusRulesPtrOutput + func ControllerMetricsPrometheusRulesPtr(v *ControllerMetricsPrometheusRulesArgs) ControllerMetricsPrometheusRulesPtrInput + type ControllerMetricsPrometheusRulesPtrOutput struct + func (ControllerMetricsPrometheusRulesPtrOutput) ElementType() reflect.Type + func (o ControllerMetricsPrometheusRulesPtrOutput) AdditionalLabels() pulumi.StringMapMapOutput + func (o ControllerMetricsPrometheusRulesPtrOutput) Elem() ControllerMetricsPrometheusRulesOutput + func (o ControllerMetricsPrometheusRulesPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerMetricsPrometheusRulesPtrOutput) Namespace() pulumi.StringPtrOutput + func (o ControllerMetricsPrometheusRulesPtrOutput) Rules() pulumi.StringMapArrayOutput + func (o ControllerMetricsPrometheusRulesPtrOutput) ToControllerMetricsPrometheusRulesPtrOutput() ControllerMetricsPrometheusRulesPtrOutput + func (o ControllerMetricsPrometheusRulesPtrOutput) ToControllerMetricsPrometheusRulesPtrOutputWithContext(ctx context.Context) ControllerMetricsPrometheusRulesPtrOutput + type ControllerMetricsPtrInput interface + ToControllerMetricsPtrOutput func() ControllerMetricsPtrOutput + ToControllerMetricsPtrOutputWithContext func(context.Context) ControllerMetricsPtrOutput + func ControllerMetricsPtr(v *ControllerMetricsArgs) ControllerMetricsPtrInput + type ControllerMetricsPtrOutput struct + func (ControllerMetricsPtrOutput) ElementType() reflect.Type + func (o ControllerMetricsPtrOutput) Elem() ControllerMetricsOutput + func (o ControllerMetricsPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerMetricsPtrOutput) Port() pulumi.IntPtrOutput + func (o ControllerMetricsPtrOutput) PrometheusRule() ControllerMetricsPrometheusRulesPtrOutput + func (o ControllerMetricsPtrOutput) Service() ControllerMetricsServicePtrOutput + func (o ControllerMetricsPtrOutput) ServiceMonitor() ControllerMetricsServiceMonitorPtrOutput + func (o ControllerMetricsPtrOutput) ToControllerMetricsPtrOutput() ControllerMetricsPtrOutput + func (o ControllerMetricsPtrOutput) ToControllerMetricsPtrOutputWithContext(ctx context.Context) ControllerMetricsPtrOutput + type ControllerMetricsService struct + Annotations map[string]string + ClusterIP *string + ExternalIPs []string + ExternalTrafficPolicy *string + LoadBalancerIPs *string + LoadBalancerSourceRanges []string + NodePort *string + ServicePort *int + Type *string + type ControllerMetricsServiceArgs struct + Annotations pulumi.StringMapInput + ClusterIP pulumi.StringPtrInput + ExternalIPs pulumi.StringArrayInput + ExternalTrafficPolicy pulumi.StringPtrInput + LoadBalancerIPs pulumi.StringPtrInput + LoadBalancerSourceRanges pulumi.StringArrayInput + NodePort pulumi.StringPtrInput + ServicePort pulumi.IntPtrInput + Type pulumi.StringPtrInput + func (ControllerMetricsServiceArgs) ElementType() reflect.Type + func (i ControllerMetricsServiceArgs) ToControllerMetricsServiceOutput() ControllerMetricsServiceOutput + func (i ControllerMetricsServiceArgs) ToControllerMetricsServiceOutputWithContext(ctx context.Context) ControllerMetricsServiceOutput + func (i ControllerMetricsServiceArgs) ToControllerMetricsServicePtrOutput() ControllerMetricsServicePtrOutput + func (i ControllerMetricsServiceArgs) ToControllerMetricsServicePtrOutputWithContext(ctx context.Context) ControllerMetricsServicePtrOutput + type ControllerMetricsServiceInput interface + ToControllerMetricsServiceOutput func() ControllerMetricsServiceOutput + ToControllerMetricsServiceOutputWithContext func(context.Context) ControllerMetricsServiceOutput + type ControllerMetricsServiceMonitor struct + AdditionalLabels map[string]map[string]string + Enabled *bool + HonorLabels *bool + JobLabel *string + MetricRelabelings []string + Namespace *string + NamespaceSelector map[string]map[string]string + ScrapeInterval *string + TargetLabels []string + type ControllerMetricsServiceMonitorArgs struct + AdditionalLabels pulumi.StringMapMapInput + Enabled pulumi.BoolPtrInput + HonorLabels pulumi.BoolPtrInput + JobLabel pulumi.StringPtrInput + MetricRelabelings pulumi.StringArrayInput + Namespace pulumi.StringPtrInput + NamespaceSelector pulumi.StringMapMapInput + ScrapeInterval pulumi.StringPtrInput + TargetLabels pulumi.StringArrayInput + func (ControllerMetricsServiceMonitorArgs) ElementType() reflect.Type + func (i ControllerMetricsServiceMonitorArgs) ToControllerMetricsServiceMonitorOutput() ControllerMetricsServiceMonitorOutput + func (i ControllerMetricsServiceMonitorArgs) ToControllerMetricsServiceMonitorOutputWithContext(ctx context.Context) ControllerMetricsServiceMonitorOutput + func (i ControllerMetricsServiceMonitorArgs) ToControllerMetricsServiceMonitorPtrOutput() ControllerMetricsServiceMonitorPtrOutput + func (i ControllerMetricsServiceMonitorArgs) ToControllerMetricsServiceMonitorPtrOutputWithContext(ctx context.Context) ControllerMetricsServiceMonitorPtrOutput + type ControllerMetricsServiceMonitorInput interface + ToControllerMetricsServiceMonitorOutput func() ControllerMetricsServiceMonitorOutput + ToControllerMetricsServiceMonitorOutputWithContext func(context.Context) ControllerMetricsServiceMonitorOutput + type ControllerMetricsServiceMonitorOutput struct + func (ControllerMetricsServiceMonitorOutput) ElementType() reflect.Type + func (o ControllerMetricsServiceMonitorOutput) AdditionalLabels() pulumi.StringMapMapOutput + func (o ControllerMetricsServiceMonitorOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerMetricsServiceMonitorOutput) HonorLabels() pulumi.BoolPtrOutput + func (o ControllerMetricsServiceMonitorOutput) JobLabel() pulumi.StringPtrOutput + func (o ControllerMetricsServiceMonitorOutput) MetricRelabelings() pulumi.StringArrayOutput + func (o ControllerMetricsServiceMonitorOutput) Namespace() pulumi.StringPtrOutput + func (o ControllerMetricsServiceMonitorOutput) NamespaceSelector() pulumi.StringMapMapOutput + func (o ControllerMetricsServiceMonitorOutput) ScrapeInterval() pulumi.StringPtrOutput + func (o ControllerMetricsServiceMonitorOutput) TargetLabels() pulumi.StringArrayOutput + func (o ControllerMetricsServiceMonitorOutput) ToControllerMetricsServiceMonitorOutput() ControllerMetricsServiceMonitorOutput + func (o ControllerMetricsServiceMonitorOutput) ToControllerMetricsServiceMonitorOutputWithContext(ctx context.Context) ControllerMetricsServiceMonitorOutput + func (o ControllerMetricsServiceMonitorOutput) ToControllerMetricsServiceMonitorPtrOutput() ControllerMetricsServiceMonitorPtrOutput + func (o ControllerMetricsServiceMonitorOutput) ToControllerMetricsServiceMonitorPtrOutputWithContext(ctx context.Context) ControllerMetricsServiceMonitorPtrOutput + type ControllerMetricsServiceMonitorPtrInput interface + ToControllerMetricsServiceMonitorPtrOutput func() ControllerMetricsServiceMonitorPtrOutput + ToControllerMetricsServiceMonitorPtrOutputWithContext func(context.Context) ControllerMetricsServiceMonitorPtrOutput + func ControllerMetricsServiceMonitorPtr(v *ControllerMetricsServiceMonitorArgs) ControllerMetricsServiceMonitorPtrInput + type ControllerMetricsServiceMonitorPtrOutput struct + func (ControllerMetricsServiceMonitorPtrOutput) ElementType() reflect.Type + func (o ControllerMetricsServiceMonitorPtrOutput) AdditionalLabels() pulumi.StringMapMapOutput + func (o ControllerMetricsServiceMonitorPtrOutput) Elem() ControllerMetricsServiceMonitorOutput + func (o ControllerMetricsServiceMonitorPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerMetricsServiceMonitorPtrOutput) HonorLabels() pulumi.BoolPtrOutput + func (o ControllerMetricsServiceMonitorPtrOutput) JobLabel() pulumi.StringPtrOutput + func (o ControllerMetricsServiceMonitorPtrOutput) MetricRelabelings() pulumi.StringArrayOutput + func (o ControllerMetricsServiceMonitorPtrOutput) Namespace() pulumi.StringPtrOutput + func (o ControllerMetricsServiceMonitorPtrOutput) NamespaceSelector() pulumi.StringMapMapOutput + func (o ControllerMetricsServiceMonitorPtrOutput) ScrapeInterval() pulumi.StringPtrOutput + func (o ControllerMetricsServiceMonitorPtrOutput) TargetLabels() pulumi.StringArrayOutput + func (o ControllerMetricsServiceMonitorPtrOutput) ToControllerMetricsServiceMonitorPtrOutput() ControllerMetricsServiceMonitorPtrOutput + func (o ControllerMetricsServiceMonitorPtrOutput) ToControllerMetricsServiceMonitorPtrOutputWithContext(ctx context.Context) ControllerMetricsServiceMonitorPtrOutput + type ControllerMetricsServiceOutput struct + func (ControllerMetricsServiceOutput) ElementType() reflect.Type + func (o ControllerMetricsServiceOutput) Annotations() pulumi.StringMapOutput + func (o ControllerMetricsServiceOutput) ClusterIP() pulumi.StringPtrOutput + func (o ControllerMetricsServiceOutput) ExternalIPs() pulumi.StringArrayOutput + func (o ControllerMetricsServiceOutput) ExternalTrafficPolicy() pulumi.StringPtrOutput + func (o ControllerMetricsServiceOutput) LoadBalancerIPs() pulumi.StringPtrOutput + func (o ControllerMetricsServiceOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerMetricsServiceOutput) NodePort() pulumi.StringPtrOutput + func (o ControllerMetricsServiceOutput) ServicePort() pulumi.IntPtrOutput + func (o ControllerMetricsServiceOutput) ToControllerMetricsServiceOutput() ControllerMetricsServiceOutput + func (o ControllerMetricsServiceOutput) ToControllerMetricsServiceOutputWithContext(ctx context.Context) ControllerMetricsServiceOutput + func (o ControllerMetricsServiceOutput) ToControllerMetricsServicePtrOutput() ControllerMetricsServicePtrOutput + func (o ControllerMetricsServiceOutput) ToControllerMetricsServicePtrOutputWithContext(ctx context.Context) ControllerMetricsServicePtrOutput + func (o ControllerMetricsServiceOutput) Type() pulumi.StringPtrOutput + type ControllerMetricsServicePtrInput interface + ToControllerMetricsServicePtrOutput func() ControllerMetricsServicePtrOutput + ToControllerMetricsServicePtrOutputWithContext func(context.Context) ControllerMetricsServicePtrOutput + func ControllerMetricsServicePtr(v *ControllerMetricsServiceArgs) ControllerMetricsServicePtrInput + type ControllerMetricsServicePtrOutput struct + func (ControllerMetricsServicePtrOutput) ElementType() reflect.Type + func (o ControllerMetricsServicePtrOutput) Annotations() pulumi.StringMapOutput + func (o ControllerMetricsServicePtrOutput) ClusterIP() pulumi.StringPtrOutput + func (o ControllerMetricsServicePtrOutput) Elem() ControllerMetricsServiceOutput + func (o ControllerMetricsServicePtrOutput) ExternalIPs() pulumi.StringArrayOutput + func (o ControllerMetricsServicePtrOutput) ExternalTrafficPolicy() pulumi.StringPtrOutput + func (o ControllerMetricsServicePtrOutput) LoadBalancerIPs() pulumi.StringPtrOutput + func (o ControllerMetricsServicePtrOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerMetricsServicePtrOutput) NodePort() pulumi.StringPtrOutput + func (o ControllerMetricsServicePtrOutput) ServicePort() pulumi.IntPtrOutput + func (o ControllerMetricsServicePtrOutput) ToControllerMetricsServicePtrOutput() ControllerMetricsServicePtrOutput + func (o ControllerMetricsServicePtrOutput) ToControllerMetricsServicePtrOutputWithContext(ctx context.Context) ControllerMetricsServicePtrOutput + func (o ControllerMetricsServicePtrOutput) Type() pulumi.StringPtrOutput + type ControllerOutput struct + func (ControllerOutput) ElementType() reflect.Type + func (o ControllerOutput) AddHeaders() pulumi.StringMapMapOutput + func (o ControllerOutput) AdmissionWebhooks() ContollerAdmissionWebhooksPtrOutput + func (o ControllerOutput) Affinity() corev1.AffinityPtrOutput + func (o ControllerOutput) AllowSnippetAnnotations() pulumi.BoolPtrOutput + func (o ControllerOutput) Annotations() pulumi.StringMapOutput + func (o ControllerOutput) Autoscaling() AutoscalingPtrOutput + func (o ControllerOutput) AutoscalingTemplate() AutoscalingTemplateArrayOutput + func (o ControllerOutput) Config() pulumi.StringMapMapOutput + func (o ControllerOutput) ConfigAnnotations() pulumi.StringMapMapOutput + func (o ControllerOutput) ConfigMapNamespace() pulumi.StringPtrOutput + func (o ControllerOutput) ContainerName() pulumi.StringPtrOutput + func (o ControllerOutput) ContainerPort() ControllerPortPtrOutput + func (o ControllerOutput) CustomTemplate() ControllerCustomTemplatePtrOutput + func (o ControllerOutput) DnsConfig() pulumi.StringMapMapOutput + func (o ControllerOutput) DnsPolicy() pulumi.StringPtrOutput + func (o ControllerOutput) ElectionID() pulumi.StringPtrOutput + func (o ControllerOutput) EnableMimalloc() pulumi.BoolPtrOutput + func (o ControllerOutput) ExistingPsp() pulumi.StringPtrOutput + func (o ControllerOutput) ExtraArgs() pulumi.StringMapMapOutput + func (o ControllerOutput) ExtraContainers() corev1.ContainerArrayOutput + func (o ControllerOutput) ExtraEnvs() corev1.EnvVarArrayOutput + func (o ControllerOutput) ExtraInitContainers() corev1.ContainerArrayOutput + func (o ControllerOutput) ExtraVolumeMounts() corev1.VolumeMountArrayOutput + func (o ControllerOutput) ExtraVolumes() corev1.VolumeArrayOutput + func (o ControllerOutput) HealthCheckPath() pulumi.StringPtrOutput + func (o ControllerOutput) HeathCheckHost() pulumi.StringPtrOutput + func (o ControllerOutput) HostNetwork() pulumi.BoolPtrOutput + func (o ControllerOutput) HostPort() ControllerHostPortPtrOutput + func (o ControllerOutput) Hostname() pulumi.StringMapMapOutput + func (o ControllerOutput) Image() ControllerImagePtrOutput + func (o ControllerOutput) IngressClassByName() pulumi.BoolPtrOutput + func (o ControllerOutput) IngressClassResource() ControllerIngressClassResourcePtrOutput + func (o ControllerOutput) Keda() KedaPtrOutput + func (o ControllerOutput) Kind() pulumi.StringPtrOutput + func (o ControllerOutput) Lifecycle() corev1.LifecyclePtrOutput + func (o ControllerOutput) LivenessProbe() corev1.ProbePtrOutput + func (o ControllerOutput) MaxmindLicenseKey() pulumi.StringPtrOutput + func (o ControllerOutput) Metrics() ControllerMetricsPtrOutput + func (o ControllerOutput) MinAvailable() pulumi.IntPtrOutput + func (o ControllerOutput) MinReadySeconds() pulumi.IntPtrOutput + func (o ControllerOutput) Name() pulumi.StringPtrOutput + func (o ControllerOutput) NodeSelector() pulumi.StringMapOutput + func (o ControllerOutput) PodAnnotations() pulumi.StringMapOutput + func (o ControllerOutput) PodLabels() pulumi.StringMapMapOutput + func (o ControllerOutput) PodSecurityContext() corev1.PodSecurityContextPtrOutput + func (o ControllerOutput) PriorityClassName() pulumi.StringPtrOutput + func (o ControllerOutput) ProxySetHeaders() pulumi.StringMapMapOutput + func (o ControllerOutput) PublishService() ControllerPublishServicePtrOutput + func (o ControllerOutput) ReadinessProbe() corev1.ProbePtrOutput + func (o ControllerOutput) ReplicaCount() pulumi.IntPtrOutput + func (o ControllerOutput) ReportNodeInternalIp() pulumi.BoolPtrOutput + func (o ControllerOutput) Resources() corev1.ResourceRequirementsPtrOutput + func (o ControllerOutput) Scope() ControllerScopePtrOutput + func (o ControllerOutput) Service() ControllerServicePtrOutput + func (o ControllerOutput) StartupProbe() corev1.ProbePtrOutput + func (o ControllerOutput) Sysctls() pulumi.StringMapMapOutput + func (o ControllerOutput) Tcp() ControllerTcpPtrOutput + func (o ControllerOutput) TerminateGracePeriodSeconds() pulumi.IntPtrOutput + func (o ControllerOutput) ToControllerOutput() ControllerOutput + func (o ControllerOutput) ToControllerOutputWithContext(ctx context.Context) ControllerOutput + func (o ControllerOutput) ToControllerPtrOutput() ControllerPtrOutput + func (o ControllerOutput) ToControllerPtrOutputWithContext(ctx context.Context) ControllerPtrOutput + func (o ControllerOutput) Tolerations() corev1.TolerationPtrOutput + func (o ControllerOutput) TopologySpreadConstraints() corev1.TopologySpreadConstraintArrayOutput + func (o ControllerOutput) Udp() ControllerUdpPtrOutput + func (o ControllerOutput) UpdateStrategy() ControllerUpdateStrategyPtrOutput + func (o ControllerOutput) WatchIngressWithoutClass() pulumi.BoolPtrOutput + type ControllerPodSecurityPolicy struct + Enabled *bool + type ControllerPodSecurityPolicyArgs struct + Enabled pulumi.BoolPtrInput + func (ControllerPodSecurityPolicyArgs) ElementType() reflect.Type + func (i ControllerPodSecurityPolicyArgs) ToControllerPodSecurityPolicyOutput() ControllerPodSecurityPolicyOutput + func (i ControllerPodSecurityPolicyArgs) ToControllerPodSecurityPolicyOutputWithContext(ctx context.Context) ControllerPodSecurityPolicyOutput + func (i ControllerPodSecurityPolicyArgs) ToControllerPodSecurityPolicyPtrOutput() ControllerPodSecurityPolicyPtrOutput + func (i ControllerPodSecurityPolicyArgs) ToControllerPodSecurityPolicyPtrOutputWithContext(ctx context.Context) ControllerPodSecurityPolicyPtrOutput + type ControllerPodSecurityPolicyInput interface + ToControllerPodSecurityPolicyOutput func() ControllerPodSecurityPolicyOutput + ToControllerPodSecurityPolicyOutputWithContext func(context.Context) ControllerPodSecurityPolicyOutput + type ControllerPodSecurityPolicyOutput struct + func (ControllerPodSecurityPolicyOutput) ElementType() reflect.Type + func (o ControllerPodSecurityPolicyOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerPodSecurityPolicyOutput) ToControllerPodSecurityPolicyOutput() ControllerPodSecurityPolicyOutput + func (o ControllerPodSecurityPolicyOutput) ToControllerPodSecurityPolicyOutputWithContext(ctx context.Context) ControllerPodSecurityPolicyOutput + func (o ControllerPodSecurityPolicyOutput) ToControllerPodSecurityPolicyPtrOutput() ControllerPodSecurityPolicyPtrOutput + func (o ControllerPodSecurityPolicyOutput) ToControllerPodSecurityPolicyPtrOutputWithContext(ctx context.Context) ControllerPodSecurityPolicyPtrOutput + type ControllerPodSecurityPolicyPtrInput interface + ToControllerPodSecurityPolicyPtrOutput func() ControllerPodSecurityPolicyPtrOutput + ToControllerPodSecurityPolicyPtrOutputWithContext func(context.Context) ControllerPodSecurityPolicyPtrOutput + func ControllerPodSecurityPolicyPtr(v *ControllerPodSecurityPolicyArgs) ControllerPodSecurityPolicyPtrInput + type ControllerPodSecurityPolicyPtrOutput struct + func (ControllerPodSecurityPolicyPtrOutput) ElementType() reflect.Type + func (o ControllerPodSecurityPolicyPtrOutput) Elem() ControllerPodSecurityPolicyOutput + func (o ControllerPodSecurityPolicyPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerPodSecurityPolicyPtrOutput) ToControllerPodSecurityPolicyPtrOutput() ControllerPodSecurityPolicyPtrOutput + func (o ControllerPodSecurityPolicyPtrOutput) ToControllerPodSecurityPolicyPtrOutputWithContext(ctx context.Context) ControllerPodSecurityPolicyPtrOutput + type ControllerPort struct + Http *int + Https *int + type ControllerPortArgs struct + Http pulumi.IntPtrInput + Https pulumi.IntPtrInput + func (ControllerPortArgs) ElementType() reflect.Type + func (i ControllerPortArgs) ToControllerPortOutput() ControllerPortOutput + func (i ControllerPortArgs) ToControllerPortOutputWithContext(ctx context.Context) ControllerPortOutput + func (i ControllerPortArgs) ToControllerPortPtrOutput() ControllerPortPtrOutput + func (i ControllerPortArgs) ToControllerPortPtrOutputWithContext(ctx context.Context) ControllerPortPtrOutput + type ControllerPortInput interface + ToControllerPortOutput func() ControllerPortOutput + ToControllerPortOutputWithContext func(context.Context) ControllerPortOutput + type ControllerPortOutput struct + func (ControllerPortOutput) ElementType() reflect.Type + func (o ControllerPortOutput) Http() pulumi.IntPtrOutput + func (o ControllerPortOutput) Https() pulumi.IntPtrOutput + func (o ControllerPortOutput) ToControllerPortOutput() ControllerPortOutput + func (o ControllerPortOutput) ToControllerPortOutputWithContext(ctx context.Context) ControllerPortOutput + func (o ControllerPortOutput) ToControllerPortPtrOutput() ControllerPortPtrOutput + func (o ControllerPortOutput) ToControllerPortPtrOutputWithContext(ctx context.Context) ControllerPortPtrOutput + type ControllerPortPtrInput interface + ToControllerPortPtrOutput func() ControllerPortPtrOutput + ToControllerPortPtrOutputWithContext func(context.Context) ControllerPortPtrOutput + func ControllerPortPtr(v *ControllerPortArgs) ControllerPortPtrInput + type ControllerPortPtrOutput struct + func (ControllerPortPtrOutput) ElementType() reflect.Type + func (o ControllerPortPtrOutput) Elem() ControllerPortOutput + func (o ControllerPortPtrOutput) Http() pulumi.IntPtrOutput + func (o ControllerPortPtrOutput) Https() pulumi.IntPtrOutput + func (o ControllerPortPtrOutput) ToControllerPortPtrOutput() ControllerPortPtrOutput + func (o ControllerPortPtrOutput) ToControllerPortPtrOutputWithContext(ctx context.Context) ControllerPortPtrOutput + type ControllerPtrInput interface + ToControllerPtrOutput func() ControllerPtrOutput + ToControllerPtrOutputWithContext func(context.Context) ControllerPtrOutput + func ControllerPtr(v *ControllerArgs) ControllerPtrInput + type ControllerPtrOutput struct + func (ControllerPtrOutput) ElementType() reflect.Type + func (o ControllerPtrOutput) AddHeaders() pulumi.StringMapMapOutput + func (o ControllerPtrOutput) AdmissionWebhooks() ContollerAdmissionWebhooksPtrOutput + func (o ControllerPtrOutput) Affinity() corev1.AffinityPtrOutput + func (o ControllerPtrOutput) AllowSnippetAnnotations() pulumi.BoolPtrOutput + func (o ControllerPtrOutput) Annotations() pulumi.StringMapOutput + func (o ControllerPtrOutput) Autoscaling() AutoscalingPtrOutput + func (o ControllerPtrOutput) AutoscalingTemplate() AutoscalingTemplateArrayOutput + func (o ControllerPtrOutput) Config() pulumi.StringMapMapOutput + func (o ControllerPtrOutput) ConfigAnnotations() pulumi.StringMapMapOutput + func (o ControllerPtrOutput) ConfigMapNamespace() pulumi.StringPtrOutput + func (o ControllerPtrOutput) ContainerName() pulumi.StringPtrOutput + func (o ControllerPtrOutput) ContainerPort() ControllerPortPtrOutput + func (o ControllerPtrOutput) CustomTemplate() ControllerCustomTemplatePtrOutput + func (o ControllerPtrOutput) DnsConfig() pulumi.StringMapMapOutput + func (o ControllerPtrOutput) DnsPolicy() pulumi.StringPtrOutput + func (o ControllerPtrOutput) ElectionID() pulumi.StringPtrOutput + func (o ControllerPtrOutput) Elem() ControllerOutput + func (o ControllerPtrOutput) EnableMimalloc() pulumi.BoolPtrOutput + func (o ControllerPtrOutput) ExistingPsp() pulumi.StringPtrOutput + func (o ControllerPtrOutput) ExtraArgs() pulumi.StringMapMapOutput + func (o ControllerPtrOutput) ExtraContainers() corev1.ContainerArrayOutput + func (o ControllerPtrOutput) ExtraEnvs() corev1.EnvVarArrayOutput + func (o ControllerPtrOutput) ExtraInitContainers() corev1.ContainerArrayOutput + func (o ControllerPtrOutput) ExtraVolumeMounts() corev1.VolumeMountArrayOutput + func (o ControllerPtrOutput) ExtraVolumes() corev1.VolumeArrayOutput + func (o ControllerPtrOutput) HealthCheckPath() pulumi.StringPtrOutput + func (o ControllerPtrOutput) HeathCheckHost() pulumi.StringPtrOutput + func (o ControllerPtrOutput) HostNetwork() pulumi.BoolPtrOutput + func (o ControllerPtrOutput) HostPort() ControllerHostPortPtrOutput + func (o ControllerPtrOutput) Hostname() pulumi.StringMapMapOutput + func (o ControllerPtrOutput) Image() ControllerImagePtrOutput + func (o ControllerPtrOutput) IngressClassByName() pulumi.BoolPtrOutput + func (o ControllerPtrOutput) IngressClassResource() ControllerIngressClassResourcePtrOutput + func (o ControllerPtrOutput) Keda() KedaPtrOutput + func (o ControllerPtrOutput) Kind() pulumi.StringPtrOutput + func (o ControllerPtrOutput) Lifecycle() corev1.LifecyclePtrOutput + func (o ControllerPtrOutput) LivenessProbe() corev1.ProbePtrOutput + func (o ControllerPtrOutput) MaxmindLicenseKey() pulumi.StringPtrOutput + func (o ControllerPtrOutput) Metrics() ControllerMetricsPtrOutput + func (o ControllerPtrOutput) MinAvailable() pulumi.IntPtrOutput + func (o ControllerPtrOutput) MinReadySeconds() pulumi.IntPtrOutput + func (o ControllerPtrOutput) Name() pulumi.StringPtrOutput + func (o ControllerPtrOutput) NodeSelector() pulumi.StringMapOutput + func (o ControllerPtrOutput) PodAnnotations() pulumi.StringMapOutput + func (o ControllerPtrOutput) PodLabels() pulumi.StringMapMapOutput + func (o ControllerPtrOutput) PodSecurityContext() corev1.PodSecurityContextPtrOutput + func (o ControllerPtrOutput) PriorityClassName() pulumi.StringPtrOutput + func (o ControllerPtrOutput) ProxySetHeaders() pulumi.StringMapMapOutput + func (o ControllerPtrOutput) PublishService() ControllerPublishServicePtrOutput + func (o ControllerPtrOutput) ReadinessProbe() corev1.ProbePtrOutput + func (o ControllerPtrOutput) ReplicaCount() pulumi.IntPtrOutput + func (o ControllerPtrOutput) ReportNodeInternalIp() pulumi.BoolPtrOutput + func (o ControllerPtrOutput) Resources() corev1.ResourceRequirementsPtrOutput + func (o ControllerPtrOutput) Scope() ControllerScopePtrOutput + func (o ControllerPtrOutput) Service() ControllerServicePtrOutput + func (o ControllerPtrOutput) StartupProbe() corev1.ProbePtrOutput + func (o ControllerPtrOutput) Sysctls() pulumi.StringMapMapOutput + func (o ControllerPtrOutput) Tcp() ControllerTcpPtrOutput + func (o ControllerPtrOutput) TerminateGracePeriodSeconds() pulumi.IntPtrOutput + func (o ControllerPtrOutput) ToControllerPtrOutput() ControllerPtrOutput + func (o ControllerPtrOutput) ToControllerPtrOutputWithContext(ctx context.Context) ControllerPtrOutput + func (o ControllerPtrOutput) Tolerations() corev1.TolerationPtrOutput + func (o ControllerPtrOutput) TopologySpreadConstraints() corev1.TopologySpreadConstraintArrayOutput + func (o ControllerPtrOutput) Udp() ControllerUdpPtrOutput + func (o ControllerPtrOutput) UpdateStrategy() ControllerUpdateStrategyPtrOutput + func (o ControllerPtrOutput) WatchIngressWithoutClass() pulumi.BoolPtrOutput + type ControllerPublishService struct + Enabled *bool + PathOverride *string + type ControllerPublishServiceArgs struct + Enabled pulumi.BoolPtrInput + PathOverride pulumi.StringPtrInput + func (ControllerPublishServiceArgs) ElementType() reflect.Type + func (i ControllerPublishServiceArgs) ToControllerPublishServiceOutput() ControllerPublishServiceOutput + func (i ControllerPublishServiceArgs) ToControllerPublishServiceOutputWithContext(ctx context.Context) ControllerPublishServiceOutput + func (i ControllerPublishServiceArgs) ToControllerPublishServicePtrOutput() ControllerPublishServicePtrOutput + func (i ControllerPublishServiceArgs) ToControllerPublishServicePtrOutputWithContext(ctx context.Context) ControllerPublishServicePtrOutput + type ControllerPublishServiceInput interface + ToControllerPublishServiceOutput func() ControllerPublishServiceOutput + ToControllerPublishServiceOutputWithContext func(context.Context) ControllerPublishServiceOutput + type ControllerPublishServiceOutput struct + func (ControllerPublishServiceOutput) ElementType() reflect.Type + func (o ControllerPublishServiceOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerPublishServiceOutput) PathOverride() pulumi.StringPtrOutput + func (o ControllerPublishServiceOutput) ToControllerPublishServiceOutput() ControllerPublishServiceOutput + func (o ControllerPublishServiceOutput) ToControllerPublishServiceOutputWithContext(ctx context.Context) ControllerPublishServiceOutput + func (o ControllerPublishServiceOutput) ToControllerPublishServicePtrOutput() ControllerPublishServicePtrOutput + func (o ControllerPublishServiceOutput) ToControllerPublishServicePtrOutputWithContext(ctx context.Context) ControllerPublishServicePtrOutput + type ControllerPublishServicePtrInput interface + ToControllerPublishServicePtrOutput func() ControllerPublishServicePtrOutput + ToControllerPublishServicePtrOutputWithContext func(context.Context) ControllerPublishServicePtrOutput + func ControllerPublishServicePtr(v *ControllerPublishServiceArgs) ControllerPublishServicePtrInput + type ControllerPublishServicePtrOutput struct + func (ControllerPublishServicePtrOutput) ElementType() reflect.Type + func (o ControllerPublishServicePtrOutput) Elem() ControllerPublishServiceOutput + func (o ControllerPublishServicePtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerPublishServicePtrOutput) PathOverride() pulumi.StringPtrOutput + func (o ControllerPublishServicePtrOutput) ToControllerPublishServicePtrOutput() ControllerPublishServicePtrOutput + func (o ControllerPublishServicePtrOutput) ToControllerPublishServicePtrOutputWithContext(ctx context.Context) ControllerPublishServicePtrOutput + type ControllerRBAC struct + Create *bool + Scope *bool + type ControllerRBACArgs struct + Create pulumi.BoolPtrInput + Scope pulumi.BoolPtrInput + func (ControllerRBACArgs) ElementType() reflect.Type + func (i ControllerRBACArgs) ToControllerRBACOutput() ControllerRBACOutput + func (i ControllerRBACArgs) ToControllerRBACOutputWithContext(ctx context.Context) ControllerRBACOutput + func (i ControllerRBACArgs) ToControllerRBACPtrOutput() ControllerRBACPtrOutput + func (i ControllerRBACArgs) ToControllerRBACPtrOutputWithContext(ctx context.Context) ControllerRBACPtrOutput + type ControllerRBACInput interface + ToControllerRBACOutput func() ControllerRBACOutput + ToControllerRBACOutputWithContext func(context.Context) ControllerRBACOutput + type ControllerRBACOutput struct + func (ControllerRBACOutput) ElementType() reflect.Type + func (o ControllerRBACOutput) Create() pulumi.BoolPtrOutput + func (o ControllerRBACOutput) Scope() pulumi.BoolPtrOutput + func (o ControllerRBACOutput) ToControllerRBACOutput() ControllerRBACOutput + func (o ControllerRBACOutput) ToControllerRBACOutputWithContext(ctx context.Context) ControllerRBACOutput + func (o ControllerRBACOutput) ToControllerRBACPtrOutput() ControllerRBACPtrOutput + func (o ControllerRBACOutput) ToControllerRBACPtrOutputWithContext(ctx context.Context) ControllerRBACPtrOutput + type ControllerRBACPtrInput interface + ToControllerRBACPtrOutput func() ControllerRBACPtrOutput + ToControllerRBACPtrOutputWithContext func(context.Context) ControllerRBACPtrOutput + func ControllerRBACPtr(v *ControllerRBACArgs) ControllerRBACPtrInput + type ControllerRBACPtrOutput struct + func (ControllerRBACPtrOutput) ElementType() reflect.Type + func (o ControllerRBACPtrOutput) Create() pulumi.BoolPtrOutput + func (o ControllerRBACPtrOutput) Elem() ControllerRBACOutput + func (o ControllerRBACPtrOutput) Scope() pulumi.BoolPtrOutput + func (o ControllerRBACPtrOutput) ToControllerRBACPtrOutput() ControllerRBACPtrOutput + func (o ControllerRBACPtrOutput) ToControllerRBACPtrOutputWithContext(ctx context.Context) ControllerRBACPtrOutput + type ControllerRollingUpdate struct + MaxUnavailable *int + type ControllerRollingUpdateArgs struct + MaxUnavailable pulumi.IntPtrInput + func (ControllerRollingUpdateArgs) ElementType() reflect.Type + func (i ControllerRollingUpdateArgs) ToControllerRollingUpdateOutput() ControllerRollingUpdateOutput + func (i ControllerRollingUpdateArgs) ToControllerRollingUpdateOutputWithContext(ctx context.Context) ControllerRollingUpdateOutput + func (i ControllerRollingUpdateArgs) ToControllerRollingUpdatePtrOutput() ControllerRollingUpdatePtrOutput + func (i ControllerRollingUpdateArgs) ToControllerRollingUpdatePtrOutputWithContext(ctx context.Context) ControllerRollingUpdatePtrOutput + type ControllerRollingUpdateInput interface + ToControllerRollingUpdateOutput func() ControllerRollingUpdateOutput + ToControllerRollingUpdateOutputWithContext func(context.Context) ControllerRollingUpdateOutput + type ControllerRollingUpdateOutput struct + func (ControllerRollingUpdateOutput) ElementType() reflect.Type + func (o ControllerRollingUpdateOutput) MaxUnavailable() pulumi.IntPtrOutput + func (o ControllerRollingUpdateOutput) ToControllerRollingUpdateOutput() ControllerRollingUpdateOutput + func (o ControllerRollingUpdateOutput) ToControllerRollingUpdateOutputWithContext(ctx context.Context) ControllerRollingUpdateOutput + func (o ControllerRollingUpdateOutput) ToControllerRollingUpdatePtrOutput() ControllerRollingUpdatePtrOutput + func (o ControllerRollingUpdateOutput) ToControllerRollingUpdatePtrOutputWithContext(ctx context.Context) ControllerRollingUpdatePtrOutput + type ControllerRollingUpdatePtrInput interface + ToControllerRollingUpdatePtrOutput func() ControllerRollingUpdatePtrOutput + ToControllerRollingUpdatePtrOutputWithContext func(context.Context) ControllerRollingUpdatePtrOutput + func ControllerRollingUpdatePtr(v *ControllerRollingUpdateArgs) ControllerRollingUpdatePtrInput + type ControllerRollingUpdatePtrOutput struct + func (ControllerRollingUpdatePtrOutput) ElementType() reflect.Type + func (o ControllerRollingUpdatePtrOutput) Elem() ControllerRollingUpdateOutput + func (o ControllerRollingUpdatePtrOutput) MaxUnavailable() pulumi.IntPtrOutput + func (o ControllerRollingUpdatePtrOutput) ToControllerRollingUpdatePtrOutput() ControllerRollingUpdatePtrOutput + func (o ControllerRollingUpdatePtrOutput) ToControllerRollingUpdatePtrOutputWithContext(ctx context.Context) ControllerRollingUpdatePtrOutput + type ControllerScope struct + Enabled *bool + Namespace *string + type ControllerScopeArgs struct + Enabled pulumi.BoolPtrInput + Namespace pulumi.StringPtrInput + func (ControllerScopeArgs) ElementType() reflect.Type + func (i ControllerScopeArgs) ToControllerScopeOutput() ControllerScopeOutput + func (i ControllerScopeArgs) ToControllerScopeOutputWithContext(ctx context.Context) ControllerScopeOutput + func (i ControllerScopeArgs) ToControllerScopePtrOutput() ControllerScopePtrOutput + func (i ControllerScopeArgs) ToControllerScopePtrOutputWithContext(ctx context.Context) ControllerScopePtrOutput + type ControllerScopeInput interface + ToControllerScopeOutput func() ControllerScopeOutput + ToControllerScopeOutputWithContext func(context.Context) ControllerScopeOutput + type ControllerScopeOutput struct + func (ControllerScopeOutput) ElementType() reflect.Type + func (o ControllerScopeOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerScopeOutput) Namespace() pulumi.StringPtrOutput + func (o ControllerScopeOutput) ToControllerScopeOutput() ControllerScopeOutput + func (o ControllerScopeOutput) ToControllerScopeOutputWithContext(ctx context.Context) ControllerScopeOutput + func (o ControllerScopeOutput) ToControllerScopePtrOutput() ControllerScopePtrOutput + func (o ControllerScopeOutput) ToControllerScopePtrOutputWithContext(ctx context.Context) ControllerScopePtrOutput + type ControllerScopePtrInput interface + ToControllerScopePtrOutput func() ControllerScopePtrOutput + ToControllerScopePtrOutputWithContext func(context.Context) ControllerScopePtrOutput + func ControllerScopePtr(v *ControllerScopeArgs) ControllerScopePtrInput + type ControllerScopePtrOutput struct + func (ControllerScopePtrOutput) ElementType() reflect.Type + func (o ControllerScopePtrOutput) Elem() ControllerScopeOutput + func (o ControllerScopePtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerScopePtrOutput) Namespace() pulumi.StringPtrOutput + func (o ControllerScopePtrOutput) ToControllerScopePtrOutput() ControllerScopePtrOutput + func (o ControllerScopePtrOutput) ToControllerScopePtrOutputWithContext(ctx context.Context) ControllerScopePtrOutput + type ControllerService struct + Annotations map[string]map[string]string + ClusterIP *string + EnableHttp *bool + EnableHttps *bool + Enabled *bool + ExternalIPs []string + ExternalTrafficPolicy *string + HealthCheckNodePort *int + Internal *ControllerServiceInternal + Labels map[string]map[string]string + LoadBalancerIPs *string + LoadBalancerSourceRanges []string + NodePorts *ControllerServiceNodePorts + Ports *ControllerPort + SessionAffinity *string + TargetPorts *ControllerPort + Type *string + type ControllerServiceAccount struct + AutomountServiceAccountToken *bool + Create *bool + Name *string + type ControllerServiceAccountArgs struct + AutomountServiceAccountToken pulumi.BoolPtrInput + Create pulumi.BoolPtrInput + Name pulumi.StringPtrInput + func (ControllerServiceAccountArgs) ElementType() reflect.Type + func (i ControllerServiceAccountArgs) ToControllerServiceAccountOutput() ControllerServiceAccountOutput + func (i ControllerServiceAccountArgs) ToControllerServiceAccountOutputWithContext(ctx context.Context) ControllerServiceAccountOutput + func (i ControllerServiceAccountArgs) ToControllerServiceAccountPtrOutput() ControllerServiceAccountPtrOutput + func (i ControllerServiceAccountArgs) ToControllerServiceAccountPtrOutputWithContext(ctx context.Context) ControllerServiceAccountPtrOutput + type ControllerServiceAccountInput interface + ToControllerServiceAccountOutput func() ControllerServiceAccountOutput + ToControllerServiceAccountOutputWithContext func(context.Context) ControllerServiceAccountOutput + type ControllerServiceAccountOutput struct + func (ControllerServiceAccountOutput) ElementType() reflect.Type + func (o ControllerServiceAccountOutput) AutomountServiceAccountToken() pulumi.BoolPtrOutput + func (o ControllerServiceAccountOutput) Create() pulumi.BoolPtrOutput + func (o ControllerServiceAccountOutput) Name() pulumi.StringPtrOutput + func (o ControllerServiceAccountOutput) ToControllerServiceAccountOutput() ControllerServiceAccountOutput + func (o ControllerServiceAccountOutput) ToControllerServiceAccountOutputWithContext(ctx context.Context) ControllerServiceAccountOutput + func (o ControllerServiceAccountOutput) ToControllerServiceAccountPtrOutput() ControllerServiceAccountPtrOutput + func (o ControllerServiceAccountOutput) ToControllerServiceAccountPtrOutputWithContext(ctx context.Context) ControllerServiceAccountPtrOutput + type ControllerServiceAccountPtrInput interface + ToControllerServiceAccountPtrOutput func() ControllerServiceAccountPtrOutput + ToControllerServiceAccountPtrOutputWithContext func(context.Context) ControllerServiceAccountPtrOutput + func ControllerServiceAccountPtr(v *ControllerServiceAccountArgs) ControllerServiceAccountPtrInput + type ControllerServiceAccountPtrOutput struct + func (ControllerServiceAccountPtrOutput) ElementType() reflect.Type + func (o ControllerServiceAccountPtrOutput) AutomountServiceAccountToken() pulumi.BoolPtrOutput + func (o ControllerServiceAccountPtrOutput) Create() pulumi.BoolPtrOutput + func (o ControllerServiceAccountPtrOutput) Elem() ControllerServiceAccountOutput + func (o ControllerServiceAccountPtrOutput) Name() pulumi.StringPtrOutput + func (o ControllerServiceAccountPtrOutput) ToControllerServiceAccountPtrOutput() ControllerServiceAccountPtrOutput + func (o ControllerServiceAccountPtrOutput) ToControllerServiceAccountPtrOutputWithContext(ctx context.Context) ControllerServiceAccountPtrOutput + type ControllerServiceArgs struct + Annotations pulumi.StringMapMapInput + ClusterIP pulumi.StringPtrInput + EnableHttp pulumi.BoolPtrInput + EnableHttps pulumi.BoolPtrInput + Enabled pulumi.BoolPtrInput + ExternalIPs pulumi.StringArrayInput + ExternalTrafficPolicy pulumi.StringPtrInput + HealthCheckNodePort pulumi.IntPtrInput + Internal ControllerServiceInternalPtrInput + Labels pulumi.StringMapMapInput + LoadBalancerIPs pulumi.StringPtrInput + LoadBalancerSourceRanges pulumi.StringArrayInput + NodePorts ControllerServiceNodePortsPtrInput + Ports ControllerPortPtrInput + SessionAffinity pulumi.StringPtrInput + TargetPorts ControllerPortPtrInput + Type pulumi.StringPtrInput + func (ControllerServiceArgs) ElementType() reflect.Type + func (i ControllerServiceArgs) ToControllerServiceOutput() ControllerServiceOutput + func (i ControllerServiceArgs) ToControllerServiceOutputWithContext(ctx context.Context) ControllerServiceOutput + func (i ControllerServiceArgs) ToControllerServicePtrOutput() ControllerServicePtrOutput + func (i ControllerServiceArgs) ToControllerServicePtrOutputWithContext(ctx context.Context) ControllerServicePtrOutput + type ControllerServiceInput interface + ToControllerServiceOutput func() ControllerServiceOutput + ToControllerServiceOutputWithContext func(context.Context) ControllerServiceOutput + type ControllerServiceInternal struct + Annotations map[string]map[string]string + Enabled *bool + ExternalTrafficPolicy *string + Labels map[string]map[string]string + LoadBalancerIPs *string + LoadBalancerSourceRanges []string + type ControllerServiceInternalArgs struct + Annotations pulumi.StringMapMapInput + Enabled pulumi.BoolPtrInput + ExternalTrafficPolicy pulumi.StringPtrInput + Labels pulumi.StringMapMapInput + LoadBalancerIPs pulumi.StringPtrInput + LoadBalancerSourceRanges pulumi.StringArrayInput + func (ControllerServiceInternalArgs) ElementType() reflect.Type + func (i ControllerServiceInternalArgs) ToControllerServiceInternalOutput() ControllerServiceInternalOutput + func (i ControllerServiceInternalArgs) ToControllerServiceInternalOutputWithContext(ctx context.Context) ControllerServiceInternalOutput + func (i ControllerServiceInternalArgs) ToControllerServiceInternalPtrOutput() ControllerServiceInternalPtrOutput + func (i ControllerServiceInternalArgs) ToControllerServiceInternalPtrOutputWithContext(ctx context.Context) ControllerServiceInternalPtrOutput + type ControllerServiceInternalInput interface + ToControllerServiceInternalOutput func() ControllerServiceInternalOutput + ToControllerServiceInternalOutputWithContext func(context.Context) ControllerServiceInternalOutput + type ControllerServiceInternalOutput struct + func (ControllerServiceInternalOutput) ElementType() reflect.Type + func (o ControllerServiceInternalOutput) Annotations() pulumi.StringMapMapOutput + func (o ControllerServiceInternalOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerServiceInternalOutput) ExternalTrafficPolicy() pulumi.StringPtrOutput + func (o ControllerServiceInternalOutput) Labels() pulumi.StringMapMapOutput + func (o ControllerServiceInternalOutput) LoadBalancerIPs() pulumi.StringPtrOutput + func (o ControllerServiceInternalOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerServiceInternalOutput) ToControllerServiceInternalOutput() ControllerServiceInternalOutput + func (o ControllerServiceInternalOutput) ToControllerServiceInternalOutputWithContext(ctx context.Context) ControllerServiceInternalOutput + func (o ControllerServiceInternalOutput) ToControllerServiceInternalPtrOutput() ControllerServiceInternalPtrOutput + func (o ControllerServiceInternalOutput) ToControllerServiceInternalPtrOutputWithContext(ctx context.Context) ControllerServiceInternalPtrOutput + type ControllerServiceInternalPtrInput interface + ToControllerServiceInternalPtrOutput func() ControllerServiceInternalPtrOutput + ToControllerServiceInternalPtrOutputWithContext func(context.Context) ControllerServiceInternalPtrOutput + func ControllerServiceInternalPtr(v *ControllerServiceInternalArgs) ControllerServiceInternalPtrInput + type ControllerServiceInternalPtrOutput struct + func (ControllerServiceInternalPtrOutput) ElementType() reflect.Type + func (o ControllerServiceInternalPtrOutput) Annotations() pulumi.StringMapMapOutput + func (o ControllerServiceInternalPtrOutput) Elem() ControllerServiceInternalOutput + func (o ControllerServiceInternalPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerServiceInternalPtrOutput) ExternalTrafficPolicy() pulumi.StringPtrOutput + func (o ControllerServiceInternalPtrOutput) Labels() pulumi.StringMapMapOutput + func (o ControllerServiceInternalPtrOutput) LoadBalancerIPs() pulumi.StringPtrOutput + func (o ControllerServiceInternalPtrOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerServiceInternalPtrOutput) ToControllerServiceInternalPtrOutput() ControllerServiceInternalPtrOutput + func (o ControllerServiceInternalPtrOutput) ToControllerServiceInternalPtrOutputWithContext(ctx context.Context) ControllerServiceInternalPtrOutput + type ControllerServiceNodePorts struct + Http *string + Https *string + Tcp map[string]map[string]string + Udp map[string]map[string]string + type ControllerServiceNodePortsArgs struct + Http pulumi.StringPtrInput + Https pulumi.StringPtrInput + Tcp pulumi.StringMapMapInput + Udp pulumi.StringMapMapInput + func (ControllerServiceNodePortsArgs) ElementType() reflect.Type + func (i ControllerServiceNodePortsArgs) ToControllerServiceNodePortsOutput() ControllerServiceNodePortsOutput + func (i ControllerServiceNodePortsArgs) ToControllerServiceNodePortsOutputWithContext(ctx context.Context) ControllerServiceNodePortsOutput + func (i ControllerServiceNodePortsArgs) ToControllerServiceNodePortsPtrOutput() ControllerServiceNodePortsPtrOutput + func (i ControllerServiceNodePortsArgs) ToControllerServiceNodePortsPtrOutputWithContext(ctx context.Context) ControllerServiceNodePortsPtrOutput + type ControllerServiceNodePortsInput interface + ToControllerServiceNodePortsOutput func() ControllerServiceNodePortsOutput + ToControllerServiceNodePortsOutputWithContext func(context.Context) ControllerServiceNodePortsOutput + type ControllerServiceNodePortsOutput struct + func (ControllerServiceNodePortsOutput) ElementType() reflect.Type + func (o ControllerServiceNodePortsOutput) Http() pulumi.StringPtrOutput + func (o ControllerServiceNodePortsOutput) Https() pulumi.StringPtrOutput + func (o ControllerServiceNodePortsOutput) Tcp() pulumi.StringMapMapOutput + func (o ControllerServiceNodePortsOutput) ToControllerServiceNodePortsOutput() ControllerServiceNodePortsOutput + func (o ControllerServiceNodePortsOutput) ToControllerServiceNodePortsOutputWithContext(ctx context.Context) ControllerServiceNodePortsOutput + func (o ControllerServiceNodePortsOutput) ToControllerServiceNodePortsPtrOutput() ControllerServiceNodePortsPtrOutput + func (o ControllerServiceNodePortsOutput) ToControllerServiceNodePortsPtrOutputWithContext(ctx context.Context) ControllerServiceNodePortsPtrOutput + func (o ControllerServiceNodePortsOutput) Udp() pulumi.StringMapMapOutput + type ControllerServiceNodePortsPtrInput interface + ToControllerServiceNodePortsPtrOutput func() ControllerServiceNodePortsPtrOutput + ToControllerServiceNodePortsPtrOutputWithContext func(context.Context) ControllerServiceNodePortsPtrOutput + func ControllerServiceNodePortsPtr(v *ControllerServiceNodePortsArgs) ControllerServiceNodePortsPtrInput + type ControllerServiceNodePortsPtrOutput struct + func (ControllerServiceNodePortsPtrOutput) ElementType() reflect.Type + func (o ControllerServiceNodePortsPtrOutput) Elem() ControllerServiceNodePortsOutput + func (o ControllerServiceNodePortsPtrOutput) Http() pulumi.StringPtrOutput + func (o ControllerServiceNodePortsPtrOutput) Https() pulumi.StringPtrOutput + func (o ControllerServiceNodePortsPtrOutput) Tcp() pulumi.StringMapMapOutput + func (o ControllerServiceNodePortsPtrOutput) ToControllerServiceNodePortsPtrOutput() ControllerServiceNodePortsPtrOutput + func (o ControllerServiceNodePortsPtrOutput) ToControllerServiceNodePortsPtrOutputWithContext(ctx context.Context) ControllerServiceNodePortsPtrOutput + func (o ControllerServiceNodePortsPtrOutput) Udp() pulumi.StringMapMapOutput + type ControllerServiceOutput struct + func (ControllerServiceOutput) ElementType() reflect.Type + func (o ControllerServiceOutput) Annotations() pulumi.StringMapMapOutput + func (o ControllerServiceOutput) ClusterIP() pulumi.StringPtrOutput + func (o ControllerServiceOutput) EnableHttp() pulumi.BoolPtrOutput + func (o ControllerServiceOutput) EnableHttps() pulumi.BoolPtrOutput + func (o ControllerServiceOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerServiceOutput) ExternalIPs() pulumi.StringArrayOutput + func (o ControllerServiceOutput) ExternalTrafficPolicy() pulumi.StringPtrOutput + func (o ControllerServiceOutput) HealthCheckNodePort() pulumi.IntPtrOutput + func (o ControllerServiceOutput) Internal() ControllerServiceInternalPtrOutput + func (o ControllerServiceOutput) Labels() pulumi.StringMapMapOutput + func (o ControllerServiceOutput) LoadBalancerIPs() pulumi.StringPtrOutput + func (o ControllerServiceOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerServiceOutput) NodePorts() ControllerServiceNodePortsPtrOutput + func (o ControllerServiceOutput) Ports() ControllerPortPtrOutput + func (o ControllerServiceOutput) SessionAffinity() pulumi.StringPtrOutput + func (o ControllerServiceOutput) TargetPorts() ControllerPortPtrOutput + func (o ControllerServiceOutput) ToControllerServiceOutput() ControllerServiceOutput + func (o ControllerServiceOutput) ToControllerServiceOutputWithContext(ctx context.Context) ControllerServiceOutput + func (o ControllerServiceOutput) ToControllerServicePtrOutput() ControllerServicePtrOutput + func (o ControllerServiceOutput) ToControllerServicePtrOutputWithContext(ctx context.Context) ControllerServicePtrOutput + func (o ControllerServiceOutput) Type() pulumi.StringPtrOutput + type ControllerServicePtrInput interface + ToControllerServicePtrOutput func() ControllerServicePtrOutput + ToControllerServicePtrOutputWithContext func(context.Context) ControllerServicePtrOutput + func ControllerServicePtr(v *ControllerServiceArgs) ControllerServicePtrInput + type ControllerServicePtrOutput struct + func (ControllerServicePtrOutput) ElementType() reflect.Type + func (o ControllerServicePtrOutput) Annotations() pulumi.StringMapMapOutput + func (o ControllerServicePtrOutput) ClusterIP() pulumi.StringPtrOutput + func (o ControllerServicePtrOutput) Elem() ControllerServiceOutput + func (o ControllerServicePtrOutput) EnableHttp() pulumi.BoolPtrOutput + func (o ControllerServicePtrOutput) EnableHttps() pulumi.BoolPtrOutput + func (o ControllerServicePtrOutput) Enabled() pulumi.BoolPtrOutput + func (o ControllerServicePtrOutput) ExternalIPs() pulumi.StringArrayOutput + func (o ControllerServicePtrOutput) ExternalTrafficPolicy() pulumi.StringPtrOutput + func (o ControllerServicePtrOutput) HealthCheckNodePort() pulumi.IntPtrOutput + func (o ControllerServicePtrOutput) Internal() ControllerServiceInternalPtrOutput + func (o ControllerServicePtrOutput) Labels() pulumi.StringMapMapOutput + func (o ControllerServicePtrOutput) LoadBalancerIPs() pulumi.StringPtrOutput + func (o ControllerServicePtrOutput) LoadBalancerSourceRanges() pulumi.StringArrayOutput + func (o ControllerServicePtrOutput) NodePorts() ControllerServiceNodePortsPtrOutput + func (o ControllerServicePtrOutput) Ports() ControllerPortPtrOutput + func (o ControllerServicePtrOutput) SessionAffinity() pulumi.StringPtrOutput + func (o ControllerServicePtrOutput) TargetPorts() ControllerPortPtrOutput + func (o ControllerServicePtrOutput) ToControllerServicePtrOutput() ControllerServicePtrOutput + func (o ControllerServicePtrOutput) ToControllerServicePtrOutputWithContext(ctx context.Context) ControllerServicePtrOutput + func (o ControllerServicePtrOutput) Type() pulumi.StringPtrOutput + type ControllerTcp struct + Annotations map[string]string + ConfigMapNamespace *string + type ControllerTcpArgs struct + Annotations pulumi.StringMapInput + ConfigMapNamespace pulumi.StringPtrInput + func (ControllerTcpArgs) ElementType() reflect.Type + func (i ControllerTcpArgs) ToControllerTcpOutput() ControllerTcpOutput + func (i ControllerTcpArgs) ToControllerTcpOutputWithContext(ctx context.Context) ControllerTcpOutput + func (i ControllerTcpArgs) ToControllerTcpPtrOutput() ControllerTcpPtrOutput + func (i ControllerTcpArgs) ToControllerTcpPtrOutputWithContext(ctx context.Context) ControllerTcpPtrOutput + type ControllerTcpInput interface + ToControllerTcpOutput func() ControllerTcpOutput + ToControllerTcpOutputWithContext func(context.Context) ControllerTcpOutput + type ControllerTcpOutput struct + func (ControllerTcpOutput) ElementType() reflect.Type + func (o ControllerTcpOutput) Annotations() pulumi.StringMapOutput + func (o ControllerTcpOutput) ConfigMapNamespace() pulumi.StringPtrOutput + func (o ControllerTcpOutput) ToControllerTcpOutput() ControllerTcpOutput + func (o ControllerTcpOutput) ToControllerTcpOutputWithContext(ctx context.Context) ControllerTcpOutput + func (o ControllerTcpOutput) ToControllerTcpPtrOutput() ControllerTcpPtrOutput + func (o ControllerTcpOutput) ToControllerTcpPtrOutputWithContext(ctx context.Context) ControllerTcpPtrOutput + type ControllerTcpPtrInput interface + ToControllerTcpPtrOutput func() ControllerTcpPtrOutput + ToControllerTcpPtrOutputWithContext func(context.Context) ControllerTcpPtrOutput + func ControllerTcpPtr(v *ControllerTcpArgs) ControllerTcpPtrInput + type ControllerTcpPtrOutput struct + func (ControllerTcpPtrOutput) ElementType() reflect.Type + func (o ControllerTcpPtrOutput) Annotations() pulumi.StringMapOutput + func (o ControllerTcpPtrOutput) ConfigMapNamespace() pulumi.StringPtrOutput + func (o ControllerTcpPtrOutput) Elem() ControllerTcpOutput + func (o ControllerTcpPtrOutput) ToControllerTcpPtrOutput() ControllerTcpPtrOutput + func (o ControllerTcpPtrOutput) ToControllerTcpPtrOutputWithContext(ctx context.Context) ControllerTcpPtrOutput + type ControllerUdp struct + Annotations map[string]string + ConfigMapNamespace *string + type ControllerUdpArgs struct + Annotations pulumi.StringMapInput + ConfigMapNamespace pulumi.StringPtrInput + func (ControllerUdpArgs) ElementType() reflect.Type + func (i ControllerUdpArgs) ToControllerUdpOutput() ControllerUdpOutput + func (i ControllerUdpArgs) ToControllerUdpOutputWithContext(ctx context.Context) ControllerUdpOutput + func (i ControllerUdpArgs) ToControllerUdpPtrOutput() ControllerUdpPtrOutput + func (i ControllerUdpArgs) ToControllerUdpPtrOutputWithContext(ctx context.Context) ControllerUdpPtrOutput + type ControllerUdpInput interface + ToControllerUdpOutput func() ControllerUdpOutput + ToControllerUdpOutputWithContext func(context.Context) ControllerUdpOutput + type ControllerUdpOutput struct + func (ControllerUdpOutput) ElementType() reflect.Type + func (o ControllerUdpOutput) Annotations() pulumi.StringMapOutput + func (o ControllerUdpOutput) ConfigMapNamespace() pulumi.StringPtrOutput + func (o ControllerUdpOutput) ToControllerUdpOutput() ControllerUdpOutput + func (o ControllerUdpOutput) ToControllerUdpOutputWithContext(ctx context.Context) ControllerUdpOutput + func (o ControllerUdpOutput) ToControllerUdpPtrOutput() ControllerUdpPtrOutput + func (o ControllerUdpOutput) ToControllerUdpPtrOutputWithContext(ctx context.Context) ControllerUdpPtrOutput + type ControllerUdpPtrInput interface + ToControllerUdpPtrOutput func() ControllerUdpPtrOutput + ToControllerUdpPtrOutputWithContext func(context.Context) ControllerUdpPtrOutput + func ControllerUdpPtr(v *ControllerUdpArgs) ControllerUdpPtrInput + type ControllerUdpPtrOutput struct + func (ControllerUdpPtrOutput) ElementType() reflect.Type + func (o ControllerUdpPtrOutput) Annotations() pulumi.StringMapOutput + func (o ControllerUdpPtrOutput) ConfigMapNamespace() pulumi.StringPtrOutput + func (o ControllerUdpPtrOutput) Elem() ControllerUdpOutput + func (o ControllerUdpPtrOutput) ToControllerUdpPtrOutput() ControllerUdpPtrOutput + func (o ControllerUdpPtrOutput) ToControllerUdpPtrOutputWithContext(ctx context.Context) ControllerUdpPtrOutput + type ControllerUpdateStrategy struct + RollingUpdate *ControllerRollingUpdate + Type *string + type ControllerUpdateStrategyArgs struct + RollingUpdate ControllerRollingUpdatePtrInput + Type pulumi.StringPtrInput + func (ControllerUpdateStrategyArgs) ElementType() reflect.Type + func (i ControllerUpdateStrategyArgs) ToControllerUpdateStrategyOutput() ControllerUpdateStrategyOutput + func (i ControllerUpdateStrategyArgs) ToControllerUpdateStrategyOutputWithContext(ctx context.Context) ControllerUpdateStrategyOutput + func (i ControllerUpdateStrategyArgs) ToControllerUpdateStrategyPtrOutput() ControllerUpdateStrategyPtrOutput + func (i ControllerUpdateStrategyArgs) ToControllerUpdateStrategyPtrOutputWithContext(ctx context.Context) ControllerUpdateStrategyPtrOutput + type ControllerUpdateStrategyInput interface + ToControllerUpdateStrategyOutput func() ControllerUpdateStrategyOutput + ToControllerUpdateStrategyOutputWithContext func(context.Context) ControllerUpdateStrategyOutput + type ControllerUpdateStrategyOutput struct + func (ControllerUpdateStrategyOutput) ElementType() reflect.Type + func (o ControllerUpdateStrategyOutput) RollingUpdate() ControllerRollingUpdatePtrOutput + func (o ControllerUpdateStrategyOutput) ToControllerUpdateStrategyOutput() ControllerUpdateStrategyOutput + func (o ControllerUpdateStrategyOutput) ToControllerUpdateStrategyOutputWithContext(ctx context.Context) ControllerUpdateStrategyOutput + func (o ControllerUpdateStrategyOutput) ToControllerUpdateStrategyPtrOutput() ControllerUpdateStrategyPtrOutput + func (o ControllerUpdateStrategyOutput) ToControllerUpdateStrategyPtrOutputWithContext(ctx context.Context) ControllerUpdateStrategyPtrOutput + func (o ControllerUpdateStrategyOutput) Type() pulumi.StringPtrOutput + type ControllerUpdateStrategyPtrInput interface + ToControllerUpdateStrategyPtrOutput func() ControllerUpdateStrategyPtrOutput + ToControllerUpdateStrategyPtrOutputWithContext func(context.Context) ControllerUpdateStrategyPtrOutput + func ControllerUpdateStrategyPtr(v *ControllerUpdateStrategyArgs) ControllerUpdateStrategyPtrInput + type ControllerUpdateStrategyPtrOutput struct + func (ControllerUpdateStrategyPtrOutput) ElementType() reflect.Type + func (o ControllerUpdateStrategyPtrOutput) Elem() ControllerUpdateStrategyOutput + func (o ControllerUpdateStrategyPtrOutput) RollingUpdate() ControllerRollingUpdatePtrOutput + func (o ControllerUpdateStrategyPtrOutput) ToControllerUpdateStrategyPtrOutput() ControllerUpdateStrategyPtrOutput + func (o ControllerUpdateStrategyPtrOutput) ToControllerUpdateStrategyPtrOutputWithContext(ctx context.Context) ControllerUpdateStrategyPtrOutput + func (o ControllerUpdateStrategyPtrOutput) Type() pulumi.StringPtrOutput + type IngressController struct + Status ReleaseStatusOutput + func NewIngressController(ctx *pulumi.Context, name string, args *IngressControllerArgs, ...) (*IngressController, error) + func (*IngressController) ElementType() reflect.Type + func (i *IngressController) ToIngressControllerOutput() IngressControllerOutput + func (i *IngressController) ToIngressControllerOutputWithContext(ctx context.Context) IngressControllerOutput + func (i *IngressController) ToIngressControllerPtrOutput() IngressControllerPtrOutput + func (i *IngressController) ToIngressControllerPtrOutputWithContext(ctx context.Context) IngressControllerPtrOutput + type IngressControllerArgs struct + Controller ControllerPtrInput + DefaultBackend ControllerDefaultBackendPtrInput + DhParam pulumi.StringPtrInput + FullnameOverride pulumi.StringPtrInput + HelmOptions ReleasePtrInput + ImagePullSecrets corev1.LocalObjectReferenceArrayInput + NameOverride pulumi.StringPtrInput + PodSecurityPolicy ControllerPodSecurityPolicyPtrInput + Rbac ControllerRBACPtrInput + RevisionHistoryLimit pulumi.IntPtrInput + ServiceAccount ControllerServiceAccountPtrInput + Tcp pulumi.StringMapMapInput + Udp pulumi.StringMapMapInput + func (IngressControllerArgs) ElementType() reflect.Type + type IngressControllerArray []IngressControllerInput + func (IngressControllerArray) ElementType() reflect.Type + func (i IngressControllerArray) ToIngressControllerArrayOutput() IngressControllerArrayOutput + func (i IngressControllerArray) ToIngressControllerArrayOutputWithContext(ctx context.Context) IngressControllerArrayOutput + type IngressControllerArrayInput interface + ToIngressControllerArrayOutput func() IngressControllerArrayOutput + ToIngressControllerArrayOutputWithContext func(context.Context) IngressControllerArrayOutput + type IngressControllerArrayOutput struct + func (IngressControllerArrayOutput) ElementType() reflect.Type + func (o IngressControllerArrayOutput) Index(i pulumi.IntInput) IngressControllerOutput + func (o IngressControllerArrayOutput) ToIngressControllerArrayOutput() IngressControllerArrayOutput + func (o IngressControllerArrayOutput) ToIngressControllerArrayOutputWithContext(ctx context.Context) IngressControllerArrayOutput + type IngressControllerInput interface + ToIngressControllerOutput func() IngressControllerOutput + ToIngressControllerOutputWithContext func(ctx context.Context) IngressControllerOutput + type IngressControllerMap map[string]IngressControllerInput + func (IngressControllerMap) ElementType() reflect.Type + func (i IngressControllerMap) ToIngressControllerMapOutput() IngressControllerMapOutput + func (i IngressControllerMap) ToIngressControllerMapOutputWithContext(ctx context.Context) IngressControllerMapOutput + type IngressControllerMapInput interface + ToIngressControllerMapOutput func() IngressControllerMapOutput + ToIngressControllerMapOutputWithContext func(context.Context) IngressControllerMapOutput + type IngressControllerMapOutput struct + func (IngressControllerMapOutput) ElementType() reflect.Type + func (o IngressControllerMapOutput) MapIndex(k pulumi.StringInput) IngressControllerOutput + func (o IngressControllerMapOutput) ToIngressControllerMapOutput() IngressControllerMapOutput + func (o IngressControllerMapOutput) ToIngressControllerMapOutputWithContext(ctx context.Context) IngressControllerMapOutput + type IngressControllerOutput struct + func (IngressControllerOutput) ElementType() reflect.Type + func (o IngressControllerOutput) ToIngressControllerOutput() IngressControllerOutput + func (o IngressControllerOutput) ToIngressControllerOutputWithContext(ctx context.Context) IngressControllerOutput + func (o IngressControllerOutput) ToIngressControllerPtrOutput() IngressControllerPtrOutput + func (o IngressControllerOutput) ToIngressControllerPtrOutputWithContext(ctx context.Context) IngressControllerPtrOutput + type IngressControllerPtrInput interface + ToIngressControllerPtrOutput func() IngressControllerPtrOutput + ToIngressControllerPtrOutputWithContext func(ctx context.Context) IngressControllerPtrOutput + type IngressControllerPtrOutput struct + func (IngressControllerPtrOutput) ElementType() reflect.Type + func (o IngressControllerPtrOutput) Elem() IngressControllerOutput + func (o IngressControllerPtrOutput) ToIngressControllerPtrOutput() IngressControllerPtrOutput + func (o IngressControllerPtrOutput) ToIngressControllerPtrOutputWithContext(ctx context.Context) IngressControllerPtrOutput + type Keda struct + ApiVersion *string + Behavior *AutoscalingBehavior + CooldownPeriod *int + Enabled *bool + MaxReplicas *int + MinReplicas *int + PollingInterval *int + RestoreToOriginalReplicaCount *bool + ScaledObject *KedaScaledObject + Triggers []KedaTrigger + type KedaArgs struct + ApiVersion pulumi.StringPtrInput + Behavior AutoscalingBehaviorPtrInput + CooldownPeriod pulumi.IntPtrInput + Enabled pulumi.BoolPtrInput + MaxReplicas pulumi.IntPtrInput + MinReplicas pulumi.IntPtrInput + PollingInterval pulumi.IntPtrInput + RestoreToOriginalReplicaCount pulumi.BoolPtrInput + ScaledObject KedaScaledObjectPtrInput + Triggers KedaTriggerArrayInput + func (KedaArgs) ElementType() reflect.Type + func (i KedaArgs) ToKedaOutput() KedaOutput + func (i KedaArgs) ToKedaOutputWithContext(ctx context.Context) KedaOutput + func (i KedaArgs) ToKedaPtrOutput() KedaPtrOutput + func (i KedaArgs) ToKedaPtrOutputWithContext(ctx context.Context) KedaPtrOutput + type KedaInput interface + ToKedaOutput func() KedaOutput + ToKedaOutputWithContext func(context.Context) KedaOutput + type KedaOutput struct + func (KedaOutput) ElementType() reflect.Type + func (o KedaOutput) ApiVersion() pulumi.StringPtrOutput + func (o KedaOutput) Behavior() AutoscalingBehaviorPtrOutput + func (o KedaOutput) CooldownPeriod() pulumi.IntPtrOutput + func (o KedaOutput) Enabled() pulumi.BoolPtrOutput + func (o KedaOutput) MaxReplicas() pulumi.IntPtrOutput + func (o KedaOutput) MinReplicas() pulumi.IntPtrOutput + func (o KedaOutput) PollingInterval() pulumi.IntPtrOutput + func (o KedaOutput) RestoreToOriginalReplicaCount() pulumi.BoolPtrOutput + func (o KedaOutput) ScaledObject() KedaScaledObjectPtrOutput + func (o KedaOutput) ToKedaOutput() KedaOutput + func (o KedaOutput) ToKedaOutputWithContext(ctx context.Context) KedaOutput + func (o KedaOutput) ToKedaPtrOutput() KedaPtrOutput + func (o KedaOutput) ToKedaPtrOutputWithContext(ctx context.Context) KedaPtrOutput + func (o KedaOutput) Triggers() KedaTriggerArrayOutput + type KedaPtrInput interface + ToKedaPtrOutput func() KedaPtrOutput + ToKedaPtrOutputWithContext func(context.Context) KedaPtrOutput + func KedaPtr(v *KedaArgs) KedaPtrInput + type KedaPtrOutput struct + func (KedaPtrOutput) ElementType() reflect.Type + func (o KedaPtrOutput) ApiVersion() pulumi.StringPtrOutput + func (o KedaPtrOutput) Behavior() AutoscalingBehaviorPtrOutput + func (o KedaPtrOutput) CooldownPeriod() pulumi.IntPtrOutput + func (o KedaPtrOutput) Elem() KedaOutput + func (o KedaPtrOutput) Enabled() pulumi.BoolPtrOutput + func (o KedaPtrOutput) MaxReplicas() pulumi.IntPtrOutput + func (o KedaPtrOutput) MinReplicas() pulumi.IntPtrOutput + func (o KedaPtrOutput) PollingInterval() pulumi.IntPtrOutput + func (o KedaPtrOutput) RestoreToOriginalReplicaCount() pulumi.BoolPtrOutput + func (o KedaPtrOutput) ScaledObject() KedaScaledObjectPtrOutput + func (o KedaPtrOutput) ToKedaPtrOutput() KedaPtrOutput + func (o KedaPtrOutput) ToKedaPtrOutputWithContext(ctx context.Context) KedaPtrOutput + func (o KedaPtrOutput) Triggers() KedaTriggerArrayOutput + type KedaScaledObject struct + Annotations map[string]string + type KedaScaledObjectArgs struct + Annotations pulumi.StringMapInput + func (KedaScaledObjectArgs) ElementType() reflect.Type + func (i KedaScaledObjectArgs) ToKedaScaledObjectOutput() KedaScaledObjectOutput + func (i KedaScaledObjectArgs) ToKedaScaledObjectOutputWithContext(ctx context.Context) KedaScaledObjectOutput + func (i KedaScaledObjectArgs) ToKedaScaledObjectPtrOutput() KedaScaledObjectPtrOutput + func (i KedaScaledObjectArgs) ToKedaScaledObjectPtrOutputWithContext(ctx context.Context) KedaScaledObjectPtrOutput + type KedaScaledObjectInput interface + ToKedaScaledObjectOutput func() KedaScaledObjectOutput + ToKedaScaledObjectOutputWithContext func(context.Context) KedaScaledObjectOutput + type KedaScaledObjectOutput struct + func (KedaScaledObjectOutput) ElementType() reflect.Type + func (o KedaScaledObjectOutput) Annotations() pulumi.StringMapOutput + func (o KedaScaledObjectOutput) ToKedaScaledObjectOutput() KedaScaledObjectOutput + func (o KedaScaledObjectOutput) ToKedaScaledObjectOutputWithContext(ctx context.Context) KedaScaledObjectOutput + func (o KedaScaledObjectOutput) ToKedaScaledObjectPtrOutput() KedaScaledObjectPtrOutput + func (o KedaScaledObjectOutput) ToKedaScaledObjectPtrOutputWithContext(ctx context.Context) KedaScaledObjectPtrOutput + type KedaScaledObjectPtrInput interface + ToKedaScaledObjectPtrOutput func() KedaScaledObjectPtrOutput + ToKedaScaledObjectPtrOutputWithContext func(context.Context) KedaScaledObjectPtrOutput + func KedaScaledObjectPtr(v *KedaScaledObjectArgs) KedaScaledObjectPtrInput + type KedaScaledObjectPtrOutput struct + func (KedaScaledObjectPtrOutput) ElementType() reflect.Type + func (o KedaScaledObjectPtrOutput) Annotations() pulumi.StringMapOutput + func (o KedaScaledObjectPtrOutput) Elem() KedaScaledObjectOutput + func (o KedaScaledObjectPtrOutput) ToKedaScaledObjectPtrOutput() KedaScaledObjectPtrOutput + func (o KedaScaledObjectPtrOutput) ToKedaScaledObjectPtrOutputWithContext(ctx context.Context) KedaScaledObjectPtrOutput + type KedaTrigger struct + Metadata map[string]map[string]string + Type *string + type KedaTriggerArgs struct + Metadata pulumi.StringMapMapInput + Type pulumi.StringPtrInput + func (KedaTriggerArgs) ElementType() reflect.Type + func (i KedaTriggerArgs) ToKedaTriggerOutput() KedaTriggerOutput + func (i KedaTriggerArgs) ToKedaTriggerOutputWithContext(ctx context.Context) KedaTriggerOutput + type KedaTriggerArray []KedaTriggerInput + func (KedaTriggerArray) ElementType() reflect.Type + func (i KedaTriggerArray) ToKedaTriggerArrayOutput() KedaTriggerArrayOutput + func (i KedaTriggerArray) ToKedaTriggerArrayOutputWithContext(ctx context.Context) KedaTriggerArrayOutput + type KedaTriggerArrayInput interface + ToKedaTriggerArrayOutput func() KedaTriggerArrayOutput + ToKedaTriggerArrayOutputWithContext func(context.Context) KedaTriggerArrayOutput + type KedaTriggerArrayOutput struct + func (KedaTriggerArrayOutput) ElementType() reflect.Type + func (o KedaTriggerArrayOutput) Index(i pulumi.IntInput) KedaTriggerOutput + func (o KedaTriggerArrayOutput) ToKedaTriggerArrayOutput() KedaTriggerArrayOutput + func (o KedaTriggerArrayOutput) ToKedaTriggerArrayOutputWithContext(ctx context.Context) KedaTriggerArrayOutput + type KedaTriggerInput interface + ToKedaTriggerOutput func() KedaTriggerOutput + ToKedaTriggerOutputWithContext func(context.Context) KedaTriggerOutput + type KedaTriggerOutput struct + func (KedaTriggerOutput) ElementType() reflect.Type + func (o KedaTriggerOutput) Metadata() pulumi.StringMapMapOutput + func (o KedaTriggerOutput) ToKedaTriggerOutput() KedaTriggerOutput + func (o KedaTriggerOutput) ToKedaTriggerOutputWithContext(ctx context.Context) KedaTriggerOutput + func (o KedaTriggerOutput) Type() pulumi.StringPtrOutput + type Provider struct + func NewProvider(ctx *pulumi.Context, name string, args *ProviderArgs, ...) (*Provider, error) + func (*Provider) ElementType() reflect.Type + func (i *Provider) ToProviderOutput() ProviderOutput + func (i *Provider) ToProviderOutputWithContext(ctx context.Context) ProviderOutput + func (i *Provider) ToProviderPtrOutput() ProviderPtrOutput + func (i *Provider) ToProviderPtrOutputWithContext(ctx context.Context) ProviderPtrOutput + type ProviderArgs struct + func (ProviderArgs) ElementType() reflect.Type + type ProviderInput interface + ToProviderOutput func() ProviderOutput + ToProviderOutputWithContext func(ctx context.Context) ProviderOutput + type ProviderOutput struct + func (ProviderOutput) ElementType() reflect.Type + func (o ProviderOutput) ToProviderOutput() ProviderOutput + func (o ProviderOutput) ToProviderOutputWithContext(ctx context.Context) ProviderOutput + func (o ProviderOutput) ToProviderPtrOutput() ProviderPtrOutput + func (o ProviderOutput) ToProviderPtrOutputWithContext(ctx context.Context) ProviderPtrOutput + type ProviderPtrInput interface + ToProviderPtrOutput func() ProviderPtrOutput + ToProviderPtrOutputWithContext func(ctx context.Context) ProviderPtrOutput + type ProviderPtrOutput struct + func (ProviderPtrOutput) ElementType() reflect.Type + func (o ProviderPtrOutput) Elem() ProviderOutput + func (o ProviderPtrOutput) ToProviderPtrOutput() ProviderPtrOutput + func (o ProviderPtrOutput) ToProviderPtrOutputWithContext(ctx context.Context) ProviderPtrOutput + type Release struct + Atomic *bool + Chart *string + CleanupOnFail *bool + CreateNamespace *bool + DependencyUpdate *bool + Description *string + Devel *bool + DisableCRDHooks *bool + DisableOpenapiValidation *bool + DisableWebhooks *bool + ForceUpdate *bool + Keyring *string + Lint *bool + Manifest map[string]interface{} + MaxHistory *int + Name *string + Namespace *string + Postrender *string + RecreatePods *bool + RenderSubchartNotes *bool + Replace *bool + RepositoryOpts *RepositoryOpts + ResetValues *bool + ResourceNames map[string][]string + ReuseValues *bool + SkipAwait *bool + SkipCrds *bool + Timeout *int + ValueYamlFiles []pulumi.AssetOrArchive + Values map[string]interface{} + Verify *bool + Version *string + WaitForJobs *bool + type ReleaseArgs struct + Atomic pulumi.BoolPtrInput + Chart pulumi.StringPtrInput + CleanupOnFail pulumi.BoolPtrInput + CreateNamespace pulumi.BoolPtrInput + DependencyUpdate pulumi.BoolPtrInput + Description pulumi.StringPtrInput + Devel pulumi.BoolPtrInput + DisableCRDHooks pulumi.BoolPtrInput + DisableOpenapiValidation pulumi.BoolPtrInput + DisableWebhooks pulumi.BoolPtrInput + ForceUpdate pulumi.BoolPtrInput + Keyring pulumi.StringPtrInput + Lint pulumi.BoolPtrInput + Manifest pulumi.MapInput + MaxHistory pulumi.IntPtrInput + Name pulumi.StringPtrInput + Namespace pulumi.StringPtrInput + Postrender pulumi.StringPtrInput + RecreatePods pulumi.BoolPtrInput + RenderSubchartNotes pulumi.BoolPtrInput + Replace pulumi.BoolPtrInput + RepositoryOpts RepositoryOptsPtrInput + ResetValues pulumi.BoolPtrInput + ResourceNames pulumi.StringArrayMapInput + ReuseValues pulumi.BoolPtrInput + SkipAwait pulumi.BoolPtrInput + SkipCrds pulumi.BoolPtrInput + Timeout pulumi.IntPtrInput + ValueYamlFiles pulumi.AssetOrArchiveArrayInput + Values pulumi.MapInput + Verify pulumi.BoolPtrInput + Version pulumi.StringPtrInput + WaitForJobs pulumi.BoolPtrInput + func (ReleaseArgs) ElementType() reflect.Type + func (i ReleaseArgs) ToReleaseOutput() ReleaseOutput + func (i ReleaseArgs) ToReleaseOutputWithContext(ctx context.Context) ReleaseOutput + func (i ReleaseArgs) ToReleasePtrOutput() ReleasePtrOutput + func (i ReleaseArgs) ToReleasePtrOutputWithContext(ctx context.Context) ReleasePtrOutput + type ReleaseInput interface + ToReleaseOutput func() ReleaseOutput + ToReleaseOutputWithContext func(context.Context) ReleaseOutput + type ReleaseOutput struct + func (ReleaseOutput) ElementType() reflect.Type + func (o ReleaseOutput) Atomic() pulumi.BoolPtrOutput + func (o ReleaseOutput) Chart() pulumi.StringPtrOutput + func (o ReleaseOutput) CleanupOnFail() pulumi.BoolPtrOutput + func (o ReleaseOutput) CreateNamespace() pulumi.BoolPtrOutput + func (o ReleaseOutput) DependencyUpdate() pulumi.BoolPtrOutput + func (o ReleaseOutput) Description() pulumi.StringPtrOutput + func (o ReleaseOutput) Devel() pulumi.BoolPtrOutput + func (o ReleaseOutput) DisableCRDHooks() pulumi.BoolPtrOutput + func (o ReleaseOutput) DisableOpenapiValidation() pulumi.BoolPtrOutput + func (o ReleaseOutput) DisableWebhooks() pulumi.BoolPtrOutput + func (o ReleaseOutput) ForceUpdate() pulumi.BoolPtrOutput + func (o ReleaseOutput) Keyring() pulumi.StringPtrOutput + func (o ReleaseOutput) Lint() pulumi.BoolPtrOutput + func (o ReleaseOutput) Manifest() pulumi.MapOutput + func (o ReleaseOutput) MaxHistory() pulumi.IntPtrOutput + func (o ReleaseOutput) Name() pulumi.StringPtrOutput + func (o ReleaseOutput) Namespace() pulumi.StringPtrOutput + func (o ReleaseOutput) Postrender() pulumi.StringPtrOutput + func (o ReleaseOutput) RecreatePods() pulumi.BoolPtrOutput + func (o ReleaseOutput) RenderSubchartNotes() pulumi.BoolPtrOutput + func (o ReleaseOutput) Replace() pulumi.BoolPtrOutput + func (o ReleaseOutput) RepositoryOpts() RepositoryOptsPtrOutput + func (o ReleaseOutput) ResetValues() pulumi.BoolPtrOutput + func (o ReleaseOutput) ResourceNames() pulumi.StringArrayMapOutput + func (o ReleaseOutput) ReuseValues() pulumi.BoolPtrOutput + func (o ReleaseOutput) SkipAwait() pulumi.BoolPtrOutput + func (o ReleaseOutput) SkipCrds() pulumi.BoolPtrOutput + func (o ReleaseOutput) Timeout() pulumi.IntPtrOutput + func (o ReleaseOutput) ToReleaseOutput() ReleaseOutput + func (o ReleaseOutput) ToReleaseOutputWithContext(ctx context.Context) ReleaseOutput + func (o ReleaseOutput) ToReleasePtrOutput() ReleasePtrOutput + func (o ReleaseOutput) ToReleasePtrOutputWithContext(ctx context.Context) ReleasePtrOutput + func (o ReleaseOutput) ValueYamlFiles() pulumi.AssetOrArchiveArrayOutput + func (o ReleaseOutput) Values() pulumi.MapOutput + func (o ReleaseOutput) Verify() pulumi.BoolPtrOutput + func (o ReleaseOutput) Version() pulumi.StringPtrOutput + func (o ReleaseOutput) WaitForJobs() pulumi.BoolPtrOutput + type ReleasePtrInput interface + ToReleasePtrOutput func() ReleasePtrOutput + ToReleasePtrOutputWithContext func(context.Context) ReleasePtrOutput + func ReleasePtr(v *ReleaseArgs) ReleasePtrInput + type ReleasePtrOutput struct + func (ReleasePtrOutput) ElementType() reflect.Type + func (o ReleasePtrOutput) Atomic() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) Chart() pulumi.StringPtrOutput + func (o ReleasePtrOutput) CleanupOnFail() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) CreateNamespace() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) DependencyUpdate() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) Description() pulumi.StringPtrOutput + func (o ReleasePtrOutput) Devel() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) DisableCRDHooks() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) DisableOpenapiValidation() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) DisableWebhooks() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) Elem() ReleaseOutput + func (o ReleasePtrOutput) ForceUpdate() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) Keyring() pulumi.StringPtrOutput + func (o ReleasePtrOutput) Lint() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) Manifest() pulumi.MapOutput + func (o ReleasePtrOutput) MaxHistory() pulumi.IntPtrOutput + func (o ReleasePtrOutput) Name() pulumi.StringPtrOutput + func (o ReleasePtrOutput) Namespace() pulumi.StringPtrOutput + func (o ReleasePtrOutput) Postrender() pulumi.StringPtrOutput + func (o ReleasePtrOutput) RecreatePods() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) RenderSubchartNotes() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) Replace() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) RepositoryOpts() RepositoryOptsPtrOutput + func (o ReleasePtrOutput) ResetValues() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) ResourceNames() pulumi.StringArrayMapOutput + func (o ReleasePtrOutput) ReuseValues() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) SkipAwait() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) SkipCrds() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) Timeout() pulumi.IntPtrOutput + func (o ReleasePtrOutput) ToReleasePtrOutput() ReleasePtrOutput + func (o ReleasePtrOutput) ToReleasePtrOutputWithContext(ctx context.Context) ReleasePtrOutput + func (o ReleasePtrOutput) ValueYamlFiles() pulumi.AssetOrArchiveArrayOutput + func (o ReleasePtrOutput) Values() pulumi.MapOutput + func (o ReleasePtrOutput) Verify() pulumi.BoolPtrOutput + func (o ReleasePtrOutput) Version() pulumi.StringPtrOutput + func (o ReleasePtrOutput) WaitForJobs() pulumi.BoolPtrOutput + type ReleaseStatus struct + AppVersion string + Chart string + Name string + Namespace string + Revision int + Status string + Version string + type ReleaseStatusArgs struct + AppVersion pulumi.StringInput + Chart pulumi.StringInput + Name pulumi.StringInput + Namespace pulumi.StringInput + Revision pulumi.IntInput + Status pulumi.StringInput + Version pulumi.StringInput + func (ReleaseStatusArgs) ElementType() reflect.Type + func (i ReleaseStatusArgs) ToReleaseStatusOutput() ReleaseStatusOutput + func (i ReleaseStatusArgs) ToReleaseStatusOutputWithContext(ctx context.Context) ReleaseStatusOutput + func (i ReleaseStatusArgs) ToReleaseStatusPtrOutput() ReleaseStatusPtrOutput + func (i ReleaseStatusArgs) ToReleaseStatusPtrOutputWithContext(ctx context.Context) ReleaseStatusPtrOutput + type ReleaseStatusInput interface + ToReleaseStatusOutput func() ReleaseStatusOutput + ToReleaseStatusOutputWithContext func(context.Context) ReleaseStatusOutput + type ReleaseStatusOutput struct + func (ReleaseStatusOutput) ElementType() reflect.Type + func (o ReleaseStatusOutput) AppVersion() pulumi.StringOutput + func (o ReleaseStatusOutput) Chart() pulumi.StringOutput + func (o ReleaseStatusOutput) Name() pulumi.StringOutput + func (o ReleaseStatusOutput) Namespace() pulumi.StringOutput + func (o ReleaseStatusOutput) Revision() pulumi.IntOutput + func (o ReleaseStatusOutput) Status() pulumi.StringOutput + func (o ReleaseStatusOutput) ToReleaseStatusOutput() ReleaseStatusOutput + func (o ReleaseStatusOutput) ToReleaseStatusOutputWithContext(ctx context.Context) ReleaseStatusOutput + func (o ReleaseStatusOutput) ToReleaseStatusPtrOutput() ReleaseStatusPtrOutput + func (o ReleaseStatusOutput) ToReleaseStatusPtrOutputWithContext(ctx context.Context) ReleaseStatusPtrOutput + func (o ReleaseStatusOutput) Version() pulumi.StringOutput + type ReleaseStatusPtrInput interface + ToReleaseStatusPtrOutput func() ReleaseStatusPtrOutput + ToReleaseStatusPtrOutputWithContext func(context.Context) ReleaseStatusPtrOutput + func ReleaseStatusPtr(v *ReleaseStatusArgs) ReleaseStatusPtrInput + type ReleaseStatusPtrOutput struct + func (ReleaseStatusPtrOutput) ElementType() reflect.Type + func (o ReleaseStatusPtrOutput) AppVersion() pulumi.StringPtrOutput + func (o ReleaseStatusPtrOutput) Chart() pulumi.StringPtrOutput + func (o ReleaseStatusPtrOutput) Elem() ReleaseStatusOutput + func (o ReleaseStatusPtrOutput) Name() pulumi.StringPtrOutput + func (o ReleaseStatusPtrOutput) Namespace() pulumi.StringPtrOutput + func (o ReleaseStatusPtrOutput) Revision() pulumi.IntPtrOutput + func (o ReleaseStatusPtrOutput) Status() pulumi.StringPtrOutput + func (o ReleaseStatusPtrOutput) ToReleaseStatusPtrOutput() ReleaseStatusPtrOutput + func (o ReleaseStatusPtrOutput) ToReleaseStatusPtrOutputWithContext(ctx context.Context) ReleaseStatusPtrOutput + func (o ReleaseStatusPtrOutput) Version() pulumi.StringPtrOutput + type RepositoryOpts struct + CaFile *string + CertFile *string + KeyFile *string + Password *string + Repo *string + Username *string + type RepositoryOptsArgs struct + CaFile pulumi.StringPtrInput + CertFile pulumi.StringPtrInput + KeyFile pulumi.StringPtrInput + Password pulumi.StringPtrInput + Repo pulumi.StringPtrInput + Username pulumi.StringPtrInput + func (RepositoryOptsArgs) ElementType() reflect.Type + func (i RepositoryOptsArgs) ToRepositoryOptsOutput() RepositoryOptsOutput + func (i RepositoryOptsArgs) ToRepositoryOptsOutputWithContext(ctx context.Context) RepositoryOptsOutput + func (i RepositoryOptsArgs) ToRepositoryOptsPtrOutput() RepositoryOptsPtrOutput + func (i RepositoryOptsArgs) ToRepositoryOptsPtrOutputWithContext(ctx context.Context) RepositoryOptsPtrOutput + type RepositoryOptsInput interface + ToRepositoryOptsOutput func() RepositoryOptsOutput + ToRepositoryOptsOutputWithContext func(context.Context) RepositoryOptsOutput + type RepositoryOptsOutput struct + func (RepositoryOptsOutput) ElementType() reflect.Type + func (o RepositoryOptsOutput) CaFile() pulumi.StringPtrOutput + func (o RepositoryOptsOutput) CertFile() pulumi.StringPtrOutput + func (o RepositoryOptsOutput) KeyFile() pulumi.StringPtrOutput + func (o RepositoryOptsOutput) Password() pulumi.StringPtrOutput + func (o RepositoryOptsOutput) Repo() pulumi.StringPtrOutput + func (o RepositoryOptsOutput) ToRepositoryOptsOutput() RepositoryOptsOutput + func (o RepositoryOptsOutput) ToRepositoryOptsOutputWithContext(ctx context.Context) RepositoryOptsOutput + func (o RepositoryOptsOutput) ToRepositoryOptsPtrOutput() RepositoryOptsPtrOutput + func (o RepositoryOptsOutput) ToRepositoryOptsPtrOutputWithContext(ctx context.Context) RepositoryOptsPtrOutput + func (o RepositoryOptsOutput) Username() pulumi.StringPtrOutput + type RepositoryOptsPtrInput interface + ToRepositoryOptsPtrOutput func() RepositoryOptsPtrOutput + ToRepositoryOptsPtrOutputWithContext func(context.Context) RepositoryOptsPtrOutput + func RepositoryOptsPtr(v *RepositoryOptsArgs) RepositoryOptsPtrInput + type RepositoryOptsPtrOutput struct + func (RepositoryOptsPtrOutput) ElementType() reflect.Type + func (o RepositoryOptsPtrOutput) CaFile() pulumi.StringPtrOutput + func (o RepositoryOptsPtrOutput) CertFile() pulumi.StringPtrOutput + func (o RepositoryOptsPtrOutput) Elem() RepositoryOptsOutput + func (o RepositoryOptsPtrOutput) KeyFile() pulumi.StringPtrOutput + func (o RepositoryOptsPtrOutput) Password() pulumi.StringPtrOutput + func (o RepositoryOptsPtrOutput) Repo() pulumi.StringPtrOutput + func (o RepositoryOptsPtrOutput) ToRepositoryOptsPtrOutput() RepositoryOptsPtrOutput + func (o RepositoryOptsPtrOutput) ToRepositoryOptsPtrOutputWithContext(ctx context.Context) RepositoryOptsPtrOutput + func (o RepositoryOptsPtrOutput) Username() pulumi.StringPtrOutput