Class IngressControllerStatusFluentImpl<A extends IngressControllerStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerStatusFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,IngressControllerStatusFluent<A>
- Direct Known Subclasses:
IngressControllerFluentImpl.StatusNestedImpl,IngressControllerStatusBuilder
public class IngressControllerStatusFluentImpl<A extends IngressControllerStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressControllerStatusFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classIngressControllerStatusFluentImpl.ConditionsNestedImpl<N>classIngressControllerStatusFluentImpl.EndpointPublishingStrategyNestedImpl<N>classIngressControllerStatusFluentImpl.TlsProfileNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.IngressControllerStatusFluent
IngressControllerStatusFluent.ConditionsNested<N>, IngressControllerStatusFluent.EndpointPublishingStrategyNested<N>, IngressControllerStatusFluent.TlsProfileNested<N>
-
-
Constructor Summary
Constructors Constructor Description IngressControllerStatusFluentImpl()IngressControllerStatusFluentImpl(IngressControllerStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
IngressControllerStatusFluentImpl
public IngressControllerStatusFluentImpl()
-
IngressControllerStatusFluentImpl
public IngressControllerStatusFluentImpl(IngressControllerStatus instance)
-
-
Method Detail
-
getAvailableReplicas
public Integer getAvailableReplicas()
- Specified by:
getAvailableReplicasin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withAvailableReplicas
public A withAvailableReplicas(Integer availableReplicas)
- Specified by:
withAvailableReplicasin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
hasAvailableReplicas
public Boolean hasAvailableReplicas()
- Specified by:
hasAvailableReplicasin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
addToConditions
public A addToConditions(int index, OperatorCondition item)
- Specified by:
addToConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
setToConditions
public A setToConditions(int index, OperatorCondition item)
- Specified by:
setToConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
addToConditions
public A addToConditions(OperatorCondition... items)
- Specified by:
addToConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
addAllToConditions
public A addAllToConditions(Collection<OperatorCondition> items)
- Specified by:
addAllToConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
removeFromConditions
public A removeFromConditions(OperatorCondition... items)
- Specified by:
removeFromConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<OperatorCondition> items)
- Specified by:
removeAllFromConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
removeMatchingFromConditions
public A removeMatchingFromConditions(Predicate<OperatorConditionBuilder> predicate)
- Specified by:
removeMatchingFromConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
getConditions
@Deprecated public List<OperatorCondition> getConditions()
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>- Returns:
- The buildable object.
-
buildConditions
public List<OperatorCondition> buildConditions()
- Specified by:
buildConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
buildCondition
public OperatorCondition buildCondition(int index)
- Specified by:
buildConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
buildFirstCondition
public OperatorCondition buildFirstCondition()
- Specified by:
buildFirstConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
buildLastCondition
public OperatorCondition buildLastCondition()
- Specified by:
buildLastConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
buildMatchingCondition
public OperatorCondition buildMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
- Specified by:
buildMatchingConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
hasMatchingCondition
public Boolean hasMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
- Specified by:
hasMatchingConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withConditions
public A withConditions(List<OperatorCondition> conditions)
- Specified by:
withConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withConditions
public A withConditions(OperatorCondition... conditions)
- Specified by:
withConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
hasConditions
public Boolean hasConditions()
- Specified by:
hasConditionsin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
addNewCondition
public A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
- Specified by:
addNewConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
addNewCondition
public IngressControllerStatusFluent.ConditionsNested<A> addNewCondition()
- Specified by:
addNewConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
addNewConditionLike
public IngressControllerStatusFluent.ConditionsNested<A> addNewConditionLike(OperatorCondition item)
- Specified by:
addNewConditionLikein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
setNewConditionLike
public IngressControllerStatusFluent.ConditionsNested<A> setNewConditionLike(int index, OperatorCondition item)
- Specified by:
setNewConditionLikein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editCondition
public IngressControllerStatusFluent.ConditionsNested<A> editCondition(int index)
- Specified by:
editConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editFirstCondition
public IngressControllerStatusFluent.ConditionsNested<A> editFirstCondition()
- Specified by:
editFirstConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editLastCondition
public IngressControllerStatusFluent.ConditionsNested<A> editLastCondition()
- Specified by:
editLastConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editMatchingCondition
public IngressControllerStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
- Specified by:
editMatchingConditionin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
getDomain
public String getDomain()
- Specified by:
getDomainin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withDomain
public A withDomain(String domain)
- Specified by:
withDomainin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
hasDomain
public Boolean hasDomain()
- Specified by:
hasDomainin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewDomain
public A withNewDomain(String arg1)
- Specified by:
withNewDomainin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewDomain
public A withNewDomain(StringBuilder arg1)
- Specified by:
withNewDomainin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewDomain
public A withNewDomain(StringBuffer arg1)
- Specified by:
withNewDomainin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
getEndpointPublishingStrategy
@Deprecated public EndpointPublishingStrategy getEndpointPublishingStrategy()
Deprecated.This method has been deprecated, please use method buildEndpointPublishingStrategy instead.- Specified by:
getEndpointPublishingStrategyin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>- Returns:
- The buildable object.
-
buildEndpointPublishingStrategy
public EndpointPublishingStrategy buildEndpointPublishingStrategy()
- Specified by:
buildEndpointPublishingStrategyin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withEndpointPublishingStrategy
public A withEndpointPublishingStrategy(EndpointPublishingStrategy endpointPublishingStrategy)
- Specified by:
withEndpointPublishingStrategyin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
hasEndpointPublishingStrategy
public Boolean hasEndpointPublishingStrategy()
- Specified by:
hasEndpointPublishingStrategyin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewEndpointPublishingStrategy
public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> withNewEndpointPublishingStrategy()
- Specified by:
withNewEndpointPublishingStrategyin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewEndpointPublishingStrategyLike
public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> withNewEndpointPublishingStrategyLike(EndpointPublishingStrategy item)
- Specified by:
withNewEndpointPublishingStrategyLikein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editEndpointPublishingStrategy
public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> editEndpointPublishingStrategy()
- Specified by:
editEndpointPublishingStrategyin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editOrNewEndpointPublishingStrategy
public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> editOrNewEndpointPublishingStrategy()
- Specified by:
editOrNewEndpointPublishingStrategyin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editOrNewEndpointPublishingStrategyLike
public IngressControllerStatusFluent.EndpointPublishingStrategyNested<A> editOrNewEndpointPublishingStrategyLike(EndpointPublishingStrategy item)
- Specified by:
editOrNewEndpointPublishingStrategyLikein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
getObservedGeneration
public Long getObservedGeneration()
- Specified by:
getObservedGenerationin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withObservedGeneration
public A withObservedGeneration(Long observedGeneration)
- Specified by:
withObservedGenerationin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
hasObservedGeneration
public Boolean hasObservedGeneration()
- Specified by:
hasObservedGenerationin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
getSelector
public String getSelector()
- Specified by:
getSelectorin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withSelector
public A withSelector(String selector)
- Specified by:
withSelectorin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
hasSelector
public Boolean hasSelector()
- Specified by:
hasSelectorin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewSelector
public A withNewSelector(String arg1)
- Specified by:
withNewSelectorin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewSelector
public A withNewSelector(StringBuilder arg1)
- Specified by:
withNewSelectorin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewSelector
public A withNewSelector(StringBuffer arg1)
- Specified by:
withNewSelectorin interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
getTlsProfile
@Deprecated public TLSProfileSpec getTlsProfile()
Deprecated.This method has been deprecated, please use method buildTlsProfile instead.- Specified by:
getTlsProfilein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>- Returns:
- The buildable object.
-
buildTlsProfile
public TLSProfileSpec buildTlsProfile()
- Specified by:
buildTlsProfilein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withTlsProfile
public A withTlsProfile(TLSProfileSpec tlsProfile)
- Specified by:
withTlsProfilein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
hasTlsProfile
public Boolean hasTlsProfile()
- Specified by:
hasTlsProfilein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewTlsProfile
public IngressControllerStatusFluent.TlsProfileNested<A> withNewTlsProfile()
- Specified by:
withNewTlsProfilein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
withNewTlsProfileLike
public IngressControllerStatusFluent.TlsProfileNested<A> withNewTlsProfileLike(TLSProfileSpec item)
- Specified by:
withNewTlsProfileLikein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editTlsProfile
public IngressControllerStatusFluent.TlsProfileNested<A> editTlsProfile()
- Specified by:
editTlsProfilein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editOrNewTlsProfile
public IngressControllerStatusFluent.TlsProfileNested<A> editOrNewTlsProfile()
- Specified by:
editOrNewTlsProfilein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
editOrNewTlsProfileLike
public IngressControllerStatusFluent.TlsProfileNested<A> editOrNewTlsProfileLike(TLSProfileSpec item)
- Specified by:
editOrNewTlsProfileLikein interfaceIngressControllerStatusFluent<A extends IngressControllerStatusFluent<A>>
-
-