Versions in this module Expand all Collapse all v0 v0.20.0 Jun 24, 2015 Changes in this version + const ACIExtension + const ImageManifestKind + const PodManifestKind + var AppContainerVersion types.SemVer + type AppList []RuntimeApp + func (al *AppList) UnmarshalJSON(data []byte) error + func (al AppList) Get(name types.ACName) *RuntimeApp + func (al AppList) MarshalJSON() ([]byte, error) + type ImageManifest struct + ACKind types.ACKind + ACVersion types.SemVer + Annotations types.Annotations + App *types.App + Dependencies types.Dependencies + Labels types.Labels + Name types.ACName + PathWhitelist []string + func BlankImageManifest() *ImageManifest + func (im *ImageManifest) GetAnnotation(name string) (val string, ok bool) + func (im *ImageManifest) GetLabel(name string) (val string, ok bool) + func (im *ImageManifest) UnmarshalJSON(data []byte) error + func (im ImageManifest) MarshalJSON() ([]byte, error) + type Kind struct + ACKind types.ACKind + ACVersion types.SemVer + func (k *Kind) UnmarshalJSON(data []byte) error + func (k Kind) MarshalJSON() ([]byte, error) + type Mount struct + MountPoint types.ACName + Volume types.ACName + type PodManifest struct + ACKind types.ACKind + ACVersion types.SemVer + Annotations types.Annotations + Apps AppList + Isolators []types.Isolator + Ports []types.ExposedPort + Volumes []types.Volume + func BlankPodManifest() *PodManifest + func (pm *PodManifest) UnmarshalJSON(data []byte) error + func (pm PodManifest) MarshalJSON() ([]byte, error) + type RuntimeApp struct + Annotations types.Annotations + App *types.App + Image RuntimeImage + Mounts []Mount + Name types.ACName + type RuntimeImage struct + ID types.Hash + Labels types.Labels + Name *types.ACName