Documentation ¶
Index ¶
- func NewSnapschedulerBackubeSnapshotScheduleV1Manifest() datasource.DataSource
- type SnapschedulerBackubeSnapshotScheduleV1Manifest
- func (r *SnapschedulerBackubeSnapshotScheduleV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *SnapschedulerBackubeSnapshotScheduleV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *SnapschedulerBackubeSnapshotScheduleV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type SnapschedulerBackubeSnapshotScheduleV1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSnapschedulerBackubeSnapshotScheduleV1Manifest ¶
func NewSnapschedulerBackubeSnapshotScheduleV1Manifest() datasource.DataSource
Types ¶
type SnapschedulerBackubeSnapshotScheduleV1Manifest ¶
type SnapschedulerBackubeSnapshotScheduleV1Manifest struct{}
func (*SnapschedulerBackubeSnapshotScheduleV1Manifest) Metadata ¶
func (r *SnapschedulerBackubeSnapshotScheduleV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*SnapschedulerBackubeSnapshotScheduleV1Manifest) Read ¶
func (r *SnapschedulerBackubeSnapshotScheduleV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*SnapschedulerBackubeSnapshotScheduleV1Manifest) Schema ¶
func (r *SnapschedulerBackubeSnapshotScheduleV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type SnapschedulerBackubeSnapshotScheduleV1ManifestData ¶
type SnapschedulerBackubeSnapshotScheduleV1ManifestData 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"` Spec *struct { ClaimSelector *struct { MatchExpressions *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Operator *string `tfsdk:"operator" json:"operator,omitempty"` Values *[]string `tfsdk:"values" json:"values,omitempty"` } `tfsdk:"match_expressions" json:"matchExpressions,omitempty"` MatchLabels *map[string]string `tfsdk:"match_labels" json:"matchLabels,omitempty"` } `tfsdk:"claim_selector" json:"claimSelector,omitempty"` Disabled *bool `tfsdk:"disabled" json:"disabled,omitempty"` Retention *struct { Expires *string `tfsdk:"expires" json:"expires,omitempty"` MaxCount *int64 `tfsdk:"max_count" json:"maxCount,omitempty"` } `tfsdk:"retention" json:"retention,omitempty"` Schedule *string `tfsdk:"schedule" json:"schedule,omitempty"` SnapshotTemplate *struct { Labels *map[string]string `tfsdk:"labels" json:"labels,omitempty"` SnapshotClassName *string `tfsdk:"snapshot_class_name" json:"snapshotClassName,omitempty"` } `tfsdk:"snapshot_template" json:"snapshotTemplate,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.