app

package
v3.7.1 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2021 License: Apache-2.0 Imports: 26 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 added in v3.6.1

func IsNotFound(err error) bool

IsNotFound asserts notFoundError.

Types

type Config

type Config struct {
	G8sClient      versioned.Interface
	K8sClient      kubernetes.Interface
	Logger         micrologger.Logger
	ReleaseVersion releaseversion.Interface

	Provider             string
	RawAppDefaultConfig  string
	RawAppOverrideConfig string
}

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

type Index added in v3.5.1

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

type IndexEntry added in v3.5.1

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