public class ClusterOperatorStatusFluentImpl<A extends ClusterOperatorStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterOperatorStatusFluent<A>
ClusterOperatorStatusFluent.ConditionsNested<N>, ClusterOperatorStatusFluent.RelatedObjectsNested<N>, ClusterOperatorStatusFluent.VersionsNested<N>| Constructor and Description |
|---|
ClusterOperatorStatusFluentImpl() |
ClusterOperatorStatusFluentImpl(ClusterOperatorStatus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ClusterOperatorStatusFluentImpl()
public ClusterOperatorStatusFluentImpl(ClusterOperatorStatus instance)
public A addToConditions(Integer index, ClusterOperatorStatusCondition item)
addToConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A setToConditions(Integer index, ClusterOperatorStatusCondition item)
setToConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addToConditions(ClusterOperatorStatusCondition... items)
addToConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addAllToConditions(Collection<ClusterOperatorStatusCondition> items)
addAllToConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeFromConditions(ClusterOperatorStatusCondition... items)
removeFromConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeAllFromConditions(Collection<ClusterOperatorStatusCondition> items)
removeAllFromConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeMatchingFromConditions(Predicate<ClusterOperatorStatusConditionBuilder> predicate)
removeMatchingFromConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>@Deprecated public List<ClusterOperatorStatusCondition> getConditions()
getConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public List<ClusterOperatorStatusCondition> buildConditions()
buildConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusCondition buildCondition(Integer index)
buildCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusCondition buildFirstCondition()
buildFirstCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusCondition buildLastCondition()
buildLastCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusCondition buildMatchingCondition(Predicate<ClusterOperatorStatusConditionBuilder> predicate)
buildMatchingCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<ClusterOperatorStatusConditionBuilder> predicate)
hasMatchingCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A withConditions(List<ClusterOperatorStatusCondition> conditions)
withConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A withConditions(ClusterOperatorStatusCondition... conditions)
withConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
addNewCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.ConditionsNested<A> addNewConditionLike(ClusterOperatorStatusCondition item)
addNewConditionLike in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, ClusterOperatorStatusCondition item)
setNewConditionLike in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.ConditionsNested<A> editCondition(Integer index)
editCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ClusterOperatorStatusConditionBuilder> predicate)
editMatchingCondition in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public io.fabric8.kubernetes.api.model.runtime.RawExtension getExtension()
getExtension in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A withExtension(io.fabric8.kubernetes.api.model.runtime.RawExtension extension)
withExtension in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public Boolean hasExtension()
hasExtension in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A withNewExtension(Object value)
withNewExtension in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addToRelatedObjects(Integer index, ObjectReference item)
addToRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A setToRelatedObjects(Integer index, ObjectReference item)
setToRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addToRelatedObjects(ObjectReference... items)
addToRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addAllToRelatedObjects(Collection<ObjectReference> items)
addAllToRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeFromRelatedObjects(ObjectReference... items)
removeFromRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeAllFromRelatedObjects(Collection<ObjectReference> items)
removeAllFromRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeMatchingFromRelatedObjects(Predicate<ObjectReferenceBuilder> predicate)
removeMatchingFromRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>@Deprecated public List<ObjectReference> getRelatedObjects()
getRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public List<ObjectReference> buildRelatedObjects()
buildRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ObjectReference buildRelatedObject(Integer index)
buildRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ObjectReference buildFirstRelatedObject()
buildFirstRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ObjectReference buildLastRelatedObject()
buildLastRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ObjectReference buildMatchingRelatedObject(Predicate<ObjectReferenceBuilder> predicate)
buildMatchingRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public Boolean hasMatchingRelatedObject(Predicate<ObjectReferenceBuilder> predicate)
hasMatchingRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A withRelatedObjects(List<ObjectReference> relatedObjects)
withRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A withRelatedObjects(ObjectReference... relatedObjects)
withRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public Boolean hasRelatedObjects()
hasRelatedObjects in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addNewRelatedObject(String group, String name, String namespace, String resource)
addNewRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.RelatedObjectsNested<A> addNewRelatedObject()
addNewRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.RelatedObjectsNested<A> addNewRelatedObjectLike(ObjectReference item)
addNewRelatedObjectLike in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.RelatedObjectsNested<A> setNewRelatedObjectLike(Integer index, ObjectReference item)
setNewRelatedObjectLike in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.RelatedObjectsNested<A> editRelatedObject(Integer index)
editRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.RelatedObjectsNested<A> editFirstRelatedObject()
editFirstRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.RelatedObjectsNested<A> editLastRelatedObject()
editLastRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.RelatedObjectsNested<A> editMatchingRelatedObject(Predicate<ObjectReferenceBuilder> predicate)
editMatchingRelatedObject in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addToVersions(Integer index, OperandVersion item)
addToVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A setToVersions(Integer index, OperandVersion item)
setToVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addToVersions(OperandVersion... items)
addToVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addAllToVersions(Collection<OperandVersion> items)
addAllToVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeFromVersions(OperandVersion... items)
removeFromVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeAllFromVersions(Collection<OperandVersion> items)
removeAllFromVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeMatchingFromVersions(Predicate<OperandVersionBuilder> predicate)
removeMatchingFromVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>@Deprecated public List<OperandVersion> getVersions()
getVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public List<OperandVersion> buildVersions()
buildVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public OperandVersion buildVersion(Integer index)
buildVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public OperandVersion buildFirstVersion()
buildFirstVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public OperandVersion buildLastVersion()
buildLastVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public OperandVersion buildMatchingVersion(Predicate<OperandVersionBuilder> predicate)
buildMatchingVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public Boolean hasMatchingVersion(Predicate<OperandVersionBuilder> predicate)
hasMatchingVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A withVersions(List<OperandVersion> versions)
withVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A withVersions(OperandVersion... versions)
withVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public Boolean hasVersions()
hasVersions in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addNewVersion(String name, String version)
addNewVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.VersionsNested<A> addNewVersion()
addNewVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.VersionsNested<A> addNewVersionLike(OperandVersion item)
addNewVersionLike in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.VersionsNested<A> setNewVersionLike(Integer index, OperandVersion item)
setNewVersionLike in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.VersionsNested<A> editVersion(Integer index)
editVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.VersionsNested<A> editFirstVersion()
editFirstVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.VersionsNested<A> editLastVersion()
editLastVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public ClusterOperatorStatusFluent.VersionsNested<A> editMatchingVersion(Predicate<OperandVersionBuilder> predicate)
editMatchingVersion in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ClusterOperatorStatusFluent<A extends ClusterOperatorStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterOperatorStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterOperatorStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.