v1alpha1

package
v0.0.0-...-397da4a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

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

View Source
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
)
View Source
var (
	UpfImplementationKind = reflect.TypeOf(UpfImplementation{}).Name()
)
View Source
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

func (in *Upf) DeepCopy() *Upf

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Upf.

func (*Upf) DeepCopyInto

func (in *Upf) DeepCopyInto(out *Upf)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Upf) DeepCopyObject

func (in *Upf) DeepCopyObject() runtime.Object

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

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

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

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

func (in *UpfList) DeepCopy() *UpfList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfList.

func (*UpfList) DeepCopyInto

func (in *UpfList) DeepCopyInto(out *UpfList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*UpfList) DeepCopyObject

func (in *UpfList) DeepCopyObject() runtime.Object

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

func (in *UpfSpec) DeepCopy() *UpfSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfSpec.

func (*UpfSpec) DeepCopyInto

func (in *UpfSpec) DeepCopyInto(out *UpfSpec)

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

func (in *UpfStatus) DeepCopy() *UpfStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpfStatus.

func (*UpfStatus) DeepCopyInto

func (in *UpfStatus) DeepCopyInto(out *UpfStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL