v1alpha1

package
v0.0.0-...-ae414e4 Latest Latest
Warning

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

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

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the example v1alpha1 API group +kubebuilder:object:generate=true +groupName=example.apstn.dev

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "example.apstn.dev", 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 ImagePullSecret

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

	Spec   ImagePullSecretSpec   `json:"spec,omitempty"`
	Status ImagePullSecretStatus `json:"status,omitempty"`
}

ImagePullSecret is the Schema for the imagepullsecrets API

func (*ImagePullSecret) DeepCopy

func (in *ImagePullSecret) DeepCopy() *ImagePullSecret

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

func (*ImagePullSecret) DeepCopyInto

func (in *ImagePullSecret) DeepCopyInto(out *ImagePullSecret)

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

func (*ImagePullSecret) DeepCopyObject

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

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

type ImagePullSecretList

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

ImagePullSecretList contains a list of ImagePullSecret

func (*ImagePullSecretList) DeepCopy

func (in *ImagePullSecretList) DeepCopy() *ImagePullSecretList

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

func (*ImagePullSecretList) DeepCopyInto

func (in *ImagePullSecretList) DeepCopyInto(out *ImagePullSecretList)

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

func (*ImagePullSecretList) DeepCopyObject

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

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

type ImagePullSecretSpec

type ImagePullSecretSpec struct {
	SecretName string `json:"secretName"`

	ServiceAccountName string `json:"serviceAccountName"`

	// GsaEmail must be email of the GCP Service Account.
	GsaEmail string `json:"gsaEmail"`
	// WorkloadIdentityPoolPrivider must be `projects/${PROJECT_NUMBER}/locations/global/workloadIdentityPools/${POOL}/providers/${PROVIDER}`
	WorkloadIdentityPoolProvider string `json:"workloadIdentityPoolProvider"`
}

ImagePullSecretSpec defines the desired state of ImagePullSecret

func (*ImagePullSecretSpec) DeepCopy

func (in *ImagePullSecretSpec) DeepCopy() *ImagePullSecretSpec

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

func (*ImagePullSecretSpec) DeepCopyInto

func (in *ImagePullSecretSpec) DeepCopyInto(out *ImagePullSecretSpec)

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

type ImagePullSecretStatus

type ImagePullSecretStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	ExpiresAt metav1.Time `json:"expiresAt,omitempty"`
}

ImagePullSecretStatus defines the observed state of ImagePullSecret

func (*ImagePullSecretStatus) DeepCopy

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

func (*ImagePullSecretStatus) DeepCopyInto

func (in *ImagePullSecretStatus) DeepCopyInto(out *ImagePullSecretStatus)

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