We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269183a commit d26b319Copy full SHA for d26b319
staging/src/k8s.io/apimachinery/pkg/runtime/types.go
@@ -95,7 +95,7 @@ type RawExtension struct {
95
// Raw is the underlying serialization of this object.
96
//
97
// TODO: Determine how to detect ContentType and ContentEncoding of 'Raw' data.
98
- Raw []byte `protobuf:"bytes,1,opt,name=raw"`
+ Raw []byte `json:"-" protobuf:"bytes,1,opt,name=raw"`
99
// Object can hold a representation of this extension - useful for working with versioned
100
// structs.
101
Object Object `json:"-"`
0 commit comments