Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2023 Changes in this version + type Config struct + Processor ProcessorConfig + Render RenderConfig + func Load(flags Flags) (*Config, error) + type Flags struct + Config string + LogLevel string + MaxDepth int + OutputPath string + Renderer string + SourcePath string + TemplatesDir string + type ProcessorConfig struct + IgnoreFields []string + IgnoreGroupVersions []string + IgnoreTypes []string + MaxDepth int + SortKinds []string + UseRawDocstring bool + type RenderConfig struct + KubernetesVersion string