From f3834e14e91ded16f9257e94eafebc6456732ff3 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Mon, 12 Feb 2018 21:27:51 -0800 Subject: [PATCH] replica set to workload --- apis/project.cattle.io/v3/schema/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/project.cattle.io/v3/schema/schema.go b/apis/project.cattle.io/v3/schema/schema.go index a82f4024..a72171ab 100644 --- a/apis/project.cattle.io/v3/schema/schema.go +++ b/apis/project.cattle.io/v3/schema/schema.go @@ -99,7 +99,7 @@ func workloadTypes(schemas *types.Schemas) *types.Schemas { return schemas.MustImportAndCustomize(&Version, v3.Workload{}, func(schema *types.Schema) { toInclude := []string{"deployment", "replicationController", "statefulSet", - "daemonSet", "job", "cronJob"} + "daemonSet", "job", "cronJob", "replicaSet"} for _, name := range toInclude { baseSchema := schemas.Schema(&Version, name) if baseSchema == nil {