Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alice garcia committed Jan 24, 2025
1 parent 5c69446 commit b0fc223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/kubernetes/custom_kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ type CustomKindConfig struct {
}

type StatusCheck struct {
FieldName string `json:"fieldName"`
FieldValue string `json:"fieldValue"`
FieldName string `json:"fieldName"`
FieldValue interface{} `json:"fieldValue"`
}

type CustomKind struct {
Expand All @@ -41,7 +41,7 @@ func (k *CustomKind) Object() *unstructured.Unstructured {
}

func (k *CustomKind) Status() manifest.Status {
log.Println(k)
log.Println(&k)

s := manifest.DefaultStatus

Expand Down

0 comments on commit b0fc223

Please sign in to comment.