Class OperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha2.OperatorGroupStatusFluent<A>
-
- Direct Known Subclasses:
OperatorGroupFluent.StatusNested,OperatorGroupStatusBuilder
public class OperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOperatorGroupStatusFluent.ServiceAccountRefNested<N>
-
Constructor Summary
Constructors Constructor Description OperatorGroupStatusFluent()OperatorGroupStatusFluent(OperatorGroupStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
OperatorGroupStatusFluent
public OperatorGroupStatusFluent()
-
OperatorGroupStatusFluent
public OperatorGroupStatusFluent(OperatorGroupStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(OperatorGroupStatus instance)
-
getLastUpdated
public String getLastUpdated()
-
hasLastUpdated
public boolean hasLastUpdated()
-
addAllToNamespaces
public A addAllToNamespaces(Collection<String> items)
-
removeAllFromNamespaces
public A removeAllFromNamespaces(Collection<String> items)
-
getNamespace
public String getNamespace(int index)
-
getFirstNamespace
public String getFirstNamespace()
-
getLastNamespace
public String getLastNamespace()
-
hasNamespaces
public boolean hasNamespaces()
-
buildServiceAccountRef
public io.fabric8.kubernetes.api.model.ObjectReference buildServiceAccountRef()
-
withServiceAccountRef
public A withServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference serviceAccountRef)
-
hasServiceAccountRef
public boolean hasServiceAccountRef()
-
withNewServiceAccountRef
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> withNewServiceAccountRef()
-
withNewServiceAccountRefLike
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> withNewServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editServiceAccountRef
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> editServiceAccountRef()
-
editOrNewServiceAccountRef
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> editOrNewServiceAccountRef()
-
editOrNewServiceAccountRefLike
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> editOrNewServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OperatorGroupStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OperatorGroupStatusFluent<A>>
-
-