From efd20b10eada32e02e9e5a393a04cd6dc6becf38 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Fri, 10 May 2024 11:42:28 +0000 Subject: [PATCH 1/3] Update self-generated content --- .../default-apps-aws/v0.52.0.md | 19 + .../cluster-apps-for-capi/cluster/v0.24.0.md | 39 + .../cluster-apps/cluster-aws.md | 3 +- .../cluster-apps/cluster-azure.md | 3 +- .../cluster-apps/cluster-cloud-director.md | 3 +- .../cluster-apps/cluster-eks.md | 3 +- .../cluster-apps/cluster-vsphere.md | 3 +- .../management-api/cluster-apps/cluster.md | 3 +- .../cluster-apps/default-apps-aws.md | 1169 +++++++++-------- .../cluster-apps/default-apps-azure.md | 247 ++-- .../default-apps-cloud-director.md | 3 +- .../cluster-apps/default-apps-eks.md | 3 +- .../cluster-apps/default-apps-vsphere.md | 3 +- 13 files changed, 785 insertions(+), 716 deletions(-) create mode 100644 src/content/changes/cluster-apps-for-aws/default-apps-aws/v0.52.0.md create mode 100644 src/content/changes/cluster-apps-for-capi/cluster/v0.24.0.md diff --git a/src/content/changes/cluster-apps-for-aws/default-apps-aws/v0.52.0.md b/src/content/changes/cluster-apps-for-aws/default-apps-aws/v0.52.0.md new file mode 100644 index 0000000000..95617d6cab --- /dev/null +++ b/src/content/changes/cluster-apps-for-aws/default-apps-aws/v0.52.0.md @@ -0,0 +1,19 @@ +--- +# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten. +changes_categories: +- Cluster apps for AWS +changes_entry: + repository: giantswarm/default-apps-aws + url: https://github.com/giantswarm/default-apps-aws/blob/master/CHANGELOG.md#0520---2024-05-09 + version: 0.52.0 + version_tag: v0.52.0 +date: '2024-05-10T10:53:56' +description: Changelog entry for giantswarm/default-apps-aws version 0.52.0, published + on 10 May 2024, 10:53. +title: default-apps-aws release v0.52.0 +--- + +### Added +- Helm value `.Values.deleteOptions.moveAppsHelmOwnershipToClusterAws` that enables migration of apps from default-apps-aws to cluster-aws (apps are paused, so they are not removed from the WC when default-apps-aws is deleted). +### Fixed +- Downgrade vertical-pod-autoscaler to v5.1.0 due to a bug in newer version that causes the updater to panic. diff --git a/src/content/changes/cluster-apps-for-capi/cluster/v0.24.0.md b/src/content/changes/cluster-apps-for-capi/cluster/v0.24.0.md new file mode 100644 index 0000000000..8376194286 --- /dev/null +++ b/src/content/changes/cluster-apps-for-capi/cluster/v0.24.0.md @@ -0,0 +1,39 @@ +--- +# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten. +changes_categories: +- Cluster apps for CAPI +changes_entry: + repository: giantswarm/cluster + url: https://github.com/giantswarm/cluster/blob/master/CHANGELOG.md#0240---2024-05-10 + version: 0.24.0 + version_tag: v0.24.0 +date: '2024-05-10T09:27:18' +description: Changelog entry for giantswarm/cluster version 0.24.0, published on 10 + May 2024, 09:27. +title: cluster release v0.24.0 +--- + +### Added +- Add capi-node-labeler app (disabled by default). +- Add cert-exporter app (disabled by default). +- Add cert-manager app (disabled by default). +- Add chart-operator-extensions app (disabled by default). +- Add cilium-servicemonitors app (disabled by default). +- Add cluster-autoscaler app (disabled by default). +- Add etcd-kubernetes-resources-count-exporter app (disabled by default). +- Add external-dns app (disabled by default). +- Add k8s-dns-node-cache app (disabled by default). +- Add metrics-server app (disabled by default). +- Add net-exporter app (disabled by default). +- Add node-exporter app (disabled by default). +- Add observability-bundle app (disabled by default). +- Add security-bundle app (disabled by default). +- Add teleport-kube-agent app (disabled by default). +- Add vertical-pod-autoscaler app (disabled by default). +- Add `$.Values.providerIntegration.apps.cilium.enable` flag to enable Cilium HelmRelease (old flag `$.Values.providerIntegration.resourcesApi.ciliumHelmReleaseResourceEnabled` is deprecated). +- Add `$.Values.providerIntegration.apps.coreDns.enable` flag to enable CoreDns HelmRelease (old flag `$.Values.providerIntegration.resourcesApi.coreDnsHelmReleaseResourceEnabled` is deprecated). +- Add `$.Values.providerIntegration.apps.networkPolicies.enable` flag to enable Network policies HelmRelease (old flag `$.Values.providerIntegration.resourcesApi.networkPoliciesHelmReleaseResourceEnabled` is deprecated). +- Add `$.Values.providerIntegration.apps.verticalPodAutoscalerCrd.enable` flag to enable Network policies HelmRelease (old flag `$.Values.providerIntegration.resourcesApi.verticalPodAutoscalerCrdHelmReleaseResourceEnabled` is deprecated). +- Add `$.Values.internal.ephemeralConfiguration.apps` config, meant only for development and temporary problem mitigation purposes, and where version and catalog can be overridden for every app. +### Fixed +- Fix CoreDNS provider-specific config (it was incorrectly reading Cilium app config instead of CoreDNS app config). diff --git a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-aws.md b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-aws.md index 59f55d67bf..afeeb96a31 100644 --- a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-aws.md +++ b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-aws.md @@ -1,5 +1,5 @@ --- -title: Cluster-Aws chart reference +title: cluster-aws chart reference linkTitle: cluster-aws description: A helm chart for creating Cluster API clusters with the AWS infrastructure provider (CAPA).; Check here the different properties of the chart. weight: 100 @@ -18,6 +18,7 @@ source_repository_ref: v0.60.1 The `cluster-aws` chart templates all the AWS infrastructure resources that are necessary to create a Cluster API cluster. + # Values schema documentation This page lists all available configuration options, based on the [configuration values schema](values.schema.json). diff --git a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-azure.md b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-azure.md index 9cdc34a01c..b1750b4bf8 100644 --- a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-azure.md +++ b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-azure.md @@ -1,5 +1,5 @@ --- -title: Cluster-Azure chart reference +title: cluster-azure chart reference linkTitle: cluster-azure description: A helm chart for creating Cluster API clusters with the Azure infrastructure provider (CAPZ).; Check here the different properties of the chart. weight: 100 @@ -18,6 +18,7 @@ source_repository_ref: v0.0.35 The `cluster-azure` chart templates all the Azure infrastructure resources that are necessary to create a Cluster API Azure cluster. + # Values schema documentation This page lists all available configuration options, based on the [configuration values schema](values.schema.json). diff --git a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-cloud-director.md b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-cloud-director.md index 334cb1b1db..89457c5ef2 100644 --- a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-cloud-director.md +++ b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-cloud-director.md @@ -1,5 +1,5 @@ --- -title: Cluster-Cloud-Director chart reference +title: cluster-cloud-director chart reference linkTitle: cluster-cloud-director description: A helm chart for creating Cluster API clusters with the VMware Cloud Director (VCD) infrastructure provider (CAPVCD).; Check here the different properties of the chart. weight: 100 @@ -18,6 +18,7 @@ source_repository_ref: v0.14.2 The `default-apps-cloud-director` chart templates all the VMware infrastructure resources that are necessary to create a Cluster API VCD cluster. + # cluster-cloud-director values diff --git a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-eks.md b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-eks.md index fcb427f49b..4f0ff402da 100644 --- a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-eks.md +++ b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-eks.md @@ -1,5 +1,5 @@ --- -title: Cluster-Eks chart reference +title: cluster-eks chart reference linkTitle: cluster-eks description: A helm chart for creating Cluster API EKS clusters with the AWS infrastructure provider (CAPA).; Check here the different properties of the chart. weight: 100 @@ -18,6 +18,7 @@ source_repository_ref: v0.12.0 The `cluster-eks` chart templates all the AWS infrastructure resources that are necessary to create a Cluster API EKS cluster. + # Values schema documentation This page lists all available configuration options, based on the [configuration values schema](values.schema.json). diff --git a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-vsphere.md b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-vsphere.md index 2b144000d4..ecf1196e24 100644 --- a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-vsphere.md +++ b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster-vsphere.md @@ -1,5 +1,5 @@ --- -title: Cluster-Vsphere chart reference +title: cluster-vsphere chart reference linkTitle: cluster-vsphere description: A helm chart for creating Cluster API clusters with the vSphere provider (CAPV).; Check here the different properties of the chart. weight: 100 @@ -18,6 +18,7 @@ source_repository_ref: v0.9.8 The `default-apps-vsphere` chart templates all the VMware infrastructure resources that are necessary to create a Cluster API vSphere cluster. + # Values schema documentation This page lists all available configuration options, based on the [configuration values schema](values.schema.json). diff --git a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster.md b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster.md index 269c6020a8..4ed4a52265 100644 --- a/src/content/vintage/use-the-api/management-api/cluster-apps/cluster.md +++ b/src/content/vintage/use-the-api/management-api/cluster-apps/cluster.md @@ -1,5 +1,5 @@ --- -title: Cluster chart reference +title: cluster chart reference linkTitle: cluster description: Giant Swarm cluster chart with provider-independent cluster resources; Check here the different properties of the chart. weight: 100 @@ -18,6 +18,7 @@ source_repository_ref: v0.7.0 The `cluster` chart is the main entry point for the Giant Swarm platform. It is the first app that is installed on a new cluster. It is responsible for setting up the basic infrastructure and installing the necessary components to make the cluster operational. + # Values schema documentation This page lists all available configuration options, based on the [configuration values schema](values.schema.json). diff --git a/src/content/vintage/use-the-api/management-api/cluster-apps/default-apps-aws.md b/src/content/vintage/use-the-api/management-api/cluster-apps/default-apps-aws.md index 691863da45..2c602dfca6 100644 --- a/src/content/vintage/use-the-api/management-api/cluster-apps/default-apps-aws.md +++ b/src/content/vintage/use-the-api/management-api/cluster-apps/default-apps-aws.md @@ -1,5 +1,5 @@ --- -title: Default-Apps-Aws chart reference +title: default-apps-aws chart reference linkTitle: default-apps-aws description: A Helm chart for default-apps-aws; Check here the different properties of the chart. weight: 100 @@ -18,6 +18,7 @@ source_repository_ref: v0.48.0 The `default-apps-aws` chart templates all the components required for a Cluster API AWS cluster like External DNS or CoreDNS. + # Values schema documentation This page lists all available configuration options, based on the [configuration values schema](values.schema.json). @@ -38,9 +39,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook
object  @@ -51,12 +52,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.appName
-
object  +
string 
@@ -64,12 +65,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.catalog
-
object  +
string 
@@ -77,12 +78,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.chartName
-
object  +
string 
@@ -90,12 +91,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.clusterValues
-
boolean  +
object 
@@ -103,12 +104,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.clusterValues.configMap
-
object  +
boolean 
@@ -116,12 +117,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.clusterValues.secret
-
array  +
boolean 
@@ -129,9 +130,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.dependsOn
string  @@ -142,9 +143,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.enabled
boolean  @@ -155,12 +156,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.namespace
-
object  +
string 
@@ -168,12 +169,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.aws-pod-identity-webhook.version
-
object  +
string 
@@ -181,9 +182,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler
object  @@ -194,12 +195,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler.appName
-
object  +
string 
@@ -207,12 +208,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler.catalog
-
object  +
string 
@@ -220,9 +221,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler.chartName
string  @@ -233,9 +234,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler.clusterValues
object  @@ -246,12 +247,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler.clusterValues.configMap
-
object  +
boolean 
@@ -259,12 +260,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler.clusterValues.secret
-
object  +
boolean 
@@ -272,12 +273,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler.enabled
-
object  +
boolean 
@@ -285,9 +286,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler.namespace
string  @@ -298,9 +299,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.capi-node-labeler.version
string  @@ -311,12 +312,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter
-
string  +
object 
@@ -324,9 +325,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter.appName
string  @@ -337,9 +338,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter.catalog
string  @@ -350,12 +351,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter.chartName
-
object  +
string 
@@ -363,12 +364,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter.clusterValues
-
string  +
object 
@@ -376,12 +377,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter.clusterValues.configMap
-
object  +
boolean 
@@ -389,12 +390,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter.clusterValues.secret
-
object  +
boolean 
@@ -402,12 +403,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter.enabled
-
object  +
boolean 
@@ -415,9 +416,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter.namespace
string  @@ -428,12 +429,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certExporter.version
-
object  +
string 
@@ -441,12 +442,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager
-
null  +
object 
@@ -454,9 +455,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.appName
string  @@ -467,12 +468,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.catalog
-
object  +
string 
@@ -480,12 +481,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.chartName
-
boolean  +
string 
@@ -493,12 +494,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.clusterValues
-
array  +
object 
@@ -506,12 +507,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.clusterValues.configMap
-
string  +
boolean 
@@ -519,12 +520,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.clusterValues.secret
-
array  +
boolean 
@@ -532,9 +533,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.dependsOn
string  @@ -545,12 +546,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.enabled
-
string  +
boolean 
@@ -558,12 +559,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.namespace
-
object  +
string 
@@ -571,12 +572,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.certManager.version
-
object  +
string 
@@ -584,12 +585,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions
-
string  +
object 
@@ -597,12 +598,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.appName
-
array  +
string 
@@ -610,9 +611,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.catalog
string  @@ -623,9 +624,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.chartName
string  @@ -636,12 +637,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.clusterValues
-
string  +
object 
@@ -649,12 +650,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.clusterValues.configMap
-
object  +
boolean 
@@ -662,12 +663,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.clusterValues.secret
-
object  +
boolean 
@@ -675,12 +676,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.dependsOn
-
object  +
string 
@@ -688,12 +689,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.enabled
-
object  +
boolean 
@@ -701,12 +702,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.namespace
-
boolean  +
string 
@@ -714,12 +715,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.chartOperatorExtensions.version
-
object  +
string 
@@ -727,9 +728,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.cluster-autoscaler
object  @@ -740,12 +741,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.cluster-autoscaler.appName
-
object  +
string 
@@ -753,12 +754,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.cluster-autoscaler.catalog
-
object  +
string 
@@ -766,9 +767,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.cluster-autoscaler.chartName
string  @@ -779,9 +780,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.cluster-autoscaler.clusterValues
object  @@ -792,9 +793,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.cluster-autoscaler.clusterValues.configMap
boolean  @@ -802,20 +803,15 @@ This page lists all available configuration options, based on the [configuration
-
+ .apps.cluster-autoscaler.clusterValues.secret
-
object  +
boolean 
@@ -823,12 +819,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.cluster-autoscaler.enabled
-
string  +
boolean 
@@ -836,9 +832,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.cluster-autoscaler.namespace
string  @@ -849,9 +845,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.cluster-autoscaler.version
string  @@ -862,9 +858,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.etcdKubernetesResourceCountExporter
object  @@ -875,12 +871,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.etcdKubernetesResourceCountExporter.appName
-
boolean  +
string 
@@ -888,12 +884,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.etcdKubernetesResourceCountExporter.catalog
-
boolean  +
string 
@@ -901,9 +897,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.etcdKubernetesResourceCountExporter.chartName
string  @@ -914,9 +910,22 @@ This page lists all available configuration options, based on the [configuration
+ .apps.etcdKubernetesResourceCountExporter.clusterValues +
+
+
object  +
+
+
+
+
+
+
boolean  @@ -927,9 +936,35 @@ This page lists all available configuration options, based on the [configuration
+ .apps.etcdKubernetesResourceCountExporter.clusterValues.secret +
+
+
boolean  +
+
+
+
+
+
+ +
+
+
boolean  +
+
+
+
+
+
+
string  @@ -940,9 +975,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.etcdKubernetesResourceCountExporter.version
string  @@ -953,9 +988,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns
object  @@ -966,9 +1001,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns.appName
string  @@ -979,9 +1014,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns.catalog
string  @@ -992,9 +1027,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns.chartName
string  @@ -1005,9 +1040,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns.clusterValues
object  @@ -1018,9 +1053,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns.clusterValues.configMap
boolean  @@ -1031,9 +1066,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns.clusterValues.secret
boolean  @@ -1044,9 +1079,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns.enabled
boolean  @@ -1057,9 +1092,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns.namespace
string  @@ -1070,9 +1105,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.externalDns.version
string  @@ -1083,9 +1118,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer
object  @@ -1096,9 +1131,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer.appName
string  @@ -1109,9 +1144,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer.catalog
string  @@ -1122,9 +1157,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer.chartName
string  @@ -1135,9 +1170,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer.clusterValues
object  @@ -1148,9 +1183,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer.clusterValues.configMap
boolean  @@ -1161,9 +1196,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer.clusterValues.secret
boolean  @@ -1174,9 +1209,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer.enabled
boolean  @@ -1187,9 +1222,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer.namespace
string  @@ -1200,9 +1235,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.metricsServer.version
string  @@ -1213,9 +1248,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.netExporter
object  @@ -1226,9 +1261,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.netExporter.appName
string  @@ -1239,9 +1274,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.netExporter.catalog
string  @@ -1252,9 +1287,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.netExporter.chartName
string  @@ -1265,9 +1300,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.netExporter.clusterValues
object  @@ -1278,9 +1313,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.netExporter.clusterValues.configMap
boolean  @@ -1291,9 +1326,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.netExporter.clusterValues.secret
boolean  @@ -1304,22 +1339,9 @@ This page lists all available configuration options, based on the [configuration
-
-
-
string  -
-
-
-
-
-
- + .apps.netExporter.enabled
boolean  @@ -1330,9 +1352,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.netExporter.namespace
string  @@ -1343,9 +1365,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.netExporter.version
string  @@ -1356,9 +1378,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter
object  @@ -1369,9 +1391,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter.appName
string  @@ -1382,9 +1404,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter.catalog
string  @@ -1395,9 +1417,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter.chartName
string  @@ -1408,9 +1430,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter.clusterValues
object  @@ -1421,9 +1443,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter.clusterValues.configMap
boolean  @@ -1434,9 +1456,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter.clusterValues.secret
boolean  @@ -1447,12 +1469,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter.enabled
-
string  +
boolean 
@@ -1460,12 +1482,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter.namespace
-
boolean  +
string 
@@ -1473,9 +1495,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.nodeExporter.version
string  @@ -1486,12 +1508,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle
-
string  +
object 
@@ -1499,12 +1521,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.appName
-
object  +
string 
@@ -1512,9 +1534,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.catalog
string  @@ -1525,9 +1547,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.chartName
string  @@ -1538,12 +1560,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.clusterValues
-
string  +
object 
@@ -1551,12 +1573,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.clusterValues.configMap
-
object  +
boolean 
@@ -1564,9 +1586,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.clusterValues.secret
boolean  @@ -1577,9 +1599,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.enabled
boolean  @@ -1590,9 +1612,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.inCluster
boolean  @@ -1603,9 +1625,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.namespace
string  @@ -1616,9 +1638,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.observabilityBundle.version
string  @@ -1629,9 +1651,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.securityBundle
object  @@ -1642,9 +1664,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.securityBundle.appName
string  @@ -1655,9 +1677,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.securityBundle.catalog
string  @@ -1668,9 +1690,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.securityBundle.chartName
string  @@ -1681,9 +1703,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.securityBundle.clusterValues
object  @@ -1694,9 +1716,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.securityBundle.clusterValues.configMap
boolean  @@ -1707,9 +1729,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.securityBundle.clusterValues.secret
boolean  @@ -1720,12 +1742,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.securityBundle.namespace
-
boolean  +
string 
@@ -1733,9 +1755,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.securityBundle.version
string  @@ -1746,12 +1768,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent
-
string  +
object 
@@ -1759,12 +1781,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.appName
-
object  +
string 
@@ -1772,9 +1794,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.catalog
string  @@ -1785,9 +1807,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.chartName
string  @@ -1798,12 +1820,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.clusterValues
-
string  +
object 
@@ -1811,12 +1833,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.clusterValues.configMap
-
object  +
boolean 
@@ -1824,9 +1846,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.clusterValues.secret
boolean  @@ -1837,9 +1859,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.enabled
boolean  @@ -1850,12 +1872,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.extraConfigs
-
boolean  +
array 
@@ -1863,12 +1885,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.extraConfigs[*]
-
string  +
object 
@@ -1876,9 +1898,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.extraConfigs[*].kind
string  @@ -1889,12 +1911,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.extraConfigs[*].name
-
object  +
string 
@@ -1902,9 +1924,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.extraConfigs[*].namespace
string  @@ -1915,12 +1937,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.forceUpgrade
-
string  +
boolean 
@@ -1928,9 +1950,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.namespace
string  @@ -1941,12 +1963,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.teleport-kube-agent.version
-
object  +
string 
@@ -1954,12 +1976,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa
-
boolean  +
object 
@@ -1967,25 +1989,12 @@ This page lists all available configuration options, based on the [configuration
-
-
-
boolean  -
-
-
-
-
-
- + .apps.vpa.appName
-
boolean  +
string 
@@ -1993,9 +2002,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa.catalog
string  @@ -2006,9 +2015,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa.chartName
string  @@ -2019,9 +2028,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa.clusterValues
object  @@ -2032,12 +2041,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa.clusterValues.configMap
-
string  +
boolean 
@@ -2045,12 +2054,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa.clusterValues.secret
-
string  +
boolean 
@@ -2058,9 +2067,9 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa.dependsOn
string  @@ -2071,12 +2080,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa.enabled
-
object  +
boolean 
@@ -2084,12 +2093,12 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa.namespace
-
boolean  +
string 
@@ -2097,25 +2106,30 @@ This page lists all available configuration options, based on the [configuration
+ .apps.vpa.version
-
boolean  +
string 
+
+ .userConfig.certManager
-
boolean  +
object 
@@ -2123,12 +2137,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.certManager.configMap
-
string  +
object 
@@ -2136,12 +2150,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.certManager.configMap.values
-
string  +
object 
@@ -2149,9 +2163,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.certManager.configMap.values.ciliumNetworkPolicy
object  @@ -2162,12 +2176,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.certManager.configMap.values.ciliumNetworkPolicy.enabled
-
string  +
boolean 
@@ -2175,12 +2189,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.certManager.configMap.values.controller
-
string  +
object 
@@ -2188,12 +2202,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.certManager.configMap.values.controller.extraArgs
-
string  +
array 
@@ -2201,12 +2215,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.certManager.configMap.values.controller.extraArgs[*]
-
object  +
string 
@@ -2214,9 +2228,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.certManager.configMap.values.dns01RecursiveNameserversOnly
boolean  @@ -2227,12 +2241,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.cluster-autoscaler
-
boolean  +
object 
@@ -2240,12 +2254,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.cluster-autoscaler.configMap
-
boolean  +
object 
@@ -2253,12 +2267,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.cluster-autoscaler.configMap.values
-
string  +
object 
@@ -2266,12 +2280,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.cluster-autoscaler.configMap.values.serviceAccount
-
string  +
object 
@@ -2279,9 +2293,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.cluster-autoscaler.configMap.values.serviceAccount.annotations
object  @@ -2292,9 +2306,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.cluster-autoscaler.configMap.values.serviceAccount.annotations.eks.amazonaws.com/role-arn
string  @@ -2305,12 +2319,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter
-
string  +
object 
@@ -2318,12 +2332,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap
-
string  +
object 
@@ -2331,9 +2345,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap.values
object  @@ -2344,12 +2358,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap.values.etcd
-
boolean  +
object 
@@ -2357,12 +2371,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap.values.etcd.cacertpath
-
boolean  +
string 
@@ -2370,12 +2384,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap.values.etcd.certpath
-
boolean  +
string 
@@ -2383,12 +2397,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap.values.etcd.hostPath
-
boolean  +
string 
@@ -2396,9 +2410,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap.values.etcd.keypath
string  @@ -2409,9 +2423,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap.values.etcd.prefix
string  @@ -2422,9 +2436,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap.values.events
object  @@ -2435,9 +2449,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.etcdKubernetesResourceCountExporter.configMap.values.events.prefix
string  @@ -2448,12 +2462,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns
-
string  +
object 
@@ -2461,12 +2475,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap
-
string  +
object 
@@ -2474,9 +2488,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values
object  @@ -2487,12 +2501,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.annotationFilter
-
boolean  +
string 
@@ -2500,12 +2514,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.aws
-
boolean  +
object 
@@ -2513,12 +2527,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.aws.batchChangeInterval
-
string  +
null 
@@ -2526,9 +2540,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.aws.irsa
string  @@ -2539,9 +2553,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.ciliumNetworkPolicy
object  @@ -2552,12 +2566,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.ciliumNetworkPolicy.enabled
-
string  +
boolean 
@@ -2565,12 +2579,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.domainFilters
-
string  +
array 
@@ -2578,9 +2592,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.domainFilters[*]
string  @@ -2591,25 +2605,12 @@ This page lists all available configuration options, based on the [configuration
-
-
-
object  -
-
-
-
-
-
- + .userConfig.externalDns.configMap.values.extraArgs
-
boolean  +
array 
@@ -2617,12 +2618,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.extraArgs[*]
-
boolean  +
string 
@@ -2630,12 +2631,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.provider
-
boolean  +
string 
@@ -2643,12 +2644,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.serviceAccount
-
array  +
object 
@@ -2656,9 +2657,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.serviceAccount.annotations
object  @@ -2669,9 +2670,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.serviceAccount.annotations.eks.amazonaws.com/role-arn
string  @@ -2682,12 +2683,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.sources
-
string  +
array 
@@ -2695,9 +2696,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.sources[*]
string  @@ -2708,12 +2709,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.txtOwnerId
-
boolean  +
string 
@@ -2721,9 +2722,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.externalDns.configMap.values.txtPrefix
string  @@ -2734,12 +2735,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.metricsServer
-
string  +
object 
@@ -2747,9 +2748,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.metricsServer.configMap
object  @@ -2760,12 +2761,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.metricsServer.configMap.values
-
string  +
object 
@@ -2773,12 +2774,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.metricsServer.configMap.values.ciliumNetworkPolicy
-
string  +
object 
@@ -2786,12 +2787,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.metricsServer.configMap.values.ciliumNetworkPolicy.enabled
-
string  +
boolean 
@@ -2799,9 +2800,9 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.netExporter
object  @@ -2812,12 +2813,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.netExporter.configMap
-
boolean  +
object 
@@ -2825,12 +2826,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.netExporter.configMap.values
-
boolean  +
object 
@@ -2838,12 +2839,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.netExporter.configMap.values.NetExporter
-
string  +
object 
@@ -2851,12 +2852,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.netExporter.configMap.values.NetExporter.NTPServers
-
boolean  +
string 
@@ -2864,12 +2865,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.netExporter.configMap.values.ciliumNetworkPolicy
-
string  +
object 
@@ -2877,12 +2878,12 @@ This page lists all available configuration options, based on the [configuration
+ .userConfig.netExporter.configMap.values.ciliumNetworkPolicy.enabled
-
string  +
boolean 
diff --git a/src/content/vintage/use-the-api/management-api/cluster-apps/default-apps-azure.md b/src/content/vintage/use-the-api/management-api/cluster-apps/default-apps-azure.md index 3d45f0a19b..35c4870473 100644 --- a/src/content/vintage/use-the-api/management-api/cluster-apps/default-apps-azure.md +++ b/src/content/vintage/use-the-api/management-api/cluster-apps/default-apps-azure.md @@ -1,5 +1,5 @@ --- -title: Default-Apps-Azure chart reference +title: default-apps-azure chart reference linkTitle: default-apps-azure description: A Helm chart defining the preinstalled apps running in all Giant Swarm Azure clusters.; Check here the different properties of the chart. weight: 100 @@ -18,6 +18,7 @@ source_repository_ref: v0.8.3 The `default-apps-azure` chart templates all the components required for a Cluster API Azure cluster like External DNS or CoreDNS. + # Values schema documentation This page lists all available configuration options, based on the [configuration values schema](values.schema.json). @@ -35,128 +36,6 @@ This page lists all available configuration options, based on the [configuration -
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
string  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
string  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
string  -
-
-
-
-
+ +
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
string  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
string  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
string  +
+
+
+
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object, string  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object, string  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object, string  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object, string  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object, string  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object  -
-
-
-
-
-
- -
-
-
object, string  -
-
-
-
-
+ +
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object, string  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object, string  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object, string  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object, string  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object, string  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object  +
+
+
+
+
+
+ +
+
+
object, string  +
+
+
+