Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the postgres.msvc v1 API group +kubebuilder:object:generate=true +groupName=postgres.msvc.kloudlite.io
Index ¶
- Variables
- type Database
- func (in *Database) DeepCopy() *Database
- func (in *Database) DeepCopyInto(out *Database)
- func (in *Database) DeepCopyObject() runtime.Object
- func (db *Database) EnsureGVK()
- func (p *Database) GetEnsuredAnnotations() map[string]string
- func (db *Database) GetEnsuredLabels() map[string]string
- func (db *Database) GetStatus() *rApi.Status
- type DatabaseList
- type DatabaseSpec
- type Standalone
- func (in *Standalone) DeepCopy() *Standalone
- func (in *Standalone) DeepCopyInto(out *Standalone)
- func (in *Standalone) DeepCopyObject() runtime.Object
- func (p *Standalone) EnsureGVK()
- func (p *Standalone) GetEnsuredAnnotations() map[string]string
- func (p *Standalone) GetEnsuredLabels() map[string]string
- func (p *Standalone) GetStatus() *rApi.Status
- type StandaloneDatabase
- func (in *StandaloneDatabase) DeepCopy() *StandaloneDatabase
- func (in *StandaloneDatabase) DeepCopyInto(out *StandaloneDatabase)
- func (in *StandaloneDatabase) DeepCopyObject() runtime.Object
- func (db *StandaloneDatabase) EnsureGVK()
- func (p *StandaloneDatabase) GetEnsuredAnnotations() map[string]string
- func (db *StandaloneDatabase) GetEnsuredLabels() map[string]string
- func (db *StandaloneDatabase) GetStatus() *rApi.Status
- type StandaloneDatabaseList
- type StandaloneDatabaseSpec
- type StandaloneList
- type StandaloneSpec
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "postgres.msvc.kloudlite.io", Version: "v1"} // 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 Database ¶
type Database struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DatabaseSpec `json:"spec,omitempty"` Status rApi.Status `json:"status,omitempty"` Output ct.ManagedResourceOutput `json:"output,omitempty"` }
Database is the Schema for the databases API
func (*Database) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Database.
func (*Database) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Database) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Database) GetEnsuredAnnotations ¶
func (*Database) GetEnsuredLabels ¶
type DatabaseList ¶
type DatabaseList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Database `json:"items"` }
DatabaseList contains a list of Database
func (*DatabaseList) DeepCopy ¶
func (in *DatabaseList) DeepCopy() *DatabaseList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseList.
func (*DatabaseList) DeepCopyInto ¶
func (in *DatabaseList) DeepCopyInto(out *DatabaseList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DatabaseList) DeepCopyObject ¶
func (in *DatabaseList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DatabaseSpec ¶
DatabaseSpec defines the desired state of Database
func (*DatabaseSpec) DeepCopy ¶
func (in *DatabaseSpec) DeepCopy() *DatabaseSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseSpec.
func (*DatabaseSpec) DeepCopyInto ¶
func (in *DatabaseSpec) DeepCopyInto(out *DatabaseSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Standalone ¶
type Standalone struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec StandaloneSpec `json:"spec,omitempty"` Status rApi.Status `json:"status,omitempty"` Output ct.ManagedServiceOutput `json:"output,omitempty"` }
Standalone is the Schema for the standalones API
func (*Standalone) DeepCopy ¶
func (in *Standalone) DeepCopy() *Standalone
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Standalone.
func (*Standalone) DeepCopyInto ¶
func (in *Standalone) DeepCopyInto(out *Standalone)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Standalone) DeepCopyObject ¶
func (in *Standalone) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Standalone) EnsureGVK ¶
func (p *Standalone) EnsureGVK()
func (*Standalone) GetEnsuredAnnotations ¶
func (p *Standalone) GetEnsuredAnnotations() map[string]string
func (*Standalone) GetEnsuredLabels ¶
func (p *Standalone) GetEnsuredLabels() map[string]string
func (*Standalone) GetStatus ¶
func (p *Standalone) GetStatus() *rApi.Status
type StandaloneDatabase ¶
type StandaloneDatabase struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DatabaseSpec `json:"spec,omitempty"` Status rApi.Status `json:"status,omitempty"` Output ct.ManagedResourceOutput `json:"output,omitempty"` }
StandaloneDatabase is the Schema for the standalonedatabases API
func (*StandaloneDatabase) DeepCopy ¶
func (in *StandaloneDatabase) DeepCopy() *StandaloneDatabase
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneDatabase.
func (*StandaloneDatabase) DeepCopyInto ¶
func (in *StandaloneDatabase) DeepCopyInto(out *StandaloneDatabase)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StandaloneDatabase) DeepCopyObject ¶
func (in *StandaloneDatabase) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*StandaloneDatabase) EnsureGVK ¶
func (db *StandaloneDatabase) EnsureGVK()
func (*StandaloneDatabase) GetEnsuredAnnotations ¶
func (p *StandaloneDatabase) GetEnsuredAnnotations() map[string]string
func (*StandaloneDatabase) GetEnsuredLabels ¶
func (db *StandaloneDatabase) GetEnsuredLabels() map[string]string
func (*StandaloneDatabase) GetStatus ¶
func (db *StandaloneDatabase) GetStatus() *rApi.Status
type StandaloneDatabaseList ¶
type StandaloneDatabaseList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []StandaloneDatabase `json:"items"` }
StandaloneDatabaseList contains a list of StandaloneDatabase
func (*StandaloneDatabaseList) DeepCopy ¶
func (in *StandaloneDatabaseList) DeepCopy() *StandaloneDatabaseList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneDatabaseList.
func (*StandaloneDatabaseList) DeepCopyInto ¶
func (in *StandaloneDatabaseList) DeepCopyInto(out *StandaloneDatabaseList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StandaloneDatabaseList) DeepCopyObject ¶
func (in *StandaloneDatabaseList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StandaloneDatabaseSpec ¶
StandaloneDatabaseSpec defines the desired state of StandaloneDatabase
func (*StandaloneDatabaseSpec) DeepCopy ¶
func (in *StandaloneDatabaseSpec) DeepCopy() *StandaloneDatabaseSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneDatabaseSpec.
func (*StandaloneDatabaseSpec) DeepCopyInto ¶
func (in *StandaloneDatabaseSpec) DeepCopyInto(out *StandaloneDatabaseSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StandaloneList ¶
type StandaloneList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Standalone `json:"items"` }
StandaloneList contains a list of Standalone
func (*StandaloneList) DeepCopy ¶
func (in *StandaloneList) DeepCopy() *StandaloneList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneList.
func (*StandaloneList) DeepCopyInto ¶
func (in *StandaloneList) DeepCopyInto(out *StandaloneList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StandaloneList) DeepCopyObject ¶
func (in *StandaloneList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StandaloneSpec ¶
type StandaloneSpec struct { ct.NodeSelectorAndTolerations `json:",inline"` Resources ct.Resources `json:"resources"` }
StandaloneSpec defines the desired state of Standalone
func (*StandaloneSpec) DeepCopy ¶
func (in *StandaloneSpec) DeepCopy() *StandaloneSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneSpec.
func (*StandaloneSpec) DeepCopyInto ¶
func (in *StandaloneSpec) DeepCopyInto(out *StandaloneSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.