snapscheduler_backube_v1

package
v0.0.0-...-6209148 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: 0BSD Imports: 13 Imported by: 0

Documentation

Index

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 (*SnapschedulerBackubeSnapshotScheduleV1Manifest) Read

func (*SnapschedulerBackubeSnapshotScheduleV1Manifest) Schema

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"`
}

Jump to

Keyboard shortcuts

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