Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the maas v1alpha1 API group +kubebuilder:object:generate=true +groupName=maas.dev.y
Index ¶
Constants ¶
This section is empty.
Variables ¶
var (
// GroupVersion is group version used to register these objects
GroupVersion = schema.GroupVersion{Group: "maas.dev.y", 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 MaaS ¶
type MaaS struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec MaaSSpec `json:"spec,omitempty"`
Status MaaSStatus `json:"status,omitempty"`
}
MaaS is the Schema for the maas API
func (*MaaS) DeepCopy ¶
func (in *MaaS) DeepCopy() *MaaS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaaS.
func (*MaaS) DeepCopyInto ¶
func (in *MaaS) DeepCopyInto(out *MaaS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MaaS) DeepCopyObject ¶
func (in *MaaS) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MaaSList ¶
type MaaSList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []MaaS `json:"items"`
}
MaaSList contains a list of MaaS
func (*MaaSList) DeepCopy ¶
func (in *MaaSList) DeepCopy() *MaaSList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaaSList.
func (*MaaSList) DeepCopyInto ¶
func (in *MaaSList) DeepCopyInto(out *MaaSList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MaaSList) DeepCopyObject ¶
func (in *MaaSList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MaaSSpec ¶
type MaaSSpec struct {
// Foo is an example field of MaaS. Edit maas_types.go to remove/update
Foo string `json:"foo,omitempty"`
}
MaaSSpec defines the desired state of MaaS
func (*MaaSSpec) DeepCopy ¶
func (in *MaaSSpec) DeepCopy() *MaaSSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaaSSpec.
func (*MaaSSpec) DeepCopyInto ¶
func (in *MaaSSpec) DeepCopyInto(out *MaaSSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MaaSStatus ¶
type MaaSStatus struct {
}
MaaSStatus defines the observed state of MaaS
func (*MaaSStatus) DeepCopy ¶
func (in *MaaSStatus) DeepCopy() *MaaSStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaaSStatus.
func (*MaaSStatus) DeepCopyInto ¶
func (in *MaaSStatus) DeepCopyInto(out *MaaSStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.