Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeTaskConfig ¶
func EncodeTaskConfig(t *api.TaskConfig) ([]byte, error)
Types ¶
type ConstraintByName ¶
type ConstraintByName []*api.Constraint
ConstraintByName sorts a list of Aurora Constraint by name
func (ConstraintByName) Len ¶
func (c ConstraintByName) Len() int
func (ConstraintByName) Less ¶
func (c ConstraintByName) Less(i, j int) bool
func (ConstraintByName) Swap ¶
func (c ConstraintByName) Swap(i, j int)
type MesosFetcherURIByValue ¶
type MesosFetcherURIByValue []*api.MesosFetcherURI
MesosFetcherURIByValue sorts a list of Aurora MesosFetcherURI by value
func (MesosFetcherURIByValue) Len ¶
func (m MesosFetcherURIByValue) Len() int
func (MesosFetcherURIByValue) Less ¶
func (m MesosFetcherURIByValue) Less(i, j int) bool
func (MesosFetcherURIByValue) Swap ¶
func (m MesosFetcherURIByValue) Swap(i, j int)
type MetadataByKey ¶
MetadataByKey sorts a list of Aurora Metadata by key
func (MetadataByKey) Len ¶
func (m MetadataByKey) Len() int
func (MetadataByKey) Less ¶
func (m MetadataByKey) Less(i, j int) bool
func (MetadataByKey) Swap ¶
func (m MetadataByKey) Swap(i, j int)
type ResourceByType ¶
ResourceByType sorts a list of Aurora Resource by resource type, and port name is used when sorting mulitple NamedPort resource
func (ResourceByType) Len ¶
func (r ResourceByType) Len() int
func (ResourceByType) Less ¶
func (r ResourceByType) Less(i, j int) bool
func (ResourceByType) Swap ¶
func (r ResourceByType) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.