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 ¶
- 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 ClusterServiceOutput
- 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
- type DatabaseList
- type DatabaseOutput
- type DatabaseSpec
- 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 StandaloneServiceOutput
- type StandaloneServiceSpec
Constants ¶
This section is empty.
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"`
}
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 ClusterServiceOutput ¶
type ClusterServiceOutput struct {
Credentials ct.SecretRef `json:"credentials,omitempty"`
HelmSecret ct.SecretRef `json:"helmSecret,omitempty"`
}
func (*ClusterServiceOutput) DeepCopy ¶
func (in *ClusterServiceOutput) DeepCopy() *ClusterServiceOutput
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterServiceOutput.
func (*ClusterServiceOutput) DeepCopyInto ¶
func (in *ClusterServiceOutput) DeepCopyInto(out *ClusterServiceOutput)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterServiceSpec ¶
type ClusterServiceSpec struct {
NodeSelector map[string]string `json:"nodeSelector,omitempty"`
Tolerations []corev1.Toleration `json:"tolerations,omitempty"`
TopologySpreadConstraints []corev1.TopologySpreadConstraint `json:"topologySpreadConstraints,omitempty"`
Replicas int `json:"replicas"`
Resources ct.Resources `json:"resources"`
Output ClusterServiceOutput `json:"output,omitempty" graphql:"noinput"`
}
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"`
}
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 DatabaseOutput ¶
func (*DatabaseOutput) DeepCopy ¶
func (in *DatabaseOutput) DeepCopy() *DatabaseOutput
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseOutput.
func (*DatabaseOutput) DeepCopyInto ¶
func (in *DatabaseOutput) DeepCopyInto(out *DatabaseOutput)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseSpec ¶
type DatabaseSpec struct {
MsvcRef ct.MsvcRef `json:"msvcRef"`
ResourceName string `json:"resourceName,omitempty"`
Output DatabaseOutput `json:"output,omitempty" graphql:"noinput"`
}
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 StandaloneService ¶
type StandaloneService struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec StandaloneServiceSpec `json:"spec"`
Status rApi.Status `json:"status,omitempty"`
}
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 StandaloneServiceOutput ¶
type StandaloneServiceOutput struct {
Credentials ct.SecretRef `json:"credentials,omitempty"`
HelmSecret ct.SecretRef `json:"helmSecret,omitempty"`
}
func (*StandaloneServiceOutput) DeepCopy ¶
func (in *StandaloneServiceOutput) DeepCopy() *StandaloneServiceOutput
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StandaloneServiceOutput.
func (*StandaloneServiceOutput) DeepCopyInto ¶
func (in *StandaloneServiceOutput) DeepCopyInto(out *StandaloneServiceOutput)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StandaloneServiceSpec ¶
type StandaloneServiceSpec struct {
Region string `json:"region,omitempty"`
NodeSelector map[string]string `json:"nodeSelector,omitempty"`
Tolerations []corev1.Toleration `json:"tolerations,omitempty"`
// Storage ct.Storage `json:"storage"`
Resources ct.Resources `json:"resources"`
Output StandaloneServiceOutput `json:"output,omitempty" graphql:"noinput"`
}
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.