Class OperatorGroupStatusFluentImpl<A extends OperatorGroupStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroupStatusFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,OperatorGroupStatusFluent<A>
- Direct Known Subclasses:
OperatorGroupFluentImpl.StatusNestedImpl,OperatorGroupStatusBuilder
public class OperatorGroupStatusFluentImpl<A extends OperatorGroupStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OperatorGroupStatusFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOperatorGroupStatusFluentImpl.ServiceAccountRefNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroupStatusFluent
OperatorGroupStatusFluent.ServiceAccountRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description OperatorGroupStatusFluentImpl()OperatorGroupStatusFluentImpl(OperatorGroupStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
OperatorGroupStatusFluentImpl
public OperatorGroupStatusFluentImpl()
-
OperatorGroupStatusFluentImpl
public OperatorGroupStatusFluentImpl(OperatorGroupStatus instance)
-
-
Method Detail
-
getLastUpdated
public String getLastUpdated()
- Specified by:
getLastUpdatedin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
withLastUpdated
public A withLastUpdated(String lastUpdated)
- Specified by:
withLastUpdatedin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
hasLastUpdated
public Boolean hasLastUpdated()
- Specified by:
hasLastUpdatedin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
withNewLastUpdated
public A withNewLastUpdated(String arg1)
- Specified by:
withNewLastUpdatedin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
withNewLastUpdated
public A withNewLastUpdated(StringBuilder arg1)
- Specified by:
withNewLastUpdatedin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
withNewLastUpdated
public A withNewLastUpdated(StringBuffer arg1)
- Specified by:
withNewLastUpdatedin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
addToNamespaces
public A addToNamespaces(int index, String item)
- Specified by:
addToNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
setToNamespaces
public A setToNamespaces(int index, String item)
- Specified by:
setToNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
addToNamespaces
public A addToNamespaces(String... items)
- Specified by:
addToNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
addAllToNamespaces
public A addAllToNamespaces(Collection<String> items)
- Specified by:
addAllToNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
removeFromNamespaces
public A removeFromNamespaces(String... items)
- Specified by:
removeFromNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
removeAllFromNamespaces
public A removeAllFromNamespaces(Collection<String> items)
- Specified by:
removeAllFromNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
getNamespaces
public List<String> getNamespaces()
- Specified by:
getNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
getNamespace
public String getNamespace(int index)
- Specified by:
getNamespacein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
getFirstNamespace
public String getFirstNamespace()
- Specified by:
getFirstNamespacein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
getLastNamespace
public String getLastNamespace()
- Specified by:
getLastNamespacein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
getMatchingNamespace
public String getMatchingNamespace(Predicate<String> predicate)
- Specified by:
getMatchingNamespacein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
hasMatchingNamespace
public Boolean hasMatchingNamespace(Predicate<String> predicate)
- Specified by:
hasMatchingNamespacein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
withNamespaces
public A withNamespaces(List<String> namespaces)
- Specified by:
withNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
withNamespaces
public A withNamespaces(String... namespaces)
- Specified by:
withNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
hasNamespaces
public Boolean hasNamespaces()
- Specified by:
hasNamespacesin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
addNewNamespace
public A addNewNamespace(String arg1)
- Specified by:
addNewNamespacein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
addNewNamespace
public A addNewNamespace(StringBuilder arg1)
- Specified by:
addNewNamespacein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
addNewNamespace
public A addNewNamespace(StringBuffer arg1)
- Specified by:
addNewNamespacein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
getServiceAccountRef
@Deprecated public io.fabric8.kubernetes.api.model.ObjectReference getServiceAccountRef()
Deprecated.This method has been deprecated, please use method buildServiceAccountRef instead.- Specified by:
getServiceAccountRefin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>- Returns:
- The buildable object.
-
buildServiceAccountRef
public io.fabric8.kubernetes.api.model.ObjectReference buildServiceAccountRef()
- Specified by:
buildServiceAccountRefin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
withServiceAccountRef
public A withServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference serviceAccountRef)
- Specified by:
withServiceAccountRefin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
hasServiceAccountRef
public Boolean hasServiceAccountRef()
- Specified by:
hasServiceAccountRefin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
withNewServiceAccountRef
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> withNewServiceAccountRef()
- Specified by:
withNewServiceAccountRefin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
withNewServiceAccountRefLike
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> withNewServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
- Specified by:
withNewServiceAccountRefLikein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
editServiceAccountRef
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> editServiceAccountRef()
- Specified by:
editServiceAccountRefin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
editOrNewServiceAccountRef
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> editOrNewServiceAccountRef()
- Specified by:
editOrNewServiceAccountRefin interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
editOrNewServiceAccountRefLike
public OperatorGroupStatusFluent.ServiceAccountRefNested<A> editOrNewServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
- Specified by:
editOrNewServiceAccountRefLikein interfaceOperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
-