Skip to content

Commit

Permalink
Update ClusterStatus api
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 8, 2023
1 parent 311a1a2 commit ef9e7bd
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 10 deletions.
3 changes: 1 addition & 2 deletions apis/meta/v1alpha1/clusterstatus_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ const (
// +genclient:onlyVerbs=create
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
type ClusterStatus struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
metav1.TypeMeta `json:",inline"`
// +optional
Response *ClusterStatusResponse `json:"response,omitempty"`
}
Expand Down
8 changes: 1 addition & 7 deletions apis/meta/v1alpha1/openapi_generated.go

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

1 change: 0 additions & 1 deletion apis/meta/v1alpha1/zz_generated.deepcopy.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: projects
scope: Cluster
version: v1alpha1
ui:
editor:
name: corek8sappscodecom-project-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: bytebuilders-ui
version: v0.4.18
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: projectquotas
scope: Cluster
version: v1alpha1
ui:
editor:
name: managementk8sappscodecom-projectquota-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: bytebuilders-ui
version: v0.4.18
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: resourcecalculators
scope: Namespaced
version: v1alpha1
ui:
editor:
name: metak8sappscodecom-resourcecalculator-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: bytebuilders-ui
version: v0.4.18
enforceQuota: false

0 comments on commit ef9e7bd

Please sign in to comment.