create

package
v1.23.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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

func NewCmd

func NewCmd() *cobra.Command

NewCmd initializes the subscription create command

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL