Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAzureMonitorProfileKubeStateMetrics
Packages that use ManagedClusterAzureMonitorProfileKubeStateMetrics
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterAzureMonitorProfileKubeStateMetrics in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAzureMonitorProfileKubeStateMetricsModifier and TypeMethodDescriptionManagedClusterAzureMonitorProfileKubeStateMetrics.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterAzureMonitorProfileKubeStateMetrics from the JsonReader.ManagedClusterAzureMonitorProfileMetrics.kubeStateMetrics()Get the kubeStateMetrics property: Kube State Metrics profile for the Azure Managed Prometheus addon.ManagedClusterAzureMonitorProfileKubeStateMetrics.withMetricAnnotationsAllowList(String metricAnnotationsAllowList) Set the metricAnnotationsAllowList property: Comma-separated list of Kubernetes annotation keys that will be used in the resource's labels metric (Example: 'namespaces=[kubernetes.io/team,...],pods=[kubernetes.io/team],...').ManagedClusterAzureMonitorProfileKubeStateMetrics.withMetricLabelsAllowlist(String metricLabelsAllowlist) Set the metricLabelsAllowlist property: Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric (Example: 'namespaces=[k8s-label-1,k8s-label-n,...],pods=[app],...').Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterAzureMonitorProfileKubeStateMetricsModifier and TypeMethodDescriptionManagedClusterAzureMonitorProfileMetrics.withKubeStateMetrics(ManagedClusterAzureMonitorProfileKubeStateMetrics kubeStateMetrics) Set the kubeStateMetrics property: Kube State Metrics profile for the Azure Managed Prometheus addon.