Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cloudfoundry ¶
type Cloudfoundry struct {
SidecarFor []string `yaml:"sidecar_for" json:"sidecar_for"`
}
type Credentials ¶
type Credentials struct {
ClientTLS *ClientTLS `json:"client_tls,omitempty"` // storage gateway bundle access
}
type Installer ¶
type Installer interface { // TODO: See more options at https://github.com/cloudfoundry/libbuildpack/blob/master/installer.go InstallDependency(libbuildpack.Dependency, string) error InstallOnlyVersion(string, string) error }
type LaunchData ¶
type LaunchData struct {
Processes []Process `yaml:"processes" json:"processes"`
}
type Manifest ¶
type Manifest interface { // TODO: See more options at https://github.com/cloudfoundry/libbuildpack/blob/master/manifest.go AllDependencyVersions(string) []string DefaultVersion(string) (libbuildpack.Dependency, error) }
type OPARestConfig ¶ added in v0.4.1
type OPARestConfig struct { URL string `json:"url"` Headers map[string]string Credentials Credentials `json:"credentials"` }
type Platforms ¶
type Platforms struct {
Cloudfoundry Cloudfoundry `yaml:"cloudfoundry" json:"cloudfoundry"`
}
Click to show internal directories.
Click to hide internal directories.