certmanager

package
v0.0.0-...-d1f8b28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

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)

type Package

type Package struct {
	Name               string      `json:"name,omitempty"`
	Channels           []Channel   `json:"channels,omitempty"`
	DefaultChannelName string      `json:"defaultChannelName,omitempty"`
	Deprecation        Deprecation `json:"deprecation,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL