Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the upf v1alpha1 API group +kubebuilder:object:generate=true +groupName=nf.nephio.org
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "nf.nephio.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 )
var (
UpfImplementationKind = reflect.TypeOf(UpfImplementation{}).Name()
)
var (
UpfKind = reflect.TypeOf(Upf{}).Name()
)
Functions ¶
This section is empty.
Types ¶
type Upf ¶
type Upf struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec UpfSpec `json:"spec,omitempty"` Status UpfStatus `json:"status,omitempty"` }
Upf is the Schema for the upfs API
func (*Upf) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Upf.
func (*Upf) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Upf) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UpfImplementation ¶
type UpfImplementation struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec UpfImplementationSpec `json:"spec,omitempty"` Status UpfImplementationStatus `json:"status,omitempty"` }
UpfImplementation is the Schema for the upfimplementations API
func (*UpfImplementation) DeepCopy ¶
func (in *UpfImplementation) DeepCopy() *UpfImplementation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfImplementation.
func (*UpfImplementation) DeepCopyInto ¶
func (in *UpfImplementation) DeepCopyInto(out *UpfImplementation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UpfImplementation) DeepCopyObject ¶
func (in *UpfImplementation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UpfImplementationList ¶
type UpfImplementationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []UpfImplementation `json:"items"` }
UpfImplementationList contains a list of UpfImplementation
func (*UpfImplementationList) DeepCopy ¶
func (in *UpfImplementationList) DeepCopy() *UpfImplementationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfImplementationList.
func (*UpfImplementationList) DeepCopyInto ¶
func (in *UpfImplementationList) DeepCopyInto(out *UpfImplementationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UpfImplementationList) DeepCopyObject ¶
func (in *UpfImplementationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UpfImplementationSpec ¶
type UpfImplementationSpec struct {
Implementation string `json:"implementation,omitempty"`
}
UpfImplementationSpec defines the desired state of UpfImplementation
func (*UpfImplementationSpec) DeepCopy ¶
func (in *UpfImplementationSpec) DeepCopy() *UpfImplementationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfImplementationSpec.
func (*UpfImplementationSpec) DeepCopyInto ¶
func (in *UpfImplementationSpec) DeepCopyInto(out *UpfImplementationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UpfImplementationStatus ¶
type UpfImplementationStatus struct { }
UpfImplementationStatus defines the observed state of UpfImplementation
func (*UpfImplementationStatus) DeepCopy ¶
func (in *UpfImplementationStatus) DeepCopy() *UpfImplementationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfImplementationStatus.
func (*UpfImplementationStatus) DeepCopyInto ¶
func (in *UpfImplementationStatus) DeepCopyInto(out *UpfImplementationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UpfList ¶
type UpfList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Upf `json:"items"` }
UpfList contains a list of Upf
func (*UpfList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfList.
func (*UpfList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UpfList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UpfSpec ¶
type UpfSpec struct {
Plmn string `json:"plmn,omitempty"`
}
UpfSpec defines the desired state of Upf
func (*UpfSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfSpec.
func (*UpfSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UpfStatus ¶
type UpfStatus struct {
Implementation string `json:"implementation,omitempty"`
}
UpfStatus defines the observed state of Upf
func (*UpfStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfStatus.
func (*UpfStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.