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.
Click to show internal directories.
Click to hide internal directories.