public interface APIServerServingCertsFluent<A extends APIServerServingCertsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
APIServerServingCertsFluent.NamedCertificatesNested<N> |
A addToNamedCertificates(int index, APIServerNamedServingCert item)
A setToNamedCertificates(int index, APIServerNamedServingCert item)
A addToNamedCertificates(APIServerNamedServingCert... items)
A addAllToNamedCertificates(Collection<APIServerNamedServingCert> items)
A removeFromNamedCertificates(APIServerNamedServingCert... items)
A removeAllFromNamedCertificates(Collection<APIServerNamedServingCert> items)
A removeMatchingFromNamedCertificates(Predicate<APIServerNamedServingCertBuilder> predicate)
@Deprecated List<APIServerNamedServingCert> getNamedCertificates()
List<APIServerNamedServingCert> buildNamedCertificates()
APIServerNamedServingCert buildNamedCertificate(int index)
APIServerNamedServingCert buildFirstNamedCertificate()
APIServerNamedServingCert buildLastNamedCertificate()
APIServerNamedServingCert buildMatchingNamedCertificate(Predicate<APIServerNamedServingCertBuilder> predicate)
Boolean hasMatchingNamedCertificate(Predicate<APIServerNamedServingCertBuilder> predicate)
A withNamedCertificates(List<APIServerNamedServingCert> namedCertificates)
A withNamedCertificates(APIServerNamedServingCert... namedCertificates)
Boolean hasNamedCertificates()
APIServerServingCertsFluent.NamedCertificatesNested<A> addNewNamedCertificate()
APIServerServingCertsFluent.NamedCertificatesNested<A> addNewNamedCertificateLike(APIServerNamedServingCert item)
APIServerServingCertsFluent.NamedCertificatesNested<A> setNewNamedCertificateLike(int index, APIServerNamedServingCert item)
APIServerServingCertsFluent.NamedCertificatesNested<A> editNamedCertificate(int index)
APIServerServingCertsFluent.NamedCertificatesNested<A> editFirstNamedCertificate()
APIServerServingCertsFluent.NamedCertificatesNested<A> editLastNamedCertificate()
APIServerServingCertsFluent.NamedCertificatesNested<A> editMatchingNamedCertificate(Predicate<APIServerNamedServingCertBuilder> predicate)
Copyright © 2015–2021 Red Hat. All rights reserved.