public interface ComponentStatusFluent<A extends ComponentStatusFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ComponentStatusFluent.ConditionsNested<N> |
static interface |
ComponentStatusFluent.MetadataNested<N> |
String getApiVersion()
A addToConditions(ComponentCondition... items)
A removeFromConditions(ComponentCondition... items)
List<ComponentCondition> getConditions()
A withConditions(List<ComponentCondition> conditions)
A withConditions(ComponentCondition... conditions)
ComponentStatusFluent.ConditionsNested<A> addNewCondition()
ComponentStatusFluent.ConditionsNested<A> addNewConditionLike(ComponentCondition item)
String getKind()
ObjectMeta getMetadata()
A withMetadata(ObjectMeta metadata)
ComponentStatusFluent.MetadataNested<A> withNewMetadata()
ComponentStatusFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
ComponentStatusFluent.MetadataNested<A> editMetadata()
ComponentStatusFluent.MetadataNested<A> editOrNewMetadata()
ComponentStatusFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
Copyright © 2011–2016 Red Hat. All rights reserved.