v1

package
v0.0.0-...-f0f3d55 Latest Latest
Warning

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

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

Documentation

Overview

Package v1 contains API Schema definitions for the ekspodeip v1 API group +kubebuilder:object:generate=true +groupName=ekspodeip.rp.amazonaws.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "ekspodeip.rp.amazonaws.com", Version: "v1"}

	// 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 EksPodEipAssociation

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

	Spec   EksPodEipAssociationSpec   `json:"spec,omitempty"`
	Status EksPodEipAssociationStatus `json:"status,omitempty"`
}

EksPodEipAssociation is the Schema for the EksPodEipAssociations API

func (*EksPodEipAssociation) DeepCopy

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

func (*EksPodEipAssociation) DeepCopyInto

func (in *EksPodEipAssociation) DeepCopyInto(out *EksPodEipAssociation)

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

func (*EksPodEipAssociation) DeepCopyObject

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

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

type EksPodEipAssociationList

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

EksPodEipAssociationList contains a list of EksPodEipAssociation

func (*EksPodEipAssociationList) DeepCopy

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

func (*EksPodEipAssociationList) DeepCopyInto

func (in *EksPodEipAssociationList) DeepCopyInto(out *EksPodEipAssociationList)

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

func (*EksPodEipAssociationList) DeepCopyObject

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

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

type EksPodEipAssociationSpec

type EksPodEipAssociationSpec struct {
	// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	EipAllocationId string `json:"eipAllocationId"`
	PodNamespace    string `json:"podNamespace"`
	PodName         string `json:"podName"`
	PrivateIP       string `json:"privateIP"`
}

EksPodEipAssociationSpec defines the desired state of EksPodEipAssociation

func (*EksPodEipAssociationSpec) DeepCopy

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

func (*EksPodEipAssociationSpec) DeepCopyInto

func (in *EksPodEipAssociationSpec) DeepCopyInto(out *EksPodEipAssociationSpec)

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

type EksPodEipAssociationStatus

type EksPodEipAssociationStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	Associated bool   `json:"associated"`
	ElasticIP  string `json:"elasticIP"`
}

EksPodEipAssociationStatus defines the observed state of EksPodEipAssociation

func (*EksPodEipAssociationStatus) DeepCopy

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

func (*EksPodEipAssociationStatus) 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