Documentation ¶
Index ¶
- func FromComposeConfig(c *composetypes.Config) *v1alpha3.StackSpec
- func RegisterV1alpha3Conversions(scheme *runtime.Scheme) error
- func RegisterV1beta1Conversions(scheme *runtime.Scheme) error
- func RegisterV1beta2Conversions(scheme *runtime.Scheme) error
- func StackFromInternalV1alpha3(in *internalversion.Stack) (*v1alpha3.Stack, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromComposeConfig ¶
func FromComposeConfig(c *composetypes.Config) *v1alpha3.StackSpec
FromComposeConfig converts a cli/compose/types.Config to a v1alpha3 Config struct. Use it only for backward compat between v1beta1 and later.
func RegisterV1alpha3Conversions ¶ added in v0.4.19
RegisterV1alpha3Conversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
func RegisterV1beta1Conversions ¶
RegisterV1beta1Conversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
func RegisterV1beta2Conversions ¶
RegisterV1beta2Conversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
func StackFromInternalV1alpha3 ¶ added in v0.4.19
func StackFromInternalV1alpha3(in *internalversion.Stack) (*v1alpha3.Stack, error)
StackFromInternalV1alpha3 converts an internal stack to v1alpha3 flavor
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.