Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the influxdb v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=influxdb.monitoring.tbh.io
Package v1alpha1 contains API Schema definitions for the influxdb v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=influxdb.monitoring.tbh.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "influxdb.monitoring.tbh.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
Types ¶
type InfluxDBAggregator ¶
type InfluxDBAggregator struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec InfluxDBAggregatorSpec `json:"spec,omitempty"` Status InfluxDBAggregatorStatus `json:"status,omitempty"` }
InfluxDBAggregator is the Schema for the influxdbaggregators API +k8s:openapi-gen=true +kubebuilder:subresource:status +kubebuilder:resource:path=influxdbaggregators,scope=Namespaced
func (*InfluxDBAggregator) DeepCopy ¶
func (in *InfluxDBAggregator) DeepCopy() *InfluxDBAggregator
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InfluxDBAggregator.
func (*InfluxDBAggregator) DeepCopyInto ¶
func (in *InfluxDBAggregator) DeepCopyInto(out *InfluxDBAggregator)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InfluxDBAggregator) DeepCopyObject ¶
func (in *InfluxDBAggregator) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type InfluxDBAggregatorList ¶
type InfluxDBAggregatorList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []InfluxDBAggregator `json:"items"` }
InfluxDBAggregatorList contains a list of InfluxDBAggregator
func (*InfluxDBAggregatorList) DeepCopy ¶
func (in *InfluxDBAggregatorList) DeepCopy() *InfluxDBAggregatorList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InfluxDBAggregatorList.
func (*InfluxDBAggregatorList) DeepCopyInto ¶
func (in *InfluxDBAggregatorList) DeepCopyInto(out *InfluxDBAggregatorList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InfluxDBAggregatorList) DeepCopyObject ¶
func (in *InfluxDBAggregatorList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type InfluxDBAggregatorSpec ¶
type InfluxDBAggregatorSpec struct { }
InfluxDBAggregatorSpec defines the desired state of InfluxDBAggregator +k8s:openapi-gen=true
func (*InfluxDBAggregatorSpec) DeepCopy ¶
func (in *InfluxDBAggregatorSpec) DeepCopy() *InfluxDBAggregatorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InfluxDBAggregatorSpec.
func (*InfluxDBAggregatorSpec) DeepCopyInto ¶
func (in *InfluxDBAggregatorSpec) DeepCopyInto(out *InfluxDBAggregatorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InfluxDBAggregatorStatus ¶
type InfluxDBAggregatorStatus struct { }
InfluxDBAggregatorStatus defines the observed state of InfluxDBAggregator +k8s:openapi-gen=true
func (*InfluxDBAggregatorStatus) DeepCopy ¶
func (in *InfluxDBAggregatorStatus) DeepCopy() *InfluxDBAggregatorStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InfluxDBAggregatorStatus.
func (*InfluxDBAggregatorStatus) DeepCopyInto ¶
func (in *InfluxDBAggregatorStatus) DeepCopyInto(out *InfluxDBAggregatorStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.