Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter interface {
Convert(crd *extensionv1.CustomResourceDefinition) ([]*spec.Swagger, error)
}
func NewSwaggerV2Converter ¶
func NewSwaggerV2Converter() Converter
type SwaggerV2 ¶
type SwaggerV2 struct { }
func (SwaggerV2) Convert ¶
func (s SwaggerV2) Convert(crd *extensionv1.CustomResourceDefinition) ([]*spec.Swagger, error)
Click to show internal directories.
Click to hide internal directories.