Interface OperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
OperatorGroupFluent.StatusNested<N>
- All Known Implementing Classes:
OperatorGroupFluentImpl.StatusNestedImpl,OperatorGroupStatusBuilder,OperatorGroupStatusFluentImpl
public interface OperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOperatorGroupStatusFluent.ServiceAccountRefNested<N>
-
Method Summary
-
-
-
Method Detail
-
getLastUpdated
String getLastUpdated()
-
hasLastUpdated
Boolean hasLastUpdated()
-
withNewLastUpdated
A withNewLastUpdated(StringBuilder arg1)
-
withNewLastUpdated
A withNewLastUpdated(StringBuffer arg1)
-
addAllToNamespaces
A addAllToNamespaces(Collection<String> items)
-
removeAllFromNamespaces
A removeAllFromNamespaces(Collection<String> items)
-
getNamespace
String getNamespace(int index)
-
getFirstNamespace
String getFirstNamespace()
-
getLastNamespace
String getLastNamespace()
-
hasNamespaces
Boolean hasNamespaces()
-
addNewNamespace
A addNewNamespace(StringBuilder arg1)
-
addNewNamespace
A addNewNamespace(StringBuffer arg1)
-
getServiceAccountRef
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getServiceAccountRef()
Deprecated.This method has been deprecated, please use method buildServiceAccountRef instead.- Returns:
- The buildable object.
-
buildServiceAccountRef
io.fabric8.kubernetes.api.model.ObjectReference buildServiceAccountRef()
-
withServiceAccountRef
A withServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference serviceAccountRef)
-
hasServiceAccountRef
Boolean hasServiceAccountRef()
-
withNewServiceAccountRef
OperatorGroupStatusFluent.ServiceAccountRefNested<A> withNewServiceAccountRef()
-
withNewServiceAccountRefLike
OperatorGroupStatusFluent.ServiceAccountRefNested<A> withNewServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editServiceAccountRef
OperatorGroupStatusFluent.ServiceAccountRefNested<A> editServiceAccountRef()
-
editOrNewServiceAccountRef
OperatorGroupStatusFluent.ServiceAccountRefNested<A> editOrNewServiceAccountRef()
-
editOrNewServiceAccountRefLike
OperatorGroupStatusFluent.ServiceAccountRefNested<A> editOrNewServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
-