Uses of Class
io.fabric8.openclustermanagement.api.model.operator.v1.RegistrationDriver
-
Packages that use RegistrationDriver Package Description io.fabric8.openclustermanagement.api.model.operator.v1 -
-
Uses of RegistrationDriver in io.fabric8.openclustermanagement.api.model.operator.v1
Methods in io.fabric8.openclustermanagement.api.model.operator.v1 that return RegistrationDriver Modifier and Type Method Description RegistrationDriverRegistrationDriverBuilder. build()RegistrationDriverRegistrationConfigurationFluent. buildRegistrationDriver()RegistrationDriverRegistrationConfiguration. getRegistrationDriver()Methods in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type RegistrationDriver Modifier and Type Method Description protected voidRegistrationDriverFluent. copyInstance(RegistrationDriver instance)RegistrationConfigurationFluent.RegistrationDriverNested<A>RegistrationConfigurationFluent. editOrNewRegistrationDriverLike(RegistrationDriver item)voidRegistrationConfiguration. setRegistrationDriver(RegistrationDriver registrationDriver)RegistrationConfigurationFluent.RegistrationDriverNested<A>RegistrationConfigurationFluent. withNewRegistrationDriverLike(RegistrationDriver item)ARegistrationConfigurationFluent. withRegistrationDriver(RegistrationDriver registrationDriver)Constructors in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type RegistrationDriver Constructor Description RegistrationConfiguration(BootstrapKubeConfigs bootstrapKubeConfigs, Integer clientCertExpirationSeconds, Map<String,String> clusterAnnotations, List<FeatureGate> featureGates, Integer kubeAPIBurst, Integer kubeAPIQPS, RegistrationDriver registrationDriver)RegistrationDriverBuilder(RegistrationDriver instance)RegistrationDriverBuilder(RegistrationDriverFluent<?> fluent, RegistrationDriver instance)RegistrationDriverFluent(RegistrationDriver instance)
-