public class APIServerNamedServingCertFluentImpl<A extends APIServerNamedServingCertFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements APIServerNamedServingCertFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
APIServerNamedServingCertFluentImpl.ServingCertificateNestedImpl<N> |
APIServerNamedServingCertFluent.ServingCertificateNested<N>| Constructor and Description |
|---|
APIServerNamedServingCertFluentImpl() |
APIServerNamedServingCertFluentImpl(APIServerNamedServingCert instance) |
public APIServerNamedServingCertFluentImpl()
public APIServerNamedServingCertFluentImpl(APIServerNamedServingCert instance)
public A addToNames(int index, String item)
addToNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A setToNames(int index, String item)
setToNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A addToNames(String... items)
addToNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A addAllToNames(Collection<String> items)
addAllToNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A removeFromNames(String... items)
removeFromNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A removeAllFromNames(Collection<String> items)
removeAllFromNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public List<String> getNames()
getNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public String getName(int index)
getName in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public String getFirstName()
getFirstName in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public String getLastName()
getLastName in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public String getMatchingName(Predicate<String> predicate)
getMatchingName in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public Boolean hasMatchingName(Predicate<String> predicate)
hasMatchingName in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A withNames(List<String> names)
withNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A withNames(String... names)
withNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public Boolean hasNames()
hasNames in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A addNewName(String arg1)
addNewName in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A addNewName(StringBuilder arg1)
addNewName in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A addNewName(StringBuffer arg1)
addNewName in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>@Deprecated public SecretNameReference getServingCertificate()
getServingCertificate in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public SecretNameReference buildServingCertificate()
buildServingCertificate in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A withServingCertificate(SecretNameReference servingCertificate)
withServingCertificate in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public Boolean hasServingCertificate()
hasServingCertificate in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public A withNewServingCertificate(String name)
withNewServingCertificate in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public APIServerNamedServingCertFluent.ServingCertificateNested<A> withNewServingCertificate()
withNewServingCertificate in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public APIServerNamedServingCertFluent.ServingCertificateNested<A> withNewServingCertificateLike(SecretNameReference item)
withNewServingCertificateLike in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public APIServerNamedServingCertFluent.ServingCertificateNested<A> editServingCertificate()
editServingCertificate in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public APIServerNamedServingCertFluent.ServingCertificateNested<A> editOrNewServingCertificate()
editOrNewServingCertificate in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>public APIServerNamedServingCertFluent.ServingCertificateNested<A> editOrNewServingCertificateLike(SecretNameReference item)
editOrNewServingCertificateLike in interface APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.