Uses of Interface
org.cdk8s.plus25.k8s.CrossVersionObjectReferenceV2
-
Packages that use CrossVersionObjectReferenceV2 Package Description org.cdk8s.plus25.k8s -
-
Uses of CrossVersionObjectReferenceV2 in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement CrossVersionObjectReferenceV2 Modifier and Type Class Description static classCrossVersionObjectReferenceV2.Jsii$ProxyAn implementation forCrossVersionObjectReferenceV2Methods in org.cdk8s.plus25.k8s that return CrossVersionObjectReferenceV2 Modifier and Type Method Description CrossVersionObjectReferenceV2CrossVersionObjectReferenceV2.Builder. build()Builds the configured instance.CrossVersionObjectReferenceV2ObjectMetricSourceV2. getDescribedObject()describedObject specifies the descriptions of a object,such as kind,name apiVersion.CrossVersionObjectReferenceV2ObjectMetricSourceV2.Jsii$Proxy. getDescribedObject()CrossVersionObjectReferenceV2HorizontalPodAutoscalerSpecV2. 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.CrossVersionObjectReferenceV2HorizontalPodAutoscalerSpecV2.Jsii$Proxy. getScaleTargetRef()Methods in org.cdk8s.plus25.k8s with parameters of type CrossVersionObjectReferenceV2 Modifier and Type Method Description ObjectMetricSourceV2.BuilderObjectMetricSourceV2.Builder. describedObject(CrossVersionObjectReferenceV2 describedObject)Sets the value ofObjectMetricSourceV2.getDescribedObject()HorizontalPodAutoscalerSpecV2.BuilderHorizontalPodAutoscalerSpecV2.Builder. scaleTargetRef(CrossVersionObjectReferenceV2 scaleTargetRef)Sets the value ofHorizontalPodAutoscalerSpecV2.getScaleTargetRef()
-