public interface V2beta1HorizontalPodAutoscalerStatusFluent<A extends V2beta1HorizontalPodAutoscalerStatusFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<N> |
static interface |
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<N> |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToConditions(Collection<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> items) |
A |
addAllToCurrentMetrics(Collection<io.kubernetes.client.openapi.models.V2beta1MetricStatus> items) |
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> |
addNewCondition() |
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> |
addNewConditionLike(io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition item) |
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> |
addNewCurrentMetric() |
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> |
addNewCurrentMetricLike(io.kubernetes.client.openapi.models.V2beta1MetricStatus item) |
A |
addToConditions(Integer index,
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition item) |
A |
addToConditions(io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition... items) |
A |
addToCurrentMetrics(Integer index,
io.kubernetes.client.openapi.models.V2beta1MetricStatus item) |
A |
addToCurrentMetrics(io.kubernetes.client.openapi.models.V2beta1MetricStatus... items) |
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition |
buildCondition(Integer index) |
List<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> |
buildConditions() |
io.kubernetes.client.openapi.models.V2beta1MetricStatus |
buildCurrentMetric(Integer index) |
List<io.kubernetes.client.openapi.models.V2beta1MetricStatus> |
buildCurrentMetrics() |
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition |
buildFirstCondition() |
io.kubernetes.client.openapi.models.V2beta1MetricStatus |
buildFirstCurrentMetric() |
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition |
buildLastCondition() |
io.kubernetes.client.openapi.models.V2beta1MetricStatus |
buildLastCurrentMetric() |
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition |
buildMatchingCondition(Predicate<V2beta1HorizontalPodAutoscalerConditionBuilder> predicate) |
io.kubernetes.client.openapi.models.V2beta1MetricStatus |
buildMatchingCurrentMetric(Predicate<V2beta1MetricStatusBuilder> predicate) |
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> |
editCondition(Integer index) |
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> |
editCurrentMetric(Integer index) |
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> |
editFirstCondition() |
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> |
editFirstCurrentMetric() |
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> |
editLastCondition() |
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> |
editLastCurrentMetric() |
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<V2beta1HorizontalPodAutoscalerConditionBuilder> predicate) |
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> |
editMatchingCurrentMetric(Predicate<V2beta1MetricStatusBuilder> predicate) |
List<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> |
getConditions()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V2beta1MetricStatus> |
getCurrentMetrics()
Deprecated.
|
Integer |
getCurrentReplicas() |
Integer |
getDesiredReplicas() |
OffsetDateTime |
getLastScaleTime() |
Long |
getObservedGeneration() |
Boolean |
hasConditions() |
Boolean |
hasCurrentMetrics() |
Boolean |
hasCurrentReplicas() |
Boolean |
hasDesiredReplicas() |
Boolean |
hasLastScaleTime() |
Boolean |
hasMatchingCondition(Predicate<V2beta1HorizontalPodAutoscalerConditionBuilder> predicate) |
Boolean |
hasMatchingCurrentMetric(Predicate<V2beta1MetricStatusBuilder> predicate) |
Boolean |
hasObservedGeneration() |
A |
removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> items) |
A |
removeAllFromCurrentMetrics(Collection<io.kubernetes.client.openapi.models.V2beta1MetricStatus> items) |
A |
removeFromConditions(io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition... items) |
A |
removeFromCurrentMetrics(io.kubernetes.client.openapi.models.V2beta1MetricStatus... items) |
A |
removeMatchingFromConditions(Predicate<V2beta1HorizontalPodAutoscalerConditionBuilder> predicate) |
A |
removeMatchingFromCurrentMetrics(Predicate<V2beta1MetricStatusBuilder> predicate) |
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> |
setNewConditionLike(Integer index,
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition item) |
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> |
setNewCurrentMetricLike(Integer index,
io.kubernetes.client.openapi.models.V2beta1MetricStatus item) |
A |
setToConditions(Integer index,
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition item) |
A |
setToCurrentMetrics(Integer index,
io.kubernetes.client.openapi.models.V2beta1MetricStatus item) |
A |
withConditions(List<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> conditions) |
A |
withConditions(io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition... conditions) |
A |
withCurrentMetrics(List<io.kubernetes.client.openapi.models.V2beta1MetricStatus> currentMetrics) |
A |
withCurrentMetrics(io.kubernetes.client.openapi.models.V2beta1MetricStatus... currentMetrics) |
A |
withCurrentReplicas(Integer currentReplicas) |
A |
withDesiredReplicas(Integer desiredReplicas) |
A |
withLastScaleTime(OffsetDateTime lastScaleTime) |
A |
withObservedGeneration(Long observedGeneration) |
A addToConditions(Integer index, io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition item)
A setToConditions(Integer index, io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition item)
A addToConditions(io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition... items)
A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> items)
A removeFromConditions(io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition... items)
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> items)
A removeMatchingFromConditions(Predicate<V2beta1HorizontalPodAutoscalerConditionBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> getConditions()
List<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> buildConditions()
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition buildCondition(Integer index)
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition buildFirstCondition()
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition buildLastCondition()
io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition buildMatchingCondition(Predicate<V2beta1HorizontalPodAutoscalerConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<V2beta1HorizontalPodAutoscalerConditionBuilder> predicate)
A withConditions(List<io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition> conditions)
A withConditions(io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition... conditions)
Boolean hasConditions()
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> addNewCondition()
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition item)
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V2beta1HorizontalPodAutoscalerCondition item)
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> editCondition(Integer index)
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> editFirstCondition()
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> editLastCondition()
V2beta1HorizontalPodAutoscalerStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V2beta1HorizontalPodAutoscalerConditionBuilder> predicate)
A addToCurrentMetrics(Integer index, io.kubernetes.client.openapi.models.V2beta1MetricStatus item)
A setToCurrentMetrics(Integer index, io.kubernetes.client.openapi.models.V2beta1MetricStatus item)
A addToCurrentMetrics(io.kubernetes.client.openapi.models.V2beta1MetricStatus... items)
A addAllToCurrentMetrics(Collection<io.kubernetes.client.openapi.models.V2beta1MetricStatus> items)
A removeFromCurrentMetrics(io.kubernetes.client.openapi.models.V2beta1MetricStatus... items)
A removeAllFromCurrentMetrics(Collection<io.kubernetes.client.openapi.models.V2beta1MetricStatus> items)
A removeMatchingFromCurrentMetrics(Predicate<V2beta1MetricStatusBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V2beta1MetricStatus> getCurrentMetrics()
List<io.kubernetes.client.openapi.models.V2beta1MetricStatus> buildCurrentMetrics()
io.kubernetes.client.openapi.models.V2beta1MetricStatus buildCurrentMetric(Integer index)
io.kubernetes.client.openapi.models.V2beta1MetricStatus buildFirstCurrentMetric()
io.kubernetes.client.openapi.models.V2beta1MetricStatus buildLastCurrentMetric()
io.kubernetes.client.openapi.models.V2beta1MetricStatus buildMatchingCurrentMetric(Predicate<V2beta1MetricStatusBuilder> predicate)
Boolean hasMatchingCurrentMetric(Predicate<V2beta1MetricStatusBuilder> predicate)
A withCurrentMetrics(List<io.kubernetes.client.openapi.models.V2beta1MetricStatus> currentMetrics)
A withCurrentMetrics(io.kubernetes.client.openapi.models.V2beta1MetricStatus... currentMetrics)
Boolean hasCurrentMetrics()
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> addNewCurrentMetric()
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> addNewCurrentMetricLike(io.kubernetes.client.openapi.models.V2beta1MetricStatus item)
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> setNewCurrentMetricLike(Integer index, io.kubernetes.client.openapi.models.V2beta1MetricStatus item)
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> editCurrentMetric(Integer index)
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> editFirstCurrentMetric()
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> editLastCurrentMetric()
V2beta1HorizontalPodAutoscalerStatusFluent.CurrentMetricsNested<A> editMatchingCurrentMetric(Predicate<V2beta1MetricStatusBuilder> predicate)
Integer getCurrentReplicas()
Boolean hasCurrentReplicas()
Integer getDesiredReplicas()
Boolean hasDesiredReplicas()
OffsetDateTime getLastScaleTime()
A withLastScaleTime(OffsetDateTime lastScaleTime)
Boolean hasLastScaleTime()
Long getObservedGeneration()
Boolean hasObservedGeneration()
Copyright © 2022. All rights reserved.