BackupPlan

Field Type Description
apiVersion string aws.kubeform.com/v1alpha1
kind string BackupPlan
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec BackupPlanSpec
status BackupPlanStatus

BackupPlanSpec

(Appears on:BackupPlan, BackupPlanStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
arn string (Optional)
name string
rule []BackupPlanSpecRule
tags map[string]string (Optional)
version string (Optional)

BackupPlanSpecRule

(Appears on:BackupPlanSpec)
Field Type Description
completionWindow int (Optional)
lifecycle []BackupPlanSpecRuleLifecycle (Optional)
recoveryPointTags map[string]string (Optional)
ruleName string
schedule string (Optional)
startWindow int (Optional)
targetVaultName string

BackupPlanSpecRuleLifecycle

(Appears on:BackupPlanSpecRule)
Field Type Description
coldStorageAfter int (Optional)
deleteAfter int (Optional)

BackupPlanStatus

(Appears on:BackupPlan)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output BackupPlanSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)