v1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the route-reflector v1 API group +kubebuilder:object:generate=true +groupName=route-reflector.calico-route-reflector-operator.mhmxs.github.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "route-reflector.calico-route-reflector-operator.mhmxs.github.com", Version: "v1"}

	// 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 RouteReflectorConfig

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

	Spec   RouteReflectorConfigSpec   `json:"spec,omitempty"`
	Status RouteReflectorConfigStatus `json:"status,omitempty"`
}

RouteReflectorConfig is the Schema for the routereflectorconfigs API

func (*RouteReflectorConfig) DeepCopy

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

func (*RouteReflectorConfig) DeepCopyInto

func (in *RouteReflectorConfig) DeepCopyInto(out *RouteReflectorConfig)

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

func (*RouteReflectorConfig) DeepCopyObject

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

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

type RouteReflectorConfigList

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

RouteReflectorConfigList contains a list of RouteReflectorConfig

func (*RouteReflectorConfigList) DeepCopy

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

func (*RouteReflectorConfigList) DeepCopyInto

func (in *RouteReflectorConfigList) DeepCopyInto(out *RouteReflectorConfigList)

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

func (*RouteReflectorConfigList) DeepCopyObject

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

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

type RouteReflectorConfigSpec

type RouteReflectorConfigSpec struct {

	// Foo is an example field of RouteReflectorConfig. Edit RouteReflectorConfig_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

RouteReflectorConfigSpec defines the desired state of RouteReflectorConfig

func (*RouteReflectorConfigSpec) DeepCopy

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

func (*RouteReflectorConfigSpec) DeepCopyInto

func (in *RouteReflectorConfigSpec) DeepCopyInto(out *RouteReflectorConfigSpec)

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

type RouteReflectorConfigStatus

type RouteReflectorConfigStatus struct {
}

RouteReflectorConfigStatus defines the observed state of RouteReflectorConfig

func (*RouteReflectorConfigStatus) DeepCopy

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

func (*RouteReflectorConfigStatus) DeepCopyInto

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