Documentation ¶
Overview ¶
Package v1alpha2 contains API Schema definitions for the core.oam.dev v1alpha2 API group +kubebuilder:object:generate=true +groupName=core.oam.dev
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "core.oam.dev", Version: "v1alpha2"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type ApplicationDeployment ¶
type ApplicationDeployment struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ApplicationDeploymentSpec `json:"spec,omitempty"` Status ApplicationDeploymentStatus `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:resource:categories={oam} +kubebuilder:subresource:status ApplicationDeployment is the Schema for the ApplicationDeployment API
func (*ApplicationDeployment) DeepCopy ¶
func (in *ApplicationDeployment) DeepCopy() *ApplicationDeployment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationDeployment.
func (*ApplicationDeployment) DeepCopyInto ¶
func (in *ApplicationDeployment) DeepCopyInto(out *ApplicationDeployment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationDeployment) DeepCopyObject ¶
func (in *ApplicationDeployment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ApplicationDeploymentList ¶
type ApplicationDeploymentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ApplicationDeployment `json:"items"` }
+kubebuilder:object:root=true ApplicationDeploymentList contains a list of ApplicationDeployment
func (*ApplicationDeploymentList) DeepCopy ¶
func (in *ApplicationDeploymentList) DeepCopy() *ApplicationDeploymentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationDeploymentList.
func (*ApplicationDeploymentList) DeepCopyInto ¶
func (in *ApplicationDeploymentList) DeepCopyInto(out *ApplicationDeploymentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationDeploymentList) DeepCopyObject ¶
func (in *ApplicationDeploymentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ApplicationDeploymentSpec ¶
type ApplicationDeploymentSpec struct { }
ApplicationDeploymentSpec defines the desired state of ApplicationDeployment
func (*ApplicationDeploymentSpec) DeepCopy ¶
func (in *ApplicationDeploymentSpec) DeepCopy() *ApplicationDeploymentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationDeploymentSpec.
func (*ApplicationDeploymentSpec) DeepCopyInto ¶
func (in *ApplicationDeploymentSpec) DeepCopyInto(out *ApplicationDeploymentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApplicationDeploymentStatus ¶
type ApplicationDeploymentStatus struct { //TODO add status field here runtimev1alpha1.ConditionedStatus `json:",inline"` }
ApplicationDeploymentStatus defines the observed state of ApplicationDeployment
func (*ApplicationDeploymentStatus) DeepCopy ¶
func (in *ApplicationDeploymentStatus) DeepCopy() *ApplicationDeploymentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationDeploymentStatus.
func (*ApplicationDeploymentStatus) DeepCopyInto ¶
func (in *ApplicationDeploymentStatus) DeepCopyInto(out *ApplicationDeploymentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.