diff --git a/apps/scope/pkg/apis/scope/v0alpha1/types.go b/apps/scope/pkg/apis/scope/v0alpha1/types.go index 20414f3caf6..5b93f28062a 100644 --- a/apps/scope/pkg/apis/scope/v0alpha1/types.go +++ b/apps/scope/pkg/apis/scope/v0alpha1/types.go @@ -213,8 +213,6 @@ type ScopeNavigationSpec struct { SubScope string `json:"subScope,omitempty"` // Preload the subscope children, as soon as the ScopeNavigation is loaded. PreLoadSubScopeChildren bool `json:"preLoadSubScopeChildren,omitempty"` - // Expands to display the subscope children when the ScopeNavigation is loaded. - ExpandOnLoad bool `json:"expandOnLoad,omitempty"` // Makes the subscope not selectable, only serving as a way to build the tree. DisableSubScopeSelection bool `json:"disableSubScopeSelection,omitempty"` } diff --git a/apps/scope/pkg/apis/scope/v0alpha1/zz_generated.openapi.go b/apps/scope/pkg/apis/scope/v0alpha1/zz_generated.openapi.go index 1cb72adf4b1..d03551a3a77 100644 --- a/apps/scope/pkg/apis/scope/v0alpha1/zz_generated.openapi.go +++ b/apps/scope/pkg/apis/scope/v0alpha1/zz_generated.openapi.go @@ -649,13 +649,6 @@ func schema_pkg_apis_scope_v0alpha1_ScopeNavigationSpec(ref common.ReferenceCall Format: "", }, }, - "expandOnLoad": { - SchemaProps: spec.SchemaProps{ - Description: "Expands to display the subscope children when the ScopeNavigation is loaded.", - Type: []string{"boolean"}, - Format: "", - }, - }, "disableSubScopeSelection": { SchemaProps: spec.SchemaProps{ Description: "Makes the subscope not selectable, only serving as a way to build the tree.",