Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KsonnetLib ¶
type KsonnetLib struct { // K is ksonnet extensions. K []byte // K is the generated ksonnet library. K8s []byte // Swagger is the swagger JSON used to generate the library. Swagger []byte // Version is the API version of the swagger. Version string }
KsonnetLib is the ksonnet standard library for a version of swagger.
func Ksonnet ¶
func Ksonnet(swaggerData []byte) (*KsonnetLib, error)
Ksonnet generates the ksonnet standard library or returns an error if there was a problem.
Click to show internal directories.
Click to hide internal directories.