chaosstudio

package
v1.44.1-0...-2cd6497 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2024 License: MPL-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionSchema

type ActionSchema struct {
	ActionType   string            `tfschema:"action_type"`
	SelectorName string            `tfschema:"selector_name"`
	Duration     string            `tfschema:"duration"`
	Urn          string            `tfschema:"urn"`
	Parameters   map[string]string `tfschema:"parameters"`
}

type BranchSchema

type BranchSchema struct {
	Actions []ActionSchema `tfschema:"actions"`
	Name    string         `tfschema:"name"`
}

type ChaosStudioCapabilityResource

type ChaosStudioCapabilityResource struct{}

func (ChaosStudioCapabilityResource) Arguments

func (ChaosStudioCapabilityResource) Attributes

func (ChaosStudioCapabilityResource) Create

func (ChaosStudioCapabilityResource) Delete

func (ChaosStudioCapabilityResource) IDValidationFunc

func (ChaosStudioCapabilityResource) ModelObject

func (r ChaosStudioCapabilityResource) ModelObject() interface{}

func (ChaosStudioCapabilityResource) Read

func (ChaosStudioCapabilityResource) ResourceType

func (r ChaosStudioCapabilityResource) ResourceType() string

type ChaosStudioCapabilityResourceSchema

type ChaosStudioCapabilityResourceSchema struct {
	CapabilityType      string `tfschema:"capability_type"`
	ChaosStudioTargetId string `tfschema:"chaos_studio_target_id"`
	Urn                 string `tfschema:"urn"`
}

type ChaosStudioExperimentResource

type ChaosStudioExperimentResource struct{}

func (ChaosStudioExperimentResource) Arguments

func (ChaosStudioExperimentResource) Attributes

func (ChaosStudioExperimentResource) Create

func (ChaosStudioExperimentResource) Delete

func (ChaosStudioExperimentResource) IDValidationFunc

func (ChaosStudioExperimentResource) ModelObject

func (r ChaosStudioExperimentResource) ModelObject() interface{}

func (ChaosStudioExperimentResource) Read

func (ChaosStudioExperimentResource) ResourceType

func (r ChaosStudioExperimentResource) ResourceType() string

func (ChaosStudioExperimentResource) Update

type ChaosStudioExperimentResourceSchema

type ChaosStudioExperimentResourceSchema struct {
	Identity          []identity.ModelSystemAssignedUserAssigned `tfschema:"identity"`
	Location          string                                     `tfschema:"location"`
	Name              string                                     `tfschema:"name"`
	ResourceGroupName string                                     `tfschema:"resource_group_name"`
	Selectors         []SelectorSchema                           `tfschema:"selectors"`
	Steps             []StepSchema                               `tfschema:"steps"`
}

type ChaosStudioTargetResource

type ChaosStudioTargetResource struct{}

func (ChaosStudioTargetResource) Arguments

func (r ChaosStudioTargetResource) Arguments() map[string]*pluginsdk.Schema

func (ChaosStudioTargetResource) Attributes

func (r ChaosStudioTargetResource) Attributes() map[string]*pluginsdk.Schema

func (ChaosStudioTargetResource) Create

func (ChaosStudioTargetResource) Delete

func (ChaosStudioTargetResource) IDValidationFunc

func (ChaosStudioTargetResource) ModelObject

func (r ChaosStudioTargetResource) ModelObject() interface{}

func (ChaosStudioTargetResource) Read

func (ChaosStudioTargetResource) ResourceType

func (r ChaosStudioTargetResource) ResourceType() string

type ChaosStudioTargetResourceSchema

type ChaosStudioTargetResourceSchema struct {
	Location         string `tfschema:"location"`
	TargetResourceId string `tfschema:"target_resource_id"`
	TargetType       string `tfschema:"target_type"`
}

type Registration

type Registration struct {
	// contains filtered or unexported fields
}

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

DataSources returns a list of Data Sources supported by this Service

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

Resources returns a list of Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

type SelectorSchema

type SelectorSchema struct {
	Name      string   `tfschema:"name"`
	TargetIds []string `tfschema:"chaos_studio_target_ids"`
}

type StepSchema

type StepSchema struct {
	Branch []BranchSchema `tfschema:"branch"`
	Name   string         `tfschema:"name"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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