mirror of
https://github.com/rancher/types.git
synced 2025-09-17 15:29:10 +00:00
add exportOutput to schema
This commit is contained in:
committed by
Darren Shepherd
parent
39c0f9a1fc
commit
5020bf5159
@@ -143,6 +143,7 @@ func clusterTypes(schemas *types.Schemas) *types.Schemas {
|
||||
MustImport(&Version, v3.GenerateKubeConfigOutput{}).
|
||||
MustImport(&Version, v3.ImportClusterYamlInput{}).
|
||||
MustImport(&Version, v3.ImportYamlOutput{}).
|
||||
MustImport(&Version, v3.ExportOutput{}).
|
||||
MustImportAndCustomize(&Version, v3.Cluster{}, func(schema *types.Schema) {
|
||||
schema.MustCustomizeField("name", func(field types.Field) types.Field {
|
||||
field.Type = "dnsLabel"
|
||||
|
Reference in New Issue
Block a user