Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultAPIVersion = "0.0.1" DefaultKind = "ksonnet.io/parts" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContributorSpec ¶
type ContributorSpecs ¶
type ContributorSpecs []*ContributorSpec
type PrototypeRefSpecs ¶
type PrototypeRefSpecs []string
type QuickStartSpec ¶
type RepositorySpec ¶
type Spec ¶
type Spec struct { APIVersion string `json:"apiVersion"` Kind string `json:"kind"` Prototypes PrototypeRefSpecs `json:"prototypes"` Name string `json:"name"` Version string `json:"version"` Description string `json:"description"` Author string `json:"author"` Contributors ContributorSpecs `json:"contributors"` Repository RepositorySpec `json:"repository"` Bugs *BugSpec `json:"bugs"` Keywords []string `json:"keywords"` QuickStart *QuickStartSpec `json:"quickStart"` License string `json:"license"` }
Click to show internal directories.
Click to hide internal directories.