resource

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_kollect_resource_event_v1_event_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ResourceCreatedEvent

type ResourceCreatedEvent struct {
	Uid       string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Resource  []byte `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceCreatedEvent) Descriptor deprecated

func (*ResourceCreatedEvent) Descriptor() ([]byte, []int)

Deprecated: Use ResourceCreatedEvent.ProtoReflect.Descriptor instead.

func (*ResourceCreatedEvent) GetClusterId

func (x *ResourceCreatedEvent) GetClusterId() string

func (*ResourceCreatedEvent) GetResource

func (x *ResourceCreatedEvent) GetResource() []byte

func (*ResourceCreatedEvent) GetUid

func (x *ResourceCreatedEvent) GetUid() string

func (*ResourceCreatedEvent) ProtoMessage

func (*ResourceCreatedEvent) ProtoMessage()

func (*ResourceCreatedEvent) ProtoReflect

func (x *ResourceCreatedEvent) ProtoReflect() protoreflect.Message

func (*ResourceCreatedEvent) Reset

func (x *ResourceCreatedEvent) Reset()

func (*ResourceCreatedEvent) String

func (x *ResourceCreatedEvent) String() string

type ResourceDeletedEvent

type ResourceDeletedEvent struct {
	Uid       string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	ClusterId string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceDeletedEvent) Descriptor deprecated

func (*ResourceDeletedEvent) Descriptor() ([]byte, []int)

Deprecated: Use ResourceDeletedEvent.ProtoReflect.Descriptor instead.

func (*ResourceDeletedEvent) GetClusterId

func (x *ResourceDeletedEvent) GetClusterId() string

func (*ResourceDeletedEvent) GetUid

func (x *ResourceDeletedEvent) GetUid() string

func (*ResourceDeletedEvent) ProtoMessage

func (*ResourceDeletedEvent) ProtoMessage()

func (*ResourceDeletedEvent) ProtoReflect

func (x *ResourceDeletedEvent) ProtoReflect() protoreflect.Message

func (*ResourceDeletedEvent) Reset

func (x *ResourceDeletedEvent) Reset()

func (*ResourceDeletedEvent) String

func (x *ResourceDeletedEvent) String() string

type ResourceUpdatedEvent

type ResourceUpdatedEvent struct {
	Uid       string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Old       []byte `protobuf:"bytes,2,opt,name=old,proto3" json:"old,omitempty"`
	New       []byte `protobuf:"bytes,3,opt,name=new,proto3" json:"new,omitempty"`
	ClusterId string `protobuf:"bytes,4,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceUpdatedEvent) Descriptor deprecated

func (*ResourceUpdatedEvent) Descriptor() ([]byte, []int)

Deprecated: Use ResourceUpdatedEvent.ProtoReflect.Descriptor instead.

func (*ResourceUpdatedEvent) GetClusterId

func (x *ResourceUpdatedEvent) GetClusterId() string

func (*ResourceUpdatedEvent) GetNew

func (x *ResourceUpdatedEvent) GetNew() []byte

func (*ResourceUpdatedEvent) GetOld

func (x *ResourceUpdatedEvent) GetOld() []byte

func (*ResourceUpdatedEvent) GetUid

func (x *ResourceUpdatedEvent) GetUid() string

func (*ResourceUpdatedEvent) ProtoMessage

func (*ResourceUpdatedEvent) ProtoMessage()

func (*ResourceUpdatedEvent) ProtoReflect

func (x *ResourceUpdatedEvent) ProtoReflect() protoreflect.Message

func (*ResourceUpdatedEvent) Reset

func (x *ResourceUpdatedEvent) Reset()

func (*ResourceUpdatedEvent) String

func (x *ResourceUpdatedEvent) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL