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 ¶
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 ¶
func (in *RouteReflectorConfig) DeepCopy() *RouteReflectorConfig
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 ¶
func (in *RouteReflectorConfigList) DeepCopy() *RouteReflectorConfigList
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 ¶
func (in *RouteReflectorConfigSpec) DeepCopy() *RouteReflectorConfigSpec
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 ¶
func (in *RouteReflectorConfigStatus) DeepCopy() *RouteReflectorConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteReflectorConfigStatus.
func (*RouteReflectorConfigStatus) DeepCopyInto ¶
func (in *RouteReflectorConfigStatus) DeepCopyInto(out *RouteReflectorConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.