Documentation ¶
Index ¶
Constants ¶
View Source
const ( OpenshiftMarketplaceNS = "openshift-marketplace" RegistryCatalogPort = "50051" RegistryCatalogPortInt = 50051 )
Variables ¶
This section is empty.
Functions ¶
func NewGenerator ¶
func NewGenerator(clusterInstall *clusterinstall.ClusterInstall, kubeClient ctrlruntimeclient.Client, portForwarder portforward.PortForwarder, grpcConnFactory GRPCClientConnFactory) *certManagerGenerator
Types ¶
type Channel ¶
type Channel struct { Name string `json:"name,omitempty"` CSVName string `json:"csvName,omitempty"` Deprecation Deprecation `json:"deprecation,omitempty"` }
type Deprecation ¶
type Deprecation struct {
Message string `json:"Message,omitempty"`
}
type GRPCClientConnFactory ¶
type GRPCClientConnFactory func(target string, opts ...grpc.DialOption) (conn *grpc.ClientConn, err error)
Click to show internal directories.
Click to hide internal directories.