public interface OperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OperatorGroupStatusFluent.ServiceAccountRefNested<N> |
String getLastUpdated()
Boolean hasLastUpdated()
A withNewLastUpdated(StringBuilder arg1)
A withNewLastUpdated(int[] arg1, int arg2, int arg3)
A withNewLastUpdated(char[] arg1)
A withNewLastUpdated(StringBuffer arg1)
A withNewLastUpdated(byte[] arg1, int arg2)
A withNewLastUpdated(byte[] arg1)
A withNewLastUpdated(char[] arg1, int arg2, int arg3)
A withNewLastUpdated(byte[] arg1, int arg2, int arg3)
A withNewLastUpdated(byte[] arg1, int arg2, int arg3, int arg4)
A addAllToNamespaces(Collection<String> items)
A removeAllFromNamespaces(Collection<String> items)
String getNamespace(int index)
String getFirstNamespace()
String getLastNamespace()
Boolean hasNamespaces()
A addNewNamespace(StringBuilder arg1)
A addNewNamespace(int[] arg1, int arg2, int arg3)
A addNewNamespace(char[] arg1)
A addNewNamespace(StringBuffer arg1)
A addNewNamespace(byte[] arg1, int arg2)
A addNewNamespace(byte[] arg1)
A addNewNamespace(char[] arg1, int arg2, int arg3)
A addNewNamespace(byte[] arg1, int arg2, int arg3)
A addNewNamespace(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getServiceAccountRef()
io.fabric8.kubernetes.api.model.ObjectReference buildServiceAccountRef()
A withServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference serviceAccountRef)
Boolean hasServiceAccountRef()
OperatorGroupStatusFluent.ServiceAccountRefNested<A> withNewServiceAccountRef()
OperatorGroupStatusFluent.ServiceAccountRefNested<A> withNewServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
OperatorGroupStatusFluent.ServiceAccountRefNested<A> editServiceAccountRef()
OperatorGroupStatusFluent.ServiceAccountRefNested<A> editOrNewServiceAccountRef()
OperatorGroupStatusFluent.ServiceAccountRefNested<A> editOrNewServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
Copyright © 2015–2022 Red Hat. All rights reserved.