Class ExternalMetricSourceArgs
ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Inputs.Autoscaling.V2Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ExternalMetricSourceArgs : ResourceArgs
Properties
View SourceMetric
metric identifies the target metric by name and selector
Declaration
public Input<MetricIdentifierArgs> Metric { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MetricIdentifierArgs> |
Target
target specifies the target value for the given metric
Declaration
public Input<MetricTargetArgs> Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MetricTargetArgs> |