import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare class Kubernetes extends pulumi.CustomResource { /** * Get an existing Kubernetes resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: KubernetesState, opts?: pulumi.CustomResourceOptions): Kubernetes; /** * Returns true if the given object is an instance of Kubernetes. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is Kubernetes; /** * ActiveGate Group */ readonly activeGateGroup: pulumi.Output; /** * Create a bearer token for [Kubernetes](https://dt-url.net/og43szq) or [OpenShift](https://dt-url.net/7l43xtp). */ readonly authToken: pulumi.Output; /** * Require valid certificates for communication with API server (recommended) */ readonly certificateCheckEnabled: pulumi.Output; /** * Monitor Kubernetes namespaces, services, workloads, and pods * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ readonly cloudApplicationPipelineEnabled: pulumi.Output; /** * Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen. */ readonly clusterId: pulumi.Output; /** * For more information on local Kubernetes API monitoring, see the [documentation](https://dt-url.net/6q62uep). */ readonly clusterIdEnabled: pulumi.Output; /** * This setting is enabled (`true`) or disabled (`false`) */ readonly enabled: pulumi.Output; /** * Get the API URL for [Kubernetes](https://dt-url.net/kz23snj) or [OpenShift](https://dt-url.net/d623xgw). */ readonly endpointUrl: pulumi.Output; /** * Define Kubernetes event filters to ingest events into your environment. For more details, see the [documentation](https://dt-url.net/2201p0u). * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ readonly eventPatterns: pulumi.Output; /** * All events are monitored by default unless event filters are specified. * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ readonly eventProcessingActive: pulumi.Output; /** * Include only events specified by Events Field Selectors * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ readonly filterEvents: pulumi.Output; /** * Verify hostname in certificate against Kubernetes API URL */ readonly hostnameVerificationEnabled: pulumi.Output; /** * For a list of included events, see the [documentation](https://dt-url.net/l61d02no). * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ readonly includeAllFdiEvents: pulumi.Output; /** * Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting). */ readonly label: pulumi.Output; /** * The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate. * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ readonly openMetricsBuiltinEnabled: pulumi.Output; /** * For annotation guidance, see the [documentation](https://dt-url.net/g42i0ppw). * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ readonly openMetricsPipelineEnabled: pulumi.Output; /** * To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment. * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ readonly pvcMonitoringEnabled: pulumi.Output; /** * The scope of this setting (KUBERNETES_CLUSTER) */ readonly scope: pulumi.Output; /** * Create a Kubernetes resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: KubernetesArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering Kubernetes resources. */ export interface KubernetesState { /** * ActiveGate Group */ activeGateGroup?: pulumi.Input; /** * Create a bearer token for [Kubernetes](https://dt-url.net/og43szq) or [OpenShift](https://dt-url.net/7l43xtp). */ authToken?: pulumi.Input; /** * Require valid certificates for communication with API server (recommended) */ certificateCheckEnabled?: pulumi.Input; /** * Monitor Kubernetes namespaces, services, workloads, and pods * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ cloudApplicationPipelineEnabled?: pulumi.Input; /** * Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen. */ clusterId?: pulumi.Input; /** * For more information on local Kubernetes API monitoring, see the [documentation](https://dt-url.net/6q62uep). */ clusterIdEnabled?: pulumi.Input; /** * This setting is enabled (`true`) or disabled (`false`) */ enabled?: pulumi.Input; /** * Get the API URL for [Kubernetes](https://dt-url.net/kz23snj) or [OpenShift](https://dt-url.net/d623xgw). */ endpointUrl?: pulumi.Input; /** * Define Kubernetes event filters to ingest events into your environment. For more details, see the [documentation](https://dt-url.net/2201p0u). * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ eventPatterns?: pulumi.Input; /** * All events are monitored by default unless event filters are specified. * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ eventProcessingActive?: pulumi.Input; /** * Include only events specified by Events Field Selectors * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ filterEvents?: pulumi.Input; /** * Verify hostname in certificate against Kubernetes API URL */ hostnameVerificationEnabled?: pulumi.Input; /** * For a list of included events, see the [documentation](https://dt-url.net/l61d02no). * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ includeAllFdiEvents?: pulumi.Input; /** * Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting). */ label?: pulumi.Input; /** * The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate. * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ openMetricsBuiltinEnabled?: pulumi.Input; /** * For annotation guidance, see the [documentation](https://dt-url.net/g42i0ppw). * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ openMetricsPipelineEnabled?: pulumi.Input; /** * To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment. * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ pvcMonitoringEnabled?: pulumi.Input; /** * The scope of this setting (KUBERNETES_CLUSTER) */ scope?: pulumi.Input; } /** * The set of arguments for constructing a Kubernetes resource. */ export interface KubernetesArgs { /** * ActiveGate Group */ activeGateGroup?: pulumi.Input; /** * Create a bearer token for [Kubernetes](https://dt-url.net/og43szq) or [OpenShift](https://dt-url.net/7l43xtp). */ authToken?: pulumi.Input; /** * Require valid certificates for communication with API server (recommended) */ certificateCheckEnabled?: pulumi.Input; /** * Monitor Kubernetes namespaces, services, workloads, and pods * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ cloudApplicationPipelineEnabled?: pulumi.Input; /** * Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen. */ clusterId?: pulumi.Input; /** * For more information on local Kubernetes API monitoring, see the [documentation](https://dt-url.net/6q62uep). */ clusterIdEnabled: pulumi.Input; /** * This setting is enabled (`true`) or disabled (`false`) */ enabled: pulumi.Input; /** * Get the API URL for [Kubernetes](https://dt-url.net/kz23snj) or [OpenShift](https://dt-url.net/d623xgw). */ endpointUrl?: pulumi.Input; /** * Define Kubernetes event filters to ingest events into your environment. For more details, see the [documentation](https://dt-url.net/2201p0u). * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ eventPatterns?: pulumi.Input; /** * All events are monitored by default unless event filters are specified. * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ eventProcessingActive?: pulumi.Input; /** * Include only events specified by Events Field Selectors * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ filterEvents?: pulumi.Input; /** * Verify hostname in certificate against Kubernetes API URL */ hostnameVerificationEnabled?: pulumi.Input; /** * For a list of included events, see the [documentation](https://dt-url.net/l61d02no). * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ includeAllFdiEvents?: pulumi.Input; /** * Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting). */ label: pulumi.Input; /** * The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate. * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ openMetricsBuiltinEnabled?: pulumi.Input; /** * For annotation guidance, see the [documentation](https://dt-url.net/g42i0ppw). * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ openMetricsPipelineEnabled?: pulumi.Input; /** * To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment. * * @deprecated This field has been moved to a new schema, please utilize the resource `dynatrace.K8sMonitoring` to configure this field. */ pvcMonitoringEnabled?: pulumi.Input; /** * The scope of this setting (KUBERNETES_CLUSTER) */ scope?: pulumi.Input; }