v1alpha1

package
v0.0.0-...-dc362a7 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the nac v1alpha1 API group +kubebuilder:object:generate=true +groupName=nac.oadp.openshift.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "nac.oadp.openshift.io", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type NonAdminBackup

type NonAdminBackup struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   NonAdminBackupSpec   `json:"spec,omitempty"`
	Status NonAdminBackupStatus `json:"status,omitempty"`
}

NonAdminBackup is the Schema for the nonadminbackups API

func (*NonAdminBackup) DeepCopy

func (in *NonAdminBackup) DeepCopy() *NonAdminBackup

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NonAdminBackup.

func (*NonAdminBackup) DeepCopyInto

func (in *NonAdminBackup) DeepCopyInto(out *NonAdminBackup)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NonAdminBackup) DeepCopyObject

func (in *NonAdminBackup) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NonAdminBackupList

type NonAdminBackupList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []NonAdminBackup `json:"items"`
}

NonAdminBackupList contains a list of NonAdminBackup

func (*NonAdminBackupList) DeepCopy

func (in *NonAdminBackupList) DeepCopy() *NonAdminBackupList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NonAdminBackupList.

func (*NonAdminBackupList) DeepCopyInto

func (in *NonAdminBackupList) DeepCopyInto(out *NonAdminBackupList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NonAdminBackupList) DeepCopyObject

func (in *NonAdminBackupList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NonAdminBackupSpec

type NonAdminBackupSpec struct {

	// BackupSpec defines the specification for a Velero backup.
	BackupSpec *velerov1api.BackupSpec `json:"backupSpec,omitempty"`

	// BackupStatus captures the current status of a Velero backup.
	BackupStatus *velerov1api.BackupStatus `json:"backupStatus,omitempty"`

	// NonAdminBackup log level (use debug for the most logging, leave unset for default)
	// +optional
	// +kubebuilder:validation:Enum=trace;debug;info;warning;error;fatal;panic
	LogLevel string `json:"logLevel,omitempty"`
}

NonAdminBackupSpec defines the desired state of NonAdminBackup

func (*NonAdminBackupSpec) DeepCopy

func (in *NonAdminBackupSpec) DeepCopy() *NonAdminBackupSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NonAdminBackupSpec.

func (*NonAdminBackupSpec) DeepCopyInto

func (in *NonAdminBackupSpec) DeepCopyInto(out *NonAdminBackupSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NonAdminBackupStatus

type NonAdminBackupStatus struct {
	Conditions []metav1.Condition `json:"conditions,omitempty"`
}

NonAdminBackupStatus defines the observed state of NonAdminBackup

func (*NonAdminBackupStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NonAdminBackupStatus.

func (*NonAdminBackupStatus) DeepCopyInto

func (in *NonAdminBackupStatus) DeepCopyInto(out *NonAdminBackupStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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