Uses of Class
io.kubernetes.client.openapi.models.V2beta2CrossVersionObjectReference
Packages that use V2beta2CrossVersionObjectReference
-
Uses of V2beta2CrossVersionObjectReference in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V2beta2CrossVersionObjectReferenceModifier and TypeMethodDescriptionV2beta2CrossVersionObjectReference.apiVersion
(String apiVersion) V2beta2ObjectMetricSource.getDescribedObject()
Get describedObjectV2beta2ObjectMetricStatus.getDescribedObject()
Get describedObjectV2beta2HorizontalPodAutoscalerSpec.getScaleTargetRef()
Get scaleTargetRefMethods in io.kubernetes.client.openapi.models with parameters of type V2beta2CrossVersionObjectReferenceModifier and TypeMethodDescriptionV2beta2ObjectMetricSource.describedObject
(V2beta2CrossVersionObjectReference describedObject) V2beta2ObjectMetricStatus.describedObject
(V2beta2CrossVersionObjectReference describedObject) V2beta2HorizontalPodAutoscalerSpec.scaleTargetRef
(V2beta2CrossVersionObjectReference scaleTargetRef) void
V2beta2ObjectMetricSource.setDescribedObject
(V2beta2CrossVersionObjectReference describedObject) void
V2beta2ObjectMetricStatus.setDescribedObject
(V2beta2CrossVersionObjectReference describedObject) void
V2beta2HorizontalPodAutoscalerSpec.setScaleTargetRef
(V2beta2CrossVersionObjectReference scaleTargetRef)