app

package
v5.11.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Name is the identifier of the resource.
	Name = "app"
)

Variables

This section is empty.

Functions

func IsInvalidConfigError

func IsInvalidConfigError(err error) bool

IsInvalidConfigError asserts invalidConfigError.

func IsNotFound

func IsNotFound(err error) bool

IsNotFound asserts notFoundError.

Types

type Config

type Config struct {
	CtrlClient     ctrlClient.Client
	K8sClient      kubernetes.Interface
	Logger         micrologger.Logger
	ReleaseVersion releaseversion.Interface

	KiamWatchDogEnabled  bool
	Provider             string
	RawAppDefaultConfig  string
	RawAppOverrideConfig string
}

Config represents the configuration used to create a new chartconfig service.

type Index

type Index struct {
	Entries map[string][]IndexEntry `json:"entries"`
}

type IndexEntry

type IndexEntry struct {
	Name    string `json:"name"`
	Version string `json:"version"`
}

type Resource

type Resource struct {
	// contains filtered or unexported fields
}

Resource provides shared functionality for managing chartconfigs.

func New

func New(config Config) (*Resource, error)

New creates a new chartconfig service.

func (*Resource) GetCurrentState

func (r *Resource) GetCurrentState(ctx context.Context, obj interface{}) ([]*v1alpha1.App, error)

func (*Resource) GetDesiredState

func (r *Resource) GetDesiredState(ctx context.Context, obj interface{}) ([]*g8sv1alpha1.App, error)

func (*Resource) Name

func (r *Resource) Name() string

Jump to

Keyboard shortcuts

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