Documentation ¶
Index ¶
- Variables
- type AgentConfiguration
- func (*AgentConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *AgentConfiguration) GetDeployments() *DeploymentsCF
- func (*AgentConfiguration) ProtoMessage()
- func (x *AgentConfiguration) ProtoReflect() protoreflect.Message
- func (x *AgentConfiguration) Reset()
- func (x *AgentConfiguration) String() string
- type ConfigurationFile
- func (*ConfigurationFile) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigurationFile) GetDeployments() *DeploymentsCF
- func (*ConfigurationFile) ProtoMessage()
- func (x *ConfigurationFile) ProtoReflect() protoreflect.Message
- func (x *ConfigurationFile) Reset()
- func (x *ConfigurationFile) String() string
- type DeploymentsCF
- type ManifestProjectCF
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_agentcfg_agentcfg_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AgentConfiguration ¶
type AgentConfiguration struct { Deployments *DeploymentsCF `protobuf:"bytes,1,opt,name=deployments,proto3" json:"deployments,omitempty"` // contains filtered or unexported fields }
func (*AgentConfiguration) Descriptor
deprecated
func (*AgentConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use AgentConfiguration.ProtoReflect.Descriptor instead.
func (*AgentConfiguration) GetDeployments ¶
func (x *AgentConfiguration) GetDeployments() *DeploymentsCF
func (*AgentConfiguration) ProtoMessage ¶
func (*AgentConfiguration) ProtoMessage()
func (*AgentConfiguration) ProtoReflect ¶
func (x *AgentConfiguration) ProtoReflect() protoreflect.Message
func (*AgentConfiguration) Reset ¶
func (x *AgentConfiguration) Reset()
func (*AgentConfiguration) String ¶
func (x *AgentConfiguration) String() string
type ConfigurationFile ¶
type ConfigurationFile struct { Deployments *DeploymentsCF `protobuf:"bytes,1,opt,name=deployments,proto3" json:"deployments,omitempty"` // contains filtered or unexported fields }
func (*ConfigurationFile) Descriptor
deprecated
func (*ConfigurationFile) Descriptor() ([]byte, []int)
Deprecated: Use ConfigurationFile.ProtoReflect.Descriptor instead.
func (*ConfigurationFile) GetDeployments ¶
func (x *ConfigurationFile) GetDeployments() *DeploymentsCF
func (*ConfigurationFile) ProtoMessage ¶
func (*ConfigurationFile) ProtoMessage()
func (*ConfigurationFile) ProtoReflect ¶
func (x *ConfigurationFile) ProtoReflect() protoreflect.Message
func (*ConfigurationFile) Reset ¶
func (x *ConfigurationFile) Reset()
func (*ConfigurationFile) String ¶
func (x *ConfigurationFile) String() string
type DeploymentsCF ¶
type DeploymentsCF struct { ManifestProjects []*ManifestProjectCF `protobuf:"bytes,1,rep,name=manifest_projects,proto3" json:"manifest_projects,omitempty"` // contains filtered or unexported fields }
func (*DeploymentsCF) Descriptor
deprecated
func (*DeploymentsCF) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentsCF.ProtoReflect.Descriptor instead.
func (*DeploymentsCF) GetManifestProjects ¶
func (x *DeploymentsCF) GetManifestProjects() []*ManifestProjectCF
func (*DeploymentsCF) ProtoMessage ¶
func (*DeploymentsCF) ProtoMessage()
func (*DeploymentsCF) ProtoReflect ¶
func (x *DeploymentsCF) ProtoReflect() protoreflect.Message
func (*DeploymentsCF) Reset ¶
func (x *DeploymentsCF) Reset()
func (*DeploymentsCF) String ¶
func (x *DeploymentsCF) String() string
type ManifestProjectCF ¶
type ManifestProjectCF struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ManifestProjectCF) Descriptor
deprecated
func (*ManifestProjectCF) Descriptor() ([]byte, []int)
Deprecated: Use ManifestProjectCF.ProtoReflect.Descriptor instead.
func (*ManifestProjectCF) GetId ¶
func (x *ManifestProjectCF) GetId() string
func (*ManifestProjectCF) ProtoMessage ¶
func (*ManifestProjectCF) ProtoMessage()
func (*ManifestProjectCF) ProtoReflect ¶
func (x *ManifestProjectCF) ProtoReflect() protoreflect.Message
func (*ManifestProjectCF) Reset ¶
func (x *ManifestProjectCF) Reset()
func (*ManifestProjectCF) String ¶
func (x *ManifestProjectCF) String() string
Click to show internal directories.
Click to hide internal directories.