Class OcpRegistryDeployer

    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
      • yamlPath

        private final String yamlPath
      • idTopicYamlPath

        private final String idTopicYamlPath
      • storageTopicYamlPath

        private final String storageTopicYamlPath
    • Constructor Detail

      • OcpRegistryDeployer

        private OcpRegistryDeployer​(String project,
                                    String yamlPath,
                                    String storageTopicYamlPath,
                                    String idTopicYamlPath,
                                    KafkaController kafkaController,
                                    io.fabric8.openshift.client.OpenShiftClient ocp,
                                    okhttp3.OkHttpClient http)
    • Method Detail

      • registryOperation

        public io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.apicurio.registry.operator.api.model.ApicurioRegistry,​io.apicurio.registry.operator.api.model.ApicurioRegistryList,​io.fabric8.kubernetes.client.dsl.Resource<io.apicurio.registry.operator.api.model.ApicurioRegistry>> registryOperation()
      • getRegistryDeployments

        private List<io.fabric8.openshift.api.model.DeploymentConfig> getRegistryDeployments​(String name)