v1

package
v0.0.0-...-bccad8f Latest Latest
Warning

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

Go to latest
Published: Jul 13, 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 +k8s:deepcopy-gen=package,register +groupName=route-reflector.ibm.com

Package v1 contains API Schema definitions for the route-reflector v1 API group +k8s:deepcopy-gen=package,register +groupName=route-reflector.ibm.com

Index

Constants

This section is empty.

Variables

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

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}
)

Functions

This section is empty.

Types

type RouteReflector

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

	Spec   RouteReflectorSpec   `json:"spec,omitempty"`
	Status RouteReflectorStatus `json:"status,omitempty"`
}

RouteReflector is the Schema for the routereflectors API +kubebuilder:subresource:status +kubebuilder:resource:path=routereflectors,scope=Namespaced

func (*RouteReflector) DeepCopy

func (in *RouteReflector) DeepCopy() *RouteReflector

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

func (*RouteReflector) DeepCopyInto

func (in *RouteReflector) DeepCopyInto(out *RouteReflector)

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

func (*RouteReflector) DeepCopyObject

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

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

type RouteReflectorList

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

RouteReflectorList contains a list of RouteReflector

func (*RouteReflectorList) DeepCopy

func (in *RouteReflectorList) DeepCopy() *RouteReflectorList

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

func (*RouteReflectorList) DeepCopyInto

func (in *RouteReflectorList) DeepCopyInto(out *RouteReflectorList)

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

func (*RouteReflectorList) DeepCopyObject

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

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

type RouteReflectorSpec

type RouteReflectorSpec struct {
	// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
	// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
	// Add custom validation using kubebuilder tags: https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html
	PreferredPool string   `json:"preferredPool,omitempty"`
	IgnoredPools  []string `json:"ignoredPools,omitempty"`
}

RouteReflectorSpec defines the desired state of RouteReflector

func (*RouteReflectorSpec) DeepCopy

func (in *RouteReflectorSpec) DeepCopy() *RouteReflectorSpec

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

func (*RouteReflectorSpec) DeepCopyInto

func (in *RouteReflectorSpec) DeepCopyInto(out *RouteReflectorSpec)

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

type RouteReflectorStatus

type RouteReflectorStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
	// Add custom validation using kubebuilder tags: https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html
	AutoScalerConverged bool `json:"autoScalerConverged"`
}

RouteReflectorStatus defines the observed state of RouteReflector

func (*RouteReflectorStatus) DeepCopy

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

func (*RouteReflectorStatus) DeepCopyInto

func (in *RouteReflectorStatus) DeepCopyInto(out *RouteReflectorStatus)

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