cli

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: May 1, 2026 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(k *konfig.Konfig, c context.Context)

Types

type CRDEntryDTO

type CRDEntryDTO struct {
	Name       string           `json:"name" yaml:"name"`
	Enabled    bool             `json:"enabled" yaml:"enabled"`
	Group      string           `json:"group" yaml:"group"`
	Version    string           `json:"version" yaml:"version"`
	Kind       string           `json:"kind" yaml:"kind"`
	Plural     string           `json:"plural" yaml:"plural"`
	Namespaced bool             `json:"namespaced" yaml:"namespaced"`
	Namespace  string           `json:"namespace,omitempty" yaml:"namespace,omitempty"`
	Workers    int              `json:"workers" yaml:"workers"`
	Resync     string           `json:"resync" yaml:"resync"`
	DependsOn  []string         `json:"dependsOn,omitempty" yaml:"dependsOn,omitempty"`
	Finalizers []string         `json:"finalizers,omitempty" yaml:"finalizers,omitempty"`
	Mode       orktypes.CRDMode `json:"mode" yaml:"mode"`
}

Jump to

Keyboard shortcuts

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