Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApp ¶
func NewApp() *application.Application
Types ¶
type CheckResourceManager ¶
type CheckResourceManager struct { DryRun bool Name string Message string Group string Resource string Version string resource.EmptyInit }
func (*CheckResourceManager) Create ¶
func (m *CheckResourceManager) Create(options resource.Options) error
func (*CheckResourceManager) Delete ¶
func (m *CheckResourceManager) Delete(_ resource.Options) error
func (*CheckResourceManager) SetDryRun ¶
func (m *CheckResourceManager) SetDryRun()
type Options ¶
type Options struct { application.ApplicationOptions ProviderVersion string }
type ProviderOptions ¶
type ProviderOptions struct { resource.CommonOptions Version *string }
Click to show internal directories.
Click to hide internal directories.