public class IngressControllerStatusFluentImpl<A extends IngressControllerStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressControllerStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressControllerStatusFluentImpl.ConditionsNestedImpl<N> |
class |
IngressControllerStatusFluentImpl.EndpointPublishingStrategyNestedImpl<N> |
class |
IngressControllerStatusFluentImpl.TlsProfileNestedImpl<N> |
IngressControllerStatusFluent.ConditionsNested<N>, IngressControllerStatusFluent.EndpointPublishingStrategyNested<N>, IngressControllerStatusFluent.TlsProfileNested<N>| Constructor and Description |
|---|
IngressControllerStatusFluentImpl() |
IngressControllerStatusFluentImpl(IngressControllerStatus instance) |
public IngressControllerStatusFluentImpl()
public IngressControllerStatusFluentImpl(IngressControllerStatus instance)
public Integer getAvailableReplicas()
getAvailableReplicas in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withAvailableReplicas(Integer availableReplicas)
withAvailableReplicas in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public Boolean hasAvailableReplicas()
hasAvailableReplicas in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewAvailableReplicas(String arg1)
withNewAvailableReplicas in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewAvailableReplicas(int arg1)
withNewAvailableReplicas in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A addToConditions(int index, OperatorCondition item)
addToConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A setToConditions(int index, OperatorCondition item)
setToConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A addToConditions(OperatorCondition... items)
addToConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A addAllToConditions(Collection<OperatorCondition> items)
addAllToConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A removeFromConditions(OperatorCondition... items)
removeFromConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A removeAllFromConditions(Collection<OperatorCondition> items)
removeAllFromConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A removeMatchingFromConditions(Predicate<OperatorConditionBuilder> predicate)
removeMatchingFromConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>@Deprecated public List<OperatorCondition> getConditions()
getConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public List<OperatorCondition> buildConditions()
buildConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public OperatorCondition buildCondition(int index)
buildCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public OperatorCondition buildFirstCondition()
buildFirstCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public OperatorCondition buildLastCondition()
buildLastCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public OperatorCondition buildMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
buildMatchingCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
hasMatchingCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withConditions(List<OperatorCondition> conditions)
withConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withConditions(OperatorCondition... conditions)
withConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
addNewCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.ConditionsNested<A> addNewConditionLike(OperatorCondition item)
addNewConditionLike in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.ConditionsNested<A> setNewConditionLike(int index, OperatorCondition item)
setNewConditionLike in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.ConditionsNested<A> editCondition(int index)
editCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
editMatchingCondition in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public String getDomain()
getDomain in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withDomain(String domain)
withDomain in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public Boolean hasDomain()
hasDomain in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewDomain(String arg1)
withNewDomain in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewDomain(StringBuilder arg1)
withNewDomain in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewDomain(StringBuffer arg1)
withNewDomain in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>@Deprecated public EndpointPublishingStrategy getEndpointPublishingStrategy()
getEndpointPublishingStrategy in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public EndpointPublishingStrategy buildEndpointPublishingStrategy()
buildEndpointPublishingStrategy in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withEndpointPublishingStrategy(EndpointPublishingStrategy endpointPublishingStrategy)
withEndpointPublishingStrategy in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public Boolean hasEndpointPublishingStrategy()
hasEndpointPublishingStrategy in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> withNewEndpointPublishingStrategy()
withNewEndpointPublishingStrategy in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> withNewEndpointPublishingStrategyLike(EndpointPublishingStrategy item)
withNewEndpointPublishingStrategyLike in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> editEndpointPublishingStrategy()
editEndpointPublishingStrategy in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> editOrNewEndpointPublishingStrategy()
editOrNewEndpointPublishingStrategy in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> editOrNewEndpointPublishingStrategyLike(EndpointPublishingStrategy item)
editOrNewEndpointPublishingStrategyLike in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewObservedGeneration(String arg1)
withNewObservedGeneration in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewObservedGeneration(long arg1)
withNewObservedGeneration in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public String getSelector()
getSelector in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withSelector(String selector)
withSelector in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public Boolean hasSelector()
hasSelector in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewSelector(String arg1)
withNewSelector in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewSelector(StringBuilder arg1)
withNewSelector in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withNewSelector(StringBuffer arg1)
withNewSelector in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>@Deprecated public TLSProfileSpec getTlsProfile()
getTlsProfile in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public TLSProfileSpec buildTlsProfile()
buildTlsProfile in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public A withTlsProfile(TLSProfileSpec tlsProfile)
withTlsProfile in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public Boolean hasTlsProfile()
hasTlsProfile in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.TlsProfileNested<A> withNewTlsProfile()
withNewTlsProfile in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.TlsProfileNested<A> withNewTlsProfileLike(TLSProfileSpec item)
withNewTlsProfileLike in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.TlsProfileNested<A> editTlsProfile()
editTlsProfile in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.TlsProfileNested<A> editOrNewTlsProfile()
editOrNewTlsProfile in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>public IngressControllerStatusFluent.TlsProfileNested<A> editOrNewTlsProfileLike(TLSProfileSpec item)
editOrNewTlsProfileLike in interface IngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.