Documentation ¶
Index ¶
- Variables
- type Deployment
- func (*Deployment) Descriptor() ([]byte, []int)deprecated
- func (x *Deployment) GetRequireReason() bool
- func (x *Deployment) GetSlackBotTokenSecretRef() string
- func (x *Deployment) GetUpdateSlackChannel() string
- func (*Deployment) ProtoMessage()
- func (x *Deployment) ProtoReflect() protoreflect.Message
- func (x *Deployment) Reset()
- func (x *Deployment) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_framework_deploy_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Deployment struct { RequireReason bool `protobuf:"varint,1,opt,name=require_reason,json=requireReason,proto3" json:"require_reason,omitempty"` UpdateSlackChannel string `protobuf:"bytes,2,opt,name=update_slack_channel,json=updateSlackChannel,proto3" json:"update_slack_channel,omitempty"` SlackBotTokenSecretRef string `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Deployment) Descriptor
deprecated
func (*Deployment) Descriptor() ([]byte, []int)
Deprecated: Use Deployment.ProtoReflect.Descriptor instead.
func (*Deployment) GetRequireReason ¶
func (x *Deployment) GetRequireReason() bool
func (*Deployment) GetSlackBotTokenSecretRef ¶
func (x *Deployment) GetSlackBotTokenSecretRef() string
func (*Deployment) GetUpdateSlackChannel ¶
func (x *Deployment) GetUpdateSlackChannel() string
func (*Deployment) ProtoMessage ¶
func (*Deployment) ProtoMessage()
func (*Deployment) ProtoReflect ¶
func (x *Deployment) ProtoReflect() protoreflect.Message
func (*Deployment) Reset ¶
func (x *Deployment) Reset()
func (*Deployment) String ¶
func (x *Deployment) String() string
Click to show internal directories.
Click to hide internal directories.