v1beta1

package
v0.0.0-...-8a41e16 Latest Latest
Warning

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

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

Documentation

Overview

Package v1beta1 contains API Schema definitions for the secrets v1beta1 API group +kubebuilder:object:generate=true +groupName=secrets.fireflycons.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "secrets.fireflycons.io", Version: "v1beta1"}

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

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

	Spec   ECRSecretSpec   `json:"spec,omitempty"`
	Status ECRSecretStatus `json:"status,omitempty"`
}

ECRSecret is the Schema for the ecrsecrets API

func (*ECRSecret) DeepCopy

func (in *ECRSecret) DeepCopy() *ECRSecret

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

func (*ECRSecret) DeepCopyInto

func (in *ECRSecret) DeepCopyInto(out *ECRSecret)

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

func (*ECRSecret) DeepCopyObject

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

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

type ECRSecretList

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

ECRSecretList contains a list of ECRSecret

func (*ECRSecretList) DeepCopy

func (in *ECRSecretList) DeepCopy() *ECRSecretList

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

func (*ECRSecretList) DeepCopyInto

func (in *ECRSecretList) DeepCopyInto(out *ECRSecretList)

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

func (*ECRSecretList) DeepCopyObject

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

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

type ECRSecretSpec

type ECRSecretSpec struct {
	// +kubebuilder:validation:Pattern=`^\d{12}\.dkr.ecr.(ap|ca|eu|sa|us(-gov)?)-(east|northeast|southeast|north|south|southeast|central|west)-\d\.amazonaws\.com$`
	Registry string `json:"registry,omitempty"`
	// +kubebuilder:validation:Pattern=`^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$`
	SecretName string `json:"secretName,omitempty"`
}

ECRSecretSpec defines the desired state of ECRSecret

func (*ECRSecretSpec) DeepCopy

func (in *ECRSecretSpec) DeepCopy() *ECRSecretSpec

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

func (*ECRSecretSpec) DeepCopyInto

func (in *ECRSecretSpec) DeepCopyInto(out *ECRSecretSpec)

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

type ECRSecretStatus

type ECRSecretStatus struct {
	LastUpdated *metav1.Time `json:"lastUpdated,omitempty"`
}

ECRSecretStatus defines the observed state of ECRSecret

func (*ECRSecretStatus) DeepCopy

func (in *ECRSecretStatus) DeepCopy() *ECRSecretStatus

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

func (*ECRSecretStatus) DeepCopyInto

func (in *ECRSecretStatus) DeepCopyInto(out *ECRSecretStatus)

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