Class PolicyAncestorStatusFluent<A extends PolicyAncestorStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.PolicyAncestorStatusFluent<A>
-
- Direct Known Subclasses:
PolicyAncestorStatusBuilder
public class PolicyAncestorStatusFluent<A extends PolicyAncestorStatusFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPolicyAncestorStatusFluent.AncestorRefNested<N>
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description PolicyAncestorStatusFluent()PolicyAncestorStatusFluent(PolicyAncestorStatus instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PolicyAncestorStatusFluent
public PolicyAncestorStatusFluent()
-
PolicyAncestorStatusFluent
public PolicyAncestorStatusFluent(PolicyAncestorStatus instance)
-
-
Method Detail
-
addAllToConditions
public A addAllToConditions(Collection<Condition> items)
-
buildAncestorRef
public ParentReference buildAncestorRef()
-
copyInstance
protected void copyInstance(PolicyAncestorStatus instance)
-
editAncestorRef
public PolicyAncestorStatusFluent.AncestorRefNested<A> editAncestorRef()
-
editOrNewAncestorRef
public PolicyAncestorStatusFluent.AncestorRefNested<A> editOrNewAncestorRef()
-
editOrNewAncestorRefLike
public PolicyAncestorStatusFluent.AncestorRefNested<A> editOrNewAncestorRefLike(ParentReference item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends PolicyAncestorStatusFluent<A>>
-
getCondition
public Condition getCondition(int index)
-
getControllerName
public String getControllerName()
-
getFirstCondition
public Condition getFirstCondition()
-
getLastCondition
public Condition getLastCondition()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAncestorRef
public boolean hasAncestorRef()
-
hasConditions
public boolean hasConditions()
-
hasControllerName
public boolean hasControllerName()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends PolicyAncestorStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<Condition> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withAncestorRef
public A withAncestorRef(ParentReference ancestorRef)
-
withNewAncestorRef
public PolicyAncestorStatusFluent.AncestorRefNested<A> withNewAncestorRef()
-
withNewAncestorRefLike
public PolicyAncestorStatusFluent.AncestorRefNested<A> withNewAncestorRefLike(ParentReference item)
-
-