Package io.fabric8.kubernetes.api.model
Interface ComponentStatusFluent<A extends ComponentStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
BaseKubernetesListFluent.ComponentStatusItemsNested<N>,ComponentStatusListFluent.ItemsNested<N>,KubeSchemaFluent.ComponentStatusNested<N>,NamedExtensionFluent.ComponentStatusExtensionNested<N>,WatchEventFluent.ComponentStatusObjectNested<N>
- All Known Implementing Classes:
BaseKubernetesListFluentImpl.ComponentStatusItemsNestedImpl,ComponentStatusBuilder,ComponentStatusFluentImpl,ComponentStatusListFluentImpl.ItemsNestedImpl,DoneableComponentStatus,KubeSchemaFluentImpl.ComponentStatusNestedImpl,NamedExtensionFluentImpl.ComponentStatusExtensionNestedImpl,WatchEventFluentImpl.ComponentStatusObjectNestedImpl
public interface ComponentStatusFluent<A extends ComponentStatusFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceComponentStatusFluent.ConditionsNested<N>static interfaceComponentStatusFluent.MetadataNested<N> -
Method Summary
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<ComponentCondition> buildConditions() -
buildCondition
-
buildFirstCondition
ComponentCondition buildFirstCondition() -
buildLastCondition
ComponentCondition buildLastCondition() -
buildMatchingCondition
-
hasMatchingCondition
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
-
addNewCondition
ComponentStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
-
setNewConditionLike
-
editCondition
-
editFirstCondition
ComponentStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
ComponentStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
ComponentStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ComponentConditionBuilder> predicate) -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
ObjectMeta buildMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata() -
withNewMetadata
ComponentStatusFluent.MetadataNested<A> withNewMetadata() -
withNewMetadataLike
-
editMetadata
ComponentStatusFluent.MetadataNested<A> editMetadata() -
editOrNewMetadata
ComponentStatusFluent.MetadataNested<A> editOrNewMetadata() -
editOrNewMetadataLike
-