core

package
v1.15.2 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 40 Imported by: 0

Documentation

Overview

Package core implements Crossplane's core controller manager.

Index

Constants

This section is empty.

Variables

View Source
var KongVars = kong.Vars{
	"default_registry":   xpkg.DefaultRegistry,
	"default_user_agent": transport.DefaultUserAgent,
}

KongVars represent the kong variables associated with the CLI parser required for the Registry default variable interpolation.

Functions

func ParseCertificatesFromPath added in v1.14.0

func ParseCertificatesFromPath(path string) (*x509.CertPool, error)

ParseCertificatesFromPath parses PEM file containing extra x509 certificates(s) and combines them with the built in root CA CertPool.

Types

type Command

type Command struct {
	Start startCommand `cmd:"" help:"Start Crossplane controllers."`
	Init  initCommand  `cmd:"" help:"Make cluster ready for Crossplane controllers."`
}

Command runs the core crossplane controllers

func (*Command) Run

func (c *Command) Run() error

Run is the no-op method required for kong call tree Kong requires each node in the calling path to have associated Run method.

Jump to

Keyboard shortcuts

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