File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ var _ api.ResourceContextAdapter = &DefaultResourceContextAdapter{}
2828var defaultResourceContextKeys = map [api.ResourceContextKeyEnum ]string {
2929 api .EnumOwnerContextKey : "Owner" ,
3030 api .EnumRevisionContextDataKey : "Revision" ,
31- api .EnumTargetDecorationRevisionKey : "PodDecorationRevisions " ,
32- api .EnumJustCreateContextDataKey : "PodJustCreate " ,
33- api .EnumRecreateUpdateContextDataKey : "PodRecreateUpdate " ,
31+ api .EnumTargetDecorationRevisionKey : "TargetDecorationRevisions " ,
32+ api .EnumJustCreateContextDataKey : "TargetJustCreate " ,
33+ api .EnumRecreateUpdateContextDataKey : "TargetRecreateUpdate " ,
3434 api .EnumScaleInContextDataKey : "ScaleIn" ,
35- api .EnumReplaceNewTargetIDContextDataKey : "ReplaceNewPodID " ,
36- api .EnumReplaceOriginTargetIDContextDataKey : "ReplaceOriginPodID " ,
35+ api .EnumReplaceNewTargetIDContextDataKey : "ReplaceNewTargetID " ,
36+ api .EnumReplaceOriginTargetIDContextDataKey : "ReplaceOriginTargetID " ,
3737}
3838
3939type ResourceContextAdapterGetter struct {}
You can’t perform that action at this time.
0 commit comments