devconsole-operator icon indicating copy to clipboard operation
devconsole-operator copied to clipboard

Enable a developer-focused view in OpenShift 4 web console

Results 12 devconsole-operator issues
Sort by recently updated
recently updated
newest added

## Questions ### Component CRD As SpringBoot team has invested a lot around the development of a [`Component CRD`](https://github.com/snowdrop/component-operator/blob/master/pkg/apis/component/v1alpha1/component_types.go#L10-L61) able to support `inner = dev` loop or `outer = build`...

Do we want to create a kube object as ``` _, err = c.serviceCatalogClient.ServiceInstances(c.Namespace).Create( &scv1beta1.ServiceInstance{ TypeMeta: metav1.TypeMeta{ Kind: "ServiceInstance", APIVersion: "servicecatalog.k8s.io/v1beta1", }, ObjectMeta: metav1.ObjectMeta{ Name: serviceName, Namespace: c.Namespace, Labels: labels,...