Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Manually fix validation errors for types containing status
Browse files Browse the repository at this point in the history
  • Loading branch information
shashidharatd committed Sep 4, 2018
1 parent 2efb463 commit 20bda1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions pkg/apis/core/v1alpha1/zz_generated.kubebuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ var (
Scope: "Namespaced",
Validation: &v1beta1.CustomResourceValidation{
OpenAPIV3Schema: &v1beta1.JSONSchemaProps{
Type: "object",
Properties: map[string]v1beta1.JSONSchemaProps{
"apiVersion": v1beta1.JSONSchemaProps{
Type: "string",
Expand Down Expand Up @@ -542,7 +541,6 @@ var (
Scope: "Namespaced",
Validation: &v1beta1.CustomResourceValidation{
OpenAPIV3Schema: &v1beta1.JSONSchemaProps{
Type: "object",
Properties: map[string]v1beta1.JSONSchemaProps{
"apiVersion": v1beta1.JSONSchemaProps{
Type: "string",
Expand Down Expand Up @@ -709,7 +707,6 @@ var (
Scope: "Namespaced",
Validation: &v1beta1.CustomResourceValidation{
OpenAPIV3Schema: &v1beta1.JSONSchemaProps{
Type: "object",
Properties: map[string]v1beta1.JSONSchemaProps{
"apiVersion": v1beta1.JSONSchemaProps{
Type: "string",
Expand Down Expand Up @@ -819,7 +816,6 @@ var (
Scope: "Namespaced",
Validation: &v1beta1.CustomResourceValidation{
OpenAPIV3Schema: &v1beta1.JSONSchemaProps{
Type: "object",
Properties: map[string]v1beta1.JSONSchemaProps{
"apiVersion": v1beta1.JSONSchemaProps{
Type: "string",
Expand Down Expand Up @@ -1034,7 +1030,6 @@ var (
Scope: "Namespaced",
Validation: &v1beta1.CustomResourceValidation{
OpenAPIV3Schema: &v1beta1.JSONSchemaProps{
Type: "object",
Properties: map[string]v1beta1.JSONSchemaProps{
"apiVersion": v1beta1.JSONSchemaProps{
Type: "string",
Expand Down Expand Up @@ -1349,7 +1344,6 @@ var (
Scope: "Namespaced",
Validation: &v1beta1.CustomResourceValidation{
OpenAPIV3Schema: &v1beta1.JSONSchemaProps{
Type: "object",
Properties: map[string]v1beta1.JSONSchemaProps{
"apiVersion": v1beta1.JSONSchemaProps{
Type: "string",
Expand Down Expand Up @@ -1602,7 +1596,6 @@ var (
Scope: "Namespaced",
Validation: &v1beta1.CustomResourceValidation{
OpenAPIV3Schema: &v1beta1.JSONSchemaProps{
Type: "object",
Properties: map[string]v1beta1.JSONSchemaProps{
"apiVersion": v1beta1.JSONSchemaProps{
Type: "string",
Expand Down
2 changes: 0 additions & 2 deletions pkg/apis/multiclusterdns/v1alpha1/zz_generated.kubebuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ var (
Scope: "Namespaced",
Validation: &v1beta1.CustomResourceValidation{
OpenAPIV3Schema: &v1beta1.JSONSchemaProps{
Type: "object",
Properties: map[string]v1beta1.JSONSchemaProps{
"apiVersion": v1beta1.JSONSchemaProps{
Type: "string",
Expand Down Expand Up @@ -247,7 +246,6 @@ var (
Scope: "Namespaced",
Validation: &v1beta1.CustomResourceValidation{
OpenAPIV3Schema: &v1beta1.JSONSchemaProps{
Type: "object",
Properties: map[string]v1beta1.JSONSchemaProps{
"apiVersion": v1beta1.JSONSchemaProps{
Type: "string",
Expand Down

0 comments on commit 20bda1d

Please sign in to comment.