v1alpha1

package
v0.0.0-...-20d717f Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the ddbctl v1alpha1 API group +kubebuilder:object:generate=true +groupName=ddbctl.operators.jittakal.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "ddbctl.operators.jittakal.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 DeleteTablePartitionDataJob

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

	Spec   DeleteTablePartitionDataJobSpec   `json:"spec,omitempty"`
	Status DeleteTablePartitionDataJobStatus `json:"status,omitempty"`
}

DeleteTablePartitionDataJob is the Schema for the deletetablepartitiondatajobs API

func (*DeleteTablePartitionDataJob) DeepCopy

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

func (*DeleteTablePartitionDataJob) DeepCopyInto

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

func (*DeleteTablePartitionDataJob) DeepCopyObject

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

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

type DeleteTablePartitionDataJobList

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

DeleteTablePartitionDataJobList contains a list of DeleteTablePartitionDataJob

func (*DeleteTablePartitionDataJobList) DeepCopy

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

func (*DeleteTablePartitionDataJobList) DeepCopyInto

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

func (*DeleteTablePartitionDataJobList) DeepCopyObject

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

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

type DeleteTablePartitionDataJobSpec

type DeleteTablePartitionDataJobSpec struct {

	// DynamoDB Table Name
	// +kubebuilder:validation:Required
	TableName string `json:"tableName"`

	// Partition Value
	// +kubebuilder:validation:Required
	PartitionValue string `json:"partitionValue"`

	// Endpoint URL - Optional
	// +kubebuilder:validation:Optional
	EndpointURL string `json:"endpointURL,omitempty"`

	// AWS Region
	// +kubebuilder:default := "us-east-1"
	// +kubebuilder:validation:Required
	AWSRegion string `json:"awsRegion"`
}

DeleteTablePartitionDataJobSpec defines the desired state of DeleteTablePartitionDataJob

func (*DeleteTablePartitionDataJobSpec) DeepCopy

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

func (*DeleteTablePartitionDataJobSpec) DeepCopyInto

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

type DeleteTablePartitionDataJobStatus

type DeleteTablePartitionDataJobStatus struct {
}

DeleteTablePartitionDataJobStatus defines the observed state of DeleteTablePartitionDataJob

func (*DeleteTablePartitionDataJobStatus) DeepCopy

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

func (*DeleteTablePartitionDataJobStatus) DeepCopyInto

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