Versions in this module Expand all Collapse all v0 v0.0.2 Jan 9, 2025 v0.0.1 Jan 7, 2025 Changes in this version + var File_notification_v1_notification_proto protoreflect.FileDescriptor + var NotificationSpec_Operation_name = map[int32]string + var NotificationSpec_Operation_value = map[string]int32 + type Notification struct + Metadata *v1.ObjectMeta + Spec *NotificationSpec + Type *v1.TypeMeta + func (*Notification) Descriptor() ([]byte, []int) + func (*Notification) ProtoMessage() + func (m *Notification) CloneMessageVT() proto.Message + func (m *Notification) CloneVT() *Notification + func (m *Notification) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Notification) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Notification) MarshalToVT(dAtA []byte) (int, error) + func (m *Notification) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Notification) MarshalVT() (dAtA []byte, err error) + func (m *Notification) MarshalVTStrict() (dAtA []byte, err error) + func (m *Notification) SizeVT() (n int) + func (m *Notification) UnmarshalVT(dAtA []byte) error + func (m *Notification) UnmarshalVTUnsafe(dAtA []byte) error + func (this *Notification) EqualMessageVT(thatMsg proto.Message) bool + func (this *Notification) EqualVT(that *Notification) bool + func (x *Notification) GetMetadata() *v1.ObjectMeta + func (x *Notification) GetSpec() *NotificationSpec + func (x *Notification) GetType() *v1.TypeMeta + func (x *Notification) ProtoReflect() protoreflect.Message + func (x *Notification) Reset() + func (x *Notification) String() string + type NotificationSpec struct + CorrelationId string + Operation NotificationSpec_Operation + ResourceData *structpb.Struct + ResourceId string + ResourceType string + ResourceVersion string + SelfLink string + func (*NotificationSpec) Descriptor() ([]byte, []int) + func (*NotificationSpec) ProtoMessage() + func (m *NotificationSpec) CloneMessageVT() proto.Message + func (m *NotificationSpec) CloneVT() *NotificationSpec + func (m *NotificationSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *NotificationSpec) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *NotificationSpec) MarshalToVT(dAtA []byte) (int, error) + func (m *NotificationSpec) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *NotificationSpec) MarshalVT() (dAtA []byte, err error) + func (m *NotificationSpec) MarshalVTStrict() (dAtA []byte, err error) + func (m *NotificationSpec) SizeVT() (n int) + func (m *NotificationSpec) UnmarshalVT(dAtA []byte) error + func (m *NotificationSpec) UnmarshalVTUnsafe(dAtA []byte) error + func (this *NotificationSpec) EqualMessageVT(thatMsg proto.Message) bool + func (this *NotificationSpec) EqualVT(that *NotificationSpec) bool + func (x *NotificationSpec) GetCorrelationId() string + func (x *NotificationSpec) GetOperation() NotificationSpec_Operation + func (x *NotificationSpec) GetResourceData() *structpb.Struct + func (x *NotificationSpec) GetResourceId() string + func (x *NotificationSpec) GetResourceType() string + func (x *NotificationSpec) GetResourceVersion() string + func (x *NotificationSpec) GetSelfLink() string + func (x *NotificationSpec) ProtoReflect() protoreflect.Message + func (x *NotificationSpec) Reset() + func (x *NotificationSpec) String() string + type NotificationSpec_Operation int32 + const NotificationSpec_OPERATION_CREATE + const NotificationSpec_OPERATION_DELETE + const NotificationSpec_OPERATION_READ + const NotificationSpec_OPERATION_UNSPECIFIED + const NotificationSpec_OPERATION_UPDATE + func (NotificationSpec_Operation) Descriptor() protoreflect.EnumDescriptor + func (NotificationSpec_Operation) EnumDescriptor() ([]byte, []int) + func (NotificationSpec_Operation) Type() protoreflect.EnumType + func (x NotificationSpec_Operation) Enum() *NotificationSpec_Operation + func (x NotificationSpec_Operation) Number() protoreflect.EnumNumber + func (x NotificationSpec_Operation) String() string