diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index bcc1d259..8691b6af 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -367,7 +367,7 @@ func authnTypes(schemas *types.Schemas) *types.Schemas { }, } schema.CollectionMethods = []string{} - schema.ResourceMethods = []string{http.MethodGet, http.MethodPut} + schema.ResourceMethods = []string{} }). MustImport(&Version, v3.OpenLdapTestAndApplyInput{}). // FreeIpa Config @@ -380,7 +380,7 @@ func authnTypes(schemas *types.Schemas) *types.Schemas { }, } schema.CollectionMethods = []string{} - schema.ResourceMethods = []string{http.MethodGet, http.MethodPut} + schema.ResourceMethods = []string{} schema.MustCustomizeField("groupObjectClass", func(f types.Field) types.Field { f.Default = "groupofnames" return f