Skip to content
#

managed-services

Here are 9 public repositories matching this topic...

telepenin
telepenin commented Aug 28, 2020

Hi, I try to use zalando/postgres-operator operator inside own operator (based on operator SDK) like this:
sample_types.go

package v1

import (
	acidv1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1"
)

type SamleSpec struct {
	Postgres acidv1.PostgresSpec `json:"postgres"`
}

and get several errors when trying to building manifest files:

root@unassi

Improve this page

Add a description, image, and links to the managed-services topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the managed-services topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.