Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V2alpha1CrossVersionObjectReference |
V2alpha1CrossVersionObjectReference.apiVersion(String apiVersion) |
V2alpha1CrossVersionObjectReference |
V2alpha1HorizontalPodAutoscalerSpec.getScaleTargetRef()
scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
|
V2alpha1CrossVersionObjectReference |
V2alpha1ObjectMetricStatus.getTarget()
target is the described Kubernetes object.
|
V2alpha1CrossVersionObjectReference |
V2alpha1ObjectMetricSource.getTarget()
target is the described Kubernetes object.
|
V2alpha1CrossVersionObjectReference |
V2alpha1CrossVersionObjectReference.kind(String kind) |
V2alpha1CrossVersionObjectReference |
V2alpha1CrossVersionObjectReference.name(String name) |
Modifier and Type | Method and Description |
---|---|
V2alpha1HorizontalPodAutoscalerSpec |
V2alpha1HorizontalPodAutoscalerSpec.scaleTargetRef(V2alpha1CrossVersionObjectReference scaleTargetRef) |
void |
V2alpha1HorizontalPodAutoscalerSpec.setScaleTargetRef(V2alpha1CrossVersionObjectReference scaleTargetRef) |
void |
V2alpha1ObjectMetricStatus.setTarget(V2alpha1CrossVersionObjectReference target) |
void |
V2alpha1ObjectMetricSource.setTarget(V2alpha1CrossVersionObjectReference target) |
V2alpha1ObjectMetricStatus |
V2alpha1ObjectMetricStatus.target(V2alpha1CrossVersionObjectReference target) |
V2alpha1ObjectMetricSource |
V2alpha1ObjectMetricSource.target(V2alpha1CrossVersionObjectReference target) |
Copyright © 2017. All rights reserved.