Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the dashboard v1alpha1 API group +kubebuilder:object:generate=true +groupName=dashboard.kubedb.dev
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "dashboard.kubedb.dev", 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 Dbgate ¶
type Dbgate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DbgateSpec `json:"spec,omitempty"` Status DbgateStatus `json:"status,omitempty"` }
Dbgate is the Schema for the dbgates API
func (*Dbgate) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Dbgate.
func (*Dbgate) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Dbgate) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DbgateList ¶
type DbgateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Dbgate `json:"items"` }
DbgateList contains a list of Dbgate
func (*DbgateList) DeepCopy ¶
func (in *DbgateList) DeepCopy() *DbgateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DbgateList.
func (*DbgateList) DeepCopyInto ¶
func (in *DbgateList) DeepCopyInto(out *DbgateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DbgateList) DeepCopyObject ¶
func (in *DbgateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DbgateSpec ¶
type DbgateSpec struct { // Foo is an example field of Dbgate. Edit dbgate_types.go to remove/update Foo string `json:"foo,omitempty"` }
DbgateSpec defines the desired state of Dbgate
func (*DbgateSpec) DeepCopy ¶
func (in *DbgateSpec) DeepCopy() *DbgateSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DbgateSpec.
func (*DbgateSpec) DeepCopyInto ¶
func (in *DbgateSpec) DeepCopyInto(out *DbgateSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DbgateStatus ¶
type DbgateStatus struct { }
DbgateStatus defines the observed state of Dbgate
func (*DbgateStatus) DeepCopy ¶
func (in *DbgateStatus) DeepCopy() *DbgateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DbgateStatus.
func (*DbgateStatus) DeepCopyInto ¶
func (in *DbgateStatus) DeepCopyInto(out *DbgateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Pgadmin ¶
type Pgadmin struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PgadminSpec `json:"spec,omitempty"` Status PgadminStatus `json:"status,omitempty"` }
Pgadmin is the Schema for the pgadmins API
func (*Pgadmin) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pgadmin.
func (*Pgadmin) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Pgadmin) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PgadminList ¶
type PgadminList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Pgadmin `json:"items"` }
PgadminList contains a list of Pgadmin
func (*PgadminList) DeepCopy ¶
func (in *PgadminList) DeepCopy() *PgadminList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PgadminList.
func (*PgadminList) DeepCopyInto ¶
func (in *PgadminList) DeepCopyInto(out *PgadminList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PgadminList) DeepCopyObject ¶
func (in *PgadminList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PgadminSpec ¶
type PgadminSpec struct { // Foo is an example field of Pgadmin. Edit pgadmin_types.go to remove/update Foo string `json:"foo,omitempty"` }
PgadminSpec defines the desired state of Pgadmin
func (*PgadminSpec) DeepCopy ¶
func (in *PgadminSpec) DeepCopy() *PgadminSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PgadminSpec.
func (*PgadminSpec) DeepCopyInto ¶
func (in *PgadminSpec) DeepCopyInto(out *PgadminSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PgadminStatus ¶
type PgadminStatus struct { }
PgadminStatus defines the observed state of Pgadmin
func (*PgadminStatus) DeepCopy ¶
func (in *PgadminStatus) DeepCopy() *PgadminStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PgadminStatus.
func (*PgadminStatus) DeepCopyInto ¶
func (in *PgadminStatus) DeepCopyInto(out *PgadminStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Phpmyadmin ¶
type Phpmyadmin struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PhpmyadminSpec `json:"spec,omitempty"` Status PhpmyadminStatus `json:"status,omitempty"` }
Phpmyadmin is the Schema for the phpmyadmins API
func (*Phpmyadmin) DeepCopy ¶
func (in *Phpmyadmin) DeepCopy() *Phpmyadmin
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phpmyadmin.
func (*Phpmyadmin) DeepCopyInto ¶
func (in *Phpmyadmin) DeepCopyInto(out *Phpmyadmin)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Phpmyadmin) DeepCopyObject ¶
func (in *Phpmyadmin) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PhpmyadminList ¶
type PhpmyadminList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Phpmyadmin `json:"items"` }
PhpmyadminList contains a list of Phpmyadmin
func (*PhpmyadminList) DeepCopy ¶
func (in *PhpmyadminList) DeepCopy() *PhpmyadminList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PhpmyadminList.
func (*PhpmyadminList) DeepCopyInto ¶
func (in *PhpmyadminList) DeepCopyInto(out *PhpmyadminList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PhpmyadminList) DeepCopyObject ¶
func (in *PhpmyadminList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PhpmyadminSpec ¶
type PhpmyadminSpec struct { // Foo is an example field of Phpmyadmin. Edit phpmyadmin_types.go to remove/update Foo string `json:"foo,omitempty"` }
PhpmyadminSpec defines the desired state of Phpmyadmin
func (*PhpmyadminSpec) DeepCopy ¶
func (in *PhpmyadminSpec) DeepCopy() *PhpmyadminSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PhpmyadminSpec.
func (*PhpmyadminSpec) DeepCopyInto ¶
func (in *PhpmyadminSpec) DeepCopyInto(out *PhpmyadminSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PhpmyadminStatus ¶
type PhpmyadminStatus struct { }
PhpmyadminStatus defines the observed state of Phpmyadmin
func (*PhpmyadminStatus) DeepCopy ¶
func (in *PhpmyadminStatus) DeepCopy() *PhpmyadminStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PhpmyadminStatus.
func (*PhpmyadminStatus) DeepCopyInto ¶
func (in *PhpmyadminStatus) DeepCopyInto(out *PhpmyadminStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Superset ¶
type Superset struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SupersetSpec `json:"spec,omitempty"` Status SupersetStatus `json:"status,omitempty"` }
Superset is the Schema for the supersets API
func (*Superset) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Superset.
func (*Superset) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Superset) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SupersetList ¶
type SupersetList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Superset `json:"items"` }
SupersetList contains a list of Superset
func (*SupersetList) DeepCopy ¶
func (in *SupersetList) DeepCopy() *SupersetList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SupersetList.
func (*SupersetList) DeepCopyInto ¶
func (in *SupersetList) DeepCopyInto(out *SupersetList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SupersetList) DeepCopyObject ¶
func (in *SupersetList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SupersetSpec ¶
type SupersetSpec struct { // Foo is an example field of Superset. Edit superset_types.go to remove/update Foo string `json:"foo,omitempty"` }
SupersetSpec defines the desired state of Superset
func (*SupersetSpec) DeepCopy ¶
func (in *SupersetSpec) DeepCopy() *SupersetSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SupersetSpec.
func (*SupersetSpec) DeepCopyInto ¶
func (in *SupersetSpec) DeepCopyInto(out *SupersetSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SupersetStatus ¶
type SupersetStatus struct { }
SupersetStatus defines the observed state of Superset
func (*SupersetStatus) DeepCopy ¶
func (in *SupersetStatus) DeepCopy() *SupersetStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SupersetStatus.
func (*SupersetStatus) DeepCopyInto ¶
func (in *SupersetStatus) DeepCopyInto(out *SupersetStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.