Affected by GO-2023-1979
and 1 other vulnerabilities
GO-2023-1979: Denial of service from large image in github.com/crossplane/crossplane
GO-2023-1980: Possible image tampering from missing image validation for Packages in github.com/crossplane/crossplane

The highest tagged major version is
v2.
package
Version:
v1.6.2-rc.0
Opens a new window with list of versions in this module.
Published: Jan 21, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
KongVars represent the kong variables associated with the CLI parser
required for the Registry default variable interpolation.
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 ¶
Run is the no-op method required for kong call tree
Kong requires each node in the calling path to have associated
Run method.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.