Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DehydrateOpts ¶
type DehydrateOpts struct {
IncludeTextProto bool
}
func (DehydrateOpts) DehydrateTo ¶
func (opts DehydrateOpts) DehydrateTo(ctx context.Context, env *schema.Environment, stack *schema.Stack, ingress []*schema.IngressFragment, computed *schema.ComputedConfigurations, target fnfs.WriteFS) error
type Rehydrated ¶
type Rehydrated struct { Env *schema.Environment Stack *schema.Stack IngressFragments []*schema.IngressFragment ComputedConfigs *schema.ComputedConfigurations }
Click to show internal directories.
Click to hide internal directories.