| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
APIServerNamedServingCert |
APIServerNamedServingCertBuilder.build() |
APIServerNamedServingCert |
APIServerServingCertsFluentImpl.buildFirstNamedCertificate() |
APIServerNamedServingCert |
APIServerServingCertsFluent.buildFirstNamedCertificate() |
APIServerNamedServingCert |
APIServerServingCertsFluentImpl.buildLastNamedCertificate() |
APIServerNamedServingCert |
APIServerServingCertsFluent.buildLastNamedCertificate() |
APIServerNamedServingCert |
APIServerServingCertsFluentImpl.buildMatchingNamedCertificate(Predicate<APIServerNamedServingCertBuilder> predicate) |
APIServerNamedServingCert |
APIServerServingCertsFluent.buildMatchingNamedCertificate(Predicate<APIServerNamedServingCertBuilder> predicate) |
APIServerNamedServingCert |
APIServerServingCertsFluentImpl.buildNamedCertificate(int index) |
APIServerNamedServingCert |
APIServerServingCertsFluent.buildNamedCertificate(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<APIServerNamedServingCert> |
APIServerServingCertsFluentImpl.buildNamedCertificates() |
List<APIServerNamedServingCert> |
APIServerServingCertsFluent.buildNamedCertificates() |
List<APIServerNamedServingCert> |
APIServerServingCertsFluentImpl.getNamedCertificates()
Deprecated.
|
List<APIServerNamedServingCert> |
APIServerServingCertsFluent.getNamedCertificates()
Deprecated.
|
List<APIServerNamedServingCert> |
APIServerServingCerts.getNamedCertificates() |
| Modifier and Type | Method and Description |
|---|---|
A |
APIServerServingCertsFluentImpl.addAllToNamedCertificates(Collection<APIServerNamedServingCert> items) |
A |
APIServerServingCertsFluent.addAllToNamedCertificates(Collection<APIServerNamedServingCert> items) |
A |
APIServerServingCertsFluentImpl.removeAllFromNamedCertificates(Collection<APIServerNamedServingCert> items) |
A |
APIServerServingCertsFluent.removeAllFromNamedCertificates(Collection<APIServerNamedServingCert> items) |
void |
APIServerServingCerts.setNamedCertificates(List<APIServerNamedServingCert> namedCertificates) |
A |
APIServerServingCertsFluentImpl.withNamedCertificates(List<APIServerNamedServingCert> namedCertificates) |
A |
APIServerServingCertsFluent.withNamedCertificates(List<APIServerNamedServingCert> namedCertificates) |
| Constructor and Description |
|---|
APIServerNamedServingCertBuilder(APIServerNamedServingCert instance) |
APIServerNamedServingCertBuilder(APIServerNamedServingCert instance,
Boolean validationEnabled) |
APIServerNamedServingCertBuilder(APIServerNamedServingCertFluent<?> fluent,
APIServerNamedServingCert instance) |
APIServerNamedServingCertBuilder(APIServerNamedServingCertFluent<?> fluent,
APIServerNamedServingCert instance,
Boolean validationEnabled) |
APIServerNamedServingCertFluentImpl(APIServerNamedServingCert instance) |
| Constructor and Description |
|---|
APIServerServingCerts(List<APIServerNamedServingCert> namedCertificates) |
Copyright © 2015–2022 Red Hat. All rights reserved.