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
6 changes: 0 additions & 6 deletions slice/api/v1alpha1/slice_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ type SliceStatus struct {
// Conditions store the status conditions of the Slice
// +operator-sdk:csv:customresourcedefinitions:type=status
Conditions []metav1.Condition `json:"conditions,omitempty"`

// Populated to match the physical topology of block the Super-Slice is running on
BlockId string `json:"blockId,omitempty"`

// Populated to list of physical topology of sub-block the Super-Slice is running on
SubBlockIds []string `json:"subBlockIds,omitempty"`
}

// +kubebuilder:object:root=true
Expand Down
5 changes: 0 additions & 5 deletions slice/api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions slice/config/crd/bases/slice.accelerator.gke.io_slices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ spec:
status:
description: SliceStatus defines the observed state of Slice.
properties:
blockId:
description: Populated to match the physical topology of block the
Super-Slice is running on
type: string
conditions:
description: Conditions store the status conditions of the Slice
items:
Expand Down Expand Up @@ -144,12 +140,6 @@ spec:
- type
type: object
type: array
subBlockIds:
description: Populated to list of physical topology of sub-block the
Super-Slice is running on
items:
type: string
type: array
type: object
type: object
served: true
Expand Down
Loading