Documentation
¶
Index ¶
Constants ¶
View Source
const ( LastAppliedTemplateAnnotationKey = "apps.kubeedge.io/last-applied-template" LastContainedResourcesAnnotationKey = "apps.kubeedge.io/last-contained-resources" )
Variables ¶
View Source
var DeploymentGVK = schema.GroupVersionKind{
Group: "apps",
Version: "v1",
Kind: "Deployment",
}
View Source
var OverriderTargetGVK = map[schema.GroupVersionKind]struct{}{
DeploymentGVK: {},
}
View Source
var ServiceGVK = schema.GroupVersionKind{
Version: "v1",
Kind: "Service",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.