Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the installer v1alpha1 API group +kubebuilder:object:generate=true +groupName=installer.h3poteto.dev
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "installer.h3poteto.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 DaemonsetRef ¶
type DaemonsetRef Ref
func (*DaemonsetRef) DeepCopy ¶
func (in *DaemonsetRef) DeepCopy() *DaemonsetRef
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonsetRef.
func (*DaemonsetRef) DeepCopyInto ¶
func (in *DaemonsetRef) DeepCopyInto(out *DaemonsetRef)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EKSPodIdentityWebhook ¶
type EKSPodIdentityWebhook struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec EKSPodIdentityWebhookSpec `json:"spec,omitempty"` Status EKSPodIdentityWebhookStatus `json:"status,omitempty"` }
EKSPodIdentityWebhook is the Schema for the ekspodidentitywebhooks API
func (*EKSPodIdentityWebhook) DeepCopy ¶
func (in *EKSPodIdentityWebhook) DeepCopy() *EKSPodIdentityWebhook
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EKSPodIdentityWebhook.
func (*EKSPodIdentityWebhook) DeepCopyInto ¶
func (in *EKSPodIdentityWebhook) DeepCopyInto(out *EKSPodIdentityWebhook)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EKSPodIdentityWebhook) DeepCopyObject ¶
func (in *EKSPodIdentityWebhook) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type EKSPodIdentityWebhookList ¶
type EKSPodIdentityWebhookList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []EKSPodIdentityWebhook `json:"items"` }
EKSPodIdentityWebhookList contains a list of EKSPodIdentityWebhook
func (*EKSPodIdentityWebhookList) DeepCopy ¶
func (in *EKSPodIdentityWebhookList) DeepCopy() *EKSPodIdentityWebhookList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EKSPodIdentityWebhookList.
func (*EKSPodIdentityWebhookList) DeepCopyInto ¶
func (in *EKSPodIdentityWebhookList) DeepCopyInto(out *EKSPodIdentityWebhookList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EKSPodIdentityWebhookList) DeepCopyObject ¶
func (in *EKSPodIdentityWebhookList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type EKSPodIdentityWebhookSpec ¶
type EKSPodIdentityWebhookSpec struct { // +kubebuilder:validation:Required // +kubebuilder:validation:Type:=string TokenAudience string `json:"tokenAudience"` // +kubebuilder:validation:Required // +kubebuilder:validation:Type:=string // +kubebuilder:default=default Namespace string `json:"namespace"` }
EKSPodIdentityWebhookSpec defines the desired state of EKSPodIdentityWebhook
func (*EKSPodIdentityWebhookSpec) DeepCopy ¶
func (in *EKSPodIdentityWebhookSpec) DeepCopy() *EKSPodIdentityWebhookSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EKSPodIdentityWebhookSpec.
func (*EKSPodIdentityWebhookSpec) DeepCopyInto ¶
func (in *EKSPodIdentityWebhookSpec) DeepCopyInto(out *EKSPodIdentityWebhookSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EKSPodIdentityWebhookStatus ¶
type EKSPodIdentityWebhookStatus struct { // +nullable PodIdentityWebhookSecret *SecretRef `json:"podIdentityWebhookSecret,omitempty"` // +nullable PodIdentityWebhookService *ServiceRef `json:"podIdentityWebhookService,omitempty"` // +nullable PodIdentityWebhookDaemonset *DaemonsetRef `json:"podIdentityWebhookDaemonset,omitempty"` // +nullable PodIdentityWebhookConfiguration *MutatingWebhookConfigurationRef `json:"podIdentityWebhookConfiguration,omitempty"` // +nullable PodIdentityWebhookServiceAccount *ServiceAccountRef `json:"podIdentityWebhookServiceAccount,omitempty"` // +kubebuilder:default=init Phase string `json:"phase"` }
EKSPodIdentityWebhookStatus defines the observed state of EKSPodIdentityWebhook
func (*EKSPodIdentityWebhookStatus) DeepCopy ¶
func (in *EKSPodIdentityWebhookStatus) DeepCopy() *EKSPodIdentityWebhookStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EKSPodIdentityWebhookStatus.
func (*EKSPodIdentityWebhookStatus) DeepCopyInto ¶
func (in *EKSPodIdentityWebhookStatus) DeepCopyInto(out *EKSPodIdentityWebhookStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MutatingWebhookConfigurationRef ¶
type MutatingWebhookConfigurationRef struct { // +kubebuilder:validation:Required // +kubebuilder:validation:Type=string Name string `json:"name"` }
func (*MutatingWebhookConfigurationRef) DeepCopy ¶
func (in *MutatingWebhookConfigurationRef) DeepCopy() *MutatingWebhookConfigurationRef
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MutatingWebhookConfigurationRef.
func (*MutatingWebhookConfigurationRef) DeepCopyInto ¶
func (in *MutatingWebhookConfigurationRef) DeepCopyInto(out *MutatingWebhookConfigurationRef)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Ref ¶
type Ref struct { // +kubebuilder:validation:Required // +kubebuilder:validation:Type=string Namespace string `json:"namespace"` // +kubebuilder:validation:Required // +kubebuilder:validation:Type=string Name string `json:"name"` }
func (*Ref) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ref.
func (*Ref) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretRef ¶
type SecretRef Ref
func (*SecretRef) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretRef.
func (*SecretRef) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceAccountRef ¶
type ServiceAccountRef Ref
func (*ServiceAccountRef) DeepCopy ¶
func (in *ServiceAccountRef) DeepCopy() *ServiceAccountRef
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceAccountRef.
func (*ServiceAccountRef) DeepCopyInto ¶
func (in *ServiceAccountRef) DeepCopyInto(out *ServiceAccountRef)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceRef ¶
type ServiceRef Ref
func (*ServiceRef) DeepCopy ¶
func (in *ServiceRef) DeepCopy() *ServiceRef
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceRef.
func (*ServiceRef) DeepCopyInto ¶
func (in *ServiceRef) DeepCopyInto(out *ServiceRef)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.