builtin

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2019 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LastAppliedReplicasAnnotation is the name of annotation which stores last applied replicas for deployment
	LastAppliedReplicasAnnotation = smith.Domain + "/LastAppliedReplicas"
	EnvRefHashAnnotation          = smith.Domain + "/envRefHash"
)
View Source
const (
	SecretParametersChecksumAnnotation = smith.Domain + "/secretParametersChecksum"
	Disabled                           = "disabled"
)

Variables

View Source
var (
	MainKnownTypes = map[schema.GroupKind]specchecker.ObjectProcessor{
		{Group: apps_v1.GroupName, Kind: "Deployment"}: deployment{},
		{Group: core_v1.GroupName, Kind: "Service"}:    service{},
		{Group: core_v1.GroupName, Kind: "Secret"}:     secret{},
	}

	ServiceCatalogKnownTypes = map[schema.GroupKind]specchecker.ObjectProcessor{
		{Group: sc_v1b1.GroupName, Kind: "ServiceBinding"}:  serviceBinding{},
		{Group: sc_v1b1.GroupName, Kind: "ServiceInstance"}: serviceInstance{},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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