Documentation ¶
Index ¶
- func ImportTopicSettingsCmd() *cobra.Command
- func NewImportAclsCommand() *cobra.Command
- func NewImportAlertChannelsCommand() *cobra.Command
- func NewImportAlertSettingsCommand() *cobra.Command
- func NewImportAuditChannelsCommand() *cobra.Command
- func NewImportConnectionsCommand() *cobra.Command
- func NewImportConnectorsCommand() *cobra.Command
- func NewImportGroupCommand() *cobra.Command
- func NewImportGroupsCommand() *cobra.Command
- func NewImportPoliciesCommand() *cobra.Command
- func NewImportProcessorsCommand() *cobra.Command
- func NewImportQuotasCommand() *cobra.Command
- func NewImportSchemasCmd() *cobra.Command
- func NewImportServiceAccountsCommand() *cobra.Command
- func NewImportTopicsCommand() *cobra.Command
- func ReadSchemas(client *api.Client, cmd *cobra.Command, filePath string) error
- func ReadTopicSettings(client *api.Client, cmd *cobra.Command, filePath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportTopicSettingsCmd ¶
ImportTopicSettingsCmd to read topic-settings from files
func NewImportAclsCommand ¶
NewImportAclsCommand creates `import acls` command
func NewImportAlertChannelsCommand ¶
NewImportAlertChannelsCommand handles the CLI sub-command 'import alert-channels'
func NewImportAlertSettingsCommand ¶
NewImportAlertSettingsCommand create `import alert-settings` command
func NewImportAuditChannelsCommand ¶
NewImportAuditChannelsCommand handles the CLI sub-command 'import audit-channels'
func NewImportConnectionsCommand ¶
NewImportConnectionsCommand creates `import connections` command
func NewImportConnectorsCommand ¶
NewImportConnectorsCommand create `import connectors`
func NewImportGroupCommand ¶
NewImportGroupCommand creates `import` command
func NewImportGroupsCommand ¶
NewImportGroupsCommand creates `import groups` command
func NewImportPoliciesCommand ¶
NewImportPoliciesCommand creates `import policies` ommand
func NewImportProcessorsCommand ¶
NewImportProcessorsCommand import processors command
func NewImportQuotasCommand ¶
NewImportQuotasCommand creates `import quotas` command
func NewImportSchemasCmd ¶
NewImportSchemasCmd to read schemas from files
func NewImportServiceAccountsCommand ¶
NewImportServiceAccountsCommand creates `import serviceaccounts` command
func NewImportTopicsCommand ¶
NewImportTopicsCommand creates `import topics` command
func ReadSchemas ¶
ReadSchemas to read the files and import one by one
Types ¶
This section is empty.
Source Files ¶
- acl_commands.go
- alert_channels_commands.go
- alert_commands.go
- audit_channels_commands.go
- channels.go
- connection_commands.go
- connector_commands.go
- group_commands.go
- import_group_commands.go
- policy_commands.go
- processor_commands.go
- quota_commands.go
- schemas_commands.go
- service_account_commands.go
- topic_commands.go
- topicsettings_commands.go