Uses of Class
io.fabric8.openshift.api.model.config.v1.APIServerServingCerts
-
Packages that use APIServerServingCerts Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of APIServerServingCerts in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return APIServerServingCerts Modifier and Type Method Description APIServerServingCertsAPIServerServingCertsBuilder. build()APIServerServingCertsAPIServerSpecFluent. buildServingCerts()APIServerServingCertsAPIServerSpec. getServingCerts()Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServerServingCerts Modifier and Type Method Description protected voidAPIServerServingCertsFluent. copyInstance(APIServerServingCerts instance)APIServerSpecFluent.ServingCertsNested<A>APIServerSpecFluent. editOrNewServingCertsLike(APIServerServingCerts item)voidAPIServerSpec. setServingCerts(APIServerServingCerts servingCerts)APIServerSpecFluent.ServingCertsNested<A>APIServerSpecFluent. withNewServingCertsLike(APIServerServingCerts item)AAPIServerSpecFluent. withServingCerts(APIServerServingCerts servingCerts)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServerServingCerts Constructor Description APIServerServingCertsBuilder(APIServerServingCerts instance)APIServerServingCertsBuilder(APIServerServingCertsFluent<?> fluent, APIServerServingCerts instance)APIServerServingCertsFluent(APIServerServingCerts instance)APIServerSpec(List<String> additionalCORSAllowedOrigins, Audit audit, ConfigMapNameReference clientCA, APIServerEncryption encryption, APIServerServingCerts servingCerts, TLSSecurityProfile tlsSecurityProfile)
-