Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AddonSignature = func(_ extensionsv1alpha1.Addon, _ extensionsv1alpha1.AddonList) {
}
View Source
var BackupPolicySignature = func(_ dataprotectionv1alpha1.BackupPolicy, _ dataprotectionv1alpha1.BackupPolicyList) {
}
View Source
var BackupPolicyTemplateSignature = func(_ appsv1alpha1.BackupPolicyTemplate, _ appsv1alpha1.BackupPolicyTemplateList) {
}
View Source
var BackupSignature = func(_ dataprotectionv1alpha1.Backup, _ dataprotectionv1alpha1.BackupList) {
}
View Source
var BackupToolSignature = func(_ dataprotectionv1alpha1.BackupTool, _ dataprotectionv1alpha1.BackupToolList) {
}
View Source
var ClusterDefinitionSignature = func(_ appsv1alpha1.ClusterDefinition, _ appsv1alpha1.ClusterDefinitionList) {
}
View Source
var ClusterSignature = func(_ appsv1alpha1.Cluster, _ appsv1alpha1.ClusterList) {}
View Source
var ClusterVersionSignature = func(_ appsv1alpha1.ClusterVersion, _ appsv1alpha1.ClusterVersionList) {}
View Source
var ComponentClassDefinitionSignature = func(_ appsv1alpha1.ComponentClassDefinition, _ appsv1alpha1.ComponentClassDefinitionList) {}
View Source
var ComponentResourceConstraintSignature = func(_ appsv1alpha1.ComponentResourceConstraint, _ appsv1alpha1.ComponentResourceConstraintList) {}
View Source
var ConfigConstraintSignature = func(_ appsv1alpha1.ConfigConstraint, _ appsv1alpha1.ConfigConstraintList) {
}
View Source
var ConfigMapSignature = func(_ corev1.ConfigMap, _ corev1.ConfigMapList) {}
View Source
var CronJobSignature = func(_ batchv1.CronJob, _ batchv1.CronJobList) {}
View Source
var DeploymentSignature = func(_ appsv1.Deployment, _ appsv1.DeploymentList) {}
View Source
var EndpointsSignature = func(_ corev1.Endpoints, _ corev1.EndpointsList) {}
View Source
var EventSignature = func(_ corev1.Event, _ corev1.EventList) {}
View Source
var JobSignature = func(_ batchv1.Job, _ batchv1.JobList) {}
View Source
var OpsRequestSignature = func(_ appsv1alpha1.OpsRequest, _ appsv1alpha1.OpsRequestList) {}
View Source
var PersistentVolumeClaimSignature = func(_ corev1.PersistentVolumeClaim, _ corev1.PersistentVolumeClaimList) {}
View Source
var PodDisruptionBudgetSignature = func(_ policyv1.PodDisruptionBudget, _ policyv1.PodDisruptionBudgetList) {
}
View Source
var PodSignature = func(_ corev1.Pod, _ corev1.PodList) {}
View Source
var RestoreJobSignature = func(_ dataprotectionv1alpha1.RestoreJob, _ dataprotectionv1alpha1.RestoreJobList) {
}
View Source
var SecretSignature = func(_ corev1.Secret, _ corev1.SecretList) {}
View Source
var ServiceSignature = func(_ corev1.Service, _ corev1.ServiceList) {}
View Source
var StatefulSetSignature = func(_ appsv1.StatefulSet, _ appsv1.StatefulSetList) {}
View Source
var StorageClassSignature = func(_ storagev1.StorageClass, _ storagev1.StorageClassList) {}
View Source
var VolumeSnapshotSignature = func(_ snapshotv1.VolumeSnapshot, _ snapshotv1.VolumeSnapshotList) {}
Functions ¶
Types ¶
type ObjList ¶
type ObjList[T Object] interface{}
ObjList a generic representation of various resource list object types
type Object ¶
type Object interface{}
Object a generic representation of various resource object types
Click to show internal directories.
Click to hide internal directories.