app

package
v3.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2020 License: Apache-2.0 Imports: 20 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.

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 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