agentcfg

package
v15.11.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LogLevelEnum_name = map[int32]string{
		0: "info",
		1: "debug",
		2: "warn",
		3: "error",
	}
	LogLevelEnum_value = map[string]int32{
		"info":  0,
		"debug": 1,
		"warn":  2,
		"error": 3,
	}
)

Enum value maps for LogLevelEnum.

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"`
	AgentId           int64            `protobuf:"varint,4,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	ProjectId         int64            `protobuf:"varint,5,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CiAccess          *CiAccessCF      `protobuf:"bytes,6,opt,name=ci_access,json=ciAccess,proto3" json:"ci_access,omitempty"`
	Starboard         *StarboardCF     `protobuf:"bytes,7,opt,name=starboard,proto3" json:"starboard,omitempty"`
	ProjectPath       string           `protobuf:"bytes,8,opt,name=project_path,json=projectPath,proto3" json:"project_path,omitempty"`
	RemoteDevelopment *RemoteCF        `protobuf:"bytes,9,opt,name=remote_development,json=remoteDevelopment,proto3" json:"remote_development,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentConfiguration) Descriptor deprecated

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

Deprecated: Use AgentConfiguration.ProtoReflect.Descriptor instead.

func (*AgentConfiguration) GetAgentId

func (x *AgentConfiguration) GetAgentId() int64

func (*AgentConfiguration) GetCiAccess

func (x *AgentConfiguration) GetCiAccess() *CiAccessCF

func (*AgentConfiguration) GetGitops

func (x *AgentConfiguration) GetGitops() *GitopsCF

func (*AgentConfiguration) GetObservability

func (x *AgentConfiguration) GetObservability() *ObservabilityCF

func (*AgentConfiguration) GetProjectId

func (x *AgentConfiguration) GetProjectId() int64

func (*AgentConfiguration) GetProjectPath added in v15.7.0

func (x *AgentConfiguration) GetProjectPath() string

func (*AgentConfiguration) GetRemoteDevelopment added in v15.11.0

func (x *AgentConfiguration) GetRemoteDevelopment() *RemoteCF

func (*AgentConfiguration) GetStarboard

func (x *AgentConfiguration) GetStarboard() *StarboardCF

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

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, the first error encountered is returned, or nil if there are no violations.

func (*AgentConfiguration) ValidateAll

func (m *AgentConfiguration) ValidateAll() error

ValidateAll checks the field values on AgentConfiguration with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AgentConfigurationMultiError, or nil if none found.

type AgentConfigurationMultiError

type AgentConfigurationMultiError []error

AgentConfigurationMultiError is an error wrapping multiple validation errors returned by AgentConfiguration.ValidateAll() if the designated constraints aren't met.

func (AgentConfigurationMultiError) AllErrors

func (m AgentConfigurationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AgentConfigurationMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AgentConfigurationValidationError

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

Cause function returns cause value.

func (AgentConfigurationValidationError) Error

Error satisfies the builtin error interface

func (AgentConfigurationValidationError) ErrorName

ErrorName returns error name.

func (AgentConfigurationValidationError) Field

Field function returns field value.

func (AgentConfigurationValidationError) Key

Key function returns key value.

func (AgentConfigurationValidationError) Reason

Reason function returns reason value.

type ChartCF added in v15.4.0

type ChartCF struct {
	ReleaseName string           `protobuf:"bytes,1,opt,name=release_name,proto3" json:"release_name,omitempty"`
	Source      *ChartSourceCF   `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Values      []*ChartValuesCF `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"`
	Namespace   *string          `protobuf:"bytes,4,opt,name=namespace,proto3,oneof" json:"namespace,omitempty"`
	MaxHistory  *int32           `protobuf:"varint,5,opt,name=max_history,proto3,oneof" json:"max_history,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartCF) Descriptor deprecated added in v15.4.0

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

Deprecated: Use ChartCF.ProtoReflect.Descriptor instead.

func (*ChartCF) GetMaxHistory added in v15.4.0

func (x *ChartCF) GetMaxHistory() int32

func (*ChartCF) GetNamespace added in v15.4.0

func (x *ChartCF) GetNamespace() string

func (*ChartCF) GetReleaseName added in v15.4.0

func (x *ChartCF) GetReleaseName() string

func (*ChartCF) GetSource added in v15.4.0

func (x *ChartCF) GetSource() *ChartSourceCF

func (*ChartCF) GetValues added in v15.6.0

func (x *ChartCF) GetValues() []*ChartValuesCF

func (*ChartCF) ProtoMessage added in v15.4.0

func (*ChartCF) ProtoMessage()

func (*ChartCF) ProtoReflect added in v15.4.0

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

func (*ChartCF) Reset added in v15.4.0

func (x *ChartCF) Reset()

func (*ChartCF) String added in v15.4.0

func (x *ChartCF) String() string

func (*ChartCF) Validate added in v15.4.0

func (m *ChartCF) Validate() error

Validate checks the field values on ChartCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChartCF) ValidateAll added in v15.4.0

func (m *ChartCF) ValidateAll() error

ValidateAll checks the field values on ChartCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartCFMultiError, or nil if none found.

type ChartCFMultiError added in v15.4.0

type ChartCFMultiError []error

ChartCFMultiError is an error wrapping multiple validation errors returned by ChartCF.ValidateAll() if the designated constraints aren't met.

func (ChartCFMultiError) AllErrors added in v15.4.0

func (m ChartCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartCFMultiError) Error added in v15.4.0

func (m ChartCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChartCFValidationError added in v15.4.0

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

ChartCFValidationError is the validation error returned by ChartCF.Validate if the designated constraints aren't met.

func (ChartCFValidationError) Cause added in v15.4.0

func (e ChartCFValidationError) Cause() error

Cause function returns cause value.

func (ChartCFValidationError) Error added in v15.4.0

func (e ChartCFValidationError) Error() string

Error satisfies the builtin error interface

func (ChartCFValidationError) ErrorName added in v15.4.0

func (e ChartCFValidationError) ErrorName() string

ErrorName returns error name.

func (ChartCFValidationError) Field added in v15.4.0

func (e ChartCFValidationError) Field() string

Field function returns field value.

func (ChartCFValidationError) Key added in v15.4.0

func (e ChartCFValidationError) Key() bool

Key function returns key value.

func (ChartCFValidationError) Reason added in v15.4.0

func (e ChartCFValidationError) Reason() string

Reason function returns reason value.

type ChartProjectSourceCF added in v15.4.0

type ChartProjectSourceCF struct {
	Id   string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Path string    `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Ref  *GitRefCF `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartProjectSourceCF) Descriptor deprecated added in v15.4.0

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

Deprecated: Use ChartProjectSourceCF.ProtoReflect.Descriptor instead.

func (*ChartProjectSourceCF) GetId added in v15.4.0

func (x *ChartProjectSourceCF) GetId() string

func (*ChartProjectSourceCF) GetPath added in v15.4.0

func (x *ChartProjectSourceCF) GetPath() string

func (*ChartProjectSourceCF) GetRef added in v15.7.0

func (x *ChartProjectSourceCF) GetRef() *GitRefCF

func (*ChartProjectSourceCF) ProtoMessage added in v15.4.0

func (*ChartProjectSourceCF) ProtoMessage()

func (*ChartProjectSourceCF) ProtoReflect added in v15.4.0

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

func (*ChartProjectSourceCF) Reset added in v15.4.0

func (x *ChartProjectSourceCF) Reset()

func (*ChartProjectSourceCF) String added in v15.4.0

func (x *ChartProjectSourceCF) String() string

func (*ChartProjectSourceCF) Validate added in v15.4.0

func (m *ChartProjectSourceCF) Validate() error

Validate checks the field values on ChartProjectSourceCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChartProjectSourceCF) ValidateAll added in v15.4.0

func (m *ChartProjectSourceCF) ValidateAll() error

ValidateAll checks the field values on ChartProjectSourceCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartProjectSourceCFMultiError, or nil if none found.

type ChartProjectSourceCFMultiError added in v15.4.0

type ChartProjectSourceCFMultiError []error

ChartProjectSourceCFMultiError is an error wrapping multiple validation errors returned by ChartProjectSourceCF.ValidateAll() if the designated constraints aren't met.

func (ChartProjectSourceCFMultiError) AllErrors added in v15.4.0

func (m ChartProjectSourceCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartProjectSourceCFMultiError) Error added in v15.4.0

Error returns a concatenation of all the error messages it wraps.

type ChartProjectSourceCFValidationError added in v15.4.0

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

ChartProjectSourceCFValidationError is the validation error returned by ChartProjectSourceCF.Validate if the designated constraints aren't met.

func (ChartProjectSourceCFValidationError) Cause added in v15.4.0

Cause function returns cause value.

func (ChartProjectSourceCFValidationError) Error added in v15.4.0

Error satisfies the builtin error interface

func (ChartProjectSourceCFValidationError) ErrorName added in v15.4.0

ErrorName returns error name.

func (ChartProjectSourceCFValidationError) Field added in v15.4.0

Field function returns field value.

func (ChartProjectSourceCFValidationError) Key added in v15.4.0

Key function returns key value.

func (ChartProjectSourceCFValidationError) Reason added in v15.4.0

Reason function returns reason value.

type ChartSourceCF added in v15.4.0

type ChartSourceCF struct {

	// Types that are assignable to Source:
	//
	//	*ChartSourceCF_Project
	Source isChartSourceCF_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

func (*ChartSourceCF) Descriptor deprecated added in v15.4.0

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

Deprecated: Use ChartSourceCF.ProtoReflect.Descriptor instead.

func (*ChartSourceCF) GetProject added in v15.4.0

func (x *ChartSourceCF) GetProject() *ChartProjectSourceCF

func (*ChartSourceCF) GetSource added in v15.4.0

func (m *ChartSourceCF) GetSource() isChartSourceCF_Source

func (*ChartSourceCF) ProtoMessage added in v15.4.0

func (*ChartSourceCF) ProtoMessage()

func (*ChartSourceCF) ProtoReflect added in v15.4.0

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

func (*ChartSourceCF) Reset added in v15.4.0

func (x *ChartSourceCF) Reset()

func (*ChartSourceCF) String added in v15.4.0

func (x *ChartSourceCF) String() string

func (*ChartSourceCF) Validate added in v15.4.0

func (m *ChartSourceCF) Validate() error

Validate checks the field values on ChartSourceCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChartSourceCF) ValidateAll added in v15.4.0

func (m *ChartSourceCF) ValidateAll() error

ValidateAll checks the field values on ChartSourceCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartSourceCFMultiError, or nil if none found.

type ChartSourceCFMultiError added in v15.4.0

type ChartSourceCFMultiError []error

ChartSourceCFMultiError is an error wrapping multiple validation errors returned by ChartSourceCF.ValidateAll() if the designated constraints aren't met.

func (ChartSourceCFMultiError) AllErrors added in v15.4.0

func (m ChartSourceCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartSourceCFMultiError) Error added in v15.4.0

func (m ChartSourceCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChartSourceCFValidationError added in v15.4.0

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

ChartSourceCFValidationError is the validation error returned by ChartSourceCF.Validate if the designated constraints aren't met.

func (ChartSourceCFValidationError) Cause added in v15.4.0

Cause function returns cause value.

func (ChartSourceCFValidationError) Error added in v15.4.0

Error satisfies the builtin error interface

func (ChartSourceCFValidationError) ErrorName added in v15.4.0

func (e ChartSourceCFValidationError) ErrorName() string

ErrorName returns error name.

func (ChartSourceCFValidationError) Field added in v15.4.0

Field function returns field value.

func (ChartSourceCFValidationError) Key added in v15.4.0

Key function returns key value.

func (ChartSourceCFValidationError) Reason added in v15.4.0

Reason function returns reason value.

type ChartSourceCF_Project added in v15.4.0

type ChartSourceCF_Project struct {
	Project *ChartProjectSourceCF `protobuf:"bytes,1,opt,name=project,proto3,oneof"`
}

type ChartValuesCF added in v15.6.0

type ChartValuesCF struct {

	// Types that are assignable to From:
	//
	//	*ChartValuesCF_Inline
	//	*ChartValuesCF_File
	//	*ChartValuesCF_Url
	From isChartValuesCF_From `protobuf_oneof:"from"`
	// contains filtered or unexported fields
}

func (*ChartValuesCF) Descriptor deprecated added in v15.6.0

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

Deprecated: Use ChartValuesCF.ProtoReflect.Descriptor instead.

func (*ChartValuesCF) GetFile added in v15.7.0

func (x *ChartValuesCF) GetFile() *ChartValuesFileCF

func (*ChartValuesCF) GetFrom added in v15.7.0

func (m *ChartValuesCF) GetFrom() isChartValuesCF_From

func (*ChartValuesCF) GetInline added in v15.6.0

func (x *ChartValuesCF) GetInline() *structpb.Struct

func (*ChartValuesCF) GetUrl added in v15.7.0

func (x *ChartValuesCF) GetUrl() *ChartValuesUrlCF

func (*ChartValuesCF) ProtoMessage added in v15.6.0

func (*ChartValuesCF) ProtoMessage()

func (*ChartValuesCF) ProtoReflect added in v15.6.0

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

func (*ChartValuesCF) Reset added in v15.6.0

func (x *ChartValuesCF) Reset()

func (*ChartValuesCF) String added in v15.6.0

func (x *ChartValuesCF) String() string

func (*ChartValuesCF) Validate added in v15.6.0

func (m *ChartValuesCF) Validate() error

Validate checks the field values on ChartValuesCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChartValuesCF) ValidateAll added in v15.6.0

func (m *ChartValuesCF) ValidateAll() error

ValidateAll checks the field values on ChartValuesCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartValuesCFMultiError, or nil if none found.

type ChartValuesCFMultiError added in v15.6.0

type ChartValuesCFMultiError []error

ChartValuesCFMultiError is an error wrapping multiple validation errors returned by ChartValuesCF.ValidateAll() if the designated constraints aren't met.

func (ChartValuesCFMultiError) AllErrors added in v15.6.0

func (m ChartValuesCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartValuesCFMultiError) Error added in v15.6.0

func (m ChartValuesCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChartValuesCFValidationError added in v15.6.0

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

ChartValuesCFValidationError is the validation error returned by ChartValuesCF.Validate if the designated constraints aren't met.

func (ChartValuesCFValidationError) Cause added in v15.6.0

Cause function returns cause value.

func (ChartValuesCFValidationError) Error added in v15.6.0

Error satisfies the builtin error interface

func (ChartValuesCFValidationError) ErrorName added in v15.6.0

func (e ChartValuesCFValidationError) ErrorName() string

ErrorName returns error name.

func (ChartValuesCFValidationError) Field added in v15.6.0

Field function returns field value.

func (ChartValuesCFValidationError) Key added in v15.6.0

Key function returns key value.

func (ChartValuesCFValidationError) Reason added in v15.6.0

Reason function returns reason value.

type ChartValuesCF_File added in v15.7.0

type ChartValuesCF_File struct {
	File *ChartValuesFileCF `protobuf:"bytes,2,opt,name=file,proto3,oneof"`
}

type ChartValuesCF_Inline added in v15.6.0

type ChartValuesCF_Inline struct {
	Inline *structpb.Struct `protobuf:"bytes,1,opt,name=inline,proto3,oneof"`
}

type ChartValuesCF_Url added in v15.7.0

type ChartValuesCF_Url struct {
	Url *ChartValuesUrlCF `protobuf:"bytes,3,opt,name=url,proto3,oneof"`
}

type ChartValuesFileCF added in v15.7.0

type ChartValuesFileCF struct {
	ProjectId *string   `protobuf:"bytes,1,opt,name=project_id,proto3,oneof" json:"project_id,omitempty"`
	Ref       *GitRefCF `protobuf:"bytes,2,opt,name=ref,proto3" json:"ref,omitempty"`
	File      string    `protobuf:"bytes,3,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartValuesFileCF) Descriptor deprecated added in v15.7.0

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

Deprecated: Use ChartValuesFileCF.ProtoReflect.Descriptor instead.

func (*ChartValuesFileCF) GetFile added in v15.7.0

func (x *ChartValuesFileCF) GetFile() string

func (*ChartValuesFileCF) GetProjectId added in v15.7.0

func (x *ChartValuesFileCF) GetProjectId() string

func (*ChartValuesFileCF) GetRef added in v15.7.0

func (x *ChartValuesFileCF) GetRef() *GitRefCF

func (*ChartValuesFileCF) ProtoMessage added in v15.7.0

func (*ChartValuesFileCF) ProtoMessage()

func (*ChartValuesFileCF) ProtoReflect added in v15.7.0

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

func (*ChartValuesFileCF) Reset added in v15.7.0

func (x *ChartValuesFileCF) Reset()

func (*ChartValuesFileCF) String added in v15.7.0

func (x *ChartValuesFileCF) String() string

func (*ChartValuesFileCF) Validate added in v15.7.0

func (m *ChartValuesFileCF) Validate() error

Validate checks the field values on ChartValuesFileCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChartValuesFileCF) ValidateAll added in v15.7.0

func (m *ChartValuesFileCF) ValidateAll() error

ValidateAll checks the field values on ChartValuesFileCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartValuesFileCFMultiError, or nil if none found.

type ChartValuesFileCFMultiError added in v15.7.0

type ChartValuesFileCFMultiError []error

ChartValuesFileCFMultiError is an error wrapping multiple validation errors returned by ChartValuesFileCF.ValidateAll() if the designated constraints aren't met.

func (ChartValuesFileCFMultiError) AllErrors added in v15.7.0

func (m ChartValuesFileCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartValuesFileCFMultiError) Error added in v15.7.0

Error returns a concatenation of all the error messages it wraps.

type ChartValuesFileCFValidationError added in v15.7.0

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

ChartValuesFileCFValidationError is the validation error returned by ChartValuesFileCF.Validate if the designated constraints aren't met.

func (ChartValuesFileCFValidationError) Cause added in v15.7.0

Cause function returns cause value.

func (ChartValuesFileCFValidationError) Error added in v15.7.0

Error satisfies the builtin error interface

func (ChartValuesFileCFValidationError) ErrorName added in v15.7.0

ErrorName returns error name.

func (ChartValuesFileCFValidationError) Field added in v15.7.0

Field function returns field value.

func (ChartValuesFileCFValidationError) Key added in v15.7.0

Key function returns key value.

func (ChartValuesFileCFValidationError) Reason added in v15.7.0

Reason function returns reason value.

type ChartValuesUrlCF added in v15.7.0

type ChartValuesUrlCF struct {
	Url         string               `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	PollPeriod  *durationpb.Duration `protobuf:"bytes,2,opt,name=poll_period,proto3" json:"poll_period,omitempty"`
	MaxFileSize *uint32              `protobuf:"varint,3,opt,name=max_file_size,proto3,oneof" json:"max_file_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartValuesUrlCF) Descriptor deprecated added in v15.7.0

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

Deprecated: Use ChartValuesUrlCF.ProtoReflect.Descriptor instead.

func (*ChartValuesUrlCF) GetMaxFileSize added in v15.7.0

func (x *ChartValuesUrlCF) GetMaxFileSize() uint32

func (*ChartValuesUrlCF) GetPollPeriod added in v15.7.0

func (x *ChartValuesUrlCF) GetPollPeriod() *durationpb.Duration

func (*ChartValuesUrlCF) GetUrl added in v15.7.0

func (x *ChartValuesUrlCF) GetUrl() string

func (*ChartValuesUrlCF) ProtoMessage added in v15.7.0

func (*ChartValuesUrlCF) ProtoMessage()

func (*ChartValuesUrlCF) ProtoReflect added in v15.7.0

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

func (*ChartValuesUrlCF) Reset added in v15.7.0

func (x *ChartValuesUrlCF) Reset()

func (*ChartValuesUrlCF) String added in v15.7.0

func (x *ChartValuesUrlCF) String() string

func (*ChartValuesUrlCF) Validate added in v15.7.0

func (m *ChartValuesUrlCF) Validate() error

Validate checks the field values on ChartValuesUrlCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChartValuesUrlCF) ValidateAll added in v15.7.0

func (m *ChartValuesUrlCF) ValidateAll() error

ValidateAll checks the field values on ChartValuesUrlCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartValuesUrlCFMultiError, or nil if none found.

type ChartValuesUrlCFMultiError added in v15.7.0

type ChartValuesUrlCFMultiError []error

ChartValuesUrlCFMultiError is an error wrapping multiple validation errors returned by ChartValuesUrlCF.ValidateAll() if the designated constraints aren't met.

func (ChartValuesUrlCFMultiError) AllErrors added in v15.7.0

func (m ChartValuesUrlCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartValuesUrlCFMultiError) Error added in v15.7.0

Error returns a concatenation of all the error messages it wraps.

type ChartValuesUrlCFValidationError added in v15.7.0

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

ChartValuesUrlCFValidationError is the validation error returned by ChartValuesUrlCF.Validate if the designated constraints aren't met.

func (ChartValuesUrlCFValidationError) Cause added in v15.7.0

Cause function returns cause value.

func (ChartValuesUrlCFValidationError) Error added in v15.7.0

Error satisfies the builtin error interface

func (ChartValuesUrlCFValidationError) ErrorName added in v15.7.0

ErrorName returns error name.

func (ChartValuesUrlCFValidationError) Field added in v15.7.0

Field function returns field value.

func (ChartValuesUrlCFValidationError) Key added in v15.7.0

Key function returns key value.

func (ChartValuesUrlCFValidationError) Reason added in v15.7.0

Reason function returns reason value.

type CiAccessAsAgentCF

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

func (*CiAccessAsAgentCF) Descriptor deprecated

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

Deprecated: Use CiAccessAsAgentCF.ProtoReflect.Descriptor instead.

func (*CiAccessAsAgentCF) ProtoMessage

func (*CiAccessAsAgentCF) ProtoMessage()

func (*CiAccessAsAgentCF) ProtoReflect

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

func (*CiAccessAsAgentCF) Reset

func (x *CiAccessAsAgentCF) Reset()

func (*CiAccessAsAgentCF) String

func (x *CiAccessAsAgentCF) String() string

func (*CiAccessAsAgentCF) Validate

func (m *CiAccessAsAgentCF) Validate() error

Validate checks the field values on CiAccessAsAgentCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CiAccessAsAgentCF) ValidateAll

func (m *CiAccessAsAgentCF) ValidateAll() error

ValidateAll checks the field values on CiAccessAsAgentCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CiAccessAsAgentCFMultiError, or nil if none found.

type CiAccessAsAgentCFMultiError

type CiAccessAsAgentCFMultiError []error

CiAccessAsAgentCFMultiError is an error wrapping multiple validation errors returned by CiAccessAsAgentCF.ValidateAll() if the designated constraints aren't met.

func (CiAccessAsAgentCFMultiError) AllErrors

func (m CiAccessAsAgentCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CiAccessAsAgentCFMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CiAccessAsAgentCFValidationError

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

CiAccessAsAgentCFValidationError is the validation error returned by CiAccessAsAgentCF.Validate if the designated constraints aren't met.

func (CiAccessAsAgentCFValidationError) Cause

Cause function returns cause value.

func (CiAccessAsAgentCFValidationError) Error

Error satisfies the builtin error interface

func (CiAccessAsAgentCFValidationError) ErrorName

ErrorName returns error name.

func (CiAccessAsAgentCFValidationError) Field

Field function returns field value.

func (CiAccessAsAgentCFValidationError) Key

Key function returns key value.

func (CiAccessAsAgentCFValidationError) Reason

Reason function returns reason value.

type CiAccessAsCF

type CiAccessAsCF struct {

	// Types that are assignable to As:
	//
	//	*CiAccessAsCF_Agent
	//	*CiAccessAsCF_Impersonate
	//	*CiAccessAsCF_CiJob
	As isCiAccessAsCF_As `protobuf_oneof:"as"`
	// contains filtered or unexported fields
}

func (*CiAccessAsCF) Descriptor deprecated

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

Deprecated: Use CiAccessAsCF.ProtoReflect.Descriptor instead.

func (*CiAccessAsCF) GetAgent

func (x *CiAccessAsCF) GetAgent() *CiAccessAsAgentCF

func (*CiAccessAsCF) GetAs

func (m *CiAccessAsCF) GetAs() isCiAccessAsCF_As

func (*CiAccessAsCF) GetCiJob

func (x *CiAccessAsCF) GetCiJob() *CiAccessAsCiJobCF

func (*CiAccessAsCF) GetImpersonate

func (x *CiAccessAsCF) GetImpersonate() *CiAccessAsImpersonateCF

func (*CiAccessAsCF) ProtoMessage

func (*CiAccessAsCF) ProtoMessage()

func (*CiAccessAsCF) ProtoReflect

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

func (*CiAccessAsCF) Reset

func (x *CiAccessAsCF) Reset()

func (*CiAccessAsCF) String

func (x *CiAccessAsCF) String() string

func (*CiAccessAsCF) Validate

func (m *CiAccessAsCF) Validate() error

Validate checks the field values on CiAccessAsCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CiAccessAsCF) ValidateAll

func (m *CiAccessAsCF) ValidateAll() error

ValidateAll checks the field values on CiAccessAsCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CiAccessAsCFMultiError, or nil if none found.

type CiAccessAsCFMultiError

type CiAccessAsCFMultiError []error

CiAccessAsCFMultiError is an error wrapping multiple validation errors returned by CiAccessAsCF.ValidateAll() if the designated constraints aren't met.

func (CiAccessAsCFMultiError) AllErrors

func (m CiAccessAsCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CiAccessAsCFMultiError) Error

func (m CiAccessAsCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CiAccessAsCFValidationError

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

CiAccessAsCFValidationError is the validation error returned by CiAccessAsCF.Validate if the designated constraints aren't met.

func (CiAccessAsCFValidationError) Cause

Cause function returns cause value.

func (CiAccessAsCFValidationError) Error

Error satisfies the builtin error interface

func (CiAccessAsCFValidationError) ErrorName

func (e CiAccessAsCFValidationError) ErrorName() string

ErrorName returns error name.

func (CiAccessAsCFValidationError) Field

Field function returns field value.

func (CiAccessAsCFValidationError) Key

Key function returns key value.

func (CiAccessAsCFValidationError) Reason

Reason function returns reason value.

type CiAccessAsCF_Agent

type CiAccessAsCF_Agent struct {
	Agent *CiAccessAsAgentCF `protobuf:"bytes,1,opt,name=agent,proto3,oneof"`
}

type CiAccessAsCF_CiJob

type CiAccessAsCF_CiJob struct {
	CiJob *CiAccessAsCiJobCF `protobuf:"bytes,3,opt,name=ci_job,proto3,oneof"`
}

type CiAccessAsCF_Impersonate

type CiAccessAsCF_Impersonate struct {
	Impersonate *CiAccessAsImpersonateCF `protobuf:"bytes,2,opt,name=impersonate,proto3,oneof"`
}

type CiAccessAsCiJobCF

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

func (*CiAccessAsCiJobCF) Descriptor deprecated

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

Deprecated: Use CiAccessAsCiJobCF.ProtoReflect.Descriptor instead.

func (*CiAccessAsCiJobCF) ProtoMessage

func (*CiAccessAsCiJobCF) ProtoMessage()

func (*CiAccessAsCiJobCF) ProtoReflect

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

func (*CiAccessAsCiJobCF) Reset

func (x *CiAccessAsCiJobCF) Reset()

func (*CiAccessAsCiJobCF) String

func (x *CiAccessAsCiJobCF) String() string

func (*CiAccessAsCiJobCF) Validate

func (m *CiAccessAsCiJobCF) Validate() error

Validate checks the field values on CiAccessAsCiJobCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CiAccessAsCiJobCF) ValidateAll

func (m *CiAccessAsCiJobCF) ValidateAll() error

ValidateAll checks the field values on CiAccessAsCiJobCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CiAccessAsCiJobCFMultiError, or nil if none found.

type CiAccessAsCiJobCFMultiError

type CiAccessAsCiJobCFMultiError []error

CiAccessAsCiJobCFMultiError is an error wrapping multiple validation errors returned by CiAccessAsCiJobCF.ValidateAll() if the designated constraints aren't met.

func (CiAccessAsCiJobCFMultiError) AllErrors

func (m CiAccessAsCiJobCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CiAccessAsCiJobCFMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CiAccessAsCiJobCFValidationError

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

CiAccessAsCiJobCFValidationError is the validation error returned by CiAccessAsCiJobCF.Validate if the designated constraints aren't met.

func (CiAccessAsCiJobCFValidationError) Cause

Cause function returns cause value.

func (CiAccessAsCiJobCFValidationError) Error

Error satisfies the builtin error interface

func (CiAccessAsCiJobCFValidationError) ErrorName

ErrorName returns error name.

func (CiAccessAsCiJobCFValidationError) Field

Field function returns field value.

func (CiAccessAsCiJobCFValidationError) Key

Key function returns key value.

func (CiAccessAsCiJobCFValidationError) Reason

Reason function returns reason value.

type CiAccessAsImpersonateCF

type CiAccessAsImpersonateCF struct {
	Username string           `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Groups   []string         `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"`
	Uid      string           `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Extra    []*ExtraKeyValCF `protobuf:"bytes,4,rep,name=extra,proto3" json:"extra,omitempty"`
	// contains filtered or unexported fields
}

func (*CiAccessAsImpersonateCF) Descriptor deprecated

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

Deprecated: Use CiAccessAsImpersonateCF.ProtoReflect.Descriptor instead.

func (*CiAccessAsImpersonateCF) GetExtra

func (x *CiAccessAsImpersonateCF) GetExtra() []*ExtraKeyValCF

func (*CiAccessAsImpersonateCF) GetGroups

func (x *CiAccessAsImpersonateCF) GetGroups() []string

func (*CiAccessAsImpersonateCF) GetUid

func (x *CiAccessAsImpersonateCF) GetUid() string

func (*CiAccessAsImpersonateCF) GetUsername

func (x *CiAccessAsImpersonateCF) GetUsername() string

func (*CiAccessAsImpersonateCF) ProtoMessage

func (*CiAccessAsImpersonateCF) ProtoMessage()

func (*CiAccessAsImpersonateCF) ProtoReflect

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

func (*CiAccessAsImpersonateCF) Reset

func (x *CiAccessAsImpersonateCF) Reset()

func (*CiAccessAsImpersonateCF) String

func (x *CiAccessAsImpersonateCF) String() string

func (*CiAccessAsImpersonateCF) Validate

func (m *CiAccessAsImpersonateCF) Validate() error

Validate checks the field values on CiAccessAsImpersonateCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CiAccessAsImpersonateCF) ValidateAll

func (m *CiAccessAsImpersonateCF) ValidateAll() error

ValidateAll checks the field values on CiAccessAsImpersonateCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CiAccessAsImpersonateCFMultiError, or nil if none found.

type CiAccessAsImpersonateCFMultiError

type CiAccessAsImpersonateCFMultiError []error

CiAccessAsImpersonateCFMultiError is an error wrapping multiple validation errors returned by CiAccessAsImpersonateCF.ValidateAll() if the designated constraints aren't met.

func (CiAccessAsImpersonateCFMultiError) AllErrors

func (m CiAccessAsImpersonateCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CiAccessAsImpersonateCFMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CiAccessAsImpersonateCFValidationError

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

CiAccessAsImpersonateCFValidationError is the validation error returned by CiAccessAsImpersonateCF.Validate if the designated constraints aren't met.

func (CiAccessAsImpersonateCFValidationError) Cause

Cause function returns cause value.

func (CiAccessAsImpersonateCFValidationError) Error

Error satisfies the builtin error interface

func (CiAccessAsImpersonateCFValidationError) ErrorName

ErrorName returns error name.

func (CiAccessAsImpersonateCFValidationError) Field

Field function returns field value.

func (CiAccessAsImpersonateCFValidationError) Key

Key function returns key value.

func (CiAccessAsImpersonateCFValidationError) Reason

Reason function returns reason value.

type CiAccessCF

type CiAccessCF struct {
	Projects []*CiAccessProjectCF `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	Groups   []*CiAccessGroupCF   `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*CiAccessCF) Descriptor deprecated

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

Deprecated: Use CiAccessCF.ProtoReflect.Descriptor instead.

func (*CiAccessCF) GetGroups

func (x *CiAccessCF) GetGroups() []*CiAccessGroupCF

func (*CiAccessCF) GetProjects

func (x *CiAccessCF) GetProjects() []*CiAccessProjectCF

func (*CiAccessCF) ProtoMessage

func (*CiAccessCF) ProtoMessage()

func (*CiAccessCF) ProtoReflect

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

func (*CiAccessCF) Reset

func (x *CiAccessCF) Reset()

func (*CiAccessCF) String

func (x *CiAccessCF) String() string

func (*CiAccessCF) Validate

func (m *CiAccessCF) Validate() error

Validate checks the field values on CiAccessCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CiAccessCF) ValidateAll

func (m *CiAccessCF) ValidateAll() error

ValidateAll checks the field values on CiAccessCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CiAccessCFMultiError, or nil if none found.

type CiAccessCFMultiError

type CiAccessCFMultiError []error

CiAccessCFMultiError is an error wrapping multiple validation errors returned by CiAccessCF.ValidateAll() if the designated constraints aren't met.

func (CiAccessCFMultiError) AllErrors

func (m CiAccessCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CiAccessCFMultiError) Error

func (m CiAccessCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CiAccessCFValidationError

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

CiAccessCFValidationError is the validation error returned by CiAccessCF.Validate if the designated constraints aren't met.

func (CiAccessCFValidationError) Cause

func (e CiAccessCFValidationError) Cause() error

Cause function returns cause value.

func (CiAccessCFValidationError) Error

Error satisfies the builtin error interface

func (CiAccessCFValidationError) ErrorName

func (e CiAccessCFValidationError) ErrorName() string

ErrorName returns error name.

func (CiAccessCFValidationError) Field

Field function returns field value.

func (CiAccessCFValidationError) Key

Key function returns key value.

func (CiAccessCFValidationError) Reason

func (e CiAccessCFValidationError) Reason() string

Reason function returns reason value.

type CiAccessGroupCF

type CiAccessGroupCF struct {
	Id               string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DefaultNamespace string        `protobuf:"bytes,2,opt,name=default_namespace,proto3" json:"default_namespace,omitempty"`
	AccessAs         *CiAccessAsCF `protobuf:"bytes,3,opt,name=access_as,proto3" json:"access_as,omitempty"`
	Environments     []string      `protobuf:"bytes,4,rep,name=environments,proto3" json:"environments,omitempty"`
	// contains filtered or unexported fields
}

func (*CiAccessGroupCF) Descriptor deprecated

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

Deprecated: Use CiAccessGroupCF.ProtoReflect.Descriptor instead.

func (*CiAccessGroupCF) GetAccessAs

func (x *CiAccessGroupCF) GetAccessAs() *CiAccessAsCF

func (*CiAccessGroupCF) GetDefaultNamespace

func (x *CiAccessGroupCF) GetDefaultNamespace() string

func (*CiAccessGroupCF) GetEnvironments added in v15.7.0

func (x *CiAccessGroupCF) GetEnvironments() []string

func (*CiAccessGroupCF) GetId

func (x *CiAccessGroupCF) GetId() string

func (*CiAccessGroupCF) ProtoMessage

func (*CiAccessGroupCF) ProtoMessage()

func (*CiAccessGroupCF) ProtoReflect

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

func (*CiAccessGroupCF) Reset

func (x *CiAccessGroupCF) Reset()

func (*CiAccessGroupCF) String

func (x *CiAccessGroupCF) String() string

func (*CiAccessGroupCF) Validate

func (m *CiAccessGroupCF) Validate() error

Validate checks the field values on CiAccessGroupCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CiAccessGroupCF) ValidateAll

func (m *CiAccessGroupCF) ValidateAll() error

ValidateAll checks the field values on CiAccessGroupCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CiAccessGroupCFMultiError, or nil if none found.

type CiAccessGroupCFMultiError

type CiAccessGroupCFMultiError []error

CiAccessGroupCFMultiError is an error wrapping multiple validation errors returned by CiAccessGroupCF.ValidateAll() if the designated constraints aren't met.

func (CiAccessGroupCFMultiError) AllErrors

func (m CiAccessGroupCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CiAccessGroupCFMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CiAccessGroupCFValidationError

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

CiAccessGroupCFValidationError is the validation error returned by CiAccessGroupCF.Validate if the designated constraints aren't met.

func (CiAccessGroupCFValidationError) Cause

Cause function returns cause value.

func (CiAccessGroupCFValidationError) Error

Error satisfies the builtin error interface

func (CiAccessGroupCFValidationError) ErrorName

func (e CiAccessGroupCFValidationError) ErrorName() string

ErrorName returns error name.

func (CiAccessGroupCFValidationError) Field

Field function returns field value.

func (CiAccessGroupCFValidationError) Key

Key function returns key value.

func (CiAccessGroupCFValidationError) Reason

Reason function returns reason value.

type CiAccessProjectCF

type CiAccessProjectCF struct {
	Id               string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DefaultNamespace string        `protobuf:"bytes,2,opt,name=default_namespace,proto3" json:"default_namespace,omitempty"`
	AccessAs         *CiAccessAsCF `protobuf:"bytes,3,opt,name=access_as,proto3" json:"access_as,omitempty"`
	Environments     []string      `protobuf:"bytes,4,rep,name=environments,proto3" json:"environments,omitempty"`
	// contains filtered or unexported fields
}

func (*CiAccessProjectCF) Descriptor deprecated

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

Deprecated: Use CiAccessProjectCF.ProtoReflect.Descriptor instead.

func (*CiAccessProjectCF) GetAccessAs

func (x *CiAccessProjectCF) GetAccessAs() *CiAccessAsCF

func (*CiAccessProjectCF) GetDefaultNamespace

func (x *CiAccessProjectCF) GetDefaultNamespace() string

func (*CiAccessProjectCF) GetEnvironments added in v15.7.0

func (x *CiAccessProjectCF) GetEnvironments() []string

func (*CiAccessProjectCF) GetId

func (x *CiAccessProjectCF) GetId() string

func (*CiAccessProjectCF) ProtoMessage

func (*CiAccessProjectCF) ProtoMessage()

func (*CiAccessProjectCF) ProtoReflect

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

func (*CiAccessProjectCF) Reset

func (x *CiAccessProjectCF) Reset()

func (*CiAccessProjectCF) String

func (x *CiAccessProjectCF) String() string

func (*CiAccessProjectCF) Validate

func (m *CiAccessProjectCF) Validate() error

Validate checks the field values on CiAccessProjectCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CiAccessProjectCF) ValidateAll

func (m *CiAccessProjectCF) ValidateAll() error

ValidateAll checks the field values on CiAccessProjectCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CiAccessProjectCFMultiError, or nil if none found.

type CiAccessProjectCFMultiError

type CiAccessProjectCFMultiError []error

CiAccessProjectCFMultiError is an error wrapping multiple validation errors returned by CiAccessProjectCF.ValidateAll() if the designated constraints aren't met.

func (CiAccessProjectCFMultiError) AllErrors

func (m CiAccessProjectCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CiAccessProjectCFMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CiAccessProjectCFValidationError

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

CiAccessProjectCFValidationError is the validation error returned by CiAccessProjectCF.Validate if the designated constraints aren't met.

func (CiAccessProjectCFValidationError) Cause

Cause function returns cause value.

func (CiAccessProjectCFValidationError) Error

Error satisfies the builtin error interface

func (CiAccessProjectCFValidationError) ErrorName

ErrorName returns error name.

func (CiAccessProjectCFValidationError) Field

Field function returns field value.

func (CiAccessProjectCFValidationError) Key

Key function returns key value.

func (CiAccessProjectCFValidationError) Reason

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"`
	CiAccess          *CiAccessCF      `protobuf:"bytes,4,opt,name=ci_access,proto3" json:"ci_access,omitempty"`
	Starboard         *StarboardCF     `protobuf:"bytes,5,opt,name=starboard,proto3" json:"starboard,omitempty"`
	ContainerScanning *StarboardCF     `protobuf:"bytes,6,opt,name=container_scanning,proto3" json:"container_scanning,omitempty"`
	UserAccess        *UserAccessCF    `protobuf:"bytes,7,opt,name=user_access,proto3" json:"user_access,omitempty"`
	RemoteDevelopment *RemoteCF        `protobuf:"bytes,8,opt,name=remote_development,proto3" json:"remote_development,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigurationFile) Descriptor deprecated

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

Deprecated: Use ConfigurationFile.ProtoReflect.Descriptor instead.

func (*ConfigurationFile) GetCiAccess

func (x *ConfigurationFile) GetCiAccess() *CiAccessCF

func (*ConfigurationFile) GetContainerScanning added in v15.4.0

func (x *ConfigurationFile) GetContainerScanning() *StarboardCF

func (*ConfigurationFile) GetGitops

func (x *ConfigurationFile) GetGitops() *GitopsCF

func (*ConfigurationFile) GetObservability

func (x *ConfigurationFile) GetObservability() *ObservabilityCF

func (*ConfigurationFile) GetRemoteDevelopment added in v15.11.0

func (x *ConfigurationFile) GetRemoteDevelopment() *RemoteCF

func (*ConfigurationFile) GetStarboard

func (x *ConfigurationFile) GetStarboard() *StarboardCF

func (*ConfigurationFile) GetUserAccess added in v15.10.0

func (x *ConfigurationFile) GetUserAccess() *UserAccessCF

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

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, the first error encountered is returned, or nil if there are no violations.

func (*ConfigurationFile) ValidateAll

func (m *ConfigurationFile) ValidateAll() error

ValidateAll checks the field values on ConfigurationFile with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConfigurationFileMultiError, or nil if none found.

type ConfigurationFileMultiError

type ConfigurationFileMultiError []error

ConfigurationFileMultiError is an error wrapping multiple validation errors returned by ConfigurationFile.ValidateAll() if the designated constraints aren't met.

func (ConfigurationFileMultiError) AllErrors

func (m ConfigurationFileMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConfigurationFileMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ConfigurationFileValidationError

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

Cause function returns cause value.

func (ConfigurationFileValidationError) Error

Error satisfies the builtin error interface

func (ConfigurationFileValidationError) ErrorName

ErrorName returns error name.

func (ConfigurationFileValidationError) Field

Field function returns field value.

func (ConfigurationFileValidationError) Key

Key function returns key value.

func (ConfigurationFileValidationError) Reason

Reason function returns reason value.

type ExtraKeyValCF

type ExtraKeyValCF struct {
	Key string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Val []string `protobuf:"bytes,2,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtraKeyValCF) Descriptor deprecated

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

Deprecated: Use ExtraKeyValCF.ProtoReflect.Descriptor instead.

func (*ExtraKeyValCF) GetKey

func (x *ExtraKeyValCF) GetKey() string

func (*ExtraKeyValCF) GetVal

func (x *ExtraKeyValCF) GetVal() []string

func (*ExtraKeyValCF) ProtoMessage

func (*ExtraKeyValCF) ProtoMessage()

func (*ExtraKeyValCF) ProtoReflect

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

func (*ExtraKeyValCF) Reset

func (x *ExtraKeyValCF) Reset()

func (*ExtraKeyValCF) String

func (x *ExtraKeyValCF) String() string

func (*ExtraKeyValCF) Validate

func (m *ExtraKeyValCF) Validate() error

Validate checks the field values on ExtraKeyValCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExtraKeyValCF) ValidateAll

func (m *ExtraKeyValCF) ValidateAll() error

ValidateAll checks the field values on ExtraKeyValCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExtraKeyValCFMultiError, or nil if none found.

type ExtraKeyValCFMultiError

type ExtraKeyValCFMultiError []error

ExtraKeyValCFMultiError is an error wrapping multiple validation errors returned by ExtraKeyValCF.ValidateAll() if the designated constraints aren't met.

func (ExtraKeyValCFMultiError) AllErrors

func (m ExtraKeyValCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExtraKeyValCFMultiError) Error

func (m ExtraKeyValCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExtraKeyValCFValidationError

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

ExtraKeyValCFValidationError is the validation error returned by ExtraKeyValCF.Validate if the designated constraints aren't met.

func (ExtraKeyValCFValidationError) Cause

Cause function returns cause value.

func (ExtraKeyValCFValidationError) Error

Error satisfies the builtin error interface

func (ExtraKeyValCFValidationError) ErrorName

func (e ExtraKeyValCFValidationError) ErrorName() string

ErrorName returns error name.

func (ExtraKeyValCFValidationError) Field

Field function returns field value.

func (ExtraKeyValCFValidationError) Key

Key function returns key value.

func (ExtraKeyValCFValidationError) Reason

Reason function returns reason value.

type GitRefCF added in v15.7.0

type GitRefCF struct {

	// Types that are assignable to Ref:
	//
	//	*GitRefCF_Tag
	//	*GitRefCF_Branch
	//	*GitRefCF_Commit
	Ref isGitRefCF_Ref `protobuf_oneof:"ref"`
	// contains filtered or unexported fields
}

func (*GitRefCF) Descriptor deprecated added in v15.7.0

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

Deprecated: Use GitRefCF.ProtoReflect.Descriptor instead.

func (*GitRefCF) GetBranch added in v15.7.0

func (x *GitRefCF) GetBranch() string

func (*GitRefCF) GetCommit added in v15.7.0

func (x *GitRefCF) GetCommit() string

func (*GitRefCF) GetRef added in v15.7.0

func (m *GitRefCF) GetRef() isGitRefCF_Ref

func (*GitRefCF) GetTag added in v15.7.0

func (x *GitRefCF) GetTag() string

func (*GitRefCF) ProtoMessage added in v15.7.0

func (*GitRefCF) ProtoMessage()

func (*GitRefCF) ProtoReflect added in v15.7.0

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

func (*GitRefCF) Reset added in v15.7.0

func (x *GitRefCF) Reset()

func (*GitRefCF) String added in v15.7.0

func (x *GitRefCF) String() string

func (*GitRefCF) Validate added in v15.7.0

func (m *GitRefCF) Validate() error

Validate checks the field values on GitRefCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GitRefCF) ValidateAll added in v15.7.0

func (m *GitRefCF) ValidateAll() error

ValidateAll checks the field values on GitRefCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GitRefCFMultiError, or nil if none found.

type GitRefCFMultiError added in v15.7.0

type GitRefCFMultiError []error

GitRefCFMultiError is an error wrapping multiple validation errors returned by GitRefCF.ValidateAll() if the designated constraints aren't met.

func (GitRefCFMultiError) AllErrors added in v15.7.0

func (m GitRefCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GitRefCFMultiError) Error added in v15.7.0

func (m GitRefCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GitRefCFValidationError added in v15.7.0

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

GitRefCFValidationError is the validation error returned by GitRefCF.Validate if the designated constraints aren't met.

func (GitRefCFValidationError) Cause added in v15.7.0

func (e GitRefCFValidationError) Cause() error

Cause function returns cause value.

func (GitRefCFValidationError) Error added in v15.7.0

func (e GitRefCFValidationError) Error() string

Error satisfies the builtin error interface

func (GitRefCFValidationError) ErrorName added in v15.7.0

func (e GitRefCFValidationError) ErrorName() string

ErrorName returns error name.

func (GitRefCFValidationError) Field added in v15.7.0

func (e GitRefCFValidationError) Field() string

Field function returns field value.

func (GitRefCFValidationError) Key added in v15.7.0

func (e GitRefCFValidationError) Key() bool

Key function returns key value.

func (GitRefCFValidationError) Reason added in v15.7.0

func (e GitRefCFValidationError) Reason() string

Reason function returns reason value.

type GitRefCF_Branch added in v15.7.0

type GitRefCF_Branch struct {
	Branch string `protobuf:"bytes,2,opt,name=branch,proto3,oneof"`
}

type GitRefCF_Commit added in v15.7.0

type GitRefCF_Commit struct {
	Commit string `protobuf:"bytes,3,opt,name=commit,proto3,oneof"`
}

type GitRefCF_Tag added in v15.7.0

type GitRefCF_Tag struct {
	Tag string `protobuf:"bytes,1,opt,name=tag,proto3,oneof"`
}

type GitopsCF

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

func (*GitopsCF) Descriptor deprecated

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

Deprecated: Use GitopsCF.ProtoReflect.Descriptor instead.

func (*GitopsCF) GetCharts added in v15.4.0

func (x *GitopsCF) GetCharts() []*ChartCF

func (*GitopsCF) GetManifestProjects

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

func (*GitopsCF) ProtoMessage

func (*GitopsCF) ProtoMessage()

func (*GitopsCF) ProtoReflect

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

func (*GitopsCF) Reset

func (x *GitopsCF) Reset()

func (*GitopsCF) String

func (x *GitopsCF) String() string

func (*GitopsCF) Validate

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, the first error encountered is returned, or nil if there are no violations.

func (*GitopsCF) ValidateAll

func (m *GitopsCF) ValidateAll() error

ValidateAll checks the field values on GitopsCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GitopsCFMultiError, or nil if none found.

type GitopsCFMultiError

type GitopsCFMultiError []error

GitopsCFMultiError is an error wrapping multiple validation errors returned by GitopsCF.ValidateAll() if the designated constraints aren't met.

func (GitopsCFMultiError) AllErrors

func (m GitopsCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GitopsCFMultiError) Error

func (m GitopsCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GitopsCFValidationError

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

func (e GitopsCFValidationError) Cause() error

Cause function returns cause value.

func (GitopsCFValidationError) Error

func (e GitopsCFValidationError) Error() string

Error satisfies the builtin error interface

func (GitopsCFValidationError) ErrorName

func (e GitopsCFValidationError) ErrorName() string

ErrorName returns error name.

func (GitopsCFValidationError) Field

func (e GitopsCFValidationError) Field() string

Field function returns field value.

func (GitopsCFValidationError) Key

func (e GitopsCFValidationError) Key() bool

Key function returns key value.

func (GitopsCFValidationError) Reason

func (e GitopsCFValidationError) Reason() string

Reason function returns reason value.

type LogLevelEnum added in v15.1.0

type LogLevelEnum int32
const (
	LogLevelEnum_info  LogLevelEnum = 0
	LogLevelEnum_debug LogLevelEnum = 1
	LogLevelEnum_warn  LogLevelEnum = 2
	LogLevelEnum_error LogLevelEnum = 3
)

func (LogLevelEnum) Descriptor added in v15.1.0

func (LogLevelEnum) Enum added in v15.1.0

func (x LogLevelEnum) Enum() *LogLevelEnum

func (LogLevelEnum) EnumDescriptor deprecated added in v15.1.0

func (LogLevelEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use LogLevelEnum.Descriptor instead.

func (LogLevelEnum) Number added in v15.1.0

func (LogLevelEnum) String added in v15.1.0

func (x LogLevelEnum) String() string

func (LogLevelEnum) Type added in v15.1.0

type LoggingCF

type LoggingCF struct {
	Level     LogLevelEnum  `protobuf:"varint,1,opt,name=level,proto3,enum=gitlab.agent.agentcfg.LogLevelEnum" json:"level,omitempty"`
	GrpcLevel *LogLevelEnum `protobuf:"varint,2,opt,name=grpc_level,proto3,enum=gitlab.agent.agentcfg.LogLevelEnum,oneof" json:"grpc_level,omitempty"`
	// contains filtered or unexported fields
}

func (*LoggingCF) Descriptor deprecated

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

Deprecated: Use LoggingCF.ProtoReflect.Descriptor instead.

func (*LoggingCF) GetGrpcLevel added in v15.1.0

func (x *LoggingCF) GetGrpcLevel() LogLevelEnum

func (*LoggingCF) GetLevel

func (x *LoggingCF) GetLevel() LogLevelEnum

func (*LoggingCF) ProtoMessage

func (*LoggingCF) ProtoMessage()

func (*LoggingCF) ProtoReflect

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

func (*LoggingCF) Reset

func (x *LoggingCF) Reset()

func (*LoggingCF) String

func (x *LoggingCF) String() string

func (*LoggingCF) Validate

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, the first error encountered is returned, or nil if there are no violations.

func (*LoggingCF) ValidateAll

func (m *LoggingCF) ValidateAll() error

ValidateAll checks the field values on LoggingCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoggingCFMultiError, or nil if none found.

type LoggingCFMultiError

type LoggingCFMultiError []error

LoggingCFMultiError is an error wrapping multiple validation errors returned by LoggingCF.ValidateAll() if the designated constraints aren't met.

func (LoggingCFMultiError) AllErrors

func (m LoggingCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoggingCFMultiError) Error

func (m LoggingCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LoggingCFValidationError

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

func (e LoggingCFValidationError) Cause() error

Cause function returns cause value.

func (LoggingCFValidationError) Error

func (e LoggingCFValidationError) Error() string

Error satisfies the builtin error interface

func (LoggingCFValidationError) ErrorName

func (e LoggingCFValidationError) ErrorName() string

ErrorName returns error name.

func (LoggingCFValidationError) Field

func (e LoggingCFValidationError) Field() string

Field function returns field value.

func (LoggingCFValidationError) Key

Key function returns key value.

func (LoggingCFValidationError) Reason

func (e LoggingCFValidationError) Reason() string

Reason function returns reason value.

type ManifestProjectCF

type ManifestProjectCF struct {
	Id               *string              `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	DefaultNamespace string               `protobuf:"bytes,4,opt,name=default_namespace,proto3" json:"default_namespace,omitempty"`
	Paths            []*PathCF            `protobuf:"bytes,5,rep,name=paths,proto3" json:"paths,omitempty"`
	ReconcileTimeout *durationpb.Duration `protobuf:"bytes,6,opt,name=reconcile_timeout,proto3" json:"reconcile_timeout,omitempty"`
	DryRunStrategy   string               `protobuf:"bytes,7,opt,name=dry_run_strategy,proto3" json:"dry_run_strategy,omitempty"`
	// Types that are assignable to PruneOneof:
	//
	//	*ManifestProjectCF_Prune
	PruneOneof             isManifestProjectCF_PruneOneof `protobuf_oneof:"prune_oneof"`
	PruneTimeout           *durationpb.Duration           `protobuf:"bytes,9,opt,name=prune_timeout,proto3" json:"prune_timeout,omitempty"`
	PrunePropagationPolicy string                         `protobuf:"bytes,10,opt,name=prune_propagation_policy,proto3" json:"prune_propagation_policy,omitempty"`
	InventoryPolicy        string                         `protobuf:"bytes,11,opt,name=inventory_policy,proto3" json:"inventory_policy,omitempty"`
	Ref                    *GitRefCF                      `protobuf:"bytes,12,opt,name=ref,proto3" json:"ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ManifestProjectCF) Descriptor deprecated

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

Deprecated: Use ManifestProjectCF.ProtoReflect.Descriptor instead.

func (*ManifestProjectCF) GetDefaultNamespace

func (x *ManifestProjectCF) GetDefaultNamespace() string

func (*ManifestProjectCF) GetDryRunStrategy

func (x *ManifestProjectCF) GetDryRunStrategy() string

func (*ManifestProjectCF) GetId

func (x *ManifestProjectCF) GetId() string

func (*ManifestProjectCF) GetInventoryPolicy

func (x *ManifestProjectCF) GetInventoryPolicy() string

func (*ManifestProjectCF) GetPaths

func (x *ManifestProjectCF) GetPaths() []*PathCF

func (*ManifestProjectCF) GetPrune

func (x *ManifestProjectCF) GetPrune() bool

func (*ManifestProjectCF) GetPruneOneof

func (m *ManifestProjectCF) GetPruneOneof() isManifestProjectCF_PruneOneof

func (*ManifestProjectCF) GetPrunePropagationPolicy

func (x *ManifestProjectCF) GetPrunePropagationPolicy() string

func (*ManifestProjectCF) GetPruneTimeout

func (x *ManifestProjectCF) GetPruneTimeout() *durationpb.Duration

func (*ManifestProjectCF) GetReconcileTimeout

func (x *ManifestProjectCF) GetReconcileTimeout() *durationpb.Duration

func (*ManifestProjectCF) GetRef added in v15.7.0

func (x *ManifestProjectCF) GetRef() *GitRefCF

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

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, the first error encountered is returned, or nil if there are no violations.

func (*ManifestProjectCF) ValidateAll

func (m *ManifestProjectCF) ValidateAll() error

ValidateAll checks the field values on ManifestProjectCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ManifestProjectCFMultiError, or nil if none found.

type ManifestProjectCFMultiError

type ManifestProjectCFMultiError []error

ManifestProjectCFMultiError is an error wrapping multiple validation errors returned by ManifestProjectCF.ValidateAll() if the designated constraints aren't met.

func (ManifestProjectCFMultiError) AllErrors

func (m ManifestProjectCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ManifestProjectCFMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ManifestProjectCFValidationError

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

Cause function returns cause value.

func (ManifestProjectCFValidationError) Error

Error satisfies the builtin error interface

func (ManifestProjectCFValidationError) ErrorName

ErrorName returns error name.

func (ManifestProjectCFValidationError) Field

Field function returns field value.

func (ManifestProjectCFValidationError) Key

Key function returns key value.

func (ManifestProjectCFValidationError) Reason

Reason function returns reason value.

type ManifestProjectCF_Prune

type ManifestProjectCF_Prune struct {
	Prune bool `protobuf:"varint,8,opt,name=prune,proto3,oneof"`
}

type ObservabilityCF

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

func (*ObservabilityCF) Descriptor deprecated

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

Deprecated: Use ObservabilityCF.ProtoReflect.Descriptor instead.

func (*ObservabilityCF) GetLogging

func (x *ObservabilityCF) GetLogging() *LoggingCF

func (*ObservabilityCF) ProtoMessage

func (*ObservabilityCF) ProtoMessage()

func (*ObservabilityCF) ProtoReflect

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

func (*ObservabilityCF) Reset

func (x *ObservabilityCF) Reset()

func (*ObservabilityCF) String

func (x *ObservabilityCF) String() string

func (*ObservabilityCF) Validate

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, the first error encountered is returned, or nil if there are no violations.

func (*ObservabilityCF) ValidateAll

func (m *ObservabilityCF) ValidateAll() error

ValidateAll checks the field values on ObservabilityCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ObservabilityCFMultiError, or nil if none found.

type ObservabilityCFMultiError

type ObservabilityCFMultiError []error

ObservabilityCFMultiError is an error wrapping multiple validation errors returned by ObservabilityCF.ValidateAll() if the designated constraints aren't met.

func (ObservabilityCFMultiError) AllErrors

func (m ObservabilityCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ObservabilityCFMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ObservabilityCFValidationError

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

Cause function returns cause value.

func (ObservabilityCFValidationError) Error

Error satisfies the builtin error interface

func (ObservabilityCFValidationError) ErrorName

func (e ObservabilityCFValidationError) ErrorName() string

ErrorName returns error name.

func (ObservabilityCFValidationError) Field

Field function returns field value.

func (ObservabilityCFValidationError) Key

Key function returns key value.

func (ObservabilityCFValidationError) Reason

Reason function returns reason value.

type PathCF

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

func (*PathCF) Descriptor deprecated

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

Deprecated: Use PathCF.ProtoReflect.Descriptor instead.

func (*PathCF) GetGlob

func (x *PathCF) GetGlob() string

func (*PathCF) ProtoMessage

func (*PathCF) ProtoMessage()

func (*PathCF) ProtoReflect

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

func (*PathCF) Reset

func (x *PathCF) Reset()

func (*PathCF) String

func (x *PathCF) String() string

func (*PathCF) Validate

func (m *PathCF) Validate() error

Validate checks the field values on PathCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PathCF) ValidateAll

func (m *PathCF) ValidateAll() error

ValidateAll checks the field values on PathCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PathCFMultiError, or nil if none found.

type PathCFMultiError

type PathCFMultiError []error

PathCFMultiError is an error wrapping multiple validation errors returned by PathCF.ValidateAll() if the designated constraints aren't met.

func (PathCFMultiError) AllErrors

func (m PathCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PathCFMultiError) Error

func (m PathCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PathCFValidationError

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

PathCFValidationError is the validation error returned by PathCF.Validate if the designated constraints aren't met.

func (PathCFValidationError) Cause

func (e PathCFValidationError) Cause() error

Cause function returns cause value.

func (PathCFValidationError) Error

func (e PathCFValidationError) Error() string

Error satisfies the builtin error interface

func (PathCFValidationError) ErrorName

func (e PathCFValidationError) ErrorName() string

ErrorName returns error name.

func (PathCFValidationError) Field

func (e PathCFValidationError) Field() string

Field function returns field value.

func (PathCFValidationError) Key

func (e PathCFValidationError) Key() bool

Key function returns key value.

func (PathCFValidationError) Reason

func (e PathCFValidationError) Reason() string

Reason function returns reason value.

type RemoteCF added in v15.11.0

type RemoteCF struct {
	Enabled bool   `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	DnsZone string `protobuf:"bytes,2,opt,name=dns_zone,proto3" json:"dns_zone,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoteCF) Descriptor deprecated added in v15.11.0

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

Deprecated: Use RemoteCF.ProtoReflect.Descriptor instead.

func (*RemoteCF) GetDnsZone added in v15.11.0

func (x *RemoteCF) GetDnsZone() string

func (*RemoteCF) GetEnabled added in v15.11.0

func (x *RemoteCF) GetEnabled() bool

func (*RemoteCF) ProtoMessage added in v15.11.0

func (*RemoteCF) ProtoMessage()

func (*RemoteCF) ProtoReflect added in v15.11.0

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

func (*RemoteCF) Reset added in v15.11.0

func (x *RemoteCF) Reset()

func (*RemoteCF) String added in v15.11.0

func (x *RemoteCF) String() string

func (*RemoteCF) Validate added in v15.11.0

func (m *RemoteCF) Validate() error

Validate checks the field values on RemoteCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoteCF) ValidateAll added in v15.11.0

func (m *RemoteCF) ValidateAll() error

ValidateAll checks the field values on RemoteCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoteCFMultiError, or nil if none found.

type RemoteCFMultiError added in v15.11.0

type RemoteCFMultiError []error

RemoteCFMultiError is an error wrapping multiple validation errors returned by RemoteCF.ValidateAll() if the designated constraints aren't met.

func (RemoteCFMultiError) AllErrors added in v15.11.0

func (m RemoteCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoteCFMultiError) Error added in v15.11.0

func (m RemoteCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RemoteCFValidationError added in v15.11.0

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

RemoteCFValidationError is the validation error returned by RemoteCF.Validate if the designated constraints aren't met.

func (RemoteCFValidationError) Cause added in v15.11.0

func (e RemoteCFValidationError) Cause() error

Cause function returns cause value.

func (RemoteCFValidationError) Error added in v15.11.0

func (e RemoteCFValidationError) Error() string

Error satisfies the builtin error interface

func (RemoteCFValidationError) ErrorName added in v15.11.0

func (e RemoteCFValidationError) ErrorName() string

ErrorName returns error name.

func (RemoteCFValidationError) Field added in v15.11.0

func (e RemoteCFValidationError) Field() string

Field function returns field value.

func (RemoteCFValidationError) Key added in v15.11.0

func (e RemoteCFValidationError) Key() bool

Key function returns key value.

func (RemoteCFValidationError) Reason added in v15.11.0

func (e RemoteCFValidationError) Reason() string

Reason function returns reason value.

type StarboardCF

type StarboardCF struct {
	VulnerabilityReport *VulnerabilityReport `protobuf:"bytes,1,opt,name=vulnerability_report,proto3" json:"vulnerability_report,omitempty"`
	Cadence             string               `protobuf:"bytes,2,opt,name=cadence,proto3" json:"cadence,omitempty"`
	// contains filtered or unexported fields
}

func (*StarboardCF) Descriptor deprecated

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

Deprecated: Use StarboardCF.ProtoReflect.Descriptor instead.

func (*StarboardCF) GetCadence

func (x *StarboardCF) GetCadence() string

func (*StarboardCF) GetVulnerabilityReport

func (x *StarboardCF) GetVulnerabilityReport() *VulnerabilityReport

func (*StarboardCF) ProtoMessage

func (*StarboardCF) ProtoMessage()

func (*StarboardCF) ProtoReflect

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

func (*StarboardCF) Reset

func (x *StarboardCF) Reset()

func (*StarboardCF) String

func (x *StarboardCF) String() string

func (*StarboardCF) Validate

func (m *StarboardCF) Validate() error

Validate checks the field values on StarboardCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StarboardCF) ValidateAll

func (m *StarboardCF) ValidateAll() error

ValidateAll checks the field values on StarboardCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StarboardCFMultiError, or nil if none found.

type StarboardCFMultiError

type StarboardCFMultiError []error

StarboardCFMultiError is an error wrapping multiple validation errors returned by StarboardCF.ValidateAll() if the designated constraints aren't met.

func (StarboardCFMultiError) AllErrors

func (m StarboardCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StarboardCFMultiError) Error

func (m StarboardCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StarboardCFValidationError

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

StarboardCFValidationError is the validation error returned by StarboardCF.Validate if the designated constraints aren't met.

func (StarboardCFValidationError) Cause

Cause function returns cause value.

func (StarboardCFValidationError) Error

Error satisfies the builtin error interface

func (StarboardCFValidationError) ErrorName

func (e StarboardCFValidationError) ErrorName() string

ErrorName returns error name.

func (StarboardCFValidationError) Field

Field function returns field value.

func (StarboardCFValidationError) Key

Key function returns key value.

func (StarboardCFValidationError) Reason

Reason function returns reason value.

type StarboardFilter

type StarboardFilter struct {
	Namespaces []string `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	Resources  []string `protobuf:"bytes,2,rep,name=resources,proto3" json:"resources,omitempty"`
	Containers []string `protobuf:"bytes,3,rep,name=containers,proto3" json:"containers,omitempty"`
	Kinds      []string `protobuf:"bytes,4,rep,name=kinds,proto3" json:"kinds,omitempty"`
	// contains filtered or unexported fields
}

func (*StarboardFilter) Descriptor deprecated

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

Deprecated: Use StarboardFilter.ProtoReflect.Descriptor instead.

func (*StarboardFilter) GetContainers

func (x *StarboardFilter) GetContainers() []string

func (*StarboardFilter) GetKinds

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

func (*StarboardFilter) GetNamespaces

func (x *StarboardFilter) GetNamespaces() []string

func (*StarboardFilter) GetResources

func (x *StarboardFilter) GetResources() []string

func (*StarboardFilter) ProtoMessage

func (*StarboardFilter) ProtoMessage()

func (*StarboardFilter) ProtoReflect

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

func (*StarboardFilter) Reset

func (x *StarboardFilter) Reset()

func (*StarboardFilter) String

func (x *StarboardFilter) String() string

func (*StarboardFilter) Validate

func (m *StarboardFilter) Validate() error

Validate checks the field values on StarboardFilter with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StarboardFilter) ValidateAll

func (m *StarboardFilter) ValidateAll() error

ValidateAll checks the field values on StarboardFilter with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StarboardFilterMultiError, or nil if none found.

type StarboardFilterMultiError

type StarboardFilterMultiError []error

StarboardFilterMultiError is an error wrapping multiple validation errors returned by StarboardFilter.ValidateAll() if the designated constraints aren't met.

func (StarboardFilterMultiError) AllErrors

func (m StarboardFilterMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StarboardFilterMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type StarboardFilterValidationError

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

StarboardFilterValidationError is the validation error returned by StarboardFilter.Validate if the designated constraints aren't met.

func (StarboardFilterValidationError) Cause

Cause function returns cause value.

func (StarboardFilterValidationError) Error

Error satisfies the builtin error interface

func (StarboardFilterValidationError) ErrorName

func (e StarboardFilterValidationError) ErrorName() string

ErrorName returns error name.

func (StarboardFilterValidationError) Field

Field function returns field value.

func (StarboardFilterValidationError) Key

Key function returns key value.

func (StarboardFilterValidationError) Reason

Reason function returns reason value.

type UserAccessAsAgentCF added in v15.10.0

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

func (*UserAccessAsAgentCF) Descriptor deprecated added in v15.10.0

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

Deprecated: Use UserAccessAsAgentCF.ProtoReflect.Descriptor instead.

func (*UserAccessAsAgentCF) ProtoMessage added in v15.10.0

func (*UserAccessAsAgentCF) ProtoMessage()

func (*UserAccessAsAgentCF) ProtoReflect added in v15.10.0

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

func (*UserAccessAsAgentCF) Reset added in v15.10.0

func (x *UserAccessAsAgentCF) Reset()

func (*UserAccessAsAgentCF) String added in v15.10.0

func (x *UserAccessAsAgentCF) String() string

func (*UserAccessAsAgentCF) Validate added in v15.10.0

func (m *UserAccessAsAgentCF) Validate() error

Validate checks the field values on UserAccessAsAgentCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserAccessAsAgentCF) ValidateAll added in v15.10.0

func (m *UserAccessAsAgentCF) ValidateAll() error

ValidateAll checks the field values on UserAccessAsAgentCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserAccessAsAgentCFMultiError, or nil if none found.

type UserAccessAsAgentCFMultiError added in v15.10.0

type UserAccessAsAgentCFMultiError []error

UserAccessAsAgentCFMultiError is an error wrapping multiple validation errors returned by UserAccessAsAgentCF.ValidateAll() if the designated constraints aren't met.

func (UserAccessAsAgentCFMultiError) AllErrors added in v15.10.0

func (m UserAccessAsAgentCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserAccessAsAgentCFMultiError) Error added in v15.10.0

Error returns a concatenation of all the error messages it wraps.

type UserAccessAsAgentCFValidationError added in v15.10.0

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

UserAccessAsAgentCFValidationError is the validation error returned by UserAccessAsAgentCF.Validate if the designated constraints aren't met.

func (UserAccessAsAgentCFValidationError) Cause added in v15.10.0

Cause function returns cause value.

func (UserAccessAsAgentCFValidationError) Error added in v15.10.0

Error satisfies the builtin error interface

func (UserAccessAsAgentCFValidationError) ErrorName added in v15.10.0

ErrorName returns error name.

func (UserAccessAsAgentCFValidationError) Field added in v15.10.0

Field function returns field value.

func (UserAccessAsAgentCFValidationError) Key added in v15.10.0

Key function returns key value.

func (UserAccessAsAgentCFValidationError) Reason added in v15.10.0

Reason function returns reason value.

type UserAccessAsCF added in v15.10.0

type UserAccessAsCF struct {

	// Types that are assignable to As:
	//
	//	*UserAccessAsCF_Agent
	//	*UserAccessAsCF_User
	As isUserAccessAsCF_As `protobuf_oneof:"as"`
	// contains filtered or unexported fields
}

func (*UserAccessAsCF) Descriptor deprecated added in v15.10.0

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

Deprecated: Use UserAccessAsCF.ProtoReflect.Descriptor instead.

func (*UserAccessAsCF) GetAgent added in v15.10.0

func (x *UserAccessAsCF) GetAgent() *UserAccessAsAgentCF

func (*UserAccessAsCF) GetAs added in v15.10.0

func (m *UserAccessAsCF) GetAs() isUserAccessAsCF_As

func (*UserAccessAsCF) GetUser added in v15.10.0

func (x *UserAccessAsCF) GetUser() *UserAccessAsUserCF

func (*UserAccessAsCF) ProtoMessage added in v15.10.0

func (*UserAccessAsCF) ProtoMessage()

func (*UserAccessAsCF) ProtoReflect added in v15.10.0

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

func (*UserAccessAsCF) Reset added in v15.10.0

func (x *UserAccessAsCF) Reset()

func (*UserAccessAsCF) String added in v15.10.0

func (x *UserAccessAsCF) String() string

func (*UserAccessAsCF) Validate added in v15.10.0

func (m *UserAccessAsCF) Validate() error

Validate checks the field values on UserAccessAsCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserAccessAsCF) ValidateAll added in v15.10.0

func (m *UserAccessAsCF) ValidateAll() error

ValidateAll checks the field values on UserAccessAsCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserAccessAsCFMultiError, or nil if none found.

type UserAccessAsCFMultiError added in v15.10.0

type UserAccessAsCFMultiError []error

UserAccessAsCFMultiError is an error wrapping multiple validation errors returned by UserAccessAsCF.ValidateAll() if the designated constraints aren't met.

func (UserAccessAsCFMultiError) AllErrors added in v15.10.0

func (m UserAccessAsCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserAccessAsCFMultiError) Error added in v15.10.0

func (m UserAccessAsCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UserAccessAsCFValidationError added in v15.10.0

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

UserAccessAsCFValidationError is the validation error returned by UserAccessAsCF.Validate if the designated constraints aren't met.

func (UserAccessAsCFValidationError) Cause added in v15.10.0

Cause function returns cause value.

func (UserAccessAsCFValidationError) Error added in v15.10.0

Error satisfies the builtin error interface

func (UserAccessAsCFValidationError) ErrorName added in v15.10.0

func (e UserAccessAsCFValidationError) ErrorName() string

ErrorName returns error name.

func (UserAccessAsCFValidationError) Field added in v15.10.0

Field function returns field value.

func (UserAccessAsCFValidationError) Key added in v15.10.0

Key function returns key value.

func (UserAccessAsCFValidationError) Reason added in v15.10.0

Reason function returns reason value.

type UserAccessAsCF_Agent added in v15.10.0

type UserAccessAsCF_Agent struct {
	Agent *UserAccessAsAgentCF `protobuf:"bytes,1,opt,name=agent,proto3,oneof"`
}

type UserAccessAsCF_User added in v15.10.0

type UserAccessAsCF_User struct {
	User *UserAccessAsUserCF `protobuf:"bytes,3,opt,name=user,proto3,oneof"`
}

type UserAccessAsUserCF added in v15.10.0

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

func (*UserAccessAsUserCF) Descriptor deprecated added in v15.10.0

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

Deprecated: Use UserAccessAsUserCF.ProtoReflect.Descriptor instead.

func (*UserAccessAsUserCF) ProtoMessage added in v15.10.0

func (*UserAccessAsUserCF) ProtoMessage()

func (*UserAccessAsUserCF) ProtoReflect added in v15.10.0

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

func (*UserAccessAsUserCF) Reset added in v15.10.0

func (x *UserAccessAsUserCF) Reset()

func (*UserAccessAsUserCF) String added in v15.10.0

func (x *UserAccessAsUserCF) String() string

func (*UserAccessAsUserCF) Validate added in v15.10.0

func (m *UserAccessAsUserCF) Validate() error

Validate checks the field values on UserAccessAsUserCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserAccessAsUserCF) ValidateAll added in v15.10.0

func (m *UserAccessAsUserCF) ValidateAll() error

ValidateAll checks the field values on UserAccessAsUserCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserAccessAsUserCFMultiError, or nil if none found.

type UserAccessAsUserCFMultiError added in v15.10.0

type UserAccessAsUserCFMultiError []error

UserAccessAsUserCFMultiError is an error wrapping multiple validation errors returned by UserAccessAsUserCF.ValidateAll() if the designated constraints aren't met.

func (UserAccessAsUserCFMultiError) AllErrors added in v15.10.0

func (m UserAccessAsUserCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserAccessAsUserCFMultiError) Error added in v15.10.0

Error returns a concatenation of all the error messages it wraps.

type UserAccessAsUserCFValidationError added in v15.10.0

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

UserAccessAsUserCFValidationError is the validation error returned by UserAccessAsUserCF.Validate if the designated constraints aren't met.

func (UserAccessAsUserCFValidationError) Cause added in v15.10.0

Cause function returns cause value.

func (UserAccessAsUserCFValidationError) Error added in v15.10.0

Error satisfies the builtin error interface

func (UserAccessAsUserCFValidationError) ErrorName added in v15.10.0

ErrorName returns error name.

func (UserAccessAsUserCFValidationError) Field added in v15.10.0

Field function returns field value.

func (UserAccessAsUserCFValidationError) Key added in v15.10.0

Key function returns key value.

func (UserAccessAsUserCFValidationError) Reason added in v15.10.0

Reason function returns reason value.

type UserAccessCF added in v15.10.0

type UserAccessCF struct {
	AccessAs *UserAccessAsCF        `protobuf:"bytes,1,opt,name=access_as,proto3" json:"access_as,omitempty"`
	Projects []*UserAccessProjectCF `protobuf:"bytes,2,rep,name=projects,proto3" json:"projects,omitempty"`
	Groups   []*UserAccessGroupCF   `protobuf:"bytes,3,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAccessCF) Descriptor deprecated added in v15.10.0

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

Deprecated: Use UserAccessCF.ProtoReflect.Descriptor instead.

func (*UserAccessCF) GetAccessAs added in v15.10.0

func (x *UserAccessCF) GetAccessAs() *UserAccessAsCF

func (*UserAccessCF) GetGroups added in v15.10.0

func (x *UserAccessCF) GetGroups() []*UserAccessGroupCF

func (*UserAccessCF) GetProjects added in v15.10.0

func (x *UserAccessCF) GetProjects() []*UserAccessProjectCF

func (*UserAccessCF) ProtoMessage added in v15.10.0

func (*UserAccessCF) ProtoMessage()

func (*UserAccessCF) ProtoReflect added in v15.10.0

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

func (*UserAccessCF) Reset added in v15.10.0

func (x *UserAccessCF) Reset()

func (*UserAccessCF) String added in v15.10.0

func (x *UserAccessCF) String() string

func (*UserAccessCF) Validate added in v15.10.0

func (m *UserAccessCF) Validate() error

Validate checks the field values on UserAccessCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserAccessCF) ValidateAll added in v15.10.0

func (m *UserAccessCF) ValidateAll() error

ValidateAll checks the field values on UserAccessCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserAccessCFMultiError, or nil if none found.

type UserAccessCFMultiError added in v15.10.0

type UserAccessCFMultiError []error

UserAccessCFMultiError is an error wrapping multiple validation errors returned by UserAccessCF.ValidateAll() if the designated constraints aren't met.

func (UserAccessCFMultiError) AllErrors added in v15.10.0

func (m UserAccessCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserAccessCFMultiError) Error added in v15.10.0

func (m UserAccessCFMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UserAccessCFValidationError added in v15.10.0

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

UserAccessCFValidationError is the validation error returned by UserAccessCF.Validate if the designated constraints aren't met.

func (UserAccessCFValidationError) Cause added in v15.10.0

Cause function returns cause value.

func (UserAccessCFValidationError) Error added in v15.10.0

Error satisfies the builtin error interface

func (UserAccessCFValidationError) ErrorName added in v15.10.0

func (e UserAccessCFValidationError) ErrorName() string

ErrorName returns error name.

func (UserAccessCFValidationError) Field added in v15.10.0

Field function returns field value.

func (UserAccessCFValidationError) Key added in v15.10.0

Key function returns key value.

func (UserAccessCFValidationError) Reason added in v15.10.0

Reason function returns reason value.

type UserAccessGroupCF added in v15.10.0

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

func (*UserAccessGroupCF) Descriptor deprecated added in v15.10.0

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

Deprecated: Use UserAccessGroupCF.ProtoReflect.Descriptor instead.

func (*UserAccessGroupCF) GetId added in v15.10.0

func (x *UserAccessGroupCF) GetId() string

func (*UserAccessGroupCF) ProtoMessage added in v15.10.0

func (*UserAccessGroupCF) ProtoMessage()

func (*UserAccessGroupCF) ProtoReflect added in v15.10.0

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

func (*UserAccessGroupCF) Reset added in v15.10.0

func (x *UserAccessGroupCF) Reset()

func (*UserAccessGroupCF) String added in v15.10.0

func (x *UserAccessGroupCF) String() string

func (*UserAccessGroupCF) Validate added in v15.10.0

func (m *UserAccessGroupCF) Validate() error

Validate checks the field values on UserAccessGroupCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserAccessGroupCF) ValidateAll added in v15.10.0

func (m *UserAccessGroupCF) ValidateAll() error

ValidateAll checks the field values on UserAccessGroupCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserAccessGroupCFMultiError, or nil if none found.

type UserAccessGroupCFMultiError added in v15.10.0

type UserAccessGroupCFMultiError []error

UserAccessGroupCFMultiError is an error wrapping multiple validation errors returned by UserAccessGroupCF.ValidateAll() if the designated constraints aren't met.

func (UserAccessGroupCFMultiError) AllErrors added in v15.10.0

func (m UserAccessGroupCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserAccessGroupCFMultiError) Error added in v15.10.0

Error returns a concatenation of all the error messages it wraps.

type UserAccessGroupCFValidationError added in v15.10.0

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

UserAccessGroupCFValidationError is the validation error returned by UserAccessGroupCF.Validate if the designated constraints aren't met.

func (UserAccessGroupCFValidationError) Cause added in v15.10.0

Cause function returns cause value.

func (UserAccessGroupCFValidationError) Error added in v15.10.0

Error satisfies the builtin error interface

func (UserAccessGroupCFValidationError) ErrorName added in v15.10.0

ErrorName returns error name.

func (UserAccessGroupCFValidationError) Field added in v15.10.0

Field function returns field value.

func (UserAccessGroupCFValidationError) Key added in v15.10.0

Key function returns key value.

func (UserAccessGroupCFValidationError) Reason added in v15.10.0

Reason function returns reason value.

type UserAccessProjectCF added in v15.10.0

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

func (*UserAccessProjectCF) Descriptor deprecated added in v15.10.0

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

Deprecated: Use UserAccessProjectCF.ProtoReflect.Descriptor instead.

func (*UserAccessProjectCF) GetId added in v15.10.0

func (x *UserAccessProjectCF) GetId() string

func (*UserAccessProjectCF) ProtoMessage added in v15.10.0

func (*UserAccessProjectCF) ProtoMessage()

func (*UserAccessProjectCF) ProtoReflect added in v15.10.0

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

func (*UserAccessProjectCF) Reset added in v15.10.0

func (x *UserAccessProjectCF) Reset()

func (*UserAccessProjectCF) String added in v15.10.0

func (x *UserAccessProjectCF) String() string

func (*UserAccessProjectCF) Validate added in v15.10.0

func (m *UserAccessProjectCF) Validate() error

Validate checks the field values on UserAccessProjectCF with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserAccessProjectCF) ValidateAll added in v15.10.0

func (m *UserAccessProjectCF) ValidateAll() error

ValidateAll checks the field values on UserAccessProjectCF with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserAccessProjectCFMultiError, or nil if none found.

type UserAccessProjectCFMultiError added in v15.10.0

type UserAccessProjectCFMultiError []error

UserAccessProjectCFMultiError is an error wrapping multiple validation errors returned by UserAccessProjectCF.ValidateAll() if the designated constraints aren't met.

func (UserAccessProjectCFMultiError) AllErrors added in v15.10.0

func (m UserAccessProjectCFMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserAccessProjectCFMultiError) Error added in v15.10.0

Error returns a concatenation of all the error messages it wraps.

type UserAccessProjectCFValidationError added in v15.10.0

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

UserAccessProjectCFValidationError is the validation error returned by UserAccessProjectCF.Validate if the designated constraints aren't met.

func (UserAccessProjectCFValidationError) Cause added in v15.10.0

Cause function returns cause value.

func (UserAccessProjectCFValidationError) Error added in v15.10.0

Error satisfies the builtin error interface

func (UserAccessProjectCFValidationError) ErrorName added in v15.10.0

ErrorName returns error name.

func (UserAccessProjectCFValidationError) Field added in v15.10.0

Field function returns field value.

func (UserAccessProjectCFValidationError) Key added in v15.10.0

Key function returns key value.

func (UserAccessProjectCFValidationError) Reason added in v15.10.0

Reason function returns reason value.

type VulnerabilityReport

type VulnerabilityReport struct {
	Namespaces []string           `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	Filters    []*StarboardFilter `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

func (*VulnerabilityReport) Descriptor deprecated

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

Deprecated: Use VulnerabilityReport.ProtoReflect.Descriptor instead.

func (*VulnerabilityReport) GetFilters

func (x *VulnerabilityReport) GetFilters() []*StarboardFilter

func (*VulnerabilityReport) GetNamespaces

func (x *VulnerabilityReport) GetNamespaces() []string

func (*VulnerabilityReport) ProtoMessage

func (*VulnerabilityReport) ProtoMessage()

func (*VulnerabilityReport) ProtoReflect

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

func (*VulnerabilityReport) Reset

func (x *VulnerabilityReport) Reset()

func (*VulnerabilityReport) String

func (x *VulnerabilityReport) String() string

func (*VulnerabilityReport) Validate

func (m *VulnerabilityReport) Validate() error

Validate checks the field values on VulnerabilityReport with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VulnerabilityReport) ValidateAll

func (m *VulnerabilityReport) ValidateAll() error

ValidateAll checks the field values on VulnerabilityReport with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VulnerabilityReportMultiError, or nil if none found.

type VulnerabilityReportMultiError

type VulnerabilityReportMultiError []error

VulnerabilityReportMultiError is an error wrapping multiple validation errors returned by VulnerabilityReport.ValidateAll() if the designated constraints aren't met.

func (VulnerabilityReportMultiError) AllErrors

func (m VulnerabilityReportMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VulnerabilityReportMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VulnerabilityReportValidationError

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

VulnerabilityReportValidationError is the validation error returned by VulnerabilityReport.Validate if the designated constraints aren't met.

func (VulnerabilityReportValidationError) Cause

Cause function returns cause value.

func (VulnerabilityReportValidationError) Error

Error satisfies the builtin error interface

func (VulnerabilityReportValidationError) ErrorName

ErrorName returns error name.

func (VulnerabilityReportValidationError) Field

Field function returns field value.

func (VulnerabilityReportValidationError) Key

Key function returns key value.

func (VulnerabilityReportValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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