Skip to content

Commit

Permalink
Merge pull request #444 from MrHohn/cherrypick-openapi-fix
Browse files Browse the repository at this point in the history
Cherrypick #442 into release-1.3
  • Loading branch information
k8s-ci-robot committed Aug 21, 2018
2 parents da4cd38 + 9a56e3d commit 284b44d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions pkg/apis/backendconfig/v1beta1/types.go
Expand Up @@ -24,13 +24,12 @@ import (
// +genclient:noStatus
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// BackendConfig is a specification for a BackendConfig resource
// +k8s:openapi-gen=true
type BackendConfig struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

Spec BackendConfigSpec `json:"spec"`
Spec BackendConfigSpec `json:"spec,omitempty"`
Status BackendConfigStatus `json:"status,omitempty"`
}

Expand Down
2 changes: 0 additions & 2 deletions pkg/apis/backendconfig/v1beta1/zz_generated.openapi.go

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

0 comments on commit 284b44d

Please sign in to comment.