Uses of Interface
org.cdk8s.plus25.MetricContainerResourceOptions
-
Packages that use MetricContainerResourceOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of MetricContainerResourceOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement MetricContainerResourceOptions Modifier and Type Class Description static classMetricContainerResourceOptions.Jsii$ProxyAn implementation forMetricContainerResourceOptionsMethods in org.cdk8s.plus25 that return MetricContainerResourceOptions Modifier and Type Method Description MetricContainerResourceOptionsMetricContainerResourceOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type MetricContainerResourceOptions Modifier and Type Method Description static MetricMetric. containerCpu(MetricContainerResourceOptions options)Metric that tracks the CPU of a container.static MetricMetric. containerEphemeralStorage(MetricContainerResourceOptions options)Metric that tracks the local ephemeral storage of a container.static MetricMetric. containerMemory(MetricContainerResourceOptions options)Metric that tracks the Memory of a container.static MetricMetric. containerStorage(MetricContainerResourceOptions options)Metric that tracks the volume size of a container.
-