-
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.clear()
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.
minReplicas is the lower limit for the number of replicas to which the autoscaler
can scale down.
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption
and will set the desired number of pods by using its Scale subresource.
target average CPU utilization (represented as a percentage of requested CPU) over all the pods;
if not specified the default autoscaling policy will be used.
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.clone()
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.mergeFrom(com.google.protobuf.Message other)
reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption
and will set the desired number of pods by using its Scale subresource.
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
V1Autoscaling.HorizontalPodAutoscalerSpec.newBuilder()
V1Autoscaling.HorizontalPodAutoscalerSpec.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.setMaxReplicas(int value)
upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.setMinReplicas(int value)
minReplicas is the lower limit for the number of replicas to which the autoscaler
can scale down.
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption
and will set the desired number of pods by using its Scale subresource.
reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption
and will set the desired number of pods by using its Scale subresource.
target average CPU utilization (represented as a percentage of requested CPU) over all the pods;
if not specified the default autoscaling policy will be used.
V1Autoscaling.HorizontalPodAutoscalerSpec.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
V1Autoscaling.HorizontalPodAutoscalerSpec.toBuilder()