Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the mongodb.msvc v1 API group +kubebuilder:object:generate=true +groupName=mongodb.msvc.kloudlite.io
Index ¶
- Constants
- Variables
- type ClusterService
- func (in *ClusterService) DeepCopy() *ClusterService
- func (in *ClusterService) DeepCopyInto(out *ClusterService)
- func (in *ClusterService) DeepCopyObject() runtime.Object
- func (cs *ClusterService) EnsureGVK()
- func (c *ClusterService) GetEnsuredAnnotations() map[string]string
- func (c *ClusterService) GetEnsuredLabels() map[string]string
- func (c *ClusterService) GetStatus() *rApi.Status
- type ClusterServiceList
- type ClusterServiceSpec
- type Database
- func (in *Database) DeepCopy() *Database
- func (in *Database) DeepCopyInto(out *Database)
- func (in *Database) DeepCopyObject() runtime.Object
- func (db *Database) EnsureGVK()
- func (d *Database) GetEnsuredAnnotations() map[string]string
- func (d *Database) GetEnsuredLabels() map[string]string
- func (d *Database) GetStatus() *rApi.Status
- func (d *Database) IsGlobalVPNEnabled() bool
- type DatabaseList
- type DatabaseSpec
- 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 StandaloneService
- func (in *StandaloneService) DeepCopy() *StandaloneService
- func (in *StandaloneService) DeepCopyInto(out *StandaloneService)
- func (in *StandaloneService) DeepCopyObject() runtime.Object
- func (s *StandaloneService) EnsureGVK()
- func (s *StandaloneService) GetEnsuredAnnotations() map[string]string
- func (s *StandaloneService) GetEnsuredLabels() map[string]string
- func (s *StandaloneService) GetStatus() *rApi.Status
- type StandaloneServiceList
- type StandaloneServiceSpec
Constants ¶
const ClusterServiceKind = "ClusterService"
const DatabaseKind = "Database"
const StandaloneServiceKind = "StandaloneService"
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "mongodb.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 ClusterService ¶
type ClusterService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClusterServiceSpec `json:"spec"` Status rApi.Status `json:"status,omitempty"` Output ct.ManagedServiceOutput `json:"output"` }
ClusterService is the Schema for the clusterservices API
func (*ClusterService) DeepCopy ¶
func (in *ClusterService) DeepCopy() *ClusterService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterService.
func (*ClusterService) DeepCopyInto ¶
func (in *ClusterService) DeepCopyInto(out *ClusterService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterService) DeepCopyObject ¶
func (in *ClusterService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterService) EnsureGVK ¶
func (cs *ClusterService) EnsureGVK()
func (*ClusterService) GetEnsuredAnnotations ¶
func (c *ClusterService) GetEnsuredAnnotations() map[string]string
func (*ClusterService) GetEnsuredLabels ¶
func (c *ClusterService) GetEnsuredLabels() map[string]string
func (*ClusterService) GetStatus ¶
func (c *ClusterService) GetStatus() *rApi.Status
type ClusterServiceList ¶
type ClusterServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterService `json:"items"` }
ClusterServiceList contains a list of ClusterService
func (*ClusterServiceList) DeepCopy ¶
func (in *ClusterServiceList) DeepCopy() *ClusterServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterServiceList.
func (*ClusterServiceList) DeepCopyInto ¶
func (in *ClusterServiceList) DeepCopyInto(out *ClusterServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterServiceList) DeepCopyObject ¶
func (in *ClusterServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterServiceSpec ¶
type ClusterServiceSpec struct { ct.NodeSelectorAndTolerations `json:",inline"` TopologySpreadConstraints []corev1.TopologySpreadConstraint `json:"topologySpreadConstraints,omitempty"` Replicas int `json:"replicas"` Resources ct.Resources `json:"resources"` }
ClusterServiceSpec defines the desired state of ClusterService
func (*ClusterServiceSpec) DeepCopy ¶
func (in *ClusterServiceSpec) DeepCopy() *ClusterServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterServiceSpec.
func (*ClusterServiceSpec) DeepCopyInto ¶
func (in *ClusterServiceSpec) DeepCopyInto(out *ClusterServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Database ¶
type Database struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DatabaseSpec `json:"spec"` Status rApi.Status `json:"status,omitempty"` // whether this database is enabled with globalVPN support GlobalVPNEnabled *bool `json:"globalVPNEnabled,omitempty"` Output ct.ManagedResourceOutput `json:"output"` }
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 ¶
func (*Database) IsGlobalVPNEnabled ¶ added in v1.1.0
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 StandaloneDatabase ¶ added in v1.1.0
type StandaloneDatabase struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec StandaloneDatabaseSpec `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 ¶ added in v1.1.0
func (in *StandaloneDatabase) DeepCopy() *StandaloneDatabase
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneDatabase.
func (*StandaloneDatabase) DeepCopyInto ¶ added in v1.1.0
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 ¶ added in v1.1.0
func (in *StandaloneDatabase) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*StandaloneDatabase) EnsureGVK ¶ added in v1.1.0
func (db *StandaloneDatabase) EnsureGVK()
func (*StandaloneDatabase) GetEnsuredAnnotations ¶ added in v1.1.0
func (p *StandaloneDatabase) GetEnsuredAnnotations() map[string]string
func (*StandaloneDatabase) GetEnsuredLabels ¶ added in v1.1.0
func (db *StandaloneDatabase) GetEnsuredLabels() map[string]string
func (*StandaloneDatabase) GetStatus ¶ added in v1.1.0
func (db *StandaloneDatabase) GetStatus() *rApi.Status
type StandaloneDatabaseList ¶ added in v1.1.0
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 ¶ added in v1.1.0
func (in *StandaloneDatabaseList) DeepCopy() *StandaloneDatabaseList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneDatabaseList.
func (*StandaloneDatabaseList) DeepCopyInto ¶ added in v1.1.0
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 ¶ added in v1.1.0
func (in *StandaloneDatabaseList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StandaloneDatabaseSpec ¶ added in v1.1.0
StandaloneDatabaseSpec defines the desired state of StandaloneDatabase
func (*StandaloneDatabaseSpec) DeepCopy ¶ added in v1.1.0
func (in *StandaloneDatabaseSpec) DeepCopy() *StandaloneDatabaseSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneDatabaseSpec.
func (*StandaloneDatabaseSpec) DeepCopyInto ¶ added in v1.1.0
func (in *StandaloneDatabaseSpec) DeepCopyInto(out *StandaloneDatabaseSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StandaloneService ¶
type StandaloneService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec StandaloneServiceSpec `json:"spec"` Status rApi.Status `json:"status,omitempty"` Output ct.ManagedServiceOutput `json:"output"` }
StandaloneService is the Schema for the standaloneservices API
func (*StandaloneService) DeepCopy ¶
func (in *StandaloneService) DeepCopy() *StandaloneService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneService.
func (*StandaloneService) DeepCopyInto ¶
func (in *StandaloneService) DeepCopyInto(out *StandaloneService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StandaloneService) DeepCopyObject ¶
func (in *StandaloneService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*StandaloneService) EnsureGVK ¶
func (s *StandaloneService) EnsureGVK()
func (*StandaloneService) GetEnsuredAnnotations ¶
func (s *StandaloneService) GetEnsuredAnnotations() map[string]string
func (*StandaloneService) GetEnsuredLabels ¶
func (s *StandaloneService) GetEnsuredLabels() map[string]string
func (*StandaloneService) GetStatus ¶
func (s *StandaloneService) GetStatus() *rApi.Status
type StandaloneServiceList ¶
type StandaloneServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []StandaloneService `json:"items"` }
StandaloneServiceList contains a list of StandaloneService
func (*StandaloneServiceList) DeepCopy ¶
func (in *StandaloneServiceList) DeepCopy() *StandaloneServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneServiceList.
func (*StandaloneServiceList) DeepCopyInto ¶
func (in *StandaloneServiceList) DeepCopyInto(out *StandaloneServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StandaloneServiceList) DeepCopyObject ¶
func (in *StandaloneServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StandaloneServiceSpec ¶
type StandaloneServiceSpec struct { ct.NodeSelectorAndTolerations `json:",inline"` Resources ct.Resources `json:"resources"` }
StandaloneServiceSpec defines the desired state of StandaloneService
func (*StandaloneServiceSpec) DeepCopy ¶
func (in *StandaloneServiceSpec) DeepCopy() *StandaloneServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneServiceSpec.
func (*StandaloneServiceSpec) DeepCopyInto ¶
func (in *StandaloneServiceSpec) DeepCopyInto(out *StandaloneServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.