mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
RawExtension.Raw json:"-"
This commit is contained in:
parent
269183a7a8
commit
d26b3195ff
@ -95,7 +95,7 @@ type RawExtension struct {
|
|||||||
// Raw is the underlying serialization of this object.
|
// Raw is the underlying serialization of this object.
|
||||||
//
|
//
|
||||||
// TODO: Determine how to detect ContentType and ContentEncoding of 'Raw' data.
|
// 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
|
// Object can hold a representation of this extension - useful for working with versioned
|
||||||
// structs.
|
// structs.
|
||||||
Object Object `json:"-"`
|
Object Object `json:"-"`
|
||||||
|
Loading…
Reference in New Issue
Block a user