Documentation ¶ Index ¶ type ResourceManager func (m *ResourceManager) Create(options resource.Options) error func (m *ResourceManager) Delete(options resource.Options) error func (m *ResourceManager) SetDryRun() func (m *ResourceManager) Update(options resource.Options, cmd *cobra.Command) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ResourceManager ¶ type ResourceManager struct { template.Template DryRun bool resource.EmptyInit } func (*ResourceManager) Create ¶ func (m *ResourceManager) Create(options resource.Options) error func (*ResourceManager) Delete ¶ func (m *ResourceManager) Delete(options resource.Options) error func (*ResourceManager) SetDryRun ¶ func (m *ResourceManager) SetDryRun() func (*ResourceManager) Update ¶ func (m *ResourceManager) Update(options resource.Options, cmd *cobra.Command) error Source Files ¶ View all Source files manager.go Click to show internal directories. Click to hide internal directories.