Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the v1alpha1 API group +kubebuilder:object:generate=true +groupName=confidentialcontainers.org
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "confidentialcontainers.org", 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 PeerPod ¶
type PeerPod struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PeerPodSpec `json:"spec,omitempty"` Status PeerPodStatus `json:"status,omitempty"` }
PeerPod is the Schema for the peerpods API
func (*PeerPod) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeerPod.
func (*PeerPod) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PeerPod) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PeerPodList ¶
type PeerPodList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PeerPod `json:"items"` }
PeerPodList contains a list of PeerPod
func (*PeerPodList) DeepCopy ¶
func (in *PeerPodList) DeepCopy() *PeerPodList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeerPodList.
func (*PeerPodList) DeepCopyInto ¶
func (in *PeerPodList) DeepCopyInto(out *PeerPodList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PeerPodList) DeepCopyObject ¶
func (in *PeerPodList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PeerPodSpec ¶
type PeerPodSpec struct { CloudProvider string `json:"cloudProvider,omitempty"` InstanceID string `json:"instanceID,omitempty"` }
PeerPodSpec defines the desired state of PeerPod
func (*PeerPodSpec) DeepCopy ¶
func (in *PeerPodSpec) DeepCopy() *PeerPodSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeerPodSpec.
func (*PeerPodSpec) DeepCopyInto ¶
func (in *PeerPodSpec) DeepCopyInto(out *PeerPodSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PeerPodStatus ¶
type PeerPodStatus struct {
Cleaned bool `json:"cleand,omitempty"`
}
PeerPodStatus defines the observed state of PeerPod
func (*PeerPodStatus) DeepCopy ¶
func (in *PeerPodStatus) DeepCopy() *PeerPodStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeerPodStatus.
func (*PeerPodStatus) DeepCopyInto ¶
func (in *PeerPodStatus) DeepCopyInto(out *PeerPodStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.