Documentation ¶
Index ¶
- Variables
- type Status
- func (m *Status) CloneMessageVT() proto.Message
- func (m *Status) CloneVT() *Status
- func (*Status) Descriptor() ([]byte, []int)deprecated
- func (this *Status) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Status) EqualVT(that *Status) bool
- func (x *Status) GetConditions() []*v1.Condition
- func (x *Status) GetMessage() string
- func (m *Status) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Status) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Status) MarshalToVT(dAtA []byte) (int, error)
- func (m *Status) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Status) MarshalVT() (dAtA []byte, err error)
- func (m *Status) MarshalVTStrict() (dAtA []byte, err error)
- func (*Status) ProtoMessage()
- func (x *Status) ProtoReflect() protoreflect.Message
- func (x *Status) Reset()
- func (m *Status) SizeVT() (n int)
- func (x *Status) String() string
- func (m *Status) UnmarshalVT(dAtA []byte) error
- func (m *Status) UnmarshalVTUnsafe(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_status_v1_status_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status struct { Conditions []*v1.Condition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*Status) CloneMessageVT ¶
func (*Status) Descriptor
deprecated
func (*Status) GetConditions ¶
func (*Status) GetMessage ¶
func (*Status) MarshalToSizedBufferVT ¶
func (*Status) MarshalToSizedBufferVTStrict ¶
func (*Status) MarshalVTStrict ¶
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) ProtoReflect ¶
func (x *Status) ProtoReflect() protoreflect.Message
func (*Status) UnmarshalVT ¶
func (*Status) UnmarshalVTUnsafe ¶
Click to show internal directories.
Click to hide internal directories.