mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
RawExtension.Raw json:"-"
This commit is contained in:
parent
269183a7a8
commit
d26b3195ff
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ type RawExtension struct {
|
|||
// Raw is the underlying serialization of this object.
|
||||
//
|
||||
// TODO: Determine how to detect ContentType and ContentEncoding of 'Raw' data.
|
||||
Raw []byte `protobuf:"bytes,1,opt,name=raw"`
|
||||
Raw []byte `json:"-" protobuf:"bytes,1,opt,name=raw"`
|
||||
// Object can hold a representation of this extension - useful for working with versioned
|
||||
// structs.
|
||||
Object Object `json:"-"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue