Documentation
¶
Overview ¶
Package create contains the implementation of the kubectl cnpg subscription create command
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SubscriptionCmdBuilder ¶
type SubscriptionCmdBuilder struct {
// The name of the publication to be created
SubscriptionName string
// The connection to the source database
ConnectionString string
// The name of the publication to attach to
PublicationName string
// Custom subscription parameters
Parameters string
}
SubscriptionCmdBuilder represent a command to create a subscription
func (SubscriptionCmdBuilder) ToSQL ¶
func (cmd SubscriptionCmdBuilder) ToSQL() string
ToSQL create the SQL Statement to create the publication
Click to show internal directories.
Click to hide internal directories.