Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deploy ¶
func Deploy(ctx context.Context, settingsClient client.SettingsClient, properties parameter.Properties, renderedConfig string, c *config.Config, insertAfter string) (entities.ResolvedEntity, error)
func NewInsertAfterSameScopeError ¶ added in v2.17.3
func NewInsertAfterSameScopeError(source, target coordinate.Coordinate, cause error) error
Types ¶
type DeprecatedSchemaValidator ¶ added in v2.17.3
type DeprecatedSchemaValidator struct{}
type InsertAfterSameScopeValidator ¶ added in v2.17.3
type InsertAfterSameScopeValidator struct{}
InsertAfterSameScopeValidator verifies that if a config has an insertAfter, that the referenced config's scope is the same. This only works if both scopes are 'static' data and not references or something similar.
Click to show internal directories.
Click to hide internal directories.