Documentation ¶
Index ¶
Constants ¶
View Source
const ( FormatHTML = "html" FormatYAML = "yaml" )
Variables ¶
View Source
var Version = "v0.0.0-dev"
Functions ¶
Types ¶
type ConfigHandler ¶ added in v1.0.3
type ConfigHandler struct {
// contains filtered or unexported fields
}
func (*ConfigHandler) CRDs ¶ added in v1.0.3
func (h *ConfigHandler) CRDs() ([]*pkg.SchemaType, error)
type FileHandler ¶ added in v0.6.0
type FileHandler struct {
// contains filtered or unexported fields
}
func (*FileHandler) CRDs ¶ added in v0.6.0
func (h *FileHandler) CRDs() ([]*pkg.SchemaType, error)
type FolderHandler ¶ added in v0.6.0
type FolderHandler struct {
// contains filtered or unexported fields
}
func (*FolderHandler) CRDs ¶ added in v0.6.0
func (h *FolderHandler) CRDs() ([]*pkg.SchemaType, error)
type Handler ¶ added in v0.6.0
type Handler interface {
CRDs() ([]*pkg.SchemaType, error)
}
type KindVersionGroup ¶ added in v1.0.2
type Schema ¶ added in v1.0.2
type Schema struct { *v1beta1.JSONSchemaProps `json:",inline"` KubernetesGroupVersionKindList []KindVersionGroup `json:"x-kubernetes-group-version-kind"` }
type URLHandler ¶ added in v0.6.0
type URLHandler struct {
// contains filtered or unexported fields
}
func (*URLHandler) CRDs ¶ added in v0.6.0
func (h *URLHandler) CRDs() ([]*pkg.SchemaType, error)
Click to show internal directories.
Click to hide internal directories.