Documentation ¶
Overview ¶
Package v2 contains API Schema definitions for the multicasskops.db.orange.com v2 API group +kubebuilder:object:generate=true +groupName=db.orange.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "db.orange.com", Version: "v2"} // 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 MultiCasskop ¶
type MultiCasskop struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MultiCasskopSpec `json:"spec,omitempty"` Status MultiCasskopStatus `json:"status,omitempty"` }
MultiCasskop is the Schema for the MultiCasskops API +k8s:openapi-gen=true +kubebuilder:subresource:status
func (*MultiCasskop) DeepCopy ¶
func (in *MultiCasskop) DeepCopy() *MultiCasskop
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MultiCasskop.
func (*MultiCasskop) DeepCopyInto ¶
func (in *MultiCasskop) DeepCopyInto(out *MultiCasskop)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MultiCasskop) DeepCopyObject ¶
func (in *MultiCasskop) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MultiCasskopList ¶
type MultiCasskopList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []MultiCasskop `json:"items"` }
MultiCasskopList contains a list of MultiCasskop
func (*MultiCasskopList) DeepCopy ¶
func (in *MultiCasskopList) DeepCopy() *MultiCasskopList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MultiCasskopList.
func (*MultiCasskopList) DeepCopyInto ¶
func (in *MultiCasskopList) DeepCopyInto(out *MultiCasskopList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MultiCasskopList) DeepCopyObject ¶
func (in *MultiCasskopList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MultiCasskopSpec ¶
type MultiCasskopSpec struct { DeleteCassandraCluster *bool `json:"deleteCassandraCluster,omitempty"` Base apicc.CassandraCluster `json:"base,omitempty"` Override map[string]apicc.CassandraCluster `json:"override,omitempty"` }
MultiCasskopSpec defines the desired state of MultiCasskop +k8s:openapi-gen=true
func (*MultiCasskopSpec) DeepCopy ¶
func (in *MultiCasskopSpec) DeepCopy() *MultiCasskopSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MultiCasskopSpec.
func (*MultiCasskopSpec) DeepCopyInto ¶
func (in *MultiCasskopSpec) DeepCopyInto(out *MultiCasskopSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MultiCasskopStatus ¶
type MultiCasskopStatus struct { }
MultiCasskopStatus defines the observed state of MultiCasskop +k8s:openapi-gen=true
func (*MultiCasskopStatus) DeepCopy ¶
func (in *MultiCasskopStatus) DeepCopy() *MultiCasskopStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MultiCasskopStatus.
func (*MultiCasskopStatus) DeepCopyInto ¶
func (in *MultiCasskopStatus) DeepCopyInto(out *MultiCasskopStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.