Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/v1alpha1/cell_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ type CellStatus struct {
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Available')].status"

// Cell is the Schema for the cells API
// +kubebuilder:resource:shortName=cel
type Cell struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/celltemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ type CellTemplateSpec struct {
// +kubebuilder:resource:scope=Namespaced

// CellTemplate is the Schema for the celltemplates API
// +kubebuilder:resource:shortName=cet
type CellTemplate struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/coretemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type CoreTemplateSpec struct {
// +kubebuilder:resource:scope=Namespaced

// CoreTemplate is the Schema for the coretemplates API
// +kubebuilder:resource:shortName=cot
type CoreTemplate struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/multigrescluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ type DatabaseStatusSummary struct {
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

// MultigresCluster is the Schema for the multigresclusters API
// +kubebuilder:resource:shortName=mgc
type MultigresCluster struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/shard_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ type ShardStatus struct {
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Available')].status"

// Shard is the Schema for the shards API
// +kubebuilder:resource:shortName=srd
type Shard struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/shardtemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type ShardTemplateSpec struct {
// +kubebuilder:resource:scope=Namespaced

// ShardTemplate is the Schema for the shardtemplates API
// +kubebuilder:resource:shortName=sht
type ShardTemplate struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/tablegroup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ type TableGroupStatus struct {
// +kubebuilder:printcolumn:name="Shards",type="integer",JSONPath=".status.readyShards"

// TableGroup is the Schema for the tablegroups API
// +kubebuilder:resource:shortName=tbg
type TableGroup struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/toposerver_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ type GlobalTopoServerRef struct {
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Available')].status"

// TopoServer is the Schema for the toposervers API
// +kubebuilder:resource:shortName=tps
type TopoServer struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/multigres.com_cells.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: Cell
listKind: CellList
plural: cells
shortNames:
- cel
singular: cell
scope: Namespaced
versions:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/multigres.com_celltemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: CellTemplate
listKind: CellTemplateList
plural: celltemplates
shortNames:
- cet
singular: celltemplate
scope: Namespaced
versions:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/multigres.com_coretemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: CoreTemplate
listKind: CoreTemplateList
plural: coretemplates
shortNames:
- cot
singular: coretemplate
scope: Namespaced
versions:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/multigres.com_multigresclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: MultigresCluster
listKind: MultigresClusterList
plural: multigresclusters
shortNames:
- mgc
singular: multigrescluster
scope: Namespaced
versions:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/multigres.com_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: Shard
listKind: ShardList
plural: shards
shortNames:
- srd
singular: shard
scope: Namespaced
versions:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/multigres.com_shardtemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: ShardTemplate
listKind: ShardTemplateList
plural: shardtemplates
shortNames:
- sht
singular: shardtemplate
scope: Namespaced
versions:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/multigres.com_tablegroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: TableGroup
listKind: TableGroupList
plural: tablegroups
shortNames:
- tbg
singular: tablegroup
scope: Namespaced
versions:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/multigres.com_toposervers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: TopoServer
listKind: TopoServerList
plural: toposervers
shortNames:
- tps
singular: toposerver
scope: Namespaced
versions:
Expand Down