v1

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2024 License: AGPL-3.0 Imports: 7 Imported by: 0

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

Constants

This section is empty.

Variables

View Source
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

func (in *Database) DeepCopy() *Database

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Database.

func (*Database) DeepCopyInto

func (in *Database) DeepCopyInto(out *Database)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Database) DeepCopyObject

func (in *Database) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Database) EnsureGVK

func (db *Database) EnsureGVK()

func (*Database) GetEnsuredAnnotations

func (p *Database) GetEnsuredAnnotations() map[string]string

func (*Database) GetEnsuredLabels

func (db *Database) GetEnsuredLabels() map[string]string

func (*Database) GetStatus

func (db *Database) GetStatus() *rApi.Status

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

type DatabaseSpec struct {
	MsvcRef ct.MsvcRef `json:"msvcRef"`
}

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

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

type StandaloneDatabaseSpec struct {
	MsvcRef ct.MsvcRef `json:"msvcRef"`
}

StandaloneDatabaseSpec defines the desired state of StandaloneDatabase

func (*StandaloneDatabaseSpec) DeepCopy

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL