Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crd ¶
type Crd struct {
Group, Kind string
// contains filtered or unexported fields
}
func (*Crd) MetaSchema ¶
func (c *Crd) MetaSchema() ([]CrdMetaSchema, error)
type CrdMetaSchema ¶
type CrdMetaSchema struct {
Group, Kind, Version string
}
func (*CrdMetaSchema) Filepath ¶
func (s *CrdMetaSchema) Filepath() string
type CrdSchema ¶
type CrdSchema struct {
CrdMetaSchema
Bytes []byte
}
Click to show internal directories.
Click to hide internal directories.