Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the config.porch.kpt.dev v1alpha1 API group +kubebuilder:object:generate=true +groupName=config.porch.kpt.dev
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "config.porch.kpt.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 GcpServiceAccountRef ¶
type GcpServiceAccountRef struct { Name string `json:"name,omitempty"` Namespace string `json:"namespace,omitempty"` External string `json:"external,omitempty"` }
func (*GcpServiceAccountRef) DeepCopy ¶
func (in *GcpServiceAccountRef) DeepCopy() *GcpServiceAccountRef
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GcpServiceAccountRef.
func (*GcpServiceAccountRef) DeepCopyInto ¶
func (in *GcpServiceAccountRef) DeepCopyInto(out *GcpServiceAccountRef)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KubernetesServiceAccountRef ¶
type KubernetesServiceAccountRef struct { Name string `json:"name,omitempty"` Namespace string `json:"namespace,omitempty"` }
func (*KubernetesServiceAccountRef) DeepCopy ¶
func (in *KubernetesServiceAccountRef) DeepCopy() *KubernetesServiceAccountRef
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesServiceAccountRef.
func (*KubernetesServiceAccountRef) DeepCopyInto ¶
func (in *KubernetesServiceAccountRef) DeepCopyInto(out *KubernetesServiceAccountRef)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkloadIdentityBinding ¶
type WorkloadIdentityBinding struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec WorkloadIdentityBindingSpec `json:"spec,omitempty"` Status WorkloadIdentityBindingStatus `json:"status,omitempty"` }
WorkloadIdentityBinding
func (*WorkloadIdentityBinding) DeepCopy ¶
func (in *WorkloadIdentityBinding) DeepCopy() *WorkloadIdentityBinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadIdentityBinding.
func (*WorkloadIdentityBinding) DeepCopyInto ¶
func (in *WorkloadIdentityBinding) DeepCopyInto(out *WorkloadIdentityBinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkloadIdentityBinding) DeepCopyObject ¶
func (in *WorkloadIdentityBinding) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorkloadIdentityBindingList ¶
type WorkloadIdentityBindingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []WorkloadIdentityBinding `json:"items"` }
WorkloadIdentityBindingList contains a list of WorkloadIdentityBinding
func (*WorkloadIdentityBindingList) DeepCopy ¶
func (in *WorkloadIdentityBindingList) DeepCopy() *WorkloadIdentityBindingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadIdentityBindingList.
func (*WorkloadIdentityBindingList) DeepCopyInto ¶
func (in *WorkloadIdentityBindingList) DeepCopyInto(out *WorkloadIdentityBindingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkloadIdentityBindingList) DeepCopyObject ¶
func (in *WorkloadIdentityBindingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorkloadIdentityBindingSpec ¶
type WorkloadIdentityBindingSpec struct { KubernetesServiceAccountRef KubernetesServiceAccountRef `json:"kubernetesServiceAccountRef,omitempty"` GcpServiceAccountRef GcpServiceAccountRef `json:"gcpServiceAccountRef,omitempty"` }
WorkloadIdentityBindingSpec defines the desired state of WorkloadIdentityBinding
func (*WorkloadIdentityBindingSpec) DeepCopy ¶
func (in *WorkloadIdentityBindingSpec) DeepCopy() *WorkloadIdentityBindingSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadIdentityBindingSpec.
func (*WorkloadIdentityBindingSpec) DeepCopyInto ¶
func (in *WorkloadIdentityBindingSpec) DeepCopyInto(out *WorkloadIdentityBindingSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkloadIdentityBindingStatus ¶
type WorkloadIdentityBindingStatus struct { // Conditions describes the reconciliation state of the object. Conditions []metav1.Condition `json:"conditions,omitempty"` }
WorkloadIdentityBindingStatus defines the observed state of WorkloadIdentityBinding
func (*WorkloadIdentityBindingStatus) DeepCopy ¶
func (in *WorkloadIdentityBindingStatus) DeepCopy() *WorkloadIdentityBindingStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadIdentityBindingStatus.
func (*WorkloadIdentityBindingStatus) DeepCopyInto ¶
func (in *WorkloadIdentityBindingStatus) DeepCopyInto(out *WorkloadIdentityBindingStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.