Documentation ¶
Index ¶
- func ClustersDataSourceSchema(ctx context.Context) schema.Schema
- type ClustersModel
- type FiltersType
- func (t FiltersType) Equal(o attr.Type) bool
- func (t FiltersType) String() string
- func (t FiltersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t FiltersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t FiltersType) ValueType(ctx context.Context) attr.Value
- type FiltersValue
- func NewFiltersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FiltersValue, diag.Diagnostics)
- func NewFiltersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) FiltersValue
- func NewFiltersValueNull() FiltersValue
- func NewFiltersValueUnknown() FiltersValue
- func (v FiltersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v FiltersValue) Equal(o attr.Value) bool
- func (v FiltersValue) IsNull() bool
- func (v FiltersValue) IsUnknown() bool
- func (v FiltersValue) String() string
- func (v FiltersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v FiltersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v FiltersValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClustersModel ¶
type FiltersType ¶
type FiltersType struct {
basetypes.ObjectType
}
func (FiltersType) String ¶
func (t FiltersType) String() string
func (FiltersType) ValueFromObject ¶
func (t FiltersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (FiltersType) ValueFromTerraform ¶
type FiltersValue ¶
type FiltersValue struct { Name basetypes.StringValue `tfsdk:"name"` Regexes basetypes.SetValue `tfsdk:"regexes"` Values basetypes.SetValue `tfsdk:"values"` // contains filtered or unexported fields }
func NewFiltersValue ¶
func NewFiltersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FiltersValue, diag.Diagnostics)
func NewFiltersValueMust ¶
func NewFiltersValueNull ¶
func NewFiltersValueNull() FiltersValue
func NewFiltersValueUnknown ¶
func NewFiltersValueUnknown() FiltersValue
func (FiltersValue) AttributeTypes ¶
func (FiltersValue) IsNull ¶
func (v FiltersValue) IsNull() bool
func (FiltersValue) IsUnknown ¶
func (v FiltersValue) IsUnknown() bool
func (FiltersValue) String ¶
func (v FiltersValue) String() string
func (FiltersValue) ToObjectValue ¶
func (v FiltersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (FiltersValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.