mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
Signed-off-by: hanzhaoyang <hanzhaoyang@jd.com> Co-authored-by: hanzhaoyang <hanzhaoyang@jd.com>
This commit is contained in:
@@ -108,6 +108,15 @@ func init() {
|
||||
}),
|
||||
GroupResourceType: GroupResourceType{Group: "apps", Kind: "DaemonSet"},
|
||||
},
|
||||
ChildrenResourcesRule{
|
||||
GroupResourceType: GroupResourceType{Group: "batch", Kind: "Job"},
|
||||
SubResources: buildSubResources([]*SubResourceSelector{
|
||||
{
|
||||
ResourceType: ResourceType{APIVersion: "v1", Kind: "Pod"},
|
||||
listOptions: defaultWorkloadLabelListOption,
|
||||
},
|
||||
}),
|
||||
},
|
||||
ChildrenResourcesRule{
|
||||
GroupResourceType: GroupResourceType{Group: "", Kind: "Service"},
|
||||
SubResources: buildSubResources([]*SubResourceSelector{
|
||||
|
||||
Reference in New Issue
Block a user