Documentation ¶
Index ¶
- func NewBusVolcanoShCommandV1Alpha1Manifest() datasource.DataSource
- type BusVolcanoShCommandV1Alpha1Manifest
- func (r *BusVolcanoShCommandV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *BusVolcanoShCommandV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *BusVolcanoShCommandV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type BusVolcanoShCommandV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBusVolcanoShCommandV1Alpha1Manifest ¶
func NewBusVolcanoShCommandV1Alpha1Manifest() datasource.DataSource
Types ¶
type BusVolcanoShCommandV1Alpha1Manifest ¶
type BusVolcanoShCommandV1Alpha1Manifest struct{}
func (*BusVolcanoShCommandV1Alpha1Manifest) Metadata ¶
func (r *BusVolcanoShCommandV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*BusVolcanoShCommandV1Alpha1Manifest) Read ¶
func (r *BusVolcanoShCommandV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*BusVolcanoShCommandV1Alpha1Manifest) Schema ¶
func (r *BusVolcanoShCommandV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type BusVolcanoShCommandV1Alpha1ManifestData ¶
type BusVolcanoShCommandV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Action *string `tfsdk:"action" json:"action,omitempty"` Message *string `tfsdk:"message" json:"message,omitempty"` Reason *string `tfsdk:"reason" json:"reason,omitempty"` Target *struct { ApiVersion *string `tfsdk:"api_version" json:"apiVersion,omitempty"` BlockOwnerDeletion *bool `tfsdk:"block_owner_deletion" json:"blockOwnerDeletion,omitempty"` Controller *bool `tfsdk:"controller" json:"controller,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Uid *string `tfsdk:"uid" json:"uid,omitempty"` } `tfsdk:"target" json:"target,omitempty"` }
Click to show internal directories.
Click to hide internal directories.