Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the namespace.rules v1alpha1 API group +kubebuilder:object:generate=true +groupName=namespace.rules.default-rules.dev.tensorbytes.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "namespace.rules.default-rules.dev.tensorbytes.com", 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 SimpleAutoScaler ¶
type SimpleAutoScaler struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SimpleAutoScalerSpec `json:"spec,omitempty"` Status SimpleAutoScalerStatus `json:"status,omitempty"` }
SimpleAutoScaler is the Schema for the simpleautoscalers API
func (*SimpleAutoScaler) DeepCopy ¶
func (in *SimpleAutoScaler) DeepCopy() *SimpleAutoScaler
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleAutoScaler.
func (*SimpleAutoScaler) DeepCopyInto ¶
func (in *SimpleAutoScaler) DeepCopyInto(out *SimpleAutoScaler)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SimpleAutoScaler) DeepCopyObject ¶
func (in *SimpleAutoScaler) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SimpleAutoScalerList ¶
type SimpleAutoScalerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SimpleAutoScaler `json:"items"` }
SimpleAutoScalerList contains a list of SimpleAutoScaler
func (*SimpleAutoScalerList) DeepCopy ¶
func (in *SimpleAutoScalerList) DeepCopy() *SimpleAutoScalerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleAutoScalerList.
func (*SimpleAutoScalerList) DeepCopyInto ¶
func (in *SimpleAutoScalerList) DeepCopyInto(out *SimpleAutoScalerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SimpleAutoScalerList) DeepCopyObject ¶
func (in *SimpleAutoScalerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SimpleAutoScalerSpec ¶
type SimpleAutoScalerSpec struct { // Foo is an example field of SimpleAutoScaler. Edit simpleautoscaler_types.go to remove/update Foo string `json:"foo,omitempty"` }
SimpleAutoScalerSpec defines the desired state of SimpleAutoScaler
func (*SimpleAutoScalerSpec) DeepCopy ¶
func (in *SimpleAutoScalerSpec) DeepCopy() *SimpleAutoScalerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleAutoScalerSpec.
func (*SimpleAutoScalerSpec) DeepCopyInto ¶
func (in *SimpleAutoScalerSpec) DeepCopyInto(out *SimpleAutoScalerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SimpleAutoScalerStatus ¶
type SimpleAutoScalerStatus struct { }
SimpleAutoScalerStatus defines the observed state of SimpleAutoScaler
func (*SimpleAutoScalerStatus) DeepCopy ¶
func (in *SimpleAutoScalerStatus) DeepCopy() *SimpleAutoScalerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleAutoScalerStatus.
func (*SimpleAutoScalerStatus) DeepCopyInto ¶
func (in *SimpleAutoScalerStatus) DeepCopyInto(out *SimpleAutoScalerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.