desired_state

package
v0.3.42 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 36 Imported by: 0

Documentation

Overview

Package desired_state is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	DesiredStateManager_SetDesiredState_FullMethodName                             = "/prodvana.desired_state.DesiredStateManager/SetDesiredState"
	DesiredStateManager_PreviewEntityGraph_FullMethodName                          = "/prodvana.desired_state.DesiredStateManager/PreviewEntityGraph"
	DesiredStateManager_GetServiceDesiredStateConvergenceSummary_FullMethodName    = "/prodvana.desired_state.DesiredStateManager/GetServiceDesiredStateConvergenceSummary"
	DesiredStateManager_GetServiceLatestDesiredStateId_FullMethodName              = "/prodvana.desired_state.DesiredStateManager/GetServiceLatestDesiredStateId"
	DesiredStateManager_GetServiceDesiredStateIdHistory_FullMethodName             = "/prodvana.desired_state.DesiredStateManager/GetServiceDesiredStateIdHistory"
	DesiredStateManager_GetServiceLastConvergedStates_FullMethodName               = "/prodvana.desired_state.DesiredStateManager/GetServiceLastConvergedStates"
	DesiredStateManager_GetServiceDesiredStateHistory_FullMethodName               = "/prodvana.desired_state.DesiredStateManager/GetServiceDesiredStateHistory"
	DesiredStateManager_GetDesiredState_FullMethodName                             = "/prodvana.desired_state.DesiredStateManager/GetDesiredState"
	DesiredStateManager_GetDesiredStateGraph_FullMethodName                        = "/prodvana.desired_state.DesiredStateManager/GetDesiredStateGraph"
	DesiredStateManager_GetDesiredStateConvergenceSummary_FullMethodName           = "/prodvana.desired_state.DesiredStateManager/GetDesiredStateConvergenceSummary"
	DesiredStateManager_ValidateDesiredState_FullMethodName                        = "/prodvana.desired_state.DesiredStateManager/ValidateDesiredState"
	DesiredStateManager_SetManualApproval_FullMethodName                           = "/prodvana.desired_state.DesiredStateManager/SetManualApproval"
	DesiredStateManager_PromoteDelivery_FullMethodName                             = "/prodvana.desired_state.DesiredStateManager/PromoteDelivery"
	DesiredStateManager_BypassProtection_FullMethodName                            = "/prodvana.desired_state.DesiredStateManager/BypassProtection"
	DesiredStateManager_BypassConcurrencyLimit_FullMethodName                      = "/prodvana.desired_state.DesiredStateManager/BypassConcurrencyLimit"
	DesiredStateManager_BypassDependencies_FullMethodName                          = "/prodvana.desired_state.DesiredStateManager/BypassDependencies"
	DesiredStateManager_ListMaestroReleases_FullMethodName                         = "/prodvana.desired_state.DesiredStateManager/ListMaestroReleases"
	DesiredStateManager_GetMaestroRelease_FullMethodName                           = "/prodvana.desired_state.DesiredStateManager/GetMaestroRelease"
	DesiredStateManager_ListCombinedReleases_FullMethodName                        = "/prodvana.desired_state.DesiredStateManager/ListCombinedReleases"
	DesiredStateManager_ListServiceCombinedReleases_FullMethodName                 = "/prodvana.desired_state.DesiredStateManager/ListServiceCombinedReleases"
	DesiredStateManager_GetLatestCombinedReleaseDesiredState_FullMethodName        = "/prodvana.desired_state.DesiredStateManager/GetLatestCombinedReleaseDesiredState"
	DesiredStateManager_GetServiceLatestCombinedReleaseDesiredState_FullMethodName = "/prodvana.desired_state.DesiredStateManager/GetServiceLatestCombinedReleaseDesiredState"
	DesiredStateManager_GetDebugState_FullMethodName                               = "/prodvana.desired_state.DesiredStateManager/GetDebugState"
)

Variables

View Source
var DesiredStateManager_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "prodvana.desired_state.DesiredStateManager",
	HandlerType: (*DesiredStateManagerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SetDesiredState",
			Handler:    _DesiredStateManager_SetDesiredState_Handler,
		},
		{
			MethodName: "PreviewEntityGraph",
			Handler:    _DesiredStateManager_PreviewEntityGraph_Handler,
		},
		{
			MethodName: "GetServiceDesiredStateConvergenceSummary",
			Handler:    _DesiredStateManager_GetServiceDesiredStateConvergenceSummary_Handler,
		},
		{
			MethodName: "GetServiceLatestDesiredStateId",
			Handler:    _DesiredStateManager_GetServiceLatestDesiredStateId_Handler,
		},
		{
			MethodName: "GetServiceDesiredStateIdHistory",
			Handler:    _DesiredStateManager_GetServiceDesiredStateIdHistory_Handler,
		},
		{
			MethodName: "GetServiceLastConvergedStates",
			Handler:    _DesiredStateManager_GetServiceLastConvergedStates_Handler,
		},
		{
			MethodName: "GetServiceDesiredStateHistory",
			Handler:    _DesiredStateManager_GetServiceDesiredStateHistory_Handler,
		},
		{
			MethodName: "GetDesiredState",
			Handler:    _DesiredStateManager_GetDesiredState_Handler,
		},
		{
			MethodName: "GetDesiredStateGraph",
			Handler:    _DesiredStateManager_GetDesiredStateGraph_Handler,
		},
		{
			MethodName: "GetDesiredStateConvergenceSummary",
			Handler:    _DesiredStateManager_GetDesiredStateConvergenceSummary_Handler,
		},
		{
			MethodName: "ValidateDesiredState",
			Handler:    _DesiredStateManager_ValidateDesiredState_Handler,
		},
		{
			MethodName: "SetManualApproval",
			Handler:    _DesiredStateManager_SetManualApproval_Handler,
		},
		{
			MethodName: "PromoteDelivery",
			Handler:    _DesiredStateManager_PromoteDelivery_Handler,
		},
		{
			MethodName: "BypassProtection",
			Handler:    _DesiredStateManager_BypassProtection_Handler,
		},
		{
			MethodName: "BypassConcurrencyLimit",
			Handler:    _DesiredStateManager_BypassConcurrencyLimit_Handler,
		},
		{
			MethodName: "BypassDependencies",
			Handler:    _DesiredStateManager_BypassDependencies_Handler,
		},
		{
			MethodName: "ListMaestroReleases",
			Handler:    _DesiredStateManager_ListMaestroReleases_Handler,
		},
		{
			MethodName: "GetMaestroRelease",
			Handler:    _DesiredStateManager_GetMaestroRelease_Handler,
		},
		{
			MethodName: "ListCombinedReleases",
			Handler:    _DesiredStateManager_ListCombinedReleases_Handler,
		},
		{
			MethodName: "ListServiceCombinedReleases",
			Handler:    _DesiredStateManager_ListServiceCombinedReleases_Handler,
		},
		{
			MethodName: "GetLatestCombinedReleaseDesiredState",
			Handler:    _DesiredStateManager_GetLatestCombinedReleaseDesiredState_Handler,
		},
		{
			MethodName: "GetServiceLatestCombinedReleaseDesiredState",
			Handler:    _DesiredStateManager_GetServiceLatestCombinedReleaseDesiredState_Handler,
		},
		{
			MethodName: "GetDebugState",
			Handler:    _DesiredStateManager_GetDebugState_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "prodvana/desired_state/manager.proto",
}

DesiredStateManager_ServiceDesc is the grpc.ServiceDesc for DesiredStateManager service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_prodvana_desired_state_manager_proto protoreflect.FileDescriptor

Functions

func RegisterDesiredStateManagerHandler

func RegisterDesiredStateManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDesiredStateManagerHandler registers the http handlers for service DesiredStateManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDesiredStateManagerHandlerClient

func RegisterDesiredStateManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DesiredStateManagerClient) error

RegisterDesiredStateManagerHandlerClient registers the http handlers for service DesiredStateManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DesiredStateManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DesiredStateManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DesiredStateManagerClient" to call the correct interceptors.

func RegisterDesiredStateManagerHandlerFromEndpoint

func RegisterDesiredStateManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDesiredStateManagerHandlerFromEndpoint is same as RegisterDesiredStateManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDesiredStateManagerHandlerServer

func RegisterDesiredStateManagerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DesiredStateManagerServer) error

RegisterDesiredStateManagerHandlerServer registers the http handlers for service DesiredStateManager to "mux". UnaryRPC :call DesiredStateManagerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDesiredStateManagerHandlerFromEndpoint instead.

func RegisterDesiredStateManagerServer

func RegisterDesiredStateManagerServer(s grpc.ServiceRegistrar, srv DesiredStateManagerServer)

Types

type BypassConcurrencyLimitReq added in v0.3.41

type BypassConcurrencyLimitReq struct {
	DesiredStateId string                  `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"`
	Source         string                  `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	CallSource     version.Source          `protobuf:"varint,3,opt,name=call_source,json=callSource,proto3,enum=prodvana.version.Source" json:"call_source,omitempty"`
	SourceMetadata *version.SourceMetadata `protobuf:"bytes,4,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BypassConcurrencyLimitReq) Descriptor deprecated added in v0.3.41

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

Deprecated: Use BypassConcurrencyLimitReq.ProtoReflect.Descriptor instead.

func (*BypassConcurrencyLimitReq) GetCallSource added in v0.3.41

func (x *BypassConcurrencyLimitReq) GetCallSource() version.Source

func (*BypassConcurrencyLimitReq) GetDesiredStateId added in v0.3.41

func (x *BypassConcurrencyLimitReq) GetDesiredStateId() string

func (*BypassConcurrencyLimitReq) GetSource added in v0.3.41

func (x *BypassConcurrencyLimitReq) GetSource() string

func (*BypassConcurrencyLimitReq) GetSourceMetadata added in v0.3.41

func (x *BypassConcurrencyLimitReq) GetSourceMetadata() *version.SourceMetadata

func (*BypassConcurrencyLimitReq) ProtoMessage added in v0.3.41

func (*BypassConcurrencyLimitReq) ProtoMessage()

func (*BypassConcurrencyLimitReq) ProtoReflect added in v0.3.41

func (*BypassConcurrencyLimitReq) Reset added in v0.3.41

func (x *BypassConcurrencyLimitReq) Reset()

func (*BypassConcurrencyLimitReq) String added in v0.3.41

func (x *BypassConcurrencyLimitReq) String() string

func (*BypassConcurrencyLimitReq) Validate added in v0.3.41

func (m *BypassConcurrencyLimitReq) Validate() error

Validate checks the field values on BypassConcurrencyLimitReq 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 (*BypassConcurrencyLimitReq) ValidateAll added in v0.3.41

func (m *BypassConcurrencyLimitReq) ValidateAll() error

ValidateAll checks the field values on BypassConcurrencyLimitReq 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 BypassConcurrencyLimitReqMultiError, or nil if none found.

type BypassConcurrencyLimitReqMultiError added in v0.3.41

type BypassConcurrencyLimitReqMultiError []error

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

func (BypassConcurrencyLimitReqMultiError) AllErrors added in v0.3.41

AllErrors returns a list of validation violation errors.

func (BypassConcurrencyLimitReqMultiError) Error added in v0.3.41

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

type BypassConcurrencyLimitReqValidationError added in v0.3.41

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

BypassConcurrencyLimitReqValidationError is the validation error returned by BypassConcurrencyLimitReq.Validate if the designated constraints aren't met.

func (BypassConcurrencyLimitReqValidationError) Cause added in v0.3.41

Cause function returns cause value.

func (BypassConcurrencyLimitReqValidationError) Error added in v0.3.41

Error satisfies the builtin error interface

func (BypassConcurrencyLimitReqValidationError) ErrorName added in v0.3.41

ErrorName returns error name.

func (BypassConcurrencyLimitReqValidationError) Field added in v0.3.41

Field function returns field value.

func (BypassConcurrencyLimitReqValidationError) Key added in v0.3.41

Key function returns key value.

func (BypassConcurrencyLimitReqValidationError) Reason added in v0.3.41

Reason function returns reason value.

type BypassConcurrencyLimitResp added in v0.3.41

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

func (*BypassConcurrencyLimitResp) Descriptor deprecated added in v0.3.41

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

Deprecated: Use BypassConcurrencyLimitResp.ProtoReflect.Descriptor instead.

func (*BypassConcurrencyLimitResp) ProtoMessage added in v0.3.41

func (*BypassConcurrencyLimitResp) ProtoMessage()

func (*BypassConcurrencyLimitResp) ProtoReflect added in v0.3.41

func (*BypassConcurrencyLimitResp) Reset added in v0.3.41

func (x *BypassConcurrencyLimitResp) Reset()

func (*BypassConcurrencyLimitResp) String added in v0.3.41

func (x *BypassConcurrencyLimitResp) String() string

func (*BypassConcurrencyLimitResp) Validate added in v0.3.41

func (m *BypassConcurrencyLimitResp) Validate() error

Validate checks the field values on BypassConcurrencyLimitResp 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 (*BypassConcurrencyLimitResp) ValidateAll added in v0.3.41

func (m *BypassConcurrencyLimitResp) ValidateAll() error

ValidateAll checks the field values on BypassConcurrencyLimitResp 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 BypassConcurrencyLimitRespMultiError, or nil if none found.

type BypassConcurrencyLimitRespMultiError added in v0.3.41

type BypassConcurrencyLimitRespMultiError []error

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

func (BypassConcurrencyLimitRespMultiError) AllErrors added in v0.3.41

AllErrors returns a list of validation violation errors.

func (BypassConcurrencyLimitRespMultiError) Error added in v0.3.41

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

type BypassConcurrencyLimitRespValidationError added in v0.3.41

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

BypassConcurrencyLimitRespValidationError is the validation error returned by BypassConcurrencyLimitResp.Validate if the designated constraints aren't met.

func (BypassConcurrencyLimitRespValidationError) Cause added in v0.3.41

Cause function returns cause value.

func (BypassConcurrencyLimitRespValidationError) Error added in v0.3.41

Error satisfies the builtin error interface

func (BypassConcurrencyLimitRespValidationError) ErrorName added in v0.3.41

ErrorName returns error name.

func (BypassConcurrencyLimitRespValidationError) Field added in v0.3.41

Field function returns field value.

func (BypassConcurrencyLimitRespValidationError) Key added in v0.3.41

Key function returns key value.

func (BypassConcurrencyLimitRespValidationError) Reason added in v0.3.41

Reason function returns reason value.

type BypassDependenciesReq added in v0.3.41

type BypassDependenciesReq struct {
	DesiredStateId string                  `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"`
	Source         string                  `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	CallSource     version.Source          `protobuf:"varint,3,opt,name=call_source,json=callSource,proto3,enum=prodvana.version.Source" json:"call_source,omitempty"`
	SourceMetadata *version.SourceMetadata `protobuf:"bytes,4,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BypassDependenciesReq) Descriptor deprecated added in v0.3.41

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

Deprecated: Use BypassDependenciesReq.ProtoReflect.Descriptor instead.

func (*BypassDependenciesReq) GetCallSource added in v0.3.41

func (x *BypassDependenciesReq) GetCallSource() version.Source

func (*BypassDependenciesReq) GetDesiredStateId added in v0.3.41

func (x *BypassDependenciesReq) GetDesiredStateId() string

func (*BypassDependenciesReq) GetSource added in v0.3.41

func (x *BypassDependenciesReq) GetSource() string

func (*BypassDependenciesReq) GetSourceMetadata added in v0.3.41

func (x *BypassDependenciesReq) GetSourceMetadata() *version.SourceMetadata

func (*BypassDependenciesReq) ProtoMessage added in v0.3.41

func (*BypassDependenciesReq) ProtoMessage()

func (*BypassDependenciesReq) ProtoReflect added in v0.3.41

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

func (*BypassDependenciesReq) Reset added in v0.3.41

func (x *BypassDependenciesReq) Reset()

func (*BypassDependenciesReq) String added in v0.3.41

func (x *BypassDependenciesReq) String() string

func (*BypassDependenciesReq) Validate added in v0.3.41

func (m *BypassDependenciesReq) Validate() error

Validate checks the field values on BypassDependenciesReq 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 (*BypassDependenciesReq) ValidateAll added in v0.3.41

func (m *BypassDependenciesReq) ValidateAll() error

ValidateAll checks the field values on BypassDependenciesReq 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 BypassDependenciesReqMultiError, or nil if none found.

type BypassDependenciesReqMultiError added in v0.3.41

type BypassDependenciesReqMultiError []error

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

func (BypassDependenciesReqMultiError) AllErrors added in v0.3.41

func (m BypassDependenciesReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BypassDependenciesReqMultiError) Error added in v0.3.41

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

type BypassDependenciesReqValidationError added in v0.3.41

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

BypassDependenciesReqValidationError is the validation error returned by BypassDependenciesReq.Validate if the designated constraints aren't met.

func (BypassDependenciesReqValidationError) Cause added in v0.3.41

Cause function returns cause value.

func (BypassDependenciesReqValidationError) Error added in v0.3.41

Error satisfies the builtin error interface

func (BypassDependenciesReqValidationError) ErrorName added in v0.3.41

ErrorName returns error name.

func (BypassDependenciesReqValidationError) Field added in v0.3.41

Field function returns field value.

func (BypassDependenciesReqValidationError) Key added in v0.3.41

Key function returns key value.

func (BypassDependenciesReqValidationError) Reason added in v0.3.41

Reason function returns reason value.

type BypassDependenciesResp added in v0.3.41

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

func (*BypassDependenciesResp) Descriptor deprecated added in v0.3.41

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

Deprecated: Use BypassDependenciesResp.ProtoReflect.Descriptor instead.

func (*BypassDependenciesResp) ProtoMessage added in v0.3.41

func (*BypassDependenciesResp) ProtoMessage()

func (*BypassDependenciesResp) ProtoReflect added in v0.3.41

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

func (*BypassDependenciesResp) Reset added in v0.3.41

func (x *BypassDependenciesResp) Reset()

func (*BypassDependenciesResp) String added in v0.3.41

func (x *BypassDependenciesResp) String() string

func (*BypassDependenciesResp) Validate added in v0.3.41

func (m *BypassDependenciesResp) Validate() error

Validate checks the field values on BypassDependenciesResp 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 (*BypassDependenciesResp) ValidateAll added in v0.3.41

func (m *BypassDependenciesResp) ValidateAll() error

ValidateAll checks the field values on BypassDependenciesResp 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 BypassDependenciesRespMultiError, or nil if none found.

type BypassDependenciesRespMultiError added in v0.3.41

type BypassDependenciesRespMultiError []error

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

func (BypassDependenciesRespMultiError) AllErrors added in v0.3.41

func (m BypassDependenciesRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BypassDependenciesRespMultiError) Error added in v0.3.41

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

type BypassDependenciesRespValidationError added in v0.3.41

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

BypassDependenciesRespValidationError is the validation error returned by BypassDependenciesResp.Validate if the designated constraints aren't met.

func (BypassDependenciesRespValidationError) Cause added in v0.3.41

Cause function returns cause value.

func (BypassDependenciesRespValidationError) Error added in v0.3.41

Error satisfies the builtin error interface

func (BypassDependenciesRespValidationError) ErrorName added in v0.3.41

ErrorName returns error name.

func (BypassDependenciesRespValidationError) Field added in v0.3.41

Field function returns field value.

func (BypassDependenciesRespValidationError) Key added in v0.3.41

Key function returns key value.

func (BypassDependenciesRespValidationError) Reason added in v0.3.41

Reason function returns reason value.

type BypassProtectionReq

type BypassProtectionReq struct {
	DesiredStateId string                  `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"`
	Source         string                  `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	CallSource     version.Source          `protobuf:"varint,3,opt,name=call_source,json=callSource,proto3,enum=prodvana.version.Source" json:"call_source,omitempty"`
	SourceMetadata *version.SourceMetadata `protobuf:"bytes,4,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BypassProtectionReq) Descriptor deprecated

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

Deprecated: Use BypassProtectionReq.ProtoReflect.Descriptor instead.

func (*BypassProtectionReq) GetCallSource added in v0.3.30

func (x *BypassProtectionReq) GetCallSource() version.Source

func (*BypassProtectionReq) GetDesiredStateId

func (x *BypassProtectionReq) GetDesiredStateId() string

func (*BypassProtectionReq) GetSource

func (x *BypassProtectionReq) GetSource() string

func (*BypassProtectionReq) GetSourceMetadata added in v0.3.30

func (x *BypassProtectionReq) GetSourceMetadata() *version.SourceMetadata

func (*BypassProtectionReq) ProtoMessage

func (*BypassProtectionReq) ProtoMessage()

func (*BypassProtectionReq) ProtoReflect

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

func (*BypassProtectionReq) Reset

func (x *BypassProtectionReq) Reset()

func (*BypassProtectionReq) String

func (x *BypassProtectionReq) String() string

func (*BypassProtectionReq) Validate

func (m *BypassProtectionReq) Validate() error

Validate checks the field values on BypassProtectionReq 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 (*BypassProtectionReq) ValidateAll

func (m *BypassProtectionReq) ValidateAll() error

ValidateAll checks the field values on BypassProtectionReq 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 BypassProtectionReqMultiError, or nil if none found.

type BypassProtectionReqMultiError

type BypassProtectionReqMultiError []error

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

func (BypassProtectionReqMultiError) AllErrors

func (m BypassProtectionReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BypassProtectionReqMultiError) Error

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

type BypassProtectionReqValidationError

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

BypassProtectionReqValidationError is the validation error returned by BypassProtectionReq.Validate if the designated constraints aren't met.

func (BypassProtectionReqValidationError) Cause

Cause function returns cause value.

func (BypassProtectionReqValidationError) Error

Error satisfies the builtin error interface

func (BypassProtectionReqValidationError) ErrorName

ErrorName returns error name.

func (BypassProtectionReqValidationError) Field

Field function returns field value.

func (BypassProtectionReqValidationError) Key

Key function returns key value.

func (BypassProtectionReqValidationError) Reason

Reason function returns reason value.

type BypassProtectionResp

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

func (*BypassProtectionResp) Descriptor deprecated

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

Deprecated: Use BypassProtectionResp.ProtoReflect.Descriptor instead.

func (*BypassProtectionResp) ProtoMessage

func (*BypassProtectionResp) ProtoMessage()

func (*BypassProtectionResp) ProtoReflect

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

func (*BypassProtectionResp) Reset

func (x *BypassProtectionResp) Reset()

func (*BypassProtectionResp) String

func (x *BypassProtectionResp) String() string

func (*BypassProtectionResp) Validate

func (m *BypassProtectionResp) Validate() error

Validate checks the field values on BypassProtectionResp 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 (*BypassProtectionResp) ValidateAll

func (m *BypassProtectionResp) ValidateAll() error

ValidateAll checks the field values on BypassProtectionResp 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 BypassProtectionRespMultiError, or nil if none found.

type BypassProtectionRespMultiError

type BypassProtectionRespMultiError []error

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

func (BypassProtectionRespMultiError) AllErrors

func (m BypassProtectionRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BypassProtectionRespMultiError) Error

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

type BypassProtectionRespValidationError

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

BypassProtectionRespValidationError is the validation error returned by BypassProtectionResp.Validate if the designated constraints aren't met.

func (BypassProtectionRespValidationError) Cause

Cause function returns cause value.

func (BypassProtectionRespValidationError) Error

Error satisfies the builtin error interface

func (BypassProtectionRespValidationError) ErrorName

ErrorName returns error name.

func (BypassProtectionRespValidationError) Field

Field function returns field value.

func (BypassProtectionRespValidationError) Key

Key function returns key value.

func (BypassProtectionRespValidationError) Reason

Reason function returns reason value.

type DebugLogs

type DebugLogs struct {
	DebugLogs []*model.DebugLog `protobuf:"bytes,1,rep,name=debug_logs,json=debugLogs,proto3" json:"debug_logs,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugLogs) Descriptor deprecated

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

Deprecated: Use DebugLogs.ProtoReflect.Descriptor instead.

func (*DebugLogs) GetDebugLogs

func (x *DebugLogs) GetDebugLogs() []*model.DebugLog

func (*DebugLogs) ProtoMessage

func (*DebugLogs) ProtoMessage()

func (*DebugLogs) ProtoReflect

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

func (*DebugLogs) Reset

func (x *DebugLogs) Reset()

func (*DebugLogs) String

func (x *DebugLogs) String() string

func (*DebugLogs) Validate

func (m *DebugLogs) Validate() error

Validate checks the field values on DebugLogs 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 (*DebugLogs) ValidateAll

func (m *DebugLogs) ValidateAll() error

ValidateAll checks the field values on DebugLogs 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 DebugLogsMultiError, or nil if none found.

type DebugLogsMultiError

type DebugLogsMultiError []error

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

func (DebugLogsMultiError) AllErrors

func (m DebugLogsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DebugLogsMultiError) Error

func (m DebugLogsMultiError) Error() string

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

type DebugLogsValidationError

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

DebugLogsValidationError is the validation error returned by DebugLogs.Validate if the designated constraints aren't met.

func (DebugLogsValidationError) Cause

func (e DebugLogsValidationError) Cause() error

Cause function returns cause value.

func (DebugLogsValidationError) Error

func (e DebugLogsValidationError) Error() string

Error satisfies the builtin error interface

func (DebugLogsValidationError) ErrorName

func (e DebugLogsValidationError) ErrorName() string

ErrorName returns error name.

func (DebugLogsValidationError) Field

func (e DebugLogsValidationError) Field() string

Field function returns field value.

func (DebugLogsValidationError) Key

Key function returns key value.

func (DebugLogsValidationError) Reason

func (e DebugLogsValidationError) Reason() string

Reason function returns reason value.

type DesiredStateManagerClient

type DesiredStateManagerClient interface {
	SetDesiredState(ctx context.Context, in *SetDesiredStateReq, opts ...grpc.CallOption) (*SetDesiredStateResp, error)
	// validate a SetDesiredState call and return a preview entity graph
	// TODO(naphat) delete ValidateDesiredState and replace with this
	PreviewEntityGraph(ctx context.Context, in *SetDesiredStateReq, opts ...grpc.CallOption) (*PreviewEntityGraphResp, error)
	GetServiceDesiredStateConvergenceSummary(ctx context.Context, in *GetServiceDesiredStateConvergenceSummaryReq, opts ...grpc.CallOption) (*GetServiceDesiredStateConvergenceSummaryResp, error)
	GetServiceLatestDesiredStateId(ctx context.Context, in *GetServiceLatestDesiredStateIdReq, opts ...grpc.CallOption) (*GetServiceLatestDesiredStateIdResp, error)
	GetServiceDesiredStateIdHistory(ctx context.Context, in *GetServiceDesiredStateIdHistoryReq, opts ...grpc.CallOption) (*GetServiceDesiredStateIdHistoryResp, error)
	GetServiceLastConvergedStates(ctx context.Context, in *GetServiceLastConvergedStateReq, opts ...grpc.CallOption) (*GetServiceLastConvergedStateResp, error)
	GetServiceDesiredStateHistory(ctx context.Context, in *GetServiceDesiredStateHistoryReq, opts ...grpc.CallOption) (*GetServiceDesiredStateHistoryResp, error)
	GetDesiredState(ctx context.Context, in *GetDesiredStateReq, opts ...grpc.CallOption) (*GetDesiredStateResp, error)
	GetDesiredStateGraph(ctx context.Context, in *GetDesiredStateGraphReq, opts ...grpc.CallOption) (*GetDesiredStateGraphResp, error)
	// Get the convergence summary for a desired state id.
	// If the desired state id is pending, the returned summary will not have the entity_graph set but will have pending_set_desired_state set.
	// The status will be set to PENDING_SET_DESIRED_STATE.
	// If the desired state id was pending and failed to be set, the returned summary will not have the entity_graph set but will have pending_set_desired_state set.
	// The status will be set to FAILED.
	GetDesiredStateConvergenceSummary(ctx context.Context, in *GetDesiredStateConvergenceReq, opts ...grpc.CallOption) (*GetDesiredStateConvergenceSummaryResp, error)
	ValidateDesiredState(ctx context.Context, in *ValidateDesiredStateReq, opts ...grpc.CallOption) (*ValidateDesiredStateResp, error)
	SetManualApproval(ctx context.Context, in *SetManualApprovalReq, opts ...grpc.CallOption) (*SetManualApprovalResp, error)
	PromoteDelivery(ctx context.Context, in *PromoteDeliveryReq, opts ...grpc.CallOption) (*PromoteDeliveryResp, error)
	BypassProtection(ctx context.Context, in *BypassProtectionReq, opts ...grpc.CallOption) (*BypassProtectionResp, error)
	BypassConcurrencyLimit(ctx context.Context, in *BypassConcurrencyLimitReq, opts ...grpc.CallOption) (*BypassConcurrencyLimitResp, error)
	BypassDependencies(ctx context.Context, in *BypassDependenciesReq, opts ...grpc.CallOption) (*BypassDependenciesResp, error)
	ListMaestroReleases(ctx context.Context, in *ListMaestroReleasesReq, opts ...grpc.CallOption) (*ListMaestroReleasesResp, error)
	GetMaestroRelease(ctx context.Context, in *GetMaestroReleaseReq, opts ...grpc.CallOption) (*GetMaestroReleaseResp, error)
	// Get release history, where a release is either a Maestro Release or a Desired State from calling SetDesiredState
	ListCombinedReleases(ctx context.Context, in *ListCombinedReleasesReq, opts ...grpc.CallOption) (*ListCombinedReleasesResp, error)
	// Like ListCombinedReleases, but accepts an application/service names/ids instead of entity ID
	ListServiceCombinedReleases(ctx context.Context, in *ListServiceCombinedReleasesReq, opts ...grpc.CallOption) (*ListCombinedReleasesResp, error)
	// get latest desired state that was set explicitly as part of a release, as defined by
	// ListCombinedReleases. This is a shortcut for ListCombinedReleases(descending=True, page_size=1),
	// then GetDesiredState or GetMaestroRelease depending on the type of release.
	GetLatestCombinedReleaseDesiredState(ctx context.Context, in *GetLatestCombinedReleaseDesiredStateReq, opts ...grpc.CallOption) (*GetLatestCombinedReleaseDesiredStateResp, error)
	GetServiceLatestCombinedReleaseDesiredState(ctx context.Context, in *GetServiceLatestCombinedReleaseDesiredStateReq, opts ...grpc.CallOption) (*GetLatestCombinedReleaseDesiredStateResp, error)
	GetDebugState(ctx context.Context, in *GetDesiredStateReq, opts ...grpc.CallOption) (*debug.DumpState, error)
}

DesiredStateManagerClient is the client API for DesiredStateManager service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DesiredStateManagerServer

type DesiredStateManagerServer interface {
	SetDesiredState(context.Context, *SetDesiredStateReq) (*SetDesiredStateResp, error)
	// validate a SetDesiredState call and return a preview entity graph
	// TODO(naphat) delete ValidateDesiredState and replace with this
	PreviewEntityGraph(context.Context, *SetDesiredStateReq) (*PreviewEntityGraphResp, error)
	GetServiceDesiredStateConvergenceSummary(context.Context, *GetServiceDesiredStateConvergenceSummaryReq) (*GetServiceDesiredStateConvergenceSummaryResp, error)
	GetServiceLatestDesiredStateId(context.Context, *GetServiceLatestDesiredStateIdReq) (*GetServiceLatestDesiredStateIdResp, error)
	GetServiceDesiredStateIdHistory(context.Context, *GetServiceDesiredStateIdHistoryReq) (*GetServiceDesiredStateIdHistoryResp, error)
	GetServiceLastConvergedStates(context.Context, *GetServiceLastConvergedStateReq) (*GetServiceLastConvergedStateResp, error)
	GetServiceDesiredStateHistory(context.Context, *GetServiceDesiredStateHistoryReq) (*GetServiceDesiredStateHistoryResp, error)
	GetDesiredState(context.Context, *GetDesiredStateReq) (*GetDesiredStateResp, error)
	GetDesiredStateGraph(context.Context, *GetDesiredStateGraphReq) (*GetDesiredStateGraphResp, error)
	// Get the convergence summary for a desired state id.
	// If the desired state id is pending, the returned summary will not have the entity_graph set but will have pending_set_desired_state set.
	// The status will be set to PENDING_SET_DESIRED_STATE.
	// If the desired state id was pending and failed to be set, the returned summary will not have the entity_graph set but will have pending_set_desired_state set.
	// The status will be set to FAILED.
	GetDesiredStateConvergenceSummary(context.Context, *GetDesiredStateConvergenceReq) (*GetDesiredStateConvergenceSummaryResp, error)
	ValidateDesiredState(context.Context, *ValidateDesiredStateReq) (*ValidateDesiredStateResp, error)
	SetManualApproval(context.Context, *SetManualApprovalReq) (*SetManualApprovalResp, error)
	PromoteDelivery(context.Context, *PromoteDeliveryReq) (*PromoteDeliveryResp, error)
	BypassProtection(context.Context, *BypassProtectionReq) (*BypassProtectionResp, error)
	BypassConcurrencyLimit(context.Context, *BypassConcurrencyLimitReq) (*BypassConcurrencyLimitResp, error)
	BypassDependencies(context.Context, *BypassDependenciesReq) (*BypassDependenciesResp, error)
	ListMaestroReleases(context.Context, *ListMaestroReleasesReq) (*ListMaestroReleasesResp, error)
	GetMaestroRelease(context.Context, *GetMaestroReleaseReq) (*GetMaestroReleaseResp, error)
	// Get release history, where a release is either a Maestro Release or a Desired State from calling SetDesiredState
	ListCombinedReleases(context.Context, *ListCombinedReleasesReq) (*ListCombinedReleasesResp, error)
	// Like ListCombinedReleases, but accepts an application/service names/ids instead of entity ID
	ListServiceCombinedReleases(context.Context, *ListServiceCombinedReleasesReq) (*ListCombinedReleasesResp, error)
	// get latest desired state that was set explicitly as part of a release, as defined by
	// ListCombinedReleases. This is a shortcut for ListCombinedReleases(descending=True, page_size=1),
	// then GetDesiredState or GetMaestroRelease depending on the type of release.
	GetLatestCombinedReleaseDesiredState(context.Context, *GetLatestCombinedReleaseDesiredStateReq) (*GetLatestCombinedReleaseDesiredStateResp, error)
	GetServiceLatestCombinedReleaseDesiredState(context.Context, *GetServiceLatestCombinedReleaseDesiredStateReq) (*GetLatestCombinedReleaseDesiredStateResp, error)
	GetDebugState(context.Context, *GetDesiredStateReq) (*debug.DumpState, error)
	// contains filtered or unexported methods
}

DesiredStateManagerServer is the server API for DesiredStateManager service. All implementations must embed UnimplementedDesiredStateManagerServer for forward compatibility

type DesiredStateSummary

type DesiredStateSummary struct {
	EntityGraph         *model.EntityGraph     `protobuf:"bytes,15,opt,name=entity_graph,json=entityGraph,proto3" json:"entity_graph,omitempty"`
	CreationTimestamp   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=creation_timestamp,json=creationTimestamp,proto3" json:"creation_timestamp,omitempty"`
	LastUpdateTimestamp *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_update_timestamp,json=lastUpdateTimestamp,proto3" json:"last_update_timestamp,omitempty"`
	// will only be set if desired state has been replaced
	ReplacedTimestamp *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=replaced_timestamp,json=replacedTimestamp,proto3" json:"replaced_timestamp,omitempty"`
	// uncompiled desired state originally passed as input to SetDesiredState
	InputDesiredState *model.State `protobuf:"bytes,16,opt,name=input_desired_state,json=inputDesiredState,proto3" json:"input_desired_state,omitempty"`
	// compiled desired state
	DesiredState  *model.State `protobuf:"bytes,3,opt,name=desired_state,json=desiredState,proto3" json:"desired_state,omitempty"`
	StartingState *model.State `protobuf:"bytes,1,opt,name=starting_state,json=startingState,proto3" json:"starting_state,omitempty"`
	LastSeenState *model.State `protobuf:"bytes,2,opt,name=last_seen_state,json=lastSeenState,proto3" json:"last_seen_state,omitempty"`
	Status        model.Status `protobuf:"varint,19,opt,name=status,proto3,enum=prodvana.desired_state.model.Status" json:"status,omitempty"`
	// who set the desired state
	Source         version.Source          `protobuf:"varint,17,opt,name=source,proto3,enum=prodvana.version.Source" json:"source,omitempty"`
	SourceMetadata *version.SourceMetadata `protobuf:"bytes,18,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"`
	// the latest pending or failed set desired state request
	PendingSetDesiredState  *PendingSetDesiredState        `` /* 132-byte string literal not displayed */
	SetDesiredStateMetadata *model.SetDesiredStateMetadata `` /* 135-byte string literal not displayed */
	// fields below are deprecated
	// status of the desired state, all its descendents, and the root desired state.
	Statuses map[string]model.Status `` /* 199-byte string literal not displayed */
	// State of all preconditions involved in the desired state.
	// Key format - "{desired_state_id}-{index}", e.g., "des-0752d6c76a6943abbfcf0515634584ba-0".
	PreconditionStatuses map[string]*model.ConditionState    `` /* 209-byte string literal not displayed */
	StatusExplanations   map[string]*StatusExplanations      `` /* 203-byte string literal not displayed */
	DebugLogs            map[string]*DebugLogs               `` /* 177-byte string literal not displayed */
	ActionExplanations   map[string]*model.ActionExplanation `` /* 204-byte string literal not displayed */
	// last_update_timestamp, last_fetched_timestamp, and last_applied_timestamp are only returned for the latest desired state
	LastUpdateTimestamps  map[string]*timestamppb.Timestamp `` /* 212-byte string literal not displayed */
	LastFetchedTimestamps map[string]*timestamppb.Timestamp `` /* 215-byte string literal not displayed */
	LastAppliedTimestamps map[string]*timestamppb.Timestamp `` /* 215-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DesiredStateSummary) Descriptor deprecated

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

Deprecated: Use DesiredStateSummary.ProtoReflect.Descriptor instead.

func (*DesiredStateSummary) GetActionExplanations

func (x *DesiredStateSummary) GetActionExplanations() map[string]*model.ActionExplanation

func (*DesiredStateSummary) GetCreationTimestamp

func (x *DesiredStateSummary) GetCreationTimestamp() *timestamppb.Timestamp

func (*DesiredStateSummary) GetDebugLogs

func (x *DesiredStateSummary) GetDebugLogs() map[string]*DebugLogs

func (*DesiredStateSummary) GetDesiredState

func (x *DesiredStateSummary) GetDesiredState() *model.State

func (*DesiredStateSummary) GetEntityGraph

func (x *DesiredStateSummary) GetEntityGraph() *model.EntityGraph

func (*DesiredStateSummary) GetInputDesiredState added in v0.2.13

func (x *DesiredStateSummary) GetInputDesiredState() *model.State

func (*DesiredStateSummary) GetLastAppliedTimestamps

func (x *DesiredStateSummary) GetLastAppliedTimestamps() map[string]*timestamppb.Timestamp

func (*DesiredStateSummary) GetLastFetchedTimestamps

func (x *DesiredStateSummary) GetLastFetchedTimestamps() map[string]*timestamppb.Timestamp

func (*DesiredStateSummary) GetLastSeenState

func (x *DesiredStateSummary) GetLastSeenState() *model.State

func (*DesiredStateSummary) GetLastUpdateTimestamp

func (x *DesiredStateSummary) GetLastUpdateTimestamp() *timestamppb.Timestamp

func (*DesiredStateSummary) GetLastUpdateTimestamps

func (x *DesiredStateSummary) GetLastUpdateTimestamps() map[string]*timestamppb.Timestamp

func (*DesiredStateSummary) GetPendingSetDesiredState added in v0.2.17

func (x *DesiredStateSummary) GetPendingSetDesiredState() *PendingSetDesiredState

func (*DesiredStateSummary) GetPreconditionStatuses

func (x *DesiredStateSummary) GetPreconditionStatuses() map[string]*model.ConditionState

func (*DesiredStateSummary) GetReplacedTimestamp

func (x *DesiredStateSummary) GetReplacedTimestamp() *timestamppb.Timestamp

func (*DesiredStateSummary) GetSetDesiredStateMetadata added in v0.3.1

func (x *DesiredStateSummary) GetSetDesiredStateMetadata() *model.SetDesiredStateMetadata

func (*DesiredStateSummary) GetSource added in v0.2.14

func (x *DesiredStateSummary) GetSource() version.Source

func (*DesiredStateSummary) GetSourceMetadata added in v0.2.14

func (x *DesiredStateSummary) GetSourceMetadata() *version.SourceMetadata

func (*DesiredStateSummary) GetStartingState

func (x *DesiredStateSummary) GetStartingState() *model.State

func (*DesiredStateSummary) GetStatus added in v0.2.17

func (x *DesiredStateSummary) GetStatus() model.Status

func (*DesiredStateSummary) GetStatusExplanations

func (x *DesiredStateSummary) GetStatusExplanations() map[string]*StatusExplanations

func (*DesiredStateSummary) GetStatuses

func (x *DesiredStateSummary) GetStatuses() map[string]model.Status

func (*DesiredStateSummary) ProtoMessage

func (*DesiredStateSummary) ProtoMessage()

func (*DesiredStateSummary) ProtoReflect

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

func (*DesiredStateSummary) Reset

func (x *DesiredStateSummary) Reset()

func (*DesiredStateSummary) String

func (x *DesiredStateSummary) String() string

func (*DesiredStateSummary) Validate

func (m *DesiredStateSummary) Validate() error

Validate checks the field values on DesiredStateSummary 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 (*DesiredStateSummary) ValidateAll

func (m *DesiredStateSummary) ValidateAll() error

ValidateAll checks the field values on DesiredStateSummary 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 DesiredStateSummaryMultiError, or nil if none found.

type DesiredStateSummaryMultiError

type DesiredStateSummaryMultiError []error

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

func (DesiredStateSummaryMultiError) AllErrors

func (m DesiredStateSummaryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DesiredStateSummaryMultiError) Error

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

type DesiredStateSummaryValidationError

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

DesiredStateSummaryValidationError is the validation error returned by DesiredStateSummary.Validate if the designated constraints aren't met.

func (DesiredStateSummaryValidationError) Cause

Cause function returns cause value.

func (DesiredStateSummaryValidationError) Error

Error satisfies the builtin error interface

func (DesiredStateSummaryValidationError) ErrorName

ErrorName returns error name.

func (DesiredStateSummaryValidationError) Field

Field function returns field value.

func (DesiredStateSummaryValidationError) Key

Key function returns key value.

func (DesiredStateSummaryValidationError) Reason

Reason function returns reason value.

type DesiredStateTimestamps added in v0.2.20

type DesiredStateTimestamps struct {
	CreationTimestamp   *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=creation_timestamp,json=creationTimestamp,proto3" json:"creation_timestamp,omitempty"`
	LastUpdateTimestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last_update_timestamp,json=lastUpdateTimestamp,proto3" json:"last_update_timestamp,omitempty"`
	// will only be set if desired state has been replaced
	ReplacedTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=replaced_timestamp,json=replacedTimestamp,proto3" json:"replaced_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DesiredStateTimestamps) Descriptor deprecated added in v0.2.20

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

Deprecated: Use DesiredStateTimestamps.ProtoReflect.Descriptor instead.

func (*DesiredStateTimestamps) GetCreationTimestamp added in v0.2.20

func (x *DesiredStateTimestamps) GetCreationTimestamp() *timestamppb.Timestamp

func (*DesiredStateTimestamps) GetLastUpdateTimestamp added in v0.2.20

func (x *DesiredStateTimestamps) GetLastUpdateTimestamp() *timestamppb.Timestamp

func (*DesiredStateTimestamps) GetReplacedTimestamp added in v0.2.20

func (x *DesiredStateTimestamps) GetReplacedTimestamp() *timestamppb.Timestamp

func (*DesiredStateTimestamps) ProtoMessage added in v0.2.20

func (*DesiredStateTimestamps) ProtoMessage()

func (*DesiredStateTimestamps) ProtoReflect added in v0.2.20

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

func (*DesiredStateTimestamps) Reset added in v0.2.20

func (x *DesiredStateTimestamps) Reset()

func (*DesiredStateTimestamps) String added in v0.2.20

func (x *DesiredStateTimestamps) String() string

func (*DesiredStateTimestamps) Validate added in v0.2.20

func (m *DesiredStateTimestamps) Validate() error

Validate checks the field values on DesiredStateTimestamps 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 (*DesiredStateTimestamps) ValidateAll added in v0.2.20

func (m *DesiredStateTimestamps) ValidateAll() error

ValidateAll checks the field values on DesiredStateTimestamps 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 DesiredStateTimestampsMultiError, or nil if none found.

type DesiredStateTimestampsMultiError added in v0.2.20

type DesiredStateTimestampsMultiError []error

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

func (DesiredStateTimestampsMultiError) AllErrors added in v0.2.20

func (m DesiredStateTimestampsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DesiredStateTimestampsMultiError) Error added in v0.2.20

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

type DesiredStateTimestampsValidationError added in v0.2.20

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

DesiredStateTimestampsValidationError is the validation error returned by DesiredStateTimestamps.Validate if the designated constraints aren't met.

func (DesiredStateTimestampsValidationError) Cause added in v0.2.20

Cause function returns cause value.

func (DesiredStateTimestampsValidationError) Error added in v0.2.20

Error satisfies the builtin error interface

func (DesiredStateTimestampsValidationError) ErrorName added in v0.2.20

ErrorName returns error name.

func (DesiredStateTimestampsValidationError) Field added in v0.2.20

Field function returns field value.

func (DesiredStateTimestampsValidationError) Key added in v0.2.20

Key function returns key value.

func (DesiredStateTimestampsValidationError) Reason added in v0.2.20

Reason function returns reason value.

type GetDesiredStateConvergenceReq

type GetDesiredStateConvergenceReq struct {
	DesiredStateId         string `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"`
	FastNoDeprecatedFields bool   `` // unused
	/* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetDesiredStateConvergenceReq) Descriptor deprecated

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

Deprecated: Use GetDesiredStateConvergenceReq.ProtoReflect.Descriptor instead.

func (*GetDesiredStateConvergenceReq) GetDesiredStateId

func (x *GetDesiredStateConvergenceReq) GetDesiredStateId() string

func (*GetDesiredStateConvergenceReq) GetFastNoDeprecatedFields added in v0.2.14

func (x *GetDesiredStateConvergenceReq) GetFastNoDeprecatedFields() bool

func (*GetDesiredStateConvergenceReq) ProtoMessage

func (*GetDesiredStateConvergenceReq) ProtoMessage()

func (*GetDesiredStateConvergenceReq) ProtoReflect

func (*GetDesiredStateConvergenceReq) Reset

func (x *GetDesiredStateConvergenceReq) Reset()

func (*GetDesiredStateConvergenceReq) String

func (*GetDesiredStateConvergenceReq) Validate

func (m *GetDesiredStateConvergenceReq) Validate() error

Validate checks the field values on GetDesiredStateConvergenceReq 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 (*GetDesiredStateConvergenceReq) ValidateAll

func (m *GetDesiredStateConvergenceReq) ValidateAll() error

ValidateAll checks the field values on GetDesiredStateConvergenceReq 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 GetDesiredStateConvergenceReqMultiError, or nil if none found.

type GetDesiredStateConvergenceReqMultiError

type GetDesiredStateConvergenceReqMultiError []error

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

func (GetDesiredStateConvergenceReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetDesiredStateConvergenceReqMultiError) Error

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

type GetDesiredStateConvergenceReqValidationError

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

GetDesiredStateConvergenceReqValidationError is the validation error returned by GetDesiredStateConvergenceReq.Validate if the designated constraints aren't met.

func (GetDesiredStateConvergenceReqValidationError) Cause

Cause function returns cause value.

func (GetDesiredStateConvergenceReqValidationError) Error

Error satisfies the builtin error interface

func (GetDesiredStateConvergenceReqValidationError) ErrorName

ErrorName returns error name.

func (GetDesiredStateConvergenceReqValidationError) Field

Field function returns field value.

func (GetDesiredStateConvergenceReqValidationError) Key

Key function returns key value.

func (GetDesiredStateConvergenceReqValidationError) Reason

Reason function returns reason value.

type GetDesiredStateConvergenceSummaryResp

type GetDesiredStateConvergenceSummaryResp struct {
	Summary *DesiredStateSummary `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDesiredStateConvergenceSummaryResp) Descriptor deprecated

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

Deprecated: Use GetDesiredStateConvergenceSummaryResp.ProtoReflect.Descriptor instead.

func (*GetDesiredStateConvergenceSummaryResp) GetSummary

func (*GetDesiredStateConvergenceSummaryResp) ProtoMessage

func (*GetDesiredStateConvergenceSummaryResp) ProtoMessage()

func (*GetDesiredStateConvergenceSummaryResp) ProtoReflect

func (*GetDesiredStateConvergenceSummaryResp) Reset

func (*GetDesiredStateConvergenceSummaryResp) String

func (*GetDesiredStateConvergenceSummaryResp) Validate

Validate checks the field values on GetDesiredStateConvergenceSummaryResp 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 (*GetDesiredStateConvergenceSummaryResp) ValidateAll

ValidateAll checks the field values on GetDesiredStateConvergenceSummaryResp 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 GetDesiredStateConvergenceSummaryRespMultiError, or nil if none found.

type GetDesiredStateConvergenceSummaryRespMultiError

type GetDesiredStateConvergenceSummaryRespMultiError []error

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

func (GetDesiredStateConvergenceSummaryRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetDesiredStateConvergenceSummaryRespMultiError) Error

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

type GetDesiredStateConvergenceSummaryRespValidationError

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

GetDesiredStateConvergenceSummaryRespValidationError is the validation error returned by GetDesiredStateConvergenceSummaryResp.Validate if the designated constraints aren't met.

func (GetDesiredStateConvergenceSummaryRespValidationError) Cause

Cause function returns cause value.

func (GetDesiredStateConvergenceSummaryRespValidationError) Error

Error satisfies the builtin error interface

func (GetDesiredStateConvergenceSummaryRespValidationError) ErrorName

ErrorName returns error name.

func (GetDesiredStateConvergenceSummaryRespValidationError) Field

Field function returns field value.

func (GetDesiredStateConvergenceSummaryRespValidationError) Key

Key function returns key value.

func (GetDesiredStateConvergenceSummaryRespValidationError) Reason

Reason function returns reason value.

type GetDesiredStateGraphReq added in v0.2.20

type GetDesiredStateGraphReq struct {

	// Root desired state id to get the graph for.
	//
	// Types that are assignable to Query:
	//
	//	*GetDesiredStateGraphReq_DesiredStateId
	//	*GetDesiredStateGraphReq_QueryByService_
	Query isGetDesiredStateGraphReq_Query `protobuf_oneof:"query"`
	// Which type of entities to find. Empty list to find all entities.
	Types []model.Type `protobuf:"varint,7,rep,packed,name=types,proto3,enum=prodvana.desired_state.model.Type" json:"types,omitempty"`
	// Which annotations are required for an entity to be considered interesting.
	RequiredAnnotations *model.Annotations `protobuf:"bytes,3,opt,name=required_annotations,json=requiredAnnotations,proto3" json:"required_annotations,omitempty"`
	RequiredEntityNames []string           `protobuf:"bytes,9,rep,name=required_entity_names,json=requiredEntityNames,proto3" json:"required_entity_names,omitempty"`
	// For all interesting entities, also include all children up to the given depth. 0 means no children.
	Depth                         int32                                            `protobuf:"varint,4,opt,name=depth,proto3" json:"depth,omitempty"`
	DepthOverridesByStatus        []*GetDesiredStateGraphReq_DepthOverrideByStatus `` /* 131-byte string literal not displayed */
	IncludeDesiredStateTimestamps bool                                             `` /* 153-byte string literal not displayed */
	IncludeDesiredStateMetadata   bool                                             `` /* 148-byte string literal not displayed */
	IncludeParents                bool                                             `protobuf:"varint,10,opt,name=include_parents,json=includeParents,proto3" json:"include_parents,omitempty"`
	ExcludeDependencyType         []model.DependencyType                           `` /* 184-byte string literal not displayed */
	LiteEntitiesFilter            *GetDesiredStateGraphReq_LiteEntitiesFilter      `protobuf:"bytes,12,opt,name=lite_entities_filter,json=liteEntitiesFilter,proto3" json:"lite_entities_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDesiredStateGraphReq) Descriptor deprecated added in v0.2.20

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

Deprecated: Use GetDesiredStateGraphReq.ProtoReflect.Descriptor instead.

func (*GetDesiredStateGraphReq) GetDepth added in v0.2.20

func (x *GetDesiredStateGraphReq) GetDepth() int32

func (*GetDesiredStateGraphReq) GetDepthOverridesByStatus added in v0.2.20

func (*GetDesiredStateGraphReq) GetDesiredStateId added in v0.2.20

func (x *GetDesiredStateGraphReq) GetDesiredStateId() string

func (*GetDesiredStateGraphReq) GetExcludeDependencyType added in v0.3.34

func (x *GetDesiredStateGraphReq) GetExcludeDependencyType() []model.DependencyType

func (*GetDesiredStateGraphReq) GetIncludeDesiredStateMetadata added in v0.3.42

func (x *GetDesiredStateGraphReq) GetIncludeDesiredStateMetadata() bool

func (*GetDesiredStateGraphReq) GetIncludeDesiredStateTimestamps added in v0.2.20

func (x *GetDesiredStateGraphReq) GetIncludeDesiredStateTimestamps() bool

func (*GetDesiredStateGraphReq) GetIncludeParents added in v0.3.32

func (x *GetDesiredStateGraphReq) GetIncludeParents() bool

func (*GetDesiredStateGraphReq) GetLiteEntitiesFilter added in v0.3.42

func (*GetDesiredStateGraphReq) GetQuery added in v0.2.20

func (m *GetDesiredStateGraphReq) GetQuery() isGetDesiredStateGraphReq_Query

func (*GetDesiredStateGraphReq) GetQueryByService added in v0.2.20

func (*GetDesiredStateGraphReq) GetRequiredAnnotations added in v0.2.20

func (x *GetDesiredStateGraphReq) GetRequiredAnnotations() *model.Annotations

func (*GetDesiredStateGraphReq) GetRequiredEntityNames added in v0.2.20

func (x *GetDesiredStateGraphReq) GetRequiredEntityNames() []string

func (*GetDesiredStateGraphReq) GetTypes added in v0.2.20

func (x *GetDesiredStateGraphReq) GetTypes() []model.Type

func (*GetDesiredStateGraphReq) ProtoMessage added in v0.2.20

func (*GetDesiredStateGraphReq) ProtoMessage()

func (*GetDesiredStateGraphReq) ProtoReflect added in v0.2.20

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

func (*GetDesiredStateGraphReq) Reset added in v0.2.20

func (x *GetDesiredStateGraphReq) Reset()

func (*GetDesiredStateGraphReq) String added in v0.2.20

func (x *GetDesiredStateGraphReq) String() string

func (*GetDesiredStateGraphReq) Validate added in v0.2.20

func (m *GetDesiredStateGraphReq) Validate() error

Validate checks the field values on GetDesiredStateGraphReq 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 (*GetDesiredStateGraphReq) ValidateAll added in v0.2.20

func (m *GetDesiredStateGraphReq) ValidateAll() error

ValidateAll checks the field values on GetDesiredStateGraphReq 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 GetDesiredStateGraphReqMultiError, or nil if none found.

type GetDesiredStateGraphReqMultiError added in v0.2.20

type GetDesiredStateGraphReqMultiError []error

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

func (GetDesiredStateGraphReqMultiError) AllErrors added in v0.2.20

func (m GetDesiredStateGraphReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDesiredStateGraphReqMultiError) Error added in v0.2.20

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

type GetDesiredStateGraphReqValidationError added in v0.2.20

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

GetDesiredStateGraphReqValidationError is the validation error returned by GetDesiredStateGraphReq.Validate if the designated constraints aren't met.

func (GetDesiredStateGraphReqValidationError) Cause added in v0.2.20

Cause function returns cause value.

func (GetDesiredStateGraphReqValidationError) Error added in v0.2.20

Error satisfies the builtin error interface

func (GetDesiredStateGraphReqValidationError) ErrorName added in v0.2.20

ErrorName returns error name.

func (GetDesiredStateGraphReqValidationError) Field added in v0.2.20

Field function returns field value.

func (GetDesiredStateGraphReqValidationError) Key added in v0.2.20

Key function returns key value.

func (GetDesiredStateGraphReqValidationError) Reason added in v0.2.20

Reason function returns reason value.

type GetDesiredStateGraphReq_DepthOverrideByStatus added in v0.2.20

type GetDesiredStateGraphReq_DepthOverrideByStatus struct {
	Status model.Status `protobuf:"varint,1,opt,name=status,proto3,enum=prodvana.desired_state.model.Status" json:"status,omitempty"`
	Depth  int32        `protobuf:"varint,2,opt,name=depth,proto3" json:"depth,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDesiredStateGraphReq_DepthOverrideByStatus) Descriptor deprecated added in v0.2.20

Deprecated: Use GetDesiredStateGraphReq_DepthOverrideByStatus.ProtoReflect.Descriptor instead.

func (*GetDesiredStateGraphReq_DepthOverrideByStatus) GetDepth added in v0.2.20

func (*GetDesiredStateGraphReq_DepthOverrideByStatus) GetStatus added in v0.2.20

func (*GetDesiredStateGraphReq_DepthOverrideByStatus) ProtoMessage added in v0.2.20

func (*GetDesiredStateGraphReq_DepthOverrideByStatus) ProtoReflect added in v0.2.20

func (*GetDesiredStateGraphReq_DepthOverrideByStatus) Reset added in v0.2.20

func (*GetDesiredStateGraphReq_DepthOverrideByStatus) String added in v0.2.20

func (*GetDesiredStateGraphReq_DepthOverrideByStatus) Validate added in v0.2.20

Validate checks the field values on GetDesiredStateGraphReq_DepthOverrideByStatus 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 (*GetDesiredStateGraphReq_DepthOverrideByStatus) ValidateAll added in v0.2.20

ValidateAll checks the field values on GetDesiredStateGraphReq_DepthOverrideByStatus 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 GetDesiredStateGraphReq_DepthOverrideByStatusMultiError, or nil if none found.

type GetDesiredStateGraphReq_DepthOverrideByStatusMultiError added in v0.2.20

type GetDesiredStateGraphReq_DepthOverrideByStatusMultiError []error

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

func (GetDesiredStateGraphReq_DepthOverrideByStatusMultiError) AllErrors added in v0.2.20

AllErrors returns a list of validation violation errors.

func (GetDesiredStateGraphReq_DepthOverrideByStatusMultiError) Error added in v0.2.20

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

type GetDesiredStateGraphReq_DepthOverrideByStatusValidationError added in v0.2.20

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

GetDesiredStateGraphReq_DepthOverrideByStatusValidationError is the validation error returned by GetDesiredStateGraphReq_DepthOverrideByStatus.Validate if the designated constraints aren't met.

func (GetDesiredStateGraphReq_DepthOverrideByStatusValidationError) Cause added in v0.2.20

Cause function returns cause value.

func (GetDesiredStateGraphReq_DepthOverrideByStatusValidationError) Error added in v0.2.20

Error satisfies the builtin error interface

func (GetDesiredStateGraphReq_DepthOverrideByStatusValidationError) ErrorName added in v0.2.20

ErrorName returns error name.

func (GetDesiredStateGraphReq_DepthOverrideByStatusValidationError) Field added in v0.2.20

Field function returns field value.

func (GetDesiredStateGraphReq_DepthOverrideByStatusValidationError) Key added in v0.2.20

Key function returns key value.

func (GetDesiredStateGraphReq_DepthOverrideByStatusValidationError) Reason added in v0.2.20

Reason function returns reason value.

type GetDesiredStateGraphReq_DesiredStateId added in v0.2.20

type GetDesiredStateGraphReq_DesiredStateId struct {
	DesiredStateId string `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3,oneof"`
}

type GetDesiredStateGraphReq_LiteEntitiesFilter added in v0.3.42

type GetDesiredStateGraphReq_LiteEntitiesFilter struct {

	// anything that matches this filter will not have desired, target, or current states returned, nor will it have precondition statuses.
	// this is useful for reducing the size of the response when the caller is not interested in the detailed states of certain entities.
	Types []model.Type `protobuf:"varint,1,rep,packed,name=types,proto3,enum=prodvana.desired_state.model.Type" json:"types,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDesiredStateGraphReq_LiteEntitiesFilter) Descriptor deprecated added in v0.3.42

Deprecated: Use GetDesiredStateGraphReq_LiteEntitiesFilter.ProtoReflect.Descriptor instead.

func (*GetDesiredStateGraphReq_LiteEntitiesFilter) GetTypes added in v0.3.42

func (*GetDesiredStateGraphReq_LiteEntitiesFilter) ProtoMessage added in v0.3.42

func (*GetDesiredStateGraphReq_LiteEntitiesFilter) ProtoReflect added in v0.3.42

func (*GetDesiredStateGraphReq_LiteEntitiesFilter) Reset added in v0.3.42

func (*GetDesiredStateGraphReq_LiteEntitiesFilter) String added in v0.3.42

func (*GetDesiredStateGraphReq_LiteEntitiesFilter) Validate added in v0.3.42

Validate checks the field values on GetDesiredStateGraphReq_LiteEntitiesFilter 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 (*GetDesiredStateGraphReq_LiteEntitiesFilter) ValidateAll added in v0.3.42

ValidateAll checks the field values on GetDesiredStateGraphReq_LiteEntitiesFilter 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 GetDesiredStateGraphReq_LiteEntitiesFilterMultiError, or nil if none found.

type GetDesiredStateGraphReq_LiteEntitiesFilterMultiError added in v0.3.42

type GetDesiredStateGraphReq_LiteEntitiesFilterMultiError []error

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

func (GetDesiredStateGraphReq_LiteEntitiesFilterMultiError) AllErrors added in v0.3.42

AllErrors returns a list of validation violation errors.

func (GetDesiredStateGraphReq_LiteEntitiesFilterMultiError) Error added in v0.3.42

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

type GetDesiredStateGraphReq_LiteEntitiesFilterValidationError added in v0.3.42

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

GetDesiredStateGraphReq_LiteEntitiesFilterValidationError is the validation error returned by GetDesiredStateGraphReq_LiteEntitiesFilter.Validate if the designated constraints aren't met.

func (GetDesiredStateGraphReq_LiteEntitiesFilterValidationError) Cause added in v0.3.42

Cause function returns cause value.

func (GetDesiredStateGraphReq_LiteEntitiesFilterValidationError) Error added in v0.3.42

Error satisfies the builtin error interface

func (GetDesiredStateGraphReq_LiteEntitiesFilterValidationError) ErrorName added in v0.3.42

ErrorName returns error name.

func (GetDesiredStateGraphReq_LiteEntitiesFilterValidationError) Field added in v0.3.42

Field function returns field value.

func (GetDesiredStateGraphReq_LiteEntitiesFilterValidationError) Key added in v0.3.42

Key function returns key value.

func (GetDesiredStateGraphReq_LiteEntitiesFilterValidationError) Reason added in v0.3.42

Reason function returns reason value.

type GetDesiredStateGraphReq_QueryByService added in v0.2.20

type GetDesiredStateGraphReq_QueryByService struct {
	Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Service     string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDesiredStateGraphReq_QueryByService) Descriptor deprecated added in v0.2.20

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

Deprecated: Use GetDesiredStateGraphReq_QueryByService.ProtoReflect.Descriptor instead.

func (*GetDesiredStateGraphReq_QueryByService) GetApplication added in v0.2.20

func (x *GetDesiredStateGraphReq_QueryByService) GetApplication() string

func (*GetDesiredStateGraphReq_QueryByService) GetService added in v0.2.20

func (*GetDesiredStateGraphReq_QueryByService) ProtoMessage added in v0.2.20

func (*GetDesiredStateGraphReq_QueryByService) ProtoReflect added in v0.2.20

func (*GetDesiredStateGraphReq_QueryByService) Reset added in v0.2.20

func (*GetDesiredStateGraphReq_QueryByService) String added in v0.2.20

func (*GetDesiredStateGraphReq_QueryByService) Validate added in v0.2.20

Validate checks the field values on GetDesiredStateGraphReq_QueryByService 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 (*GetDesiredStateGraphReq_QueryByService) ValidateAll added in v0.2.20

ValidateAll checks the field values on GetDesiredStateGraphReq_QueryByService 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 GetDesiredStateGraphReq_QueryByServiceMultiError, or nil if none found.

type GetDesiredStateGraphReq_QueryByServiceMultiError added in v0.2.20

type GetDesiredStateGraphReq_QueryByServiceMultiError []error

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

func (GetDesiredStateGraphReq_QueryByServiceMultiError) AllErrors added in v0.2.20

AllErrors returns a list of validation violation errors.

func (GetDesiredStateGraphReq_QueryByServiceMultiError) Error added in v0.2.20

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

type GetDesiredStateGraphReq_QueryByServiceValidationError added in v0.2.20

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

GetDesiredStateGraphReq_QueryByServiceValidationError is the validation error returned by GetDesiredStateGraphReq_QueryByService.Validate if the designated constraints aren't met.

func (GetDesiredStateGraphReq_QueryByServiceValidationError) Cause added in v0.2.20

Cause function returns cause value.

func (GetDesiredStateGraphReq_QueryByServiceValidationError) Error added in v0.2.20

Error satisfies the builtin error interface

func (GetDesiredStateGraphReq_QueryByServiceValidationError) ErrorName added in v0.2.20

ErrorName returns error name.

func (GetDesiredStateGraphReq_QueryByServiceValidationError) Field added in v0.2.20

Field function returns field value.

func (GetDesiredStateGraphReq_QueryByServiceValidationError) Key added in v0.2.20

Key function returns key value.

func (GetDesiredStateGraphReq_QueryByServiceValidationError) Reason added in v0.2.20

Reason function returns reason value.

type GetDesiredStateGraphReq_QueryByService_ added in v0.2.20

type GetDesiredStateGraphReq_QueryByService_ struct {
	QueryByService *GetDesiredStateGraphReq_QueryByService `protobuf:"bytes,6,opt,name=query_by_service,json=queryByService,proto3,oneof"`
}

type GetDesiredStateGraphResp added in v0.2.20

type GetDesiredStateGraphResp struct {
	EntityGraph *model.EntityGraph `protobuf:"bytes,1,opt,name=entity_graph,json=entityGraph,proto3" json:"entity_graph,omitempty"`
	// will only be set if DS was queried by service and there is a pending set desired state
	PendingSetDesiredState *PendingSetDesiredState `` /* 131-byte string literal not displayed */
	// only set if requested
	Timestamps              *DesiredStateTimestamps        `protobuf:"bytes,3,opt,name=timestamps,proto3" json:"timestamps,omitempty"`
	SetDesiredStateMetadata *model.SetDesiredStateMetadata `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetDesiredStateGraphResp) Descriptor deprecated added in v0.2.20

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

Deprecated: Use GetDesiredStateGraphResp.ProtoReflect.Descriptor instead.

func (*GetDesiredStateGraphResp) GetEntityGraph added in v0.2.20

func (x *GetDesiredStateGraphResp) GetEntityGraph() *model.EntityGraph

func (*GetDesiredStateGraphResp) GetPendingSetDesiredState added in v0.2.20

func (x *GetDesiredStateGraphResp) GetPendingSetDesiredState() *PendingSetDesiredState

func (*GetDesiredStateGraphResp) GetSetDesiredStateMetadata added in v0.3.42

func (x *GetDesiredStateGraphResp) GetSetDesiredStateMetadata() *model.SetDesiredStateMetadata

func (*GetDesiredStateGraphResp) GetTimestamps added in v0.2.20

func (*GetDesiredStateGraphResp) ProtoMessage added in v0.2.20

func (*GetDesiredStateGraphResp) ProtoMessage()

func (*GetDesiredStateGraphResp) ProtoReflect added in v0.2.20

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

func (*GetDesiredStateGraphResp) Reset added in v0.2.20

func (x *GetDesiredStateGraphResp) Reset()

func (*GetDesiredStateGraphResp) String added in v0.2.20

func (x *GetDesiredStateGraphResp) String() string

func (*GetDesiredStateGraphResp) Validate added in v0.2.20

func (m *GetDesiredStateGraphResp) Validate() error

Validate checks the field values on GetDesiredStateGraphResp 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 (*GetDesiredStateGraphResp) ValidateAll added in v0.2.20

func (m *GetDesiredStateGraphResp) ValidateAll() error

ValidateAll checks the field values on GetDesiredStateGraphResp 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 GetDesiredStateGraphRespMultiError, or nil if none found.

type GetDesiredStateGraphRespMultiError added in v0.2.20

type GetDesiredStateGraphRespMultiError []error

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

func (GetDesiredStateGraphRespMultiError) AllErrors added in v0.2.20

func (m GetDesiredStateGraphRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDesiredStateGraphRespMultiError) Error added in v0.2.20

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

type GetDesiredStateGraphRespValidationError added in v0.2.20

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

GetDesiredStateGraphRespValidationError is the validation error returned by GetDesiredStateGraphResp.Validate if the designated constraints aren't met.

func (GetDesiredStateGraphRespValidationError) Cause added in v0.2.20

Cause function returns cause value.

func (GetDesiredStateGraphRespValidationError) Error added in v0.2.20

Error satisfies the builtin error interface

func (GetDesiredStateGraphRespValidationError) ErrorName added in v0.2.20

ErrorName returns error name.

func (GetDesiredStateGraphRespValidationError) Field added in v0.2.20

Field function returns field value.

func (GetDesiredStateGraphRespValidationError) Key added in v0.2.20

Key function returns key value.

func (GetDesiredStateGraphRespValidationError) Reason added in v0.2.20

Reason function returns reason value.

type GetDesiredStateReq

type GetDesiredStateReq struct {
	DesiredStateId string `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDesiredStateReq) Descriptor deprecated

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

Deprecated: Use GetDesiredStateReq.ProtoReflect.Descriptor instead.

func (*GetDesiredStateReq) GetDesiredStateId

func (x *GetDesiredStateReq) GetDesiredStateId() string

func (*GetDesiredStateReq) ProtoMessage

func (*GetDesiredStateReq) ProtoMessage()

func (*GetDesiredStateReq) ProtoReflect

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

func (*GetDesiredStateReq) Reset

func (x *GetDesiredStateReq) Reset()

func (*GetDesiredStateReq) String

func (x *GetDesiredStateReq) String() string

func (*GetDesiredStateReq) Validate

func (m *GetDesiredStateReq) Validate() error

Validate checks the field values on GetDesiredStateReq 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 (*GetDesiredStateReq) ValidateAll

func (m *GetDesiredStateReq) ValidateAll() error

ValidateAll checks the field values on GetDesiredStateReq 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 GetDesiredStateReqMultiError, or nil if none found.

type GetDesiredStateReqMultiError

type GetDesiredStateReqMultiError []error

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

func (GetDesiredStateReqMultiError) AllErrors

func (m GetDesiredStateReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDesiredStateReqMultiError) Error

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

type GetDesiredStateReqValidationError

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

GetDesiredStateReqValidationError is the validation error returned by GetDesiredStateReq.Validate if the designated constraints aren't met.

func (GetDesiredStateReqValidationError) Cause

Cause function returns cause value.

func (GetDesiredStateReqValidationError) Error

Error satisfies the builtin error interface

func (GetDesiredStateReqValidationError) ErrorName

ErrorName returns error name.

func (GetDesiredStateReqValidationError) Field

Field function returns field value.

func (GetDesiredStateReqValidationError) Key

Key function returns key value.

func (GetDesiredStateReqValidationError) Reason

Reason function returns reason value.

type GetDesiredStateResp

type GetDesiredStateResp struct {
	DesiredState            *model.State                   `protobuf:"bytes,1,opt,name=desired_state,json=desiredState,proto3" json:"desired_state,omitempty"`
	CompiledDesiredState    *model.State                   `protobuf:"bytes,2,opt,name=compiled_desired_state,json=compiledDesiredState,proto3" json:"compiled_desired_state,omitempty"`
	SetDesiredStateMetadata *model.SetDesiredStateMetadata `` /* 134-byte string literal not displayed */
	CreationTimestamp       *timestamppb.Timestamp         `protobuf:"bytes,4,opt,name=creation_timestamp,json=creationTimestamp,proto3" json:"creation_timestamp,omitempty"`
	// who set the desired state
	Source         version.Source          `protobuf:"varint,5,opt,name=source,proto3,enum=prodvana.version.Source" json:"source,omitempty"`
	SourceMetadata *version.SourceMetadata `protobuf:"bytes,6,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDesiredStateResp) Descriptor deprecated

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

Deprecated: Use GetDesiredStateResp.ProtoReflect.Descriptor instead.

func (*GetDesiredStateResp) GetCompiledDesiredState

func (x *GetDesiredStateResp) GetCompiledDesiredState() *model.State

func (*GetDesiredStateResp) GetCreationTimestamp added in v0.3.12

func (x *GetDesiredStateResp) GetCreationTimestamp() *timestamppb.Timestamp

func (*GetDesiredStateResp) GetDesiredState

func (x *GetDesiredStateResp) GetDesiredState() *model.State

func (*GetDesiredStateResp) GetSetDesiredStateMetadata added in v0.3.12

func (x *GetDesiredStateResp) GetSetDesiredStateMetadata() *model.SetDesiredStateMetadata

func (*GetDesiredStateResp) GetSource added in v0.3.12

func (x *GetDesiredStateResp) GetSource() version.Source

func (*GetDesiredStateResp) GetSourceMetadata added in v0.3.12

func (x *GetDesiredStateResp) GetSourceMetadata() *version.SourceMetadata

func (*GetDesiredStateResp) ProtoMessage

func (*GetDesiredStateResp) ProtoMessage()

func (*GetDesiredStateResp) ProtoReflect

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

func (*GetDesiredStateResp) Reset

func (x *GetDesiredStateResp) Reset()

func (*GetDesiredStateResp) String

func (x *GetDesiredStateResp) String() string

func (*GetDesiredStateResp) Validate

func (m *GetDesiredStateResp) Validate() error

Validate checks the field values on GetDesiredStateResp 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 (*GetDesiredStateResp) ValidateAll

func (m *GetDesiredStateResp) ValidateAll() error

ValidateAll checks the field values on GetDesiredStateResp 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 GetDesiredStateRespMultiError, or nil if none found.

type GetDesiredStateRespMultiError

type GetDesiredStateRespMultiError []error

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

func (GetDesiredStateRespMultiError) AllErrors

func (m GetDesiredStateRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDesiredStateRespMultiError) Error

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

type GetDesiredStateRespValidationError

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

GetDesiredStateRespValidationError is the validation error returned by GetDesiredStateResp.Validate if the designated constraints aren't met.

func (GetDesiredStateRespValidationError) Cause

Cause function returns cause value.

func (GetDesiredStateRespValidationError) Error

Error satisfies the builtin error interface

func (GetDesiredStateRespValidationError) ErrorName

ErrorName returns error name.

func (GetDesiredStateRespValidationError) Field

Field function returns field value.

func (GetDesiredStateRespValidationError) Key

Key function returns key value.

func (GetDesiredStateRespValidationError) Reason

Reason function returns reason value.

type GetLatestCombinedReleaseDesiredStateReq added in v0.3.12

type GetLatestCombinedReleaseDesiredStateReq struct {
	EntityId *model.Identifier `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatestCombinedReleaseDesiredStateReq) Descriptor deprecated added in v0.3.12

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

Deprecated: Use GetLatestCombinedReleaseDesiredStateReq.ProtoReflect.Descriptor instead.

func (*GetLatestCombinedReleaseDesiredStateReq) GetEntityId added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateReq) ProtoMessage added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateReq) ProtoReflect added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateReq) Reset added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateReq) String added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateReq) Validate added in v0.3.12

Validate checks the field values on GetLatestCombinedReleaseDesiredStateReq 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 (*GetLatestCombinedReleaseDesiredStateReq) ValidateAll added in v0.3.12

ValidateAll checks the field values on GetLatestCombinedReleaseDesiredStateReq 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 GetLatestCombinedReleaseDesiredStateReqMultiError, or nil if none found.

type GetLatestCombinedReleaseDesiredStateReqMultiError added in v0.3.12

type GetLatestCombinedReleaseDesiredStateReqMultiError []error

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

func (GetLatestCombinedReleaseDesiredStateReqMultiError) AllErrors added in v0.3.12

AllErrors returns a list of validation violation errors.

func (GetLatestCombinedReleaseDesiredStateReqMultiError) Error added in v0.3.12

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

type GetLatestCombinedReleaseDesiredStateReqValidationError added in v0.3.12

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

GetLatestCombinedReleaseDesiredStateReqValidationError is the validation error returned by GetLatestCombinedReleaseDesiredStateReq.Validate if the designated constraints aren't met.

func (GetLatestCombinedReleaseDesiredStateReqValidationError) Cause added in v0.3.12

Cause function returns cause value.

func (GetLatestCombinedReleaseDesiredStateReqValidationError) Error added in v0.3.12

Error satisfies the builtin error interface

func (GetLatestCombinedReleaseDesiredStateReqValidationError) ErrorName added in v0.3.12

ErrorName returns error name.

func (GetLatestCombinedReleaseDesiredStateReqValidationError) Field added in v0.3.12

Field function returns field value.

func (GetLatestCombinedReleaseDesiredStateReqValidationError) Key added in v0.3.12

Key function returns key value.

func (GetLatestCombinedReleaseDesiredStateReqValidationError) Reason added in v0.3.12

Reason function returns reason value.

type GetLatestCombinedReleaseDesiredStateResp added in v0.3.12

type GetLatestCombinedReleaseDesiredStateResp struct {
	InputDesiredState       *model.State                   `protobuf:"bytes,1,opt,name=input_desired_state,json=inputDesiredState,proto3" json:"input_desired_state,omitempty"`
	CompiledDesiredState    *model.State                   `protobuf:"bytes,2,opt,name=compiled_desired_state,json=compiledDesiredState,proto3" json:"compiled_desired_state,omitempty"`
	SetDesiredStateMetadata *model.SetDesiredStateMetadata `` /* 134-byte string literal not displayed */
	CreationTimestamp       *timestamppb.Timestamp         `protobuf:"bytes,4,opt,name=creation_timestamp,json=creationTimestamp,proto3" json:"creation_timestamp,omitempty"`
	// who set the desired state
	Source         version.Source          `protobuf:"varint,5,opt,name=source,proto3,enum=prodvana.version.Source" json:"source,omitempty"`
	SourceMetadata *version.SourceMetadata `protobuf:"bytes,6,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatestCombinedReleaseDesiredStateResp) Descriptor deprecated added in v0.3.12

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

Deprecated: Use GetLatestCombinedReleaseDesiredStateResp.ProtoReflect.Descriptor instead.

func (*GetLatestCombinedReleaseDesiredStateResp) GetCompiledDesiredState added in v0.3.12

func (x *GetLatestCombinedReleaseDesiredStateResp) GetCompiledDesiredState() *model.State

func (*GetLatestCombinedReleaseDesiredStateResp) GetCreationTimestamp added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateResp) GetInputDesiredState added in v0.3.12

func (x *GetLatestCombinedReleaseDesiredStateResp) GetInputDesiredState() *model.State

func (*GetLatestCombinedReleaseDesiredStateResp) GetSetDesiredStateMetadata added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateResp) GetSource added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateResp) GetSourceMetadata added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateResp) ProtoMessage added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateResp) ProtoReflect added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateResp) Reset added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateResp) String added in v0.3.12

func (*GetLatestCombinedReleaseDesiredStateResp) Validate added in v0.3.12

Validate checks the field values on GetLatestCombinedReleaseDesiredStateResp 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 (*GetLatestCombinedReleaseDesiredStateResp) ValidateAll added in v0.3.12

ValidateAll checks the field values on GetLatestCombinedReleaseDesiredStateResp 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 GetLatestCombinedReleaseDesiredStateRespMultiError, or nil if none found.

type GetLatestCombinedReleaseDesiredStateRespMultiError added in v0.3.12

type GetLatestCombinedReleaseDesiredStateRespMultiError []error

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

func (GetLatestCombinedReleaseDesiredStateRespMultiError) AllErrors added in v0.3.12

AllErrors returns a list of validation violation errors.

func (GetLatestCombinedReleaseDesiredStateRespMultiError) Error added in v0.3.12

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

type GetLatestCombinedReleaseDesiredStateRespValidationError added in v0.3.12

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

GetLatestCombinedReleaseDesiredStateRespValidationError is the validation error returned by GetLatestCombinedReleaseDesiredStateResp.Validate if the designated constraints aren't met.

func (GetLatestCombinedReleaseDesiredStateRespValidationError) Cause added in v0.3.12

Cause function returns cause value.

func (GetLatestCombinedReleaseDesiredStateRespValidationError) Error added in v0.3.12

Error satisfies the builtin error interface

func (GetLatestCombinedReleaseDesiredStateRespValidationError) ErrorName added in v0.3.12

ErrorName returns error name.

func (GetLatestCombinedReleaseDesiredStateRespValidationError) Field added in v0.3.12

Field function returns field value.

func (GetLatestCombinedReleaseDesiredStateRespValidationError) Key added in v0.3.12

Key function returns key value.

func (GetLatestCombinedReleaseDesiredStateRespValidationError) Reason added in v0.3.12

Reason function returns reason value.

type GetMaestroReleaseReq added in v0.3.12

type GetMaestroReleaseReq struct {
	ReleaseId string `protobuf:"bytes,1,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMaestroReleaseReq) Descriptor deprecated added in v0.3.12

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

Deprecated: Use GetMaestroReleaseReq.ProtoReflect.Descriptor instead.

func (*GetMaestroReleaseReq) GetReleaseId added in v0.3.12

func (x *GetMaestroReleaseReq) GetReleaseId() string

func (*GetMaestroReleaseReq) ProtoMessage added in v0.3.12

func (*GetMaestroReleaseReq) ProtoMessage()

func (*GetMaestroReleaseReq) ProtoReflect added in v0.3.12

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

func (*GetMaestroReleaseReq) Reset added in v0.3.12

func (x *GetMaestroReleaseReq) Reset()

func (*GetMaestroReleaseReq) String added in v0.3.12

func (x *GetMaestroReleaseReq) String() string

func (*GetMaestroReleaseReq) Validate added in v0.3.12

func (m *GetMaestroReleaseReq) Validate() error

Validate checks the field values on GetMaestroReleaseReq 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 (*GetMaestroReleaseReq) ValidateAll added in v0.3.12

func (m *GetMaestroReleaseReq) ValidateAll() error

ValidateAll checks the field values on GetMaestroReleaseReq 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 GetMaestroReleaseReqMultiError, or nil if none found.

type GetMaestroReleaseReqMultiError added in v0.3.12

type GetMaestroReleaseReqMultiError []error

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

func (GetMaestroReleaseReqMultiError) AllErrors added in v0.3.12

func (m GetMaestroReleaseReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMaestroReleaseReqMultiError) Error added in v0.3.12

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

type GetMaestroReleaseReqValidationError added in v0.3.12

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

GetMaestroReleaseReqValidationError is the validation error returned by GetMaestroReleaseReq.Validate if the designated constraints aren't met.

func (GetMaestroReleaseReqValidationError) Cause added in v0.3.12

Cause function returns cause value.

func (GetMaestroReleaseReqValidationError) Error added in v0.3.12

Error satisfies the builtin error interface

func (GetMaestroReleaseReqValidationError) ErrorName added in v0.3.12

ErrorName returns error name.

func (GetMaestroReleaseReqValidationError) Field added in v0.3.12

Field function returns field value.

func (GetMaestroReleaseReqValidationError) Key added in v0.3.12

Key function returns key value.

func (GetMaestroReleaseReqValidationError) Reason added in v0.3.12

Reason function returns reason value.

type GetMaestroReleaseResp added in v0.3.12

type GetMaestroReleaseResp struct {
	MaestroRelease *maestro.MaestroRelease `protobuf:"bytes,1,opt,name=maestro_release,json=maestroRelease,proto3" json:"maestro_release,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMaestroReleaseResp) Descriptor deprecated added in v0.3.12

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

Deprecated: Use GetMaestroReleaseResp.ProtoReflect.Descriptor instead.

func (*GetMaestroReleaseResp) GetMaestroRelease added in v0.3.12

func (x *GetMaestroReleaseResp) GetMaestroRelease() *maestro.MaestroRelease

func (*GetMaestroReleaseResp) ProtoMessage added in v0.3.12

func (*GetMaestroReleaseResp) ProtoMessage()

func (*GetMaestroReleaseResp) ProtoReflect added in v0.3.12

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

func (*GetMaestroReleaseResp) Reset added in v0.3.12

func (x *GetMaestroReleaseResp) Reset()

func (*GetMaestroReleaseResp) String added in v0.3.12

func (x *GetMaestroReleaseResp) String() string

func (*GetMaestroReleaseResp) Validate added in v0.3.12

func (m *GetMaestroReleaseResp) Validate() error

Validate checks the field values on GetMaestroReleaseResp 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 (*GetMaestroReleaseResp) ValidateAll added in v0.3.12

func (m *GetMaestroReleaseResp) ValidateAll() error

ValidateAll checks the field values on GetMaestroReleaseResp 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 GetMaestroReleaseRespMultiError, or nil if none found.

type GetMaestroReleaseRespMultiError added in v0.3.12

type GetMaestroReleaseRespMultiError []error

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

func (GetMaestroReleaseRespMultiError) AllErrors added in v0.3.12

func (m GetMaestroReleaseRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMaestroReleaseRespMultiError) Error added in v0.3.12

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

type GetMaestroReleaseRespValidationError added in v0.3.12

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

GetMaestroReleaseRespValidationError is the validation error returned by GetMaestroReleaseResp.Validate if the designated constraints aren't met.

func (GetMaestroReleaseRespValidationError) Cause added in v0.3.12

Cause function returns cause value.

func (GetMaestroReleaseRespValidationError) Error added in v0.3.12

Error satisfies the builtin error interface

func (GetMaestroReleaseRespValidationError) ErrorName added in v0.3.12

ErrorName returns error name.

func (GetMaestroReleaseRespValidationError) Field added in v0.3.12

Field function returns field value.

func (GetMaestroReleaseRespValidationError) Key added in v0.3.12

Key function returns key value.

func (GetMaestroReleaseRespValidationError) Reason added in v0.3.12

Reason function returns reason value.

type GetServiceDesiredStateConvergenceSummaryReq

type GetServiceDesiredStateConvergenceSummaryReq struct {
	Application            string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Service                string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	FastNoDeprecatedFields bool   `` // unused
	/* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetServiceDesiredStateConvergenceSummaryReq) Descriptor deprecated

Deprecated: Use GetServiceDesiredStateConvergenceSummaryReq.ProtoReflect.Descriptor instead.

func (*GetServiceDesiredStateConvergenceSummaryReq) GetApplication

func (*GetServiceDesiredStateConvergenceSummaryReq) GetFastNoDeprecatedFields added in v0.2.14

func (x *GetServiceDesiredStateConvergenceSummaryReq) GetFastNoDeprecatedFields() bool

func (*GetServiceDesiredStateConvergenceSummaryReq) GetService

func (*GetServiceDesiredStateConvergenceSummaryReq) ProtoMessage

func (*GetServiceDesiredStateConvergenceSummaryReq) ProtoReflect

func (*GetServiceDesiredStateConvergenceSummaryReq) Reset

func (*GetServiceDesiredStateConvergenceSummaryReq) String

func (*GetServiceDesiredStateConvergenceSummaryReq) Validate

Validate checks the field values on GetServiceDesiredStateConvergenceSummaryReq 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 (*GetServiceDesiredStateConvergenceSummaryReq) ValidateAll

ValidateAll checks the field values on GetServiceDesiredStateConvergenceSummaryReq 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 GetServiceDesiredStateConvergenceSummaryReqMultiError, or nil if none found.

type GetServiceDesiredStateConvergenceSummaryReqMultiError

type GetServiceDesiredStateConvergenceSummaryReqMultiError []error

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

func (GetServiceDesiredStateConvergenceSummaryReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceDesiredStateConvergenceSummaryReqMultiError) Error

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

type GetServiceDesiredStateConvergenceSummaryReqValidationError

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

GetServiceDesiredStateConvergenceSummaryReqValidationError is the validation error returned by GetServiceDesiredStateConvergenceSummaryReq.Validate if the designated constraints aren't met.

func (GetServiceDesiredStateConvergenceSummaryReqValidationError) Cause

Cause function returns cause value.

func (GetServiceDesiredStateConvergenceSummaryReqValidationError) Error

Error satisfies the builtin error interface

func (GetServiceDesiredStateConvergenceSummaryReqValidationError) ErrorName

ErrorName returns error name.

func (GetServiceDesiredStateConvergenceSummaryReqValidationError) Field

Field function returns field value.

func (GetServiceDesiredStateConvergenceSummaryReqValidationError) Key

Key function returns key value.

func (GetServiceDesiredStateConvergenceSummaryReqValidationError) Reason

Reason function returns reason value.

type GetServiceDesiredStateConvergenceSummaryResp

type GetServiceDesiredStateConvergenceSummaryResp struct {
	Summary *DesiredStateSummary `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceDesiredStateConvergenceSummaryResp) Descriptor deprecated

Deprecated: Use GetServiceDesiredStateConvergenceSummaryResp.ProtoReflect.Descriptor instead.

func (*GetServiceDesiredStateConvergenceSummaryResp) GetSummary

func (*GetServiceDesiredStateConvergenceSummaryResp) ProtoMessage

func (*GetServiceDesiredStateConvergenceSummaryResp) ProtoReflect

func (*GetServiceDesiredStateConvergenceSummaryResp) Reset

func (*GetServiceDesiredStateConvergenceSummaryResp) String

func (*GetServiceDesiredStateConvergenceSummaryResp) Validate

Validate checks the field values on GetServiceDesiredStateConvergenceSummaryResp 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 (*GetServiceDesiredStateConvergenceSummaryResp) ValidateAll

ValidateAll checks the field values on GetServiceDesiredStateConvergenceSummaryResp 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 GetServiceDesiredStateConvergenceSummaryRespMultiError, or nil if none found.

type GetServiceDesiredStateConvergenceSummaryRespMultiError

type GetServiceDesiredStateConvergenceSummaryRespMultiError []error

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

func (GetServiceDesiredStateConvergenceSummaryRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceDesiredStateConvergenceSummaryRespMultiError) Error

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

type GetServiceDesiredStateConvergenceSummaryRespValidationError

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

GetServiceDesiredStateConvergenceSummaryRespValidationError is the validation error returned by GetServiceDesiredStateConvergenceSummaryResp.Validate if the designated constraints aren't met.

func (GetServiceDesiredStateConvergenceSummaryRespValidationError) Cause

Cause function returns cause value.

func (GetServiceDesiredStateConvergenceSummaryRespValidationError) Error

Error satisfies the builtin error interface

func (GetServiceDesiredStateConvergenceSummaryRespValidationError) ErrorName

ErrorName returns error name.

func (GetServiceDesiredStateConvergenceSummaryRespValidationError) Field

Field function returns field value.

func (GetServiceDesiredStateConvergenceSummaryRespValidationError) Key

Key function returns key value.

func (GetServiceDesiredStateConvergenceSummaryRespValidationError) Reason

Reason function returns reason value.

type GetServiceDesiredStateHistoryReq

type GetServiceDesiredStateHistoryReq struct {
	Application            string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Service                string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	PageToken              string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize               int32  `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	FastNoDeprecatedFields bool   `` // unused
	/* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetServiceDesiredStateHistoryReq) Descriptor deprecated

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

Deprecated: Use GetServiceDesiredStateHistoryReq.ProtoReflect.Descriptor instead.

func (*GetServiceDesiredStateHistoryReq) GetApplication

func (x *GetServiceDesiredStateHistoryReq) GetApplication() string

func (*GetServiceDesiredStateHistoryReq) GetFastNoDeprecatedFields added in v0.2.14

func (x *GetServiceDesiredStateHistoryReq) GetFastNoDeprecatedFields() bool

func (*GetServiceDesiredStateHistoryReq) GetPageSize

func (x *GetServiceDesiredStateHistoryReq) GetPageSize() int32

func (*GetServiceDesiredStateHistoryReq) GetPageToken

func (x *GetServiceDesiredStateHistoryReq) GetPageToken() string

func (*GetServiceDesiredStateHistoryReq) GetService

func (x *GetServiceDesiredStateHistoryReq) GetService() string

func (*GetServiceDesiredStateHistoryReq) ProtoMessage

func (*GetServiceDesiredStateHistoryReq) ProtoMessage()

func (*GetServiceDesiredStateHistoryReq) ProtoReflect

func (*GetServiceDesiredStateHistoryReq) Reset

func (*GetServiceDesiredStateHistoryReq) String

func (*GetServiceDesiredStateHistoryReq) Validate

Validate checks the field values on GetServiceDesiredStateHistoryReq 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 (*GetServiceDesiredStateHistoryReq) ValidateAll

func (m *GetServiceDesiredStateHistoryReq) ValidateAll() error

ValidateAll checks the field values on GetServiceDesiredStateHistoryReq 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 GetServiceDesiredStateHistoryReqMultiError, or nil if none found.

type GetServiceDesiredStateHistoryReqMultiError

type GetServiceDesiredStateHistoryReqMultiError []error

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

func (GetServiceDesiredStateHistoryReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceDesiredStateHistoryReqMultiError) Error

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

type GetServiceDesiredStateHistoryReqValidationError

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

GetServiceDesiredStateHistoryReqValidationError is the validation error returned by GetServiceDesiredStateHistoryReq.Validate if the designated constraints aren't met.

func (GetServiceDesiredStateHistoryReqValidationError) Cause

Cause function returns cause value.

func (GetServiceDesiredStateHistoryReqValidationError) Error

Error satisfies the builtin error interface

func (GetServiceDesiredStateHistoryReqValidationError) ErrorName

ErrorName returns error name.

func (GetServiceDesiredStateHistoryReqValidationError) Field

Field function returns field value.

func (GetServiceDesiredStateHistoryReqValidationError) Key

Key function returns key value.

func (GetServiceDesiredStateHistoryReqValidationError) Reason

Reason function returns reason value.

type GetServiceDesiredStateHistoryResp

type GetServiceDesiredStateHistoryResp struct {
	DesiredStates []*DesiredStateSummary `protobuf:"bytes,1,rep,name=desired_states,json=desiredStates,proto3" json:"desired_states,omitempty"`
	NextPageToken string                 `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceDesiredStateHistoryResp) Descriptor deprecated

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

Deprecated: Use GetServiceDesiredStateHistoryResp.ProtoReflect.Descriptor instead.

func (*GetServiceDesiredStateHistoryResp) GetDesiredStates

func (x *GetServiceDesiredStateHistoryResp) GetDesiredStates() []*DesiredStateSummary

func (*GetServiceDesiredStateHistoryResp) GetNextPageToken

func (x *GetServiceDesiredStateHistoryResp) GetNextPageToken() string

func (*GetServiceDesiredStateHistoryResp) ProtoMessage

func (*GetServiceDesiredStateHistoryResp) ProtoMessage()

func (*GetServiceDesiredStateHistoryResp) ProtoReflect

func (*GetServiceDesiredStateHistoryResp) Reset

func (*GetServiceDesiredStateHistoryResp) String

func (*GetServiceDesiredStateHistoryResp) Validate

Validate checks the field values on GetServiceDesiredStateHistoryResp 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 (*GetServiceDesiredStateHistoryResp) ValidateAll

func (m *GetServiceDesiredStateHistoryResp) ValidateAll() error

ValidateAll checks the field values on GetServiceDesiredStateHistoryResp 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 GetServiceDesiredStateHistoryRespMultiError, or nil if none found.

type GetServiceDesiredStateHistoryRespMultiError

type GetServiceDesiredStateHistoryRespMultiError []error

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

func (GetServiceDesiredStateHistoryRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceDesiredStateHistoryRespMultiError) Error

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

type GetServiceDesiredStateHistoryRespValidationError

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

GetServiceDesiredStateHistoryRespValidationError is the validation error returned by GetServiceDesiredStateHistoryResp.Validate if the designated constraints aren't met.

func (GetServiceDesiredStateHistoryRespValidationError) Cause

Cause function returns cause value.

func (GetServiceDesiredStateHistoryRespValidationError) Error

Error satisfies the builtin error interface

func (GetServiceDesiredStateHistoryRespValidationError) ErrorName

ErrorName returns error name.

func (GetServiceDesiredStateHistoryRespValidationError) Field

Field function returns field value.

func (GetServiceDesiredStateHistoryRespValidationError) Key

Key function returns key value.

func (GetServiceDesiredStateHistoryRespValidationError) Reason

Reason function returns reason value.

type GetServiceDesiredStateIdHistoryReq added in v0.3.2

type GetServiceDesiredStateIdHistoryReq struct {
	Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Service     string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	PageToken   string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize    int32  `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceDesiredStateIdHistoryReq) Descriptor deprecated added in v0.3.2

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

Deprecated: Use GetServiceDesiredStateIdHistoryReq.ProtoReflect.Descriptor instead.

func (*GetServiceDesiredStateIdHistoryReq) GetApplication added in v0.3.2

func (x *GetServiceDesiredStateIdHistoryReq) GetApplication() string

func (*GetServiceDesiredStateIdHistoryReq) GetPageSize added in v0.3.2

func (x *GetServiceDesiredStateIdHistoryReq) GetPageSize() int32

func (*GetServiceDesiredStateIdHistoryReq) GetPageToken added in v0.3.2

func (x *GetServiceDesiredStateIdHistoryReq) GetPageToken() string

func (*GetServiceDesiredStateIdHistoryReq) GetService added in v0.3.2

func (*GetServiceDesiredStateIdHistoryReq) ProtoMessage added in v0.3.2

func (*GetServiceDesiredStateIdHistoryReq) ProtoMessage()

func (*GetServiceDesiredStateIdHistoryReq) ProtoReflect added in v0.3.2

func (*GetServiceDesiredStateIdHistoryReq) Reset added in v0.3.2

func (*GetServiceDesiredStateIdHistoryReq) String added in v0.3.2

func (*GetServiceDesiredStateIdHistoryReq) Validate added in v0.3.2

Validate checks the field values on GetServiceDesiredStateIdHistoryReq 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 (*GetServiceDesiredStateIdHistoryReq) ValidateAll added in v0.3.2

func (m *GetServiceDesiredStateIdHistoryReq) ValidateAll() error

ValidateAll checks the field values on GetServiceDesiredStateIdHistoryReq 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 GetServiceDesiredStateIdHistoryReqMultiError, or nil if none found.

type GetServiceDesiredStateIdHistoryReqMultiError added in v0.3.2

type GetServiceDesiredStateIdHistoryReqMultiError []error

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

func (GetServiceDesiredStateIdHistoryReqMultiError) AllErrors added in v0.3.2

AllErrors returns a list of validation violation errors.

func (GetServiceDesiredStateIdHistoryReqMultiError) Error added in v0.3.2

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

type GetServiceDesiredStateIdHistoryReqValidationError added in v0.3.2

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

GetServiceDesiredStateIdHistoryReqValidationError is the validation error returned by GetServiceDesiredStateIdHistoryReq.Validate if the designated constraints aren't met.

func (GetServiceDesiredStateIdHistoryReqValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (GetServiceDesiredStateIdHistoryReqValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (GetServiceDesiredStateIdHistoryReqValidationError) ErrorName added in v0.3.2

ErrorName returns error name.

func (GetServiceDesiredStateIdHistoryReqValidationError) Field added in v0.3.2

Field function returns field value.

func (GetServiceDesiredStateIdHistoryReqValidationError) Key added in v0.3.2

Key function returns key value.

func (GetServiceDesiredStateIdHistoryReqValidationError) Reason added in v0.3.2

Reason function returns reason value.

type GetServiceDesiredStateIdHistoryResp added in v0.3.2

type GetServiceDesiredStateIdHistoryResp struct {
	DesiredStateIds []string `protobuf:"bytes,1,rep,name=desired_state_ids,json=desiredStateIds,proto3" json:"desired_state_ids,omitempty"`
	NextPageToken   string   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceDesiredStateIdHistoryResp) Descriptor deprecated added in v0.3.2

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

Deprecated: Use GetServiceDesiredStateIdHistoryResp.ProtoReflect.Descriptor instead.

func (*GetServiceDesiredStateIdHistoryResp) GetDesiredStateIds added in v0.3.2

func (x *GetServiceDesiredStateIdHistoryResp) GetDesiredStateIds() []string

func (*GetServiceDesiredStateIdHistoryResp) GetNextPageToken added in v0.3.2

func (x *GetServiceDesiredStateIdHistoryResp) GetNextPageToken() string

func (*GetServiceDesiredStateIdHistoryResp) ProtoMessage added in v0.3.2

func (*GetServiceDesiredStateIdHistoryResp) ProtoMessage()

func (*GetServiceDesiredStateIdHistoryResp) ProtoReflect added in v0.3.2

func (*GetServiceDesiredStateIdHistoryResp) Reset added in v0.3.2

func (*GetServiceDesiredStateIdHistoryResp) String added in v0.3.2

func (*GetServiceDesiredStateIdHistoryResp) Validate added in v0.3.2

Validate checks the field values on GetServiceDesiredStateIdHistoryResp 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 (*GetServiceDesiredStateIdHistoryResp) ValidateAll added in v0.3.2

func (m *GetServiceDesiredStateIdHistoryResp) ValidateAll() error

ValidateAll checks the field values on GetServiceDesiredStateIdHistoryResp 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 GetServiceDesiredStateIdHistoryRespMultiError, or nil if none found.

type GetServiceDesiredStateIdHistoryRespMultiError added in v0.3.2

type GetServiceDesiredStateIdHistoryRespMultiError []error

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

func (GetServiceDesiredStateIdHistoryRespMultiError) AllErrors added in v0.3.2

AllErrors returns a list of validation violation errors.

func (GetServiceDesiredStateIdHistoryRespMultiError) Error added in v0.3.2

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

type GetServiceDesiredStateIdHistoryRespValidationError added in v0.3.2

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

GetServiceDesiredStateIdHistoryRespValidationError is the validation error returned by GetServiceDesiredStateIdHistoryResp.Validate if the designated constraints aren't met.

func (GetServiceDesiredStateIdHistoryRespValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (GetServiceDesiredStateIdHistoryRespValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (GetServiceDesiredStateIdHistoryRespValidationError) ErrorName added in v0.3.2

ErrorName returns error name.

func (GetServiceDesiredStateIdHistoryRespValidationError) Field added in v0.3.2

Field function returns field value.

func (GetServiceDesiredStateIdHistoryRespValidationError) Key added in v0.3.2

Key function returns key value.

func (GetServiceDesiredStateIdHistoryRespValidationError) Reason added in v0.3.2

Reason function returns reason value.

type GetServiceLastConvergedStateReq

type GetServiceLastConvergedStateReq struct {
	Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Service     string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceLastConvergedStateReq) Descriptor deprecated

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

Deprecated: Use GetServiceLastConvergedStateReq.ProtoReflect.Descriptor instead.

func (*GetServiceLastConvergedStateReq) GetApplication

func (x *GetServiceLastConvergedStateReq) GetApplication() string

func (*GetServiceLastConvergedStateReq) GetService

func (x *GetServiceLastConvergedStateReq) GetService() string

func (*GetServiceLastConvergedStateReq) ProtoMessage

func (*GetServiceLastConvergedStateReq) ProtoMessage()

func (*GetServiceLastConvergedStateReq) ProtoReflect

func (*GetServiceLastConvergedStateReq) Reset

func (*GetServiceLastConvergedStateReq) String

func (*GetServiceLastConvergedStateReq) Validate

func (m *GetServiceLastConvergedStateReq) Validate() error

Validate checks the field values on GetServiceLastConvergedStateReq 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 (*GetServiceLastConvergedStateReq) ValidateAll

func (m *GetServiceLastConvergedStateReq) ValidateAll() error

ValidateAll checks the field values on GetServiceLastConvergedStateReq 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 GetServiceLastConvergedStateReqMultiError, or nil if none found.

type GetServiceLastConvergedStateReqMultiError

type GetServiceLastConvergedStateReqMultiError []error

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

func (GetServiceLastConvergedStateReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceLastConvergedStateReqMultiError) Error

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

type GetServiceLastConvergedStateReqValidationError

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

GetServiceLastConvergedStateReqValidationError is the validation error returned by GetServiceLastConvergedStateReq.Validate if the designated constraints aren't met.

func (GetServiceLastConvergedStateReqValidationError) Cause

Cause function returns cause value.

func (GetServiceLastConvergedStateReqValidationError) Error

Error satisfies the builtin error interface

func (GetServiceLastConvergedStateReqValidationError) ErrorName

ErrorName returns error name.

func (GetServiceLastConvergedStateReqValidationError) Field

Field function returns field value.

func (GetServiceLastConvergedStateReqValidationError) Key

Key function returns key value.

func (GetServiceLastConvergedStateReqValidationError) Reason

Reason function returns reason value.

type GetServiceLastConvergedStateResp

type GetServiceLastConvergedStateResp struct {
	ServiceInstanceStates []*model.ServiceInstanceState `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetServiceLastConvergedStateResp) Descriptor deprecated

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

Deprecated: Use GetServiceLastConvergedStateResp.ProtoReflect.Descriptor instead.

func (*GetServiceLastConvergedStateResp) GetServiceInstanceStates

func (x *GetServiceLastConvergedStateResp) GetServiceInstanceStates() []*model.ServiceInstanceState

func (*GetServiceLastConvergedStateResp) ProtoMessage

func (*GetServiceLastConvergedStateResp) ProtoMessage()

func (*GetServiceLastConvergedStateResp) ProtoReflect

func (*GetServiceLastConvergedStateResp) Reset

func (*GetServiceLastConvergedStateResp) String

func (*GetServiceLastConvergedStateResp) Validate

Validate checks the field values on GetServiceLastConvergedStateResp 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 (*GetServiceLastConvergedStateResp) ValidateAll

func (m *GetServiceLastConvergedStateResp) ValidateAll() error

ValidateAll checks the field values on GetServiceLastConvergedStateResp 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 GetServiceLastConvergedStateRespMultiError, or nil if none found.

type GetServiceLastConvergedStateRespMultiError

type GetServiceLastConvergedStateRespMultiError []error

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

func (GetServiceLastConvergedStateRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceLastConvergedStateRespMultiError) Error

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

type GetServiceLastConvergedStateRespValidationError

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

GetServiceLastConvergedStateRespValidationError is the validation error returned by GetServiceLastConvergedStateResp.Validate if the designated constraints aren't met.

func (GetServiceLastConvergedStateRespValidationError) Cause

Cause function returns cause value.

func (GetServiceLastConvergedStateRespValidationError) Error

Error satisfies the builtin error interface

func (GetServiceLastConvergedStateRespValidationError) ErrorName

ErrorName returns error name.

func (GetServiceLastConvergedStateRespValidationError) Field

Field function returns field value.

func (GetServiceLastConvergedStateRespValidationError) Key

Key function returns key value.

func (GetServiceLastConvergedStateRespValidationError) Reason

Reason function returns reason value.

type GetServiceLatestCombinedReleaseDesiredStateReq added in v0.3.12

type GetServiceLatestCombinedReleaseDesiredStateReq struct {
	Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Service     string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceLatestCombinedReleaseDesiredStateReq) Descriptor deprecated added in v0.3.12

Deprecated: Use GetServiceLatestCombinedReleaseDesiredStateReq.ProtoReflect.Descriptor instead.

func (*GetServiceLatestCombinedReleaseDesiredStateReq) GetApplication added in v0.3.12

func (*GetServiceLatestCombinedReleaseDesiredStateReq) GetService added in v0.3.12

func (*GetServiceLatestCombinedReleaseDesiredStateReq) ProtoMessage added in v0.3.12

func (*GetServiceLatestCombinedReleaseDesiredStateReq) ProtoReflect added in v0.3.12

func (*GetServiceLatestCombinedReleaseDesiredStateReq) Reset added in v0.3.12

func (*GetServiceLatestCombinedReleaseDesiredStateReq) String added in v0.3.12

func (*GetServiceLatestCombinedReleaseDesiredStateReq) Validate added in v0.3.12

Validate checks the field values on GetServiceLatestCombinedReleaseDesiredStateReq 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 (*GetServiceLatestCombinedReleaseDesiredStateReq) ValidateAll added in v0.3.12

ValidateAll checks the field values on GetServiceLatestCombinedReleaseDesiredStateReq 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 GetServiceLatestCombinedReleaseDesiredStateReqMultiError, or nil if none found.

type GetServiceLatestCombinedReleaseDesiredStateReqMultiError added in v0.3.12

type GetServiceLatestCombinedReleaseDesiredStateReqMultiError []error

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

func (GetServiceLatestCombinedReleaseDesiredStateReqMultiError) AllErrors added in v0.3.12

AllErrors returns a list of validation violation errors.

func (GetServiceLatestCombinedReleaseDesiredStateReqMultiError) Error added in v0.3.12

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

type GetServiceLatestCombinedReleaseDesiredStateReqValidationError added in v0.3.12

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

GetServiceLatestCombinedReleaseDesiredStateReqValidationError is the validation error returned by GetServiceLatestCombinedReleaseDesiredStateReq.Validate if the designated constraints aren't met.

func (GetServiceLatestCombinedReleaseDesiredStateReqValidationError) Cause added in v0.3.12

Cause function returns cause value.

func (GetServiceLatestCombinedReleaseDesiredStateReqValidationError) Error added in v0.3.12

Error satisfies the builtin error interface

func (GetServiceLatestCombinedReleaseDesiredStateReqValidationError) ErrorName added in v0.3.12

ErrorName returns error name.

func (GetServiceLatestCombinedReleaseDesiredStateReqValidationError) Field added in v0.3.12

Field function returns field value.

func (GetServiceLatestCombinedReleaseDesiredStateReqValidationError) Key added in v0.3.12

Key function returns key value.

func (GetServiceLatestCombinedReleaseDesiredStateReqValidationError) Reason added in v0.3.12

Reason function returns reason value.

type GetServiceLatestDesiredStateIdReq added in v0.2.20

type GetServiceLatestDesiredStateIdReq struct {
	Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Service     string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceLatestDesiredStateIdReq) Descriptor deprecated added in v0.2.20

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

Deprecated: Use GetServiceLatestDesiredStateIdReq.ProtoReflect.Descriptor instead.

func (*GetServiceLatestDesiredStateIdReq) GetApplication added in v0.2.20

func (x *GetServiceLatestDesiredStateIdReq) GetApplication() string

func (*GetServiceLatestDesiredStateIdReq) GetService added in v0.2.20

func (x *GetServiceLatestDesiredStateIdReq) GetService() string

func (*GetServiceLatestDesiredStateIdReq) ProtoMessage added in v0.2.20

func (*GetServiceLatestDesiredStateIdReq) ProtoMessage()

func (*GetServiceLatestDesiredStateIdReq) ProtoReflect added in v0.2.20

func (*GetServiceLatestDesiredStateIdReq) Reset added in v0.2.20

func (*GetServiceLatestDesiredStateIdReq) String added in v0.2.20

func (*GetServiceLatestDesiredStateIdReq) Validate added in v0.2.20

Validate checks the field values on GetServiceLatestDesiredStateIdReq 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 (*GetServiceLatestDesiredStateIdReq) ValidateAll added in v0.2.20

func (m *GetServiceLatestDesiredStateIdReq) ValidateAll() error

ValidateAll checks the field values on GetServiceLatestDesiredStateIdReq 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 GetServiceLatestDesiredStateIdReqMultiError, or nil if none found.

type GetServiceLatestDesiredStateIdReqMultiError added in v0.2.20

type GetServiceLatestDesiredStateIdReqMultiError []error

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

func (GetServiceLatestDesiredStateIdReqMultiError) AllErrors added in v0.2.20

AllErrors returns a list of validation violation errors.

func (GetServiceLatestDesiredStateIdReqMultiError) Error added in v0.2.20

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

type GetServiceLatestDesiredStateIdReqValidationError added in v0.2.20

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

GetServiceLatestDesiredStateIdReqValidationError is the validation error returned by GetServiceLatestDesiredStateIdReq.Validate if the designated constraints aren't met.

func (GetServiceLatestDesiredStateIdReqValidationError) Cause added in v0.2.20

Cause function returns cause value.

func (GetServiceLatestDesiredStateIdReqValidationError) Error added in v0.2.20

Error satisfies the builtin error interface

func (GetServiceLatestDesiredStateIdReqValidationError) ErrorName added in v0.2.20

ErrorName returns error name.

func (GetServiceLatestDesiredStateIdReqValidationError) Field added in v0.2.20

Field function returns field value.

func (GetServiceLatestDesiredStateIdReqValidationError) Key added in v0.2.20

Key function returns key value.

func (GetServiceLatestDesiredStateIdReqValidationError) Reason added in v0.2.20

Reason function returns reason value.

type GetServiceLatestDesiredStateIdResp added in v0.2.20

type GetServiceLatestDesiredStateIdResp struct {
	DesiredStateId         string                  `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"`
	PendingSetDesiredState *PendingSetDesiredState `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetServiceLatestDesiredStateIdResp) Descriptor deprecated added in v0.2.20

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

Deprecated: Use GetServiceLatestDesiredStateIdResp.ProtoReflect.Descriptor instead.

func (*GetServiceLatestDesiredStateIdResp) GetDesiredStateId added in v0.2.20

func (x *GetServiceLatestDesiredStateIdResp) GetDesiredStateId() string

func (*GetServiceLatestDesiredStateIdResp) GetPendingSetDesiredState added in v0.2.20

func (x *GetServiceLatestDesiredStateIdResp) GetPendingSetDesiredState() *PendingSetDesiredState

func (*GetServiceLatestDesiredStateIdResp) ProtoMessage added in v0.2.20

func (*GetServiceLatestDesiredStateIdResp) ProtoMessage()

func (*GetServiceLatestDesiredStateIdResp) ProtoReflect added in v0.2.20

func (*GetServiceLatestDesiredStateIdResp) Reset added in v0.2.20

func (*GetServiceLatestDesiredStateIdResp) String added in v0.2.20

func (*GetServiceLatestDesiredStateIdResp) Validate added in v0.2.20

Validate checks the field values on GetServiceLatestDesiredStateIdResp 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 (*GetServiceLatestDesiredStateIdResp) ValidateAll added in v0.2.20

func (m *GetServiceLatestDesiredStateIdResp) ValidateAll() error

ValidateAll checks the field values on GetServiceLatestDesiredStateIdResp 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 GetServiceLatestDesiredStateIdRespMultiError, or nil if none found.

type GetServiceLatestDesiredStateIdRespMultiError added in v0.2.20

type GetServiceLatestDesiredStateIdRespMultiError []error

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

func (GetServiceLatestDesiredStateIdRespMultiError) AllErrors added in v0.2.20

AllErrors returns a list of validation violation errors.

func (GetServiceLatestDesiredStateIdRespMultiError) Error added in v0.2.20

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

type GetServiceLatestDesiredStateIdRespValidationError added in v0.2.20

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

GetServiceLatestDesiredStateIdRespValidationError is the validation error returned by GetServiceLatestDesiredStateIdResp.Validate if the designated constraints aren't met.

func (GetServiceLatestDesiredStateIdRespValidationError) Cause added in v0.2.20

Cause function returns cause value.

func (GetServiceLatestDesiredStateIdRespValidationError) Error added in v0.2.20

Error satisfies the builtin error interface

func (GetServiceLatestDesiredStateIdRespValidationError) ErrorName added in v0.2.20

ErrorName returns error name.

func (GetServiceLatestDesiredStateIdRespValidationError) Field added in v0.2.20

Field function returns field value.

func (GetServiceLatestDesiredStateIdRespValidationError) Key added in v0.2.20

Key function returns key value.

func (GetServiceLatestDesiredStateIdRespValidationError) Reason added in v0.2.20

Reason function returns reason value.

type ListCombinedReleasesReq added in v0.3.12

type ListCombinedReleasesReq struct {
	EntityId   *model.Identifier `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Descending bool              `protobuf:"varint,4,opt,name=descending,proto3" json:"descending,omitempty"`
	PageToken  string            `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize   int32             `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCombinedReleasesReq) Descriptor deprecated added in v0.3.12

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

Deprecated: Use ListCombinedReleasesReq.ProtoReflect.Descriptor instead.

func (*ListCombinedReleasesReq) GetDescending added in v0.3.12

func (x *ListCombinedReleasesReq) GetDescending() bool

func (*ListCombinedReleasesReq) GetEntityId added in v0.3.12

func (x *ListCombinedReleasesReq) GetEntityId() *model.Identifier

func (*ListCombinedReleasesReq) GetPageSize added in v0.3.12

func (x *ListCombinedReleasesReq) GetPageSize() int32

func (*ListCombinedReleasesReq) GetPageToken added in v0.3.12

func (x *ListCombinedReleasesReq) GetPageToken() string

func (*ListCombinedReleasesReq) ProtoMessage added in v0.3.12

func (*ListCombinedReleasesReq) ProtoMessage()

func (*ListCombinedReleasesReq) ProtoReflect added in v0.3.12

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

func (*ListCombinedReleasesReq) Reset added in v0.3.12

func (x *ListCombinedReleasesReq) Reset()

func (*ListCombinedReleasesReq) String added in v0.3.12

func (x *ListCombinedReleasesReq) String() string

func (*ListCombinedReleasesReq) Validate added in v0.3.12

func (m *ListCombinedReleasesReq) Validate() error

Validate checks the field values on ListCombinedReleasesReq 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 (*ListCombinedReleasesReq) ValidateAll added in v0.3.12

func (m *ListCombinedReleasesReq) ValidateAll() error

ValidateAll checks the field values on ListCombinedReleasesReq 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 ListCombinedReleasesReqMultiError, or nil if none found.

type ListCombinedReleasesReqMultiError added in v0.3.12

type ListCombinedReleasesReqMultiError []error

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

func (ListCombinedReleasesReqMultiError) AllErrors added in v0.3.12

func (m ListCombinedReleasesReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCombinedReleasesReqMultiError) Error added in v0.3.12

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

type ListCombinedReleasesReqValidationError added in v0.3.12

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

ListCombinedReleasesReqValidationError is the validation error returned by ListCombinedReleasesReq.Validate if the designated constraints aren't met.

func (ListCombinedReleasesReqValidationError) Cause added in v0.3.12

Cause function returns cause value.

func (ListCombinedReleasesReqValidationError) Error added in v0.3.12

Error satisfies the builtin error interface

func (ListCombinedReleasesReqValidationError) ErrorName added in v0.3.12

ErrorName returns error name.

func (ListCombinedReleasesReqValidationError) Field added in v0.3.12

Field function returns field value.

func (ListCombinedReleasesReqValidationError) Key added in v0.3.12

Key function returns key value.

func (ListCombinedReleasesReqValidationError) Reason added in v0.3.12

Reason function returns reason value.

type ListCombinedReleasesResp added in v0.3.12

type ListCombinedReleasesResp struct {
	Releases      []*ListCombinedReleasesResp_Release `protobuf:"bytes,1,rep,name=releases,proto3" json:"releases,omitempty"`
	NextPageToken string                              `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCombinedReleasesResp) Descriptor deprecated added in v0.3.12

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

Deprecated: Use ListCombinedReleasesResp.ProtoReflect.Descriptor instead.

func (*ListCombinedReleasesResp) GetNextPageToken added in v0.3.12

func (x *ListCombinedReleasesResp) GetNextPageToken() string

func (*ListCombinedReleasesResp) GetReleases added in v0.3.12

func (*ListCombinedReleasesResp) ProtoMessage added in v0.3.12

func (*ListCombinedReleasesResp) ProtoMessage()

func (*ListCombinedReleasesResp) ProtoReflect added in v0.3.12

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

func (*ListCombinedReleasesResp) Reset added in v0.3.12

func (x *ListCombinedReleasesResp) Reset()

func (*ListCombinedReleasesResp) String added in v0.3.12

func (x *ListCombinedReleasesResp) String() string

func (*ListCombinedReleasesResp) Validate added in v0.3.12

func (m *ListCombinedReleasesResp) Validate() error

Validate checks the field values on ListCombinedReleasesResp 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 (*ListCombinedReleasesResp) ValidateAll added in v0.3.12

func (m *ListCombinedReleasesResp) ValidateAll() error

ValidateAll checks the field values on ListCombinedReleasesResp 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 ListCombinedReleasesRespMultiError, or nil if none found.

type ListCombinedReleasesRespMultiError added in v0.3.12

type ListCombinedReleasesRespMultiError []error

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

func (ListCombinedReleasesRespMultiError) AllErrors added in v0.3.12

func (m ListCombinedReleasesRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCombinedReleasesRespMultiError) Error added in v0.3.12

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

type ListCombinedReleasesRespValidationError added in v0.3.12

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

ListCombinedReleasesRespValidationError is the validation error returned by ListCombinedReleasesResp.Validate if the designated constraints aren't met.

func (ListCombinedReleasesRespValidationError) Cause added in v0.3.12

Cause function returns cause value.

func (ListCombinedReleasesRespValidationError) Error added in v0.3.12

Error satisfies the builtin error interface

func (ListCombinedReleasesRespValidationError) ErrorName added in v0.3.12

ErrorName returns error name.

func (ListCombinedReleasesRespValidationError) Field added in v0.3.12

Field function returns field value.

func (ListCombinedReleasesRespValidationError) Key added in v0.3.12

Key function returns key value.

func (ListCombinedReleasesRespValidationError) Reason added in v0.3.12

Reason function returns reason value.

type ListCombinedReleasesResp_Release added in v0.3.12

type ListCombinedReleasesResp_Release struct {

	// Types that are assignable to ReleaseOneof:
	//
	//	*ListCombinedReleasesResp_Release_DesiredStateId
	//	*ListCombinedReleasesResp_Release_ReleaseId
	ReleaseOneof      isListCombinedReleasesResp_Release_ReleaseOneof `protobuf_oneof:"release_oneof"`
	CreationTimestamp *timestamppb.Timestamp                          `protobuf:"bytes,3,opt,name=creation_timestamp,json=creationTimestamp,proto3" json:"creation_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCombinedReleasesResp_Release) Descriptor deprecated added in v0.3.12

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

Deprecated: Use ListCombinedReleasesResp_Release.ProtoReflect.Descriptor instead.

func (*ListCombinedReleasesResp_Release) GetCreationTimestamp added in v0.3.12

func (x *ListCombinedReleasesResp_Release) GetCreationTimestamp() *timestamppb.Timestamp

func (*ListCombinedReleasesResp_Release) GetDesiredStateId added in v0.3.12

func (x *ListCombinedReleasesResp_Release) GetDesiredStateId() string

func (*ListCombinedReleasesResp_Release) GetReleaseId added in v0.3.12

func (x *ListCombinedReleasesResp_Release) GetReleaseId() string

func (*ListCombinedReleasesResp_Release) GetReleaseOneof added in v0.3.12

func (m *ListCombinedReleasesResp_Release) GetReleaseOneof() isListCombinedReleasesResp_Release_ReleaseOneof

func (*ListCombinedReleasesResp_Release) ProtoMessage added in v0.3.12

func (*ListCombinedReleasesResp_Release) ProtoMessage()

func (*ListCombinedReleasesResp_Release) ProtoReflect added in v0.3.12

func (*ListCombinedReleasesResp_Release) Reset added in v0.3.12

func (*ListCombinedReleasesResp_Release) String added in v0.3.12

func (*ListCombinedReleasesResp_Release) Validate added in v0.3.12

Validate checks the field values on ListCombinedReleasesResp_Release 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 (*ListCombinedReleasesResp_Release) ValidateAll added in v0.3.12

func (m *ListCombinedReleasesResp_Release) ValidateAll() error

ValidateAll checks the field values on ListCombinedReleasesResp_Release 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 ListCombinedReleasesResp_ReleaseMultiError, or nil if none found.

type ListCombinedReleasesResp_ReleaseMultiError added in v0.3.12

type ListCombinedReleasesResp_ReleaseMultiError []error

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

func (ListCombinedReleasesResp_ReleaseMultiError) AllErrors added in v0.3.12

AllErrors returns a list of validation violation errors.

func (ListCombinedReleasesResp_ReleaseMultiError) Error added in v0.3.12

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

type ListCombinedReleasesResp_ReleaseValidationError added in v0.3.12

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

ListCombinedReleasesResp_ReleaseValidationError is the validation error returned by ListCombinedReleasesResp_Release.Validate if the designated constraints aren't met.

func (ListCombinedReleasesResp_ReleaseValidationError) Cause added in v0.3.12

Cause function returns cause value.

func (ListCombinedReleasesResp_ReleaseValidationError) Error added in v0.3.12

Error satisfies the builtin error interface

func (ListCombinedReleasesResp_ReleaseValidationError) ErrorName added in v0.3.12

ErrorName returns error name.

func (ListCombinedReleasesResp_ReleaseValidationError) Field added in v0.3.12

Field function returns field value.

func (ListCombinedReleasesResp_ReleaseValidationError) Key added in v0.3.12

Key function returns key value.

func (ListCombinedReleasesResp_ReleaseValidationError) Reason added in v0.3.12

Reason function returns reason value.

type ListCombinedReleasesResp_Release_DesiredStateId added in v0.3.12

type ListCombinedReleasesResp_Release_DesiredStateId struct {
	DesiredStateId string `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3,oneof"`
}

type ListCombinedReleasesResp_Release_ReleaseId added in v0.3.12

type ListCombinedReleasesResp_Release_ReleaseId struct {
	ReleaseId string `protobuf:"bytes,2,opt,name=release_id,json=releaseId,proto3,oneof"`
}

type ListMaestroReleasesReq added in v0.3.11

type ListMaestroReleasesReq struct {
	EntityId   *model.Identifier `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Descending bool              `protobuf:"varint,5,opt,name=descending,proto3" json:"descending,omitempty"`
	// optional, if not set:
	// - with descending=false, return releases starting from the oldest unfinished release.
	// - with descending=true, return releases starting from the newest release.
	StartingReleaseId string `protobuf:"bytes,2,opt,name=starting_release_id,json=startingReleaseId,proto3" json:"starting_release_id,omitempty"` // inclusive
	PageToken         string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize          int32  `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMaestroReleasesReq) Descriptor deprecated added in v0.3.11

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

Deprecated: Use ListMaestroReleasesReq.ProtoReflect.Descriptor instead.

func (*ListMaestroReleasesReq) GetDescending added in v0.3.12

func (x *ListMaestroReleasesReq) GetDescending() bool

func (*ListMaestroReleasesReq) GetEntityId added in v0.3.11

func (x *ListMaestroReleasesReq) GetEntityId() *model.Identifier

func (*ListMaestroReleasesReq) GetPageSize added in v0.3.11

func (x *ListMaestroReleasesReq) GetPageSize() int32

func (*ListMaestroReleasesReq) GetPageToken added in v0.3.11

func (x *ListMaestroReleasesReq) GetPageToken() string

func (*ListMaestroReleasesReq) GetStartingReleaseId added in v0.3.11

func (x *ListMaestroReleasesReq) GetStartingReleaseId() string

func (*ListMaestroReleasesReq) ProtoMessage added in v0.3.11

func (*ListMaestroReleasesReq) ProtoMessage()

func (*ListMaestroReleasesReq) ProtoReflect added in v0.3.11

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

func (*ListMaestroReleasesReq) Reset added in v0.3.11

func (x *ListMaestroReleasesReq) Reset()

func (*ListMaestroReleasesReq) String added in v0.3.11

func (x *ListMaestroReleasesReq) String() string

func (*ListMaestroReleasesReq) Validate added in v0.3.11

func (m *ListMaestroReleasesReq) Validate() error

Validate checks the field values on ListMaestroReleasesReq 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 (*ListMaestroReleasesReq) ValidateAll added in v0.3.11

func (m *ListMaestroReleasesReq) ValidateAll() error

ValidateAll checks the field values on ListMaestroReleasesReq 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 ListMaestroReleasesReqMultiError, or nil if none found.

type ListMaestroReleasesReqMultiError added in v0.3.11

type ListMaestroReleasesReqMultiError []error

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

func (ListMaestroReleasesReqMultiError) AllErrors added in v0.3.11

func (m ListMaestroReleasesReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListMaestroReleasesReqMultiError) Error added in v0.3.11

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

type ListMaestroReleasesReqValidationError added in v0.3.11

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

ListMaestroReleasesReqValidationError is the validation error returned by ListMaestroReleasesReq.Validate if the designated constraints aren't met.

func (ListMaestroReleasesReqValidationError) Cause added in v0.3.11

Cause function returns cause value.

func (ListMaestroReleasesReqValidationError) Error added in v0.3.11

Error satisfies the builtin error interface

func (ListMaestroReleasesReqValidationError) ErrorName added in v0.3.11

ErrorName returns error name.

func (ListMaestroReleasesReqValidationError) Field added in v0.3.11

Field function returns field value.

func (ListMaestroReleasesReqValidationError) Key added in v0.3.11

Key function returns key value.

func (ListMaestroReleasesReqValidationError) Reason added in v0.3.11

Reason function returns reason value.

type ListMaestroReleasesResp added in v0.3.11

type ListMaestroReleasesResp struct {
	MaestroReleases []*maestro.MaestroRelease `protobuf:"bytes,1,rep,name=maestro_releases,json=maestroReleases,proto3" json:"maestro_releases,omitempty"`
	NextPageToken   string                    `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMaestroReleasesResp) Descriptor deprecated added in v0.3.11

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

Deprecated: Use ListMaestroReleasesResp.ProtoReflect.Descriptor instead.

func (*ListMaestroReleasesResp) GetMaestroReleases added in v0.3.11

func (x *ListMaestroReleasesResp) GetMaestroReleases() []*maestro.MaestroRelease

func (*ListMaestroReleasesResp) GetNextPageToken added in v0.3.11

func (x *ListMaestroReleasesResp) GetNextPageToken() string

func (*ListMaestroReleasesResp) ProtoMessage added in v0.3.11

func (*ListMaestroReleasesResp) ProtoMessage()

func (*ListMaestroReleasesResp) ProtoReflect added in v0.3.11

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

func (*ListMaestroReleasesResp) Reset added in v0.3.11

func (x *ListMaestroReleasesResp) Reset()

func (*ListMaestroReleasesResp) String added in v0.3.11

func (x *ListMaestroReleasesResp) String() string

func (*ListMaestroReleasesResp) Validate added in v0.3.11

func (m *ListMaestroReleasesResp) Validate() error

Validate checks the field values on ListMaestroReleasesResp 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 (*ListMaestroReleasesResp) ValidateAll added in v0.3.11

func (m *ListMaestroReleasesResp) ValidateAll() error

ValidateAll checks the field values on ListMaestroReleasesResp 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 ListMaestroReleasesRespMultiError, or nil if none found.

type ListMaestroReleasesRespMultiError added in v0.3.11

type ListMaestroReleasesRespMultiError []error

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

func (ListMaestroReleasesRespMultiError) AllErrors added in v0.3.11

func (m ListMaestroReleasesRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListMaestroReleasesRespMultiError) Error added in v0.3.11

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

type ListMaestroReleasesRespValidationError added in v0.3.11

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

ListMaestroReleasesRespValidationError is the validation error returned by ListMaestroReleasesResp.Validate if the designated constraints aren't met.

func (ListMaestroReleasesRespValidationError) Cause added in v0.3.11

Cause function returns cause value.

func (ListMaestroReleasesRespValidationError) Error added in v0.3.11

Error satisfies the builtin error interface

func (ListMaestroReleasesRespValidationError) ErrorName added in v0.3.11

ErrorName returns error name.

func (ListMaestroReleasesRespValidationError) Field added in v0.3.11

Field function returns field value.

func (ListMaestroReleasesRespValidationError) Key added in v0.3.11

Key function returns key value.

func (ListMaestroReleasesRespValidationError) Reason added in v0.3.11

Reason function returns reason value.

type ListServiceCombinedReleasesReq added in v0.3.12

type ListServiceCombinedReleasesReq struct {
	Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Service     string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	Descending  bool   `protobuf:"varint,3,opt,name=descending,proto3" json:"descending,omitempty"`
	PageToken   string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize    int32  `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceCombinedReleasesReq) Descriptor deprecated added in v0.3.12

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

Deprecated: Use ListServiceCombinedReleasesReq.ProtoReflect.Descriptor instead.

func (*ListServiceCombinedReleasesReq) GetApplication added in v0.3.12

func (x *ListServiceCombinedReleasesReq) GetApplication() string

func (*ListServiceCombinedReleasesReq) GetDescending added in v0.3.12

func (x *ListServiceCombinedReleasesReq) GetDescending() bool

func (*ListServiceCombinedReleasesReq) GetPageSize added in v0.3.12

func (x *ListServiceCombinedReleasesReq) GetPageSize() int32

func (*ListServiceCombinedReleasesReq) GetPageToken added in v0.3.12

func (x *ListServiceCombinedReleasesReq) GetPageToken() string

func (*ListServiceCombinedReleasesReq) GetService added in v0.3.12

func (x *ListServiceCombinedReleasesReq) GetService() string

func (*ListServiceCombinedReleasesReq) ProtoMessage added in v0.3.12

func (*ListServiceCombinedReleasesReq) ProtoMessage()

func (*ListServiceCombinedReleasesReq) ProtoReflect added in v0.3.12

func (*ListServiceCombinedReleasesReq) Reset added in v0.3.12

func (x *ListServiceCombinedReleasesReq) Reset()

func (*ListServiceCombinedReleasesReq) String added in v0.3.12

func (*ListServiceCombinedReleasesReq) Validate added in v0.3.12

func (m *ListServiceCombinedReleasesReq) Validate() error

Validate checks the field values on ListServiceCombinedReleasesReq 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 (*ListServiceCombinedReleasesReq) ValidateAll added in v0.3.12

func (m *ListServiceCombinedReleasesReq) ValidateAll() error

ValidateAll checks the field values on ListServiceCombinedReleasesReq 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 ListServiceCombinedReleasesReqMultiError, or nil if none found.

type ListServiceCombinedReleasesReqMultiError added in v0.3.12

type ListServiceCombinedReleasesReqMultiError []error

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

func (ListServiceCombinedReleasesReqMultiError) AllErrors added in v0.3.12

AllErrors returns a list of validation violation errors.

func (ListServiceCombinedReleasesReqMultiError) Error added in v0.3.12

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

type ListServiceCombinedReleasesReqValidationError added in v0.3.12

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

ListServiceCombinedReleasesReqValidationError is the validation error returned by ListServiceCombinedReleasesReq.Validate if the designated constraints aren't met.

func (ListServiceCombinedReleasesReqValidationError) Cause added in v0.3.12

Cause function returns cause value.

func (ListServiceCombinedReleasesReqValidationError) Error added in v0.3.12

Error satisfies the builtin error interface

func (ListServiceCombinedReleasesReqValidationError) ErrorName added in v0.3.12

ErrorName returns error name.

func (ListServiceCombinedReleasesReqValidationError) Field added in v0.3.12

Field function returns field value.

func (ListServiceCombinedReleasesReqValidationError) Key added in v0.3.12

Key function returns key value.

func (ListServiceCombinedReleasesReqValidationError) Reason added in v0.3.12

Reason function returns reason value.

type PendingSetDesiredState added in v0.2.17

type PendingSetDesiredState struct {
	DesiredStateId       string       `protobuf:"bytes,4,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"`
	CompiledDesiredState *model.State `protobuf:"bytes,1,opt,name=compiled_desired_state,json=compiledDesiredState,proto3" json:"compiled_desired_state,omitempty"`
	// will never contain SUCCESS, by definition, but may contain FAILED
	TaskStatus async_task.TaskStatus `` /* 128-byte string literal not displayed */
	// will only be set for FAILED
	TaskResult *async_task.TaskResult `protobuf:"bytes,3,opt,name=task_result,json=taskResult,proto3" json:"task_result,omitempty"` // next tag: 5
	// contains filtered or unexported fields
}

func (*PendingSetDesiredState) Descriptor deprecated added in v0.2.17

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

Deprecated: Use PendingSetDesiredState.ProtoReflect.Descriptor instead.

func (*PendingSetDesiredState) GetCompiledDesiredState added in v0.2.17

func (x *PendingSetDesiredState) GetCompiledDesiredState() *model.State

func (*PendingSetDesiredState) GetDesiredStateId added in v0.2.18

func (x *PendingSetDesiredState) GetDesiredStateId() string

func (*PendingSetDesiredState) GetTaskResult added in v0.2.17

func (x *PendingSetDesiredState) GetTaskResult() *async_task.TaskResult

func (*PendingSetDesiredState) GetTaskStatus added in v0.2.17

func (x *PendingSetDesiredState) GetTaskStatus() async_task.TaskStatus

func (*PendingSetDesiredState) ProtoMessage added in v0.2.17

func (*PendingSetDesiredState) ProtoMessage()

func (*PendingSetDesiredState) ProtoReflect added in v0.2.17

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

func (*PendingSetDesiredState) Reset added in v0.2.17

func (x *PendingSetDesiredState) Reset()

func (*PendingSetDesiredState) String added in v0.2.17

func (x *PendingSetDesiredState) String() string

func (*PendingSetDesiredState) Validate added in v0.2.17

func (m *PendingSetDesiredState) Validate() error

Validate checks the field values on PendingSetDesiredState 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 (*PendingSetDesiredState) ValidateAll added in v0.2.17

func (m *PendingSetDesiredState) ValidateAll() error

ValidateAll checks the field values on PendingSetDesiredState 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 PendingSetDesiredStateMultiError, or nil if none found.

type PendingSetDesiredStateMultiError added in v0.2.17

type PendingSetDesiredStateMultiError []error

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

func (PendingSetDesiredStateMultiError) AllErrors added in v0.2.17

func (m PendingSetDesiredStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PendingSetDesiredStateMultiError) Error added in v0.2.17

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

type PendingSetDesiredStateValidationError added in v0.2.17

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

PendingSetDesiredStateValidationError is the validation error returned by PendingSetDesiredState.Validate if the designated constraints aren't met.

func (PendingSetDesiredStateValidationError) Cause added in v0.2.17

Cause function returns cause value.

func (PendingSetDesiredStateValidationError) Error added in v0.2.17

Error satisfies the builtin error interface

func (PendingSetDesiredStateValidationError) ErrorName added in v0.2.17

ErrorName returns error name.

func (PendingSetDesiredStateValidationError) Field added in v0.2.17

Field function returns field value.

func (PendingSetDesiredStateValidationError) Key added in v0.2.17

Key function returns key value.

func (PendingSetDesiredStateValidationError) Reason added in v0.2.17

Reason function returns reason value.

type PreviewEntityGraphResp added in v0.2.3

type PreviewEntityGraphResp struct {
	EntityGraph    *model.EntityGraph `protobuf:"bytes,1,opt,name=entity_graph,json=entityGraph,proto3" json:"entity_graph,omitempty"`
	DesiredStateId string             `protobuf:"bytes,2,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"` // unique identifier the preview entity graph that was just created. This same ID can be used across any endpoints that inspect desired states, e.g. GetDesiredState
	// contains filtered or unexported fields
}

func (*PreviewEntityGraphResp) Descriptor deprecated added in v0.2.3

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

Deprecated: Use PreviewEntityGraphResp.ProtoReflect.Descriptor instead.

func (*PreviewEntityGraphResp) GetDesiredStateId added in v0.2.3

func (x *PreviewEntityGraphResp) GetDesiredStateId() string

func (*PreviewEntityGraphResp) GetEntityGraph added in v0.2.3

func (x *PreviewEntityGraphResp) GetEntityGraph() *model.EntityGraph

func (*PreviewEntityGraphResp) ProtoMessage added in v0.2.3

func (*PreviewEntityGraphResp) ProtoMessage()

func (*PreviewEntityGraphResp) ProtoReflect added in v0.2.3

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

func (*PreviewEntityGraphResp) Reset added in v0.2.3

func (x *PreviewEntityGraphResp) Reset()

func (*PreviewEntityGraphResp) String added in v0.2.3

func (x *PreviewEntityGraphResp) String() string

func (*PreviewEntityGraphResp) Validate added in v0.2.3

func (m *PreviewEntityGraphResp) Validate() error

Validate checks the field values on PreviewEntityGraphResp 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 (*PreviewEntityGraphResp) ValidateAll added in v0.2.3

func (m *PreviewEntityGraphResp) ValidateAll() error

ValidateAll checks the field values on PreviewEntityGraphResp 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 PreviewEntityGraphRespMultiError, or nil if none found.

type PreviewEntityGraphRespMultiError added in v0.2.3

type PreviewEntityGraphRespMultiError []error

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

func (PreviewEntityGraphRespMultiError) AllErrors added in v0.2.3

func (m PreviewEntityGraphRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PreviewEntityGraphRespMultiError) Error added in v0.2.3

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

type PreviewEntityGraphRespValidationError added in v0.2.3

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

PreviewEntityGraphRespValidationError is the validation error returned by PreviewEntityGraphResp.Validate if the designated constraints aren't met.

func (PreviewEntityGraphRespValidationError) Cause added in v0.2.3

Cause function returns cause value.

func (PreviewEntityGraphRespValidationError) Error added in v0.2.3

Error satisfies the builtin error interface

func (PreviewEntityGraphRespValidationError) ErrorName added in v0.2.3

ErrorName returns error name.

func (PreviewEntityGraphRespValidationError) Field added in v0.2.3

Field function returns field value.

func (PreviewEntityGraphRespValidationError) Key added in v0.2.3

Key function returns key value.

func (PreviewEntityGraphRespValidationError) Reason added in v0.2.3

Reason function returns reason value.

type PromoteDeliveryReq

type PromoteDeliveryReq struct {
	DesiredStateId string                  `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"`
	Stage          int64                   `protobuf:"varint,2,opt,name=stage,proto3" json:"stage,omitempty"`
	Full           bool                    `protobuf:"varint,3,opt,name=full,proto3" json:"full,omitempty"`
	Reject         bool                    `protobuf:"varint,5,opt,name=reject,proto3" json:"reject,omitempty"`
	Source         string                  `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
	CallSource     version.Source          `protobuf:"varint,6,opt,name=call_source,json=callSource,proto3,enum=prodvana.version.Source" json:"call_source,omitempty"`
	SourceMetadata *version.SourceMetadata `protobuf:"bytes,7,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PromoteDeliveryReq) Descriptor deprecated

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

Deprecated: Use PromoteDeliveryReq.ProtoReflect.Descriptor instead.

func (*PromoteDeliveryReq) GetCallSource added in v0.3.30

func (x *PromoteDeliveryReq) GetCallSource() version.Source

func (*PromoteDeliveryReq) GetDesiredStateId

func (x *PromoteDeliveryReq) GetDesiredStateId() string

func (*PromoteDeliveryReq) GetFull

func (x *PromoteDeliveryReq) GetFull() bool

func (*PromoteDeliveryReq) GetReject added in v0.3.27

func (x *PromoteDeliveryReq) GetReject() bool

func (*PromoteDeliveryReq) GetSource

func (x *PromoteDeliveryReq) GetSource() string

func (*PromoteDeliveryReq) GetSourceMetadata added in v0.3.30

func (x *PromoteDeliveryReq) GetSourceMetadata() *version.SourceMetadata

func (*PromoteDeliveryReq) GetStage

func (x *PromoteDeliveryReq) GetStage() int64

func (*PromoteDeliveryReq) ProtoMessage

func (*PromoteDeliveryReq) ProtoMessage()

func (*PromoteDeliveryReq) ProtoReflect

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

func (*PromoteDeliveryReq) Reset

func (x *PromoteDeliveryReq) Reset()

func (*PromoteDeliveryReq) String

func (x *PromoteDeliveryReq) String() string

func (*PromoteDeliveryReq) Validate

func (m *PromoteDeliveryReq) Validate() error

Validate checks the field values on PromoteDeliveryReq 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 (*PromoteDeliveryReq) ValidateAll

func (m *PromoteDeliveryReq) ValidateAll() error

ValidateAll checks the field values on PromoteDeliveryReq 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 PromoteDeliveryReqMultiError, or nil if none found.

type PromoteDeliveryReqMultiError

type PromoteDeliveryReqMultiError []error

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

func (PromoteDeliveryReqMultiError) AllErrors

func (m PromoteDeliveryReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PromoteDeliveryReqMultiError) Error

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

type PromoteDeliveryReqValidationError

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

PromoteDeliveryReqValidationError is the validation error returned by PromoteDeliveryReq.Validate if the designated constraints aren't met.

func (PromoteDeliveryReqValidationError) Cause

Cause function returns cause value.

func (PromoteDeliveryReqValidationError) Error

Error satisfies the builtin error interface

func (PromoteDeliveryReqValidationError) ErrorName

ErrorName returns error name.

func (PromoteDeliveryReqValidationError) Field

Field function returns field value.

func (PromoteDeliveryReqValidationError) Key

Key function returns key value.

func (PromoteDeliveryReqValidationError) Reason

Reason function returns reason value.

type PromoteDeliveryResp

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

func (*PromoteDeliveryResp) Descriptor deprecated

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

Deprecated: Use PromoteDeliveryResp.ProtoReflect.Descriptor instead.

func (*PromoteDeliveryResp) ProtoMessage

func (*PromoteDeliveryResp) ProtoMessage()

func (*PromoteDeliveryResp) ProtoReflect

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

func (*PromoteDeliveryResp) Reset

func (x *PromoteDeliveryResp) Reset()

func (*PromoteDeliveryResp) String

func (x *PromoteDeliveryResp) String() string

func (*PromoteDeliveryResp) Validate

func (m *PromoteDeliveryResp) Validate() error

Validate checks the field values on PromoteDeliveryResp 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 (*PromoteDeliveryResp) ValidateAll

func (m *PromoteDeliveryResp) ValidateAll() error

ValidateAll checks the field values on PromoteDeliveryResp 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 PromoteDeliveryRespMultiError, or nil if none found.

type PromoteDeliveryRespMultiError

type PromoteDeliveryRespMultiError []error

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

func (PromoteDeliveryRespMultiError) AllErrors

func (m PromoteDeliveryRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PromoteDeliveryRespMultiError) Error

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

type PromoteDeliveryRespValidationError

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

PromoteDeliveryRespValidationError is the validation error returned by PromoteDeliveryResp.Validate if the designated constraints aren't met.

func (PromoteDeliveryRespValidationError) Cause

Cause function returns cause value.

func (PromoteDeliveryRespValidationError) Error

Error satisfies the builtin error interface

func (PromoteDeliveryRespValidationError) ErrorName

ErrorName returns error name.

func (PromoteDeliveryRespValidationError) Field

Field function returns field value.

func (PromoteDeliveryRespValidationError) Key

Key function returns key value.

func (PromoteDeliveryRespValidationError) Reason

Reason function returns reason value.

type SetDesiredStateReq

type SetDesiredStateReq struct {
	DesiredState *model.State `protobuf:"bytes,1,opt,name=desired_state,json=desiredState,proto3" json:"desired_state,omitempty"`
	// set if this is a rollback, purely for metadata purposes.
	Rollback bool `protobuf:"varint,2,opt,name=rollback,proto3" json:"rollback,omitempty"`
	// generate a desired state with faster preconditions
	BypassPreconditionsAndProtections bool                    `` /* 165-byte string literal not displayed */
	Source                            version.Source          `protobuf:"varint,3,opt,name=source,proto3,enum=prodvana.version.Source" json:"source,omitempty"`
	SourceMetadata                    *version.SourceMetadata `protobuf:"bytes,4,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"`
	// internal use only
	ForceAsyncSetDesiredState bool `` /* 143-byte string literal not displayed */
	// optionally override maestro config for this service
	MaestroConfigOverride *maestro.MaestroConfig `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetDesiredStateReq) Descriptor deprecated

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

Deprecated: Use SetDesiredStateReq.ProtoReflect.Descriptor instead.

func (*SetDesiredStateReq) GetBypassPreconditionsAndProtections added in v0.3.1

func (x *SetDesiredStateReq) GetBypassPreconditionsAndProtections() bool

func (*SetDesiredStateReq) GetDesiredState

func (x *SetDesiredStateReq) GetDesiredState() *model.State

func (*SetDesiredStateReq) GetForceAsyncSetDesiredState added in v0.2.18

func (x *SetDesiredStateReq) GetForceAsyncSetDesiredState() bool

func (*SetDesiredStateReq) GetMaestroConfigOverride added in v0.3.12

func (x *SetDesiredStateReq) GetMaestroConfigOverride() *maestro.MaestroConfig

func (*SetDesiredStateReq) GetRollback

func (x *SetDesiredStateReq) GetRollback() bool

func (*SetDesiredStateReq) GetSource added in v0.2.14

func (x *SetDesiredStateReq) GetSource() version.Source

func (*SetDesiredStateReq) GetSourceMetadata added in v0.2.14

func (x *SetDesiredStateReq) GetSourceMetadata() *version.SourceMetadata

func (*SetDesiredStateReq) ProtoMessage

func (*SetDesiredStateReq) ProtoMessage()

func (*SetDesiredStateReq) ProtoReflect

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

func (*SetDesiredStateReq) Reset

func (x *SetDesiredStateReq) Reset()

func (*SetDesiredStateReq) String

func (x *SetDesiredStateReq) String() string

func (*SetDesiredStateReq) Validate

func (m *SetDesiredStateReq) Validate() error

Validate checks the field values on SetDesiredStateReq 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 (*SetDesiredStateReq) ValidateAll

func (m *SetDesiredStateReq) ValidateAll() error

ValidateAll checks the field values on SetDesiredStateReq 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 SetDesiredStateReqMultiError, or nil if none found.

type SetDesiredStateReqMultiError

type SetDesiredStateReqMultiError []error

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

func (SetDesiredStateReqMultiError) AllErrors

func (m SetDesiredStateReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetDesiredStateReqMultiError) Error

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

type SetDesiredStateReqValidationError

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

SetDesiredStateReqValidationError is the validation error returned by SetDesiredStateReq.Validate if the designated constraints aren't met.

func (SetDesiredStateReqValidationError) Cause

Cause function returns cause value.

func (SetDesiredStateReqValidationError) Error

Error satisfies the builtin error interface

func (SetDesiredStateReqValidationError) ErrorName

ErrorName returns error name.

func (SetDesiredStateReqValidationError) Field

Field function returns field value.

func (SetDesiredStateReqValidationError) Key

Key function returns key value.

func (SetDesiredStateReqValidationError) Reason

Reason function returns reason value.

type SetDesiredStateResp

type SetDesiredStateResp struct {

	// Types that are assignable to IdOneof:
	//
	//	*SetDesiredStateResp_DesiredStateId
	//	*SetDesiredStateResp_ReleaseId
	IdOneof isSetDesiredStateResp_IdOneof `protobuf_oneof:"id_oneof"`
	// contains filtered or unexported fields
}

func (*SetDesiredStateResp) Descriptor deprecated

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

Deprecated: Use SetDesiredStateResp.ProtoReflect.Descriptor instead.

func (*SetDesiredStateResp) GetDesiredStateId

func (x *SetDesiredStateResp) GetDesiredStateId() string

func (*SetDesiredStateResp) GetIdOneof added in v0.3.14

func (m *SetDesiredStateResp) GetIdOneof() isSetDesiredStateResp_IdOneof

func (*SetDesiredStateResp) GetReleaseId added in v0.3.12

func (x *SetDesiredStateResp) GetReleaseId() string

func (*SetDesiredStateResp) ProtoMessage

func (*SetDesiredStateResp) ProtoMessage()

func (*SetDesiredStateResp) ProtoReflect

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

func (*SetDesiredStateResp) Reset

func (x *SetDesiredStateResp) Reset()

func (*SetDesiredStateResp) String

func (x *SetDesiredStateResp) String() string

func (*SetDesiredStateResp) Validate

func (m *SetDesiredStateResp) Validate() error

Validate checks the field values on SetDesiredStateResp 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 (*SetDesiredStateResp) ValidateAll

func (m *SetDesiredStateResp) ValidateAll() error

ValidateAll checks the field values on SetDesiredStateResp 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 SetDesiredStateRespMultiError, or nil if none found.

type SetDesiredStateRespMultiError

type SetDesiredStateRespMultiError []error

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

func (SetDesiredStateRespMultiError) AllErrors

func (m SetDesiredStateRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetDesiredStateRespMultiError) Error

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

type SetDesiredStateRespValidationError

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

SetDesiredStateRespValidationError is the validation error returned by SetDesiredStateResp.Validate if the designated constraints aren't met.

func (SetDesiredStateRespValidationError) Cause

Cause function returns cause value.

func (SetDesiredStateRespValidationError) Error

Error satisfies the builtin error interface

func (SetDesiredStateRespValidationError) ErrorName

ErrorName returns error name.

func (SetDesiredStateRespValidationError) Field

Field function returns field value.

func (SetDesiredStateRespValidationError) Key

Key function returns key value.

func (SetDesiredStateRespValidationError) Reason

Reason function returns reason value.

type SetDesiredStateResp_DesiredStateId added in v0.3.14

type SetDesiredStateResp_DesiredStateId struct {
	DesiredStateId string `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3,oneof"` // unique identifier for the desired state that was just set, unless maestro is used
}

type SetDesiredStateResp_ReleaseId added in v0.3.14

type SetDesiredStateResp_ReleaseId struct {
	ReleaseId string `protobuf:"bytes,2,opt,name=release_id,json=releaseId,proto3,oneof"` // release ID for maestro. If this is set, desired_state_id will not be set
}

type SetManualApprovalReq

type SetManualApprovalReq struct {
	DesiredStateId string `protobuf:"bytes,1,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"`
	// string application = 2 [(validate.rules).string.min_len = 1];
	// string service = 3 [(validate.rules).string.min_len = 1];
	// string release_channel = 4 [(validate.rules).string.min_len = 1];
	Topic          string                  `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
	Reject         bool                    `protobuf:"varint,3,opt,name=reject,proto3" json:"reject,omitempty"`
	SignalType     string                  `protobuf:"bytes,5,opt,name=signal_type,json=signalType,proto3" json:"signal_type,omitempty"`
	Source         version.Source          `protobuf:"varint,6,opt,name=source,proto3,enum=prodvana.version.Source" json:"source,omitempty"`
	SourceMetadata *version.SourceMetadata `protobuf:"bytes,7,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*SetManualApprovalReq) Descriptor deprecated

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

Deprecated: Use SetManualApprovalReq.ProtoReflect.Descriptor instead.

func (*SetManualApprovalReq) GetDesiredStateId

func (x *SetManualApprovalReq) GetDesiredStateId() string

func (*SetManualApprovalReq) GetReject

func (x *SetManualApprovalReq) GetReject() bool

func (*SetManualApprovalReq) GetSignalType added in v0.2.1

func (x *SetManualApprovalReq) GetSignalType() string

func (*SetManualApprovalReq) GetSource added in v0.3.30

func (x *SetManualApprovalReq) GetSource() version.Source

func (*SetManualApprovalReq) GetSourceMetadata added in v0.3.30

func (x *SetManualApprovalReq) GetSourceMetadata() *version.SourceMetadata

func (*SetManualApprovalReq) GetTopic

func (x *SetManualApprovalReq) GetTopic() string

func (*SetManualApprovalReq) ProtoMessage

func (*SetManualApprovalReq) ProtoMessage()

func (*SetManualApprovalReq) ProtoReflect

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

func (*SetManualApprovalReq) Reset

func (x *SetManualApprovalReq) Reset()

func (*SetManualApprovalReq) String

func (x *SetManualApprovalReq) String() string

func (*SetManualApprovalReq) Validate

func (m *SetManualApprovalReq) Validate() error

Validate checks the field values on SetManualApprovalReq 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 (*SetManualApprovalReq) ValidateAll

func (m *SetManualApprovalReq) ValidateAll() error

ValidateAll checks the field values on SetManualApprovalReq 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 SetManualApprovalReqMultiError, or nil if none found.

type SetManualApprovalReqMultiError

type SetManualApprovalReqMultiError []error

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

func (SetManualApprovalReqMultiError) AllErrors

func (m SetManualApprovalReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetManualApprovalReqMultiError) Error

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

type SetManualApprovalReqValidationError

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

SetManualApprovalReqValidationError is the validation error returned by SetManualApprovalReq.Validate if the designated constraints aren't met.

func (SetManualApprovalReqValidationError) Cause

Cause function returns cause value.

func (SetManualApprovalReqValidationError) Error

Error satisfies the builtin error interface

func (SetManualApprovalReqValidationError) ErrorName

ErrorName returns error name.

func (SetManualApprovalReqValidationError) Field

Field function returns field value.

func (SetManualApprovalReqValidationError) Key

Key function returns key value.

func (SetManualApprovalReqValidationError) Reason

Reason function returns reason value.

type SetManualApprovalResp

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

func (*SetManualApprovalResp) Descriptor deprecated

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

Deprecated: Use SetManualApprovalResp.ProtoReflect.Descriptor instead.

func (*SetManualApprovalResp) ProtoMessage

func (*SetManualApprovalResp) ProtoMessage()

func (*SetManualApprovalResp) ProtoReflect

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

func (*SetManualApprovalResp) Reset

func (x *SetManualApprovalResp) Reset()

func (*SetManualApprovalResp) String

func (x *SetManualApprovalResp) String() string

func (*SetManualApprovalResp) Validate

func (m *SetManualApprovalResp) Validate() error

Validate checks the field values on SetManualApprovalResp 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 (*SetManualApprovalResp) ValidateAll

func (m *SetManualApprovalResp) ValidateAll() error

ValidateAll checks the field values on SetManualApprovalResp 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 SetManualApprovalRespMultiError, or nil if none found.

type SetManualApprovalRespMultiError

type SetManualApprovalRespMultiError []error

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

func (SetManualApprovalRespMultiError) AllErrors

func (m SetManualApprovalRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetManualApprovalRespMultiError) Error

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

type SetManualApprovalRespValidationError

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

SetManualApprovalRespValidationError is the validation error returned by SetManualApprovalResp.Validate if the designated constraints aren't met.

func (SetManualApprovalRespValidationError) Cause

Cause function returns cause value.

func (SetManualApprovalRespValidationError) Error

Error satisfies the builtin error interface

func (SetManualApprovalRespValidationError) ErrorName

ErrorName returns error name.

func (SetManualApprovalRespValidationError) Field

Field function returns field value.

func (SetManualApprovalRespValidationError) Key

Key function returns key value.

func (SetManualApprovalRespValidationError) Reason

Reason function returns reason value.

type StatusExplanations

type StatusExplanations struct {
	StatusExplanations []*model.StatusExplanation `protobuf:"bytes,1,rep,name=status_explanations,json=statusExplanations,proto3" json:"status_explanations,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusExplanations) Descriptor deprecated

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

Deprecated: Use StatusExplanations.ProtoReflect.Descriptor instead.

func (*StatusExplanations) GetStatusExplanations

func (x *StatusExplanations) GetStatusExplanations() []*model.StatusExplanation

func (*StatusExplanations) ProtoMessage

func (*StatusExplanations) ProtoMessage()

func (*StatusExplanations) ProtoReflect

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

func (*StatusExplanations) Reset

func (x *StatusExplanations) Reset()

func (*StatusExplanations) String

func (x *StatusExplanations) String() string

func (*StatusExplanations) Validate

func (m *StatusExplanations) Validate() error

Validate checks the field values on StatusExplanations 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 (*StatusExplanations) ValidateAll

func (m *StatusExplanations) ValidateAll() error

ValidateAll checks the field values on StatusExplanations 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 StatusExplanationsMultiError, or nil if none found.

type StatusExplanationsMultiError

type StatusExplanationsMultiError []error

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

func (StatusExplanationsMultiError) AllErrors

func (m StatusExplanationsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatusExplanationsMultiError) Error

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

type StatusExplanationsValidationError

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

StatusExplanationsValidationError is the validation error returned by StatusExplanations.Validate if the designated constraints aren't met.

func (StatusExplanationsValidationError) Cause

Cause function returns cause value.

func (StatusExplanationsValidationError) Error

Error satisfies the builtin error interface

func (StatusExplanationsValidationError) ErrorName

ErrorName returns error name.

func (StatusExplanationsValidationError) Field

Field function returns field value.

func (StatusExplanationsValidationError) Key

Key function returns key value.

func (StatusExplanationsValidationError) Reason

Reason function returns reason value.

type UnimplementedDesiredStateManagerServer

type UnimplementedDesiredStateManagerServer struct {
}

UnimplementedDesiredStateManagerServer must be embedded to have forward compatible implementations.

func (UnimplementedDesiredStateManagerServer) BypassConcurrencyLimit added in v0.3.41

func (UnimplementedDesiredStateManagerServer) BypassDependencies added in v0.3.41

func (UnimplementedDesiredStateManagerServer) BypassProtection

func (UnimplementedDesiredStateManagerServer) GetDebugState added in v0.3.19

func (UnimplementedDesiredStateManagerServer) GetDesiredState

func (UnimplementedDesiredStateManagerServer) GetDesiredStateGraph added in v0.2.20

func (UnimplementedDesiredStateManagerServer) GetLatestCombinedReleaseDesiredState added in v0.3.12

func (UnimplementedDesiredStateManagerServer) GetMaestroRelease added in v0.3.12

func (UnimplementedDesiredStateManagerServer) GetServiceDesiredStateIdHistory added in v0.3.2

func (UnimplementedDesiredStateManagerServer) GetServiceLatestCombinedReleaseDesiredState added in v0.3.12

func (UnimplementedDesiredStateManagerServer) GetServiceLatestDesiredStateId added in v0.2.20

func (UnimplementedDesiredStateManagerServer) ListCombinedReleases added in v0.3.12

func (UnimplementedDesiredStateManagerServer) ListMaestroReleases added in v0.3.11

func (UnimplementedDesiredStateManagerServer) ListServiceCombinedReleases added in v0.3.12

func (UnimplementedDesiredStateManagerServer) PreviewEntityGraph added in v0.2.3

func (UnimplementedDesiredStateManagerServer) PromoteDelivery

func (UnimplementedDesiredStateManagerServer) SetDesiredState

func (UnimplementedDesiredStateManagerServer) SetManualApproval

func (UnimplementedDesiredStateManagerServer) ValidateDesiredState

type UnsafeDesiredStateManagerServer

type UnsafeDesiredStateManagerServer interface {
	// contains filtered or unexported methods
}

UnsafeDesiredStateManagerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DesiredStateManagerServer will result in compilation errors.

type ValidateDesiredStateReq

type ValidateDesiredStateReq struct {
	DesiredState *model.State `protobuf:"bytes,1,opt,name=desired_state,json=desiredState,proto3" json:"desired_state,omitempty"`
	// set if this is a rollback, purely for metadata purposes
	Rollback bool `protobuf:"varint,2,opt,name=rollback,proto3" json:"rollback,omitempty"`
	// generate a desired state with faster preconditions
	BypassPreconditionsAndProtections bool `` /* 165-byte string literal not displayed */
	// optional, if set, use these service configs instead of fetching from db. can be useful when doing a ValidateApplyParameters followed by a ValidateDesiredState
	ServiceInstanceConfigs []*service.CompiledServiceInstanceConfig `` /* 129-byte string literal not displayed */
	// only do label expansion instead of the full compilation, can be useful for speedup if the only desired outcome is to look at the materialized release channels
	LabelExpansionOnly bool `protobuf:"varint,4,opt,name=label_expansion_only,json=labelExpansionOnly,proto3" json:"label_expansion_only,omitempty"`
	// assume service versions in the request are invalid and do not try to fetch them.
	DisregardServiceVersions bool `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidateDesiredStateReq) Descriptor deprecated

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

Deprecated: Use ValidateDesiredStateReq.ProtoReflect.Descriptor instead.

func (*ValidateDesiredStateReq) GetBypassPreconditionsAndProtections added in v0.3.1

func (x *ValidateDesiredStateReq) GetBypassPreconditionsAndProtections() bool

func (*ValidateDesiredStateReq) GetDesiredState

func (x *ValidateDesiredStateReq) GetDesiredState() *model.State

func (*ValidateDesiredStateReq) GetDisregardServiceVersions added in v0.2.14

func (x *ValidateDesiredStateReq) GetDisregardServiceVersions() bool

func (*ValidateDesiredStateReq) GetLabelExpansionOnly added in v0.2.13

func (x *ValidateDesiredStateReq) GetLabelExpansionOnly() bool

func (*ValidateDesiredStateReq) GetRollback

func (x *ValidateDesiredStateReq) GetRollback() bool

func (*ValidateDesiredStateReq) GetServiceInstanceConfigs

func (x *ValidateDesiredStateReq) GetServiceInstanceConfigs() []*service.CompiledServiceInstanceConfig

func (*ValidateDesiredStateReq) ProtoMessage

func (*ValidateDesiredStateReq) ProtoMessage()

func (*ValidateDesiredStateReq) ProtoReflect

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

func (*ValidateDesiredStateReq) Reset

func (x *ValidateDesiredStateReq) Reset()

func (*ValidateDesiredStateReq) String

func (x *ValidateDesiredStateReq) String() string

func (*ValidateDesiredStateReq) Validate

func (m *ValidateDesiredStateReq) Validate() error

Validate checks the field values on ValidateDesiredStateReq 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 (*ValidateDesiredStateReq) ValidateAll

func (m *ValidateDesiredStateReq) ValidateAll() error

ValidateAll checks the field values on ValidateDesiredStateReq 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 ValidateDesiredStateReqMultiError, or nil if none found.

type ValidateDesiredStateReqMultiError

type ValidateDesiredStateReqMultiError []error

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

func (ValidateDesiredStateReqMultiError) AllErrors

func (m ValidateDesiredStateReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ValidateDesiredStateReqMultiError) Error

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

type ValidateDesiredStateReqValidationError

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

ValidateDesiredStateReqValidationError is the validation error returned by ValidateDesiredStateReq.Validate if the designated constraints aren't met.

func (ValidateDesiredStateReqValidationError) Cause

Cause function returns cause value.

func (ValidateDesiredStateReqValidationError) Error

Error satisfies the builtin error interface

func (ValidateDesiredStateReqValidationError) ErrorName

ErrorName returns error name.

func (ValidateDesiredStateReqValidationError) Field

Field function returns field value.

func (ValidateDesiredStateReqValidationError) Key

Key function returns key value.

func (ValidateDesiredStateReqValidationError) Reason

Reason function returns reason value.

type ValidateDesiredStateResp

type ValidateDesiredStateResp struct {
	DesiredState         *model.State `protobuf:"bytes,1,opt,name=desired_state,json=desiredState,proto3" json:"desired_state,omitempty"`
	CompiledDesiredState *model.State `protobuf:"bytes,2,opt,name=compiled_desired_state,json=compiledDesiredState,proto3" json:"compiled_desired_state,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateDesiredStateResp) Descriptor deprecated

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

Deprecated: Use ValidateDesiredStateResp.ProtoReflect.Descriptor instead.

func (*ValidateDesiredStateResp) GetCompiledDesiredState

func (x *ValidateDesiredStateResp) GetCompiledDesiredState() *model.State

func (*ValidateDesiredStateResp) GetDesiredState

func (x *ValidateDesiredStateResp) GetDesiredState() *model.State

func (*ValidateDesiredStateResp) ProtoMessage

func (*ValidateDesiredStateResp) ProtoMessage()

func (*ValidateDesiredStateResp) ProtoReflect

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

func (*ValidateDesiredStateResp) Reset

func (x *ValidateDesiredStateResp) Reset()

func (*ValidateDesiredStateResp) String

func (x *ValidateDesiredStateResp) String() string

func (*ValidateDesiredStateResp) Validate

func (m *ValidateDesiredStateResp) Validate() error

Validate checks the field values on ValidateDesiredStateResp 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 (*ValidateDesiredStateResp) ValidateAll

func (m *ValidateDesiredStateResp) ValidateAll() error

ValidateAll checks the field values on ValidateDesiredStateResp 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 ValidateDesiredStateRespMultiError, or nil if none found.

type ValidateDesiredStateRespMultiError

type ValidateDesiredStateRespMultiError []error

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

func (ValidateDesiredStateRespMultiError) AllErrors

func (m ValidateDesiredStateRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ValidateDesiredStateRespMultiError) Error

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

type ValidateDesiredStateRespValidationError

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

ValidateDesiredStateRespValidationError is the validation error returned by ValidateDesiredStateResp.Validate if the designated constraints aren't met.

func (ValidateDesiredStateRespValidationError) Cause

Cause function returns cause value.

func (ValidateDesiredStateRespValidationError) Error

Error satisfies the builtin error interface

func (ValidateDesiredStateRespValidationError) ErrorName

ErrorName returns error name.

func (ValidateDesiredStateRespValidationError) Field

Field function returns field value.

func (ValidateDesiredStateRespValidationError) Key

Key function returns key value.

func (ValidateDesiredStateRespValidationError) Reason

Reason function returns reason value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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