Uses of Class
io.fabric8.openshift.api.model.config.v1.PKICertificateSubject
-
Packages that use PKICertificateSubject Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of PKICertificateSubject in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return PKICertificateSubject Modifier and Type Method Description PKICertificateSubjectPKICertificateSubjectBuilder. build()PKICertificateSubjectPKIFluent. buildPkiCertificateSubject()PKICertificateSubjectPKI. getPkiCertificateSubject()PKI defines the root of trust based on Root CA(s) and corresponding intermediate certificates.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type PKICertificateSubject Modifier and Type Method Description protected voidPKICertificateSubjectFluent. copyInstance(PKICertificateSubject instance)PKIFluent.PkiCertificateSubjectNested<A>PKIFluent. editOrNewPkiCertificateSubjectLike(PKICertificateSubject item)voidPKI. setPkiCertificateSubject(PKICertificateSubject pkiCertificateSubject)PKI defines the root of trust based on Root CA(s) and corresponding intermediate certificates.PKIFluent.PkiCertificateSubjectNested<A>PKIFluent. withNewPkiCertificateSubjectLike(PKICertificateSubject item)APKIFluent. withPkiCertificateSubject(PKICertificateSubject pkiCertificateSubject)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type PKICertificateSubject Constructor Description PKI(String caIntermediatesData, String caRootsData, PKICertificateSubject pkiCertificateSubject)PKICertificateSubjectBuilder(PKICertificateSubject instance)PKICertificateSubjectBuilder(PKICertificateSubjectFluent<?> fluent, PKICertificateSubject instance)PKICertificateSubjectFluent(PKICertificateSubject instance)
-