agentcfg

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2020 License: MIT Imports: 17 Imported by: 0

Documentation

Index

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 {
	Gitops        *GitopsCF        `protobuf:"bytes,1,opt,name=gitops,proto3" json:"gitops,omitempty"`
	Observability *ObservabilityCF `protobuf:"bytes,2,opt,name=observability,proto3" json:"observability,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentConfiguration) Descriptor deprecated

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

Deprecated: Use AgentConfiguration.ProtoReflect.Descriptor instead.

func (*AgentConfiguration) GetGitops added in v0.0.5

func (x *AgentConfiguration) GetGitops() *GitopsCF

func (*AgentConfiguration) GetObservability added in v0.0.7

func (x *AgentConfiguration) GetObservability() *ObservabilityCF

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

func (*AgentConfiguration) Validate added in v0.0.7

func (m *AgentConfiguration) Validate() error

Validate checks the field values on AgentConfiguration with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AgentConfigurationValidationError added in v0.0.7

type AgentConfigurationValidationError struct {
	// contains filtered or unexported fields
}

AgentConfigurationValidationError is the validation error returned by AgentConfiguration.Validate if the designated constraints aren't met.

func (AgentConfigurationValidationError) Cause added in v0.0.7

Cause function returns cause value.

func (AgentConfigurationValidationError) Error added in v0.0.7

Error satisfies the builtin error interface

func (AgentConfigurationValidationError) ErrorName added in v0.0.7

ErrorName returns error name.

func (AgentConfigurationValidationError) Field added in v0.0.7

Field function returns field value.

func (AgentConfigurationValidationError) Key added in v0.0.7

Key function returns key value.

func (AgentConfigurationValidationError) Reason added in v0.0.7

Reason function returns reason value.

type ConfigurationFile

type ConfigurationFile struct {
	Gitops        *GitopsCF        `protobuf:"bytes,1,opt,name=gitops,proto3" json:"gitops,omitempty"`
	Observability *ObservabilityCF `protobuf:"bytes,2,opt,name=observability,proto3" json:"observability,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigurationFile) Descriptor deprecated

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

Deprecated: Use ConfigurationFile.ProtoReflect.Descriptor instead.

func (*ConfigurationFile) GetGitops added in v0.0.5

func (x *ConfigurationFile) GetGitops() *GitopsCF

func (*ConfigurationFile) GetObservability added in v0.0.7

func (x *ConfigurationFile) GetObservability() *ObservabilityCF

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

func (*ConfigurationFile) Validate added in v0.0.7

func (m *ConfigurationFile) Validate() error

Validate checks the field values on ConfigurationFile with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ConfigurationFileValidationError added in v0.0.7

type ConfigurationFileValidationError struct {
	// contains filtered or unexported fields
}

ConfigurationFileValidationError is the validation error returned by ConfigurationFile.Validate if the designated constraints aren't met.

func (ConfigurationFileValidationError) Cause added in v0.0.7

Cause function returns cause value.

func (ConfigurationFileValidationError) Error added in v0.0.7

Error satisfies the builtin error interface

func (ConfigurationFileValidationError) ErrorName added in v0.0.7

ErrorName returns error name.

func (ConfigurationFileValidationError) Field added in v0.0.7

Field function returns field value.

func (ConfigurationFileValidationError) Key added in v0.0.7

Key function returns key value.

func (ConfigurationFileValidationError) Reason added in v0.0.7

Reason function returns reason value.

type GitopsCF added in v0.0.5

type GitopsCF struct {
	ManifestProjects []*ManifestProjectCF `protobuf:"bytes,1,rep,name=manifest_projects,proto3" json:"manifest_projects,omitempty"`
	// contains filtered or unexported fields
}

func (*GitopsCF) Descriptor deprecated added in v0.0.5

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

Deprecated: Use GitopsCF.ProtoReflect.Descriptor instead.

func (*GitopsCF) GetManifestProjects added in v0.0.5

func (x *GitopsCF) GetManifestProjects() []*ManifestProjectCF

func (*GitopsCF) ProtoMessage added in v0.0.5

func (*GitopsCF) ProtoMessage()

func (*GitopsCF) ProtoReflect added in v0.0.5

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

func (*GitopsCF) Reset added in v0.0.5

func (x *GitopsCF) Reset()

func (*GitopsCF) String added in v0.0.5

func (x *GitopsCF) String() string

func (*GitopsCF) Validate added in v0.0.7

func (m *GitopsCF) Validate() error

Validate checks the field values on GitopsCF with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GitopsCFValidationError added in v0.0.7

type GitopsCFValidationError struct {
	// contains filtered or unexported fields
}

GitopsCFValidationError is the validation error returned by GitopsCF.Validate if the designated constraints aren't met.

func (GitopsCFValidationError) Cause added in v0.0.7

func (e GitopsCFValidationError) Cause() error

Cause function returns cause value.

func (GitopsCFValidationError) Error added in v0.0.7

func (e GitopsCFValidationError) Error() string

Error satisfies the builtin error interface

func (GitopsCFValidationError) ErrorName added in v0.0.7

func (e GitopsCFValidationError) ErrorName() string

ErrorName returns error name.

func (GitopsCFValidationError) Field added in v0.0.7

func (e GitopsCFValidationError) Field() string

Field function returns field value.

func (GitopsCFValidationError) Key added in v0.0.7

func (e GitopsCFValidationError) Key() bool

Key function returns key value.

func (GitopsCFValidationError) Reason added in v0.0.7

func (e GitopsCFValidationError) Reason() string

Reason function returns reason value.

type LoggingCF added in v0.0.7

type LoggingCF struct {
	Level string `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*LoggingCF) Descriptor deprecated added in v0.0.7

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

Deprecated: Use LoggingCF.ProtoReflect.Descriptor instead.

func (*LoggingCF) GetLevel added in v0.0.7

func (x *LoggingCF) GetLevel() string

func (*LoggingCF) ProtoMessage added in v0.0.7

func (*LoggingCF) ProtoMessage()

func (*LoggingCF) ProtoReflect added in v0.0.7

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

func (*LoggingCF) Reset added in v0.0.7

func (x *LoggingCF) Reset()

func (*LoggingCF) String added in v0.0.7

func (x *LoggingCF) String() string

func (*LoggingCF) Validate added in v0.0.7

func (m *LoggingCF) Validate() error

Validate checks the field values on LoggingCF with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type LoggingCFValidationError added in v0.0.7

type LoggingCFValidationError struct {
	// contains filtered or unexported fields
}

LoggingCFValidationError is the validation error returned by LoggingCF.Validate if the designated constraints aren't met.

func (LoggingCFValidationError) Cause added in v0.0.7

func (e LoggingCFValidationError) Cause() error

Cause function returns cause value.

func (LoggingCFValidationError) Error added in v0.0.7

func (e LoggingCFValidationError) Error() string

Error satisfies the builtin error interface

func (LoggingCFValidationError) ErrorName added in v0.0.7

func (e LoggingCFValidationError) ErrorName() string

ErrorName returns error name.

func (LoggingCFValidationError) Field added in v0.0.7

func (e LoggingCFValidationError) Field() string

Field function returns field value.

func (LoggingCFValidationError) Key added in v0.0.7

Key function returns key value.

func (LoggingCFValidationError) Reason added in v0.0.7

func (e LoggingCFValidationError) Reason() string

Reason function returns reason value.

type ManifestProjectCF

type ManifestProjectCF struct {
	Id                 string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ResourceInclusions []*ResourceFilterCF `protobuf:"bytes,2,rep,name=resource_inclusions,proto3" json:"resource_inclusions,omitempty"`
	ResourceExclusions []*ResourceFilterCF `protobuf:"bytes,3,rep,name=resource_exclusions,proto3" json:"resource_exclusions,omitempty"`
	DefaultNamespace   string              `protobuf:"bytes,4,opt,name=default_namespace,proto3" json:"default_namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ManifestProjectCF) Descriptor deprecated

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

Deprecated: Use ManifestProjectCF.ProtoReflect.Descriptor instead.

func (*ManifestProjectCF) GetDefaultNamespace added in v0.0.7

func (x *ManifestProjectCF) GetDefaultNamespace() string

func (*ManifestProjectCF) GetId

func (x *ManifestProjectCF) GetId() string

func (*ManifestProjectCF) GetResourceExclusions added in v0.0.5

func (x *ManifestProjectCF) GetResourceExclusions() []*ResourceFilterCF

func (*ManifestProjectCF) GetResourceInclusions added in v0.0.5

func (x *ManifestProjectCF) GetResourceInclusions() []*ResourceFilterCF

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

func (*ManifestProjectCF) Validate added in v0.0.7

func (m *ManifestProjectCF) Validate() error

Validate checks the field values on ManifestProjectCF with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ManifestProjectCFValidationError added in v0.0.7

type ManifestProjectCFValidationError struct {
	// contains filtered or unexported fields
}

ManifestProjectCFValidationError is the validation error returned by ManifestProjectCF.Validate if the designated constraints aren't met.

func (ManifestProjectCFValidationError) Cause added in v0.0.7

Cause function returns cause value.

func (ManifestProjectCFValidationError) Error added in v0.0.7

Error satisfies the builtin error interface

func (ManifestProjectCFValidationError) ErrorName added in v0.0.7

ErrorName returns error name.

func (ManifestProjectCFValidationError) Field added in v0.0.7

Field function returns field value.

func (ManifestProjectCFValidationError) Key added in v0.0.7

Key function returns key value.

func (ManifestProjectCFValidationError) Reason added in v0.0.7

Reason function returns reason value.

type ObservabilityCF added in v0.0.7

type ObservabilityCF struct {
	Logging *LoggingCF `protobuf:"bytes,1,opt,name=logging,proto3" json:"logging,omitempty"`
	// contains filtered or unexported fields
}

func (*ObservabilityCF) Descriptor deprecated added in v0.0.7

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

Deprecated: Use ObservabilityCF.ProtoReflect.Descriptor instead.

func (*ObservabilityCF) GetLogging added in v0.0.7

func (x *ObservabilityCF) GetLogging() *LoggingCF

func (*ObservabilityCF) ProtoMessage added in v0.0.7

func (*ObservabilityCF) ProtoMessage()

func (*ObservabilityCF) ProtoReflect added in v0.0.7

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

func (*ObservabilityCF) Reset added in v0.0.7

func (x *ObservabilityCF) Reset()

func (*ObservabilityCF) String added in v0.0.7

func (x *ObservabilityCF) String() string

func (*ObservabilityCF) Validate added in v0.0.7

func (m *ObservabilityCF) Validate() error

Validate checks the field values on ObservabilityCF with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ObservabilityCFValidationError added in v0.0.7

type ObservabilityCFValidationError struct {
	// contains filtered or unexported fields
}

ObservabilityCFValidationError is the validation error returned by ObservabilityCF.Validate if the designated constraints aren't met.

func (ObservabilityCFValidationError) Cause added in v0.0.7

Cause function returns cause value.

func (ObservabilityCFValidationError) Error added in v0.0.7

Error satisfies the builtin error interface

func (ObservabilityCFValidationError) ErrorName added in v0.0.7

func (e ObservabilityCFValidationError) ErrorName() string

ErrorName returns error name.

func (ObservabilityCFValidationError) Field added in v0.0.7

Field function returns field value.

func (ObservabilityCFValidationError) Key added in v0.0.7

Key function returns key value.

func (ObservabilityCFValidationError) Reason added in v0.0.7

Reason function returns reason value.

type ResourceFilterCF added in v0.0.5

type ResourceFilterCF struct {
	ApiGroups []string `protobuf:"bytes,1,rep,name=api_groups,proto3" json:"api_groups,omitempty"`
	Kinds     []string `protobuf:"bytes,2,rep,name=kinds,proto3" json:"kinds,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceFilterCF) Descriptor deprecated added in v0.0.5

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

Deprecated: Use ResourceFilterCF.ProtoReflect.Descriptor instead.

func (*ResourceFilterCF) GetApiGroups added in v0.0.5

func (x *ResourceFilterCF) GetApiGroups() []string

func (*ResourceFilterCF) GetKinds added in v0.0.5

func (x *ResourceFilterCF) GetKinds() []string

func (*ResourceFilterCF) ProtoMessage added in v0.0.5

func (*ResourceFilterCF) ProtoMessage()

func (*ResourceFilterCF) ProtoReflect added in v0.0.5

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

func (*ResourceFilterCF) Reset added in v0.0.5

func (x *ResourceFilterCF) Reset()

func (*ResourceFilterCF) String added in v0.0.5

func (x *ResourceFilterCF) String() string

func (*ResourceFilterCF) Validate added in v0.0.7

func (m *ResourceFilterCF) Validate() error

Validate checks the field values on ResourceFilterCF with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ResourceFilterCFValidationError added in v0.0.7

type ResourceFilterCFValidationError struct {
	// contains filtered or unexported fields
}

ResourceFilterCFValidationError is the validation error returned by ResourceFilterCF.Validate if the designated constraints aren't met.

func (ResourceFilterCFValidationError) Cause added in v0.0.7

Cause function returns cause value.

func (ResourceFilterCFValidationError) Error added in v0.0.7

Error satisfies the builtin error interface

func (ResourceFilterCFValidationError) ErrorName added in v0.0.7

ErrorName returns error name.

func (ResourceFilterCFValidationError) Field added in v0.0.7

Field function returns field value.

func (ResourceFilterCFValidationError) Key added in v0.0.7

Key function returns key value.

func (ResourceFilterCFValidationError) Reason added in v0.0.7

Reason function returns reason value.

Jump to

Keyboard shortcuts

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