v1alpha1

package
v0.0.0-...-ee0d468 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the bgp v1alpha1 API group +kubebuilder:object:generate=true +groupName=bgp.cninanny.sap.cc

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "bgp.cninanny.sap.cc", 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 BgpPeerDiscovery

type BgpPeerDiscovery struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   BgpPeerDiscoverySpec   `json:"spec,omitempty"`
	Status BgpPeerDiscoveryStatus `json:"status,omitempty"`
}

BgpPeerDiscovery is the Schema for the bgppeerdiscoveries API

func (*BgpPeerDiscovery) DeepCopy

func (in *BgpPeerDiscovery) DeepCopy() *BgpPeerDiscovery

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

func (*BgpPeerDiscovery) DeepCopyInto

func (in *BgpPeerDiscovery) DeepCopyInto(out *BgpPeerDiscovery)

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

func (*BgpPeerDiscovery) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type BgpPeerDiscoveryList

type BgpPeerDiscoveryList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []BgpPeerDiscovery `json:"items"`
}

BgpPeerDiscoveryList contains a list of BgpPeerDiscovery

func (*BgpPeerDiscoveryList) DeepCopy

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

func (*BgpPeerDiscoveryList) DeepCopyInto

func (in *BgpPeerDiscoveryList) DeepCopyInto(out *BgpPeerDiscoveryList)

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

func (*BgpPeerDiscoveryList) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type BgpPeerDiscoverySpec

type BgpPeerDiscoverySpec struct {
}

BgpPeerDiscoverySpec defines the desired state of BgpPeerDiscovery

func (*BgpPeerDiscoverySpec) DeepCopy

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

func (*BgpPeerDiscoverySpec) DeepCopyInto

func (in *BgpPeerDiscoverySpec) DeepCopyInto(out *BgpPeerDiscoverySpec)

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

type BgpPeerDiscoveryStatus

type BgpPeerDiscoveryStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	DiscoveredPeers []string `json:"discovered_peers"`
}

BgpPeerDiscoveryStatus defines the observed state of BgpPeerDiscovery

func (*BgpPeerDiscoveryStatus) DeepCopy

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

func (*BgpPeerDiscoveryStatus) DeepCopyInto

func (in *BgpPeerDiscoveryStatus) DeepCopyInto(out *BgpPeerDiscoveryStatus)

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