Versions in this module Expand all Collapse all v0 v0.31.0 Apr 13, 2026 Changes in this version + func Convert(protoSchema proto.Schema, schemaProps *apiextensionsv1.JSONSchemaProps) []error + func NewSchemaPuller(discoveryClient discovery.DiscoveryInterface, ...) (*schemaPuller, error) + type SchemaConverter struct + func (sc *SchemaConverter) SubConverter(schemaProps *apiextensionsv1.JSONSchemaProps, description string) *SchemaConverter + func (sc *SchemaConverter) VisitArbitrary(a *proto.Arbitrary) + func (sc *SchemaConverter) VisitArray(a *proto.Array) + func (sc *SchemaConverter) VisitKind(k *proto.Kind) + func (sc *SchemaConverter) VisitMap(m *proto.Map) + func (sc *SchemaConverter) VisitPrimitive(p *proto.Primitive) + func (sc *SchemaConverter) VisitReference(r proto.Reference)