v1

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: Apache-2.0 Imports: 16 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_platform_server_v1_web_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ChangeDaemonVersionRequest added in v0.3.5

type ChangeDaemonVersionRequest struct {
	Version    string `protobuf:"bytes,1,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	VendorHash string `` /* 153-byte string literal not displayed */
	SrcHash    string `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChangeDaemonVersionRequest) Descriptor deprecated added in v0.3.5

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

Deprecated: Use ChangeDaemonVersionRequest.ProtoReflect.Descriptor instead.

func (*ChangeDaemonVersionRequest) GetSrcHash added in v0.3.5

func (x *ChangeDaemonVersionRequest) GetSrcHash() string

func (*ChangeDaemonVersionRequest) GetVendorHash added in v0.3.5

func (x *ChangeDaemonVersionRequest) GetVendorHash() string

func (*ChangeDaemonVersionRequest) GetVersion added in v0.3.5

func (x *ChangeDaemonVersionRequest) GetVersion() string

func (*ChangeDaemonVersionRequest) ProtoMessage added in v0.3.5

func (*ChangeDaemonVersionRequest) ProtoMessage()

func (*ChangeDaemonVersionRequest) ProtoReflect added in v0.3.5

func (*ChangeDaemonVersionRequest) Reset added in v0.3.5

func (x *ChangeDaemonVersionRequest) Reset()

func (*ChangeDaemonVersionRequest) String added in v0.3.5

func (x *ChangeDaemonVersionRequest) String() string

func (*ChangeDaemonVersionRequest) Validate added in v0.3.5

func (m *ChangeDaemonVersionRequest) Validate() error

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

func (m *ChangeDaemonVersionRequest) ValidateAll() error

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

type ChangeDaemonVersionRequestMultiError added in v0.3.5

type ChangeDaemonVersionRequestMultiError []error

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

func (ChangeDaemonVersionRequestMultiError) AllErrors added in v0.3.5

AllErrors returns a list of validation violation errors.

func (ChangeDaemonVersionRequestMultiError) Error added in v0.3.5

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

type ChangeDaemonVersionRequestValidationError added in v0.3.5

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

ChangeDaemonVersionRequestValidationError is the validation error returned by ChangeDaemonVersionRequest.Validate if the designated constraints aren't met.

func (ChangeDaemonVersionRequestValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (ChangeDaemonVersionRequestValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (ChangeDaemonVersionRequestValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (ChangeDaemonVersionRequestValidationError) Field added in v0.3.5

Field function returns field value.

func (ChangeDaemonVersionRequestValidationError) Key added in v0.3.5

Key function returns key value.

func (ChangeDaemonVersionRequestValidationError) Reason added in v0.3.5

Reason function returns reason value.

type ChangeDaemonVersionResponse added in v0.3.5

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

func (*ChangeDaemonVersionResponse) Descriptor deprecated added in v0.3.5

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

Deprecated: Use ChangeDaemonVersionResponse.ProtoReflect.Descriptor instead.

func (*ChangeDaemonVersionResponse) ProtoMessage added in v0.3.5

func (*ChangeDaemonVersionResponse) ProtoMessage()

func (*ChangeDaemonVersionResponse) ProtoReflect added in v0.3.5

func (*ChangeDaemonVersionResponse) Reset added in v0.3.5

func (x *ChangeDaemonVersionResponse) Reset()

func (*ChangeDaemonVersionResponse) String added in v0.3.5

func (x *ChangeDaemonVersionResponse) String() string

func (*ChangeDaemonVersionResponse) Validate added in v0.3.5

func (m *ChangeDaemonVersionResponse) Validate() error

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

func (m *ChangeDaemonVersionResponse) ValidateAll() error

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

type ChangeDaemonVersionResponseMultiError added in v0.3.5

type ChangeDaemonVersionResponseMultiError []error

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

func (ChangeDaemonVersionResponseMultiError) AllErrors added in v0.3.5

AllErrors returns a list of validation violation errors.

func (ChangeDaemonVersionResponseMultiError) Error added in v0.3.5

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

type ChangeDaemonVersionResponseValidationError added in v0.3.5

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

ChangeDaemonVersionResponseValidationError is the validation error returned by ChangeDaemonVersionResponse.Validate if the designated constraints aren't met.

func (ChangeDaemonVersionResponseValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (ChangeDaemonVersionResponseValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (ChangeDaemonVersionResponseValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (ChangeDaemonVersionResponseValidationError) Field added in v0.3.5

Field function returns field value.

func (ChangeDaemonVersionResponseValidationError) Key added in v0.3.5

Key function returns key value.

func (ChangeDaemonVersionResponseValidationError) Reason added in v0.3.5

Reason function returns reason value.

type CheckForContainerUpdatesRequest added in v0.3.4

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

func (*CheckForContainerUpdatesRequest) Descriptor deprecated added in v0.3.4

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

Deprecated: Use CheckForContainerUpdatesRequest.ProtoReflect.Descriptor instead.

func (*CheckForContainerUpdatesRequest) ProtoMessage added in v0.3.4

func (*CheckForContainerUpdatesRequest) ProtoMessage()

func (*CheckForContainerUpdatesRequest) ProtoReflect added in v0.3.4

func (*CheckForContainerUpdatesRequest) Reset added in v0.3.4

func (*CheckForContainerUpdatesRequest) String added in v0.3.4

func (*CheckForContainerUpdatesRequest) Validate added in v0.3.4

func (m *CheckForContainerUpdatesRequest) Validate() error

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

func (m *CheckForContainerUpdatesRequest) ValidateAll() error

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

type CheckForContainerUpdatesRequestMultiError added in v0.3.4

type CheckForContainerUpdatesRequestMultiError []error

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

func (CheckForContainerUpdatesRequestMultiError) AllErrors added in v0.3.4

AllErrors returns a list of validation violation errors.

func (CheckForContainerUpdatesRequestMultiError) Error added in v0.3.4

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

type CheckForContainerUpdatesRequestValidationError added in v0.3.4

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

CheckForContainerUpdatesRequestValidationError is the validation error returned by CheckForContainerUpdatesRequest.Validate if the designated constraints aren't met.

func (CheckForContainerUpdatesRequestValidationError) Cause added in v0.3.4

Cause function returns cause value.

func (CheckForContainerUpdatesRequestValidationError) Error added in v0.3.4

Error satisfies the builtin error interface

func (CheckForContainerUpdatesRequestValidationError) ErrorName added in v0.3.4

ErrorName returns error name.

func (CheckForContainerUpdatesRequestValidationError) Field added in v0.3.4

Field function returns field value.

func (CheckForContainerUpdatesRequestValidationError) Key added in v0.3.4

Key function returns key value.

func (CheckForContainerUpdatesRequestValidationError) Reason added in v0.3.4

Reason function returns reason value.

type CheckForContainerUpdatesResponse added in v0.3.4

type CheckForContainerUpdatesResponse struct {
	ImageVersions []*ImageVersion `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CheckForContainerUpdatesResponse) Descriptor deprecated added in v0.3.4

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

Deprecated: Use CheckForContainerUpdatesResponse.ProtoReflect.Descriptor instead.

func (*CheckForContainerUpdatesResponse) GetImageVersions added in v0.3.4

func (x *CheckForContainerUpdatesResponse) GetImageVersions() []*ImageVersion

func (*CheckForContainerUpdatesResponse) ProtoMessage added in v0.3.4

func (*CheckForContainerUpdatesResponse) ProtoMessage()

func (*CheckForContainerUpdatesResponse) ProtoReflect added in v0.3.4

func (*CheckForContainerUpdatesResponse) Reset added in v0.3.4

func (*CheckForContainerUpdatesResponse) String added in v0.3.4

func (*CheckForContainerUpdatesResponse) Validate added in v0.3.4

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

func (m *CheckForContainerUpdatesResponse) ValidateAll() error

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

type CheckForContainerUpdatesResponseMultiError added in v0.3.4

type CheckForContainerUpdatesResponseMultiError []error

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

func (CheckForContainerUpdatesResponseMultiError) AllErrors added in v0.3.4

AllErrors returns a list of validation violation errors.

func (CheckForContainerUpdatesResponseMultiError) Error added in v0.3.4

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

type CheckForContainerUpdatesResponseValidationError added in v0.3.4

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

CheckForContainerUpdatesResponseValidationError is the validation error returned by CheckForContainerUpdatesResponse.Validate if the designated constraints aren't met.

func (CheckForContainerUpdatesResponseValidationError) Cause added in v0.3.4

Cause function returns cause value.

func (CheckForContainerUpdatesResponseValidationError) Error added in v0.3.4

Error satisfies the builtin error interface

func (CheckForContainerUpdatesResponseValidationError) ErrorName added in v0.3.4

ErrorName returns error name.

func (CheckForContainerUpdatesResponseValidationError) Field added in v0.3.4

Field function returns field value.

func (CheckForContainerUpdatesResponseValidationError) Key added in v0.3.4

Key function returns key value.

func (CheckForContainerUpdatesResponseValidationError) Reason added in v0.3.4

Reason function returns reason value.

type CheckForSystemUpdatesRequest added in v0.3.2

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

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

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

Deprecated: Use CheckForSystemUpdatesRequest.ProtoReflect.Descriptor instead.

func (*CheckForSystemUpdatesRequest) ProtoMessage added in v0.3.2

func (*CheckForSystemUpdatesRequest) ProtoMessage()

func (*CheckForSystemUpdatesRequest) ProtoReflect added in v0.3.2

func (*CheckForSystemUpdatesRequest) Reset added in v0.3.2

func (x *CheckForSystemUpdatesRequest) Reset()

func (*CheckForSystemUpdatesRequest) String added in v0.3.2

func (*CheckForSystemUpdatesRequest) Validate added in v0.3.2

func (m *CheckForSystemUpdatesRequest) Validate() error

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

func (m *CheckForSystemUpdatesRequest) ValidateAll() error

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

type CheckForSystemUpdatesRequestMultiError added in v0.3.2

type CheckForSystemUpdatesRequestMultiError []error

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

func (CheckForSystemUpdatesRequestMultiError) AllErrors added in v0.3.2

AllErrors returns a list of validation violation errors.

func (CheckForSystemUpdatesRequestMultiError) Error added in v0.3.2

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

type CheckForSystemUpdatesRequestValidationError added in v0.3.2

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

CheckForSystemUpdatesRequestValidationError is the validation error returned by CheckForSystemUpdatesRequest.Validate if the designated constraints aren't met.

func (CheckForSystemUpdatesRequestValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (CheckForSystemUpdatesRequestValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (CheckForSystemUpdatesRequestValidationError) ErrorName added in v0.3.2

ErrorName returns error name.

func (CheckForSystemUpdatesRequestValidationError) Field added in v0.3.2

Field function returns field value.

func (CheckForSystemUpdatesRequestValidationError) Key added in v0.3.2

Key function returns key value.

func (CheckForSystemUpdatesRequestValidationError) Reason added in v0.3.2

Reason function returns reason value.

type CheckForSystemUpdatesResponse added in v0.3.2

type CheckForSystemUpdatesResponse struct {
	DaemonVersions *DaemonVersions `` /* 181-byte string literal not displayed */
	// os_diff is the result of the `nvd diff` command
	OsDiff string `protobuf:"bytes,2,opt,name=os_diff,json=osDiff,proto3" json:"os_diff" bun:"os_diff" csv:"os_diff" pg:"os_diff" yaml:"os_diff"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CheckForSystemUpdatesResponse.ProtoReflect.Descriptor instead.

func (*CheckForSystemUpdatesResponse) GetDaemonVersions added in v0.3.2

func (x *CheckForSystemUpdatesResponse) GetDaemonVersions() *DaemonVersions

func (*CheckForSystemUpdatesResponse) GetOsDiff added in v0.3.2

func (x *CheckForSystemUpdatesResponse) GetOsDiff() string

func (*CheckForSystemUpdatesResponse) ProtoMessage added in v0.3.2

func (*CheckForSystemUpdatesResponse) ProtoMessage()

func (*CheckForSystemUpdatesResponse) ProtoReflect added in v0.3.2

func (*CheckForSystemUpdatesResponse) Reset added in v0.3.2

func (x *CheckForSystemUpdatesResponse) Reset()

func (*CheckForSystemUpdatesResponse) String added in v0.3.2

func (*CheckForSystemUpdatesResponse) Validate added in v0.3.2

func (m *CheckForSystemUpdatesResponse) Validate() error

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

func (m *CheckForSystemUpdatesResponse) ValidateAll() error

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

type CheckForSystemUpdatesResponseMultiError added in v0.3.2

type CheckForSystemUpdatesResponseMultiError []error

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

func (CheckForSystemUpdatesResponseMultiError) AllErrors added in v0.3.2

AllErrors returns a list of validation violation errors.

func (CheckForSystemUpdatesResponseMultiError) Error added in v0.3.2

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

type CheckForSystemUpdatesResponseValidationError added in v0.3.2

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

CheckForSystemUpdatesResponseValidationError is the validation error returned by CheckForSystemUpdatesResponse.Validate if the designated constraints aren't met.

func (CheckForSystemUpdatesResponseValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (CheckForSystemUpdatesResponseValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (CheckForSystemUpdatesResponseValidationError) ErrorName added in v0.3.2

ErrorName returns error name.

func (CheckForSystemUpdatesResponseValidationError) Field added in v0.3.2

Field function returns field value.

func (CheckForSystemUpdatesResponseValidationError) Key added in v0.3.2

Key function returns key value.

func (CheckForSystemUpdatesResponseValidationError) Reason added in v0.3.2

Reason function returns reason value.

type DaemonVersions added in v0.3.2

type DaemonVersions struct {
	Current string `protobuf:"bytes,1,opt,name=current,proto3" json:"current" bun:"current" csv:"current" pg:"current" yaml:"current"`
	Latest  string `protobuf:"bytes,2,opt,name=latest,proto3" json:"latest" bun:"latest" csv:"latest" pg:"latest" yaml:"latest"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use DaemonVersions.ProtoReflect.Descriptor instead.

func (*DaemonVersions) GetCurrent added in v0.3.2

func (x *DaemonVersions) GetCurrent() string

func (*DaemonVersions) GetLatest added in v0.3.2

func (x *DaemonVersions) GetLatest() string

func (*DaemonVersions) ProtoMessage added in v0.3.2

func (*DaemonVersions) ProtoMessage()

func (*DaemonVersions) ProtoReflect added in v0.3.2

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

func (*DaemonVersions) Reset added in v0.3.2

func (x *DaemonVersions) Reset()

func (*DaemonVersions) String added in v0.3.2

func (x *DaemonVersions) String() string

func (*DaemonVersions) Validate added in v0.3.2

func (m *DaemonVersions) Validate() error

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

func (m *DaemonVersions) ValidateAll() error

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

type DaemonVersionsMultiError added in v0.3.2

type DaemonVersionsMultiError []error

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

func (DaemonVersionsMultiError) AllErrors added in v0.3.2

func (m DaemonVersionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DaemonVersionsMultiError) Error added in v0.3.2

func (m DaemonVersionsMultiError) Error() string

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

type DaemonVersionsValidationError added in v0.3.2

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

DaemonVersionsValidationError is the validation error returned by DaemonVersions.Validate if the designated constraints aren't met.

func (DaemonVersionsValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (DaemonVersionsValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (DaemonVersionsValidationError) ErrorName added in v0.3.2

func (e DaemonVersionsValidationError) ErrorName() string

ErrorName returns error name.

func (DaemonVersionsValidationError) Field added in v0.3.2

Field function returns field value.

func (DaemonVersionsValidationError) Key added in v0.3.2

Key function returns key value.

func (DaemonVersionsValidationError) Reason added in v0.3.2

Reason function returns reason value.

type DeleteAppRequest added in v0.3.0

type DeleteAppRequest struct {
	Release string `protobuf:"bytes,1,opt,name=release,proto3" json:"release" bun:"release" csv:"release" pg:"release" yaml:"release"`
	// contains filtered or unexported fields
}

func (*DeleteAppRequest) Descriptor deprecated added in v0.3.0

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

Deprecated: Use DeleteAppRequest.ProtoReflect.Descriptor instead.

func (*DeleteAppRequest) GetRelease added in v0.3.0

func (x *DeleteAppRequest) GetRelease() string

func (*DeleteAppRequest) ProtoMessage added in v0.3.0

func (*DeleteAppRequest) ProtoMessage()

func (*DeleteAppRequest) ProtoReflect added in v0.3.0

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

func (*DeleteAppRequest) Reset added in v0.3.0

func (x *DeleteAppRequest) Reset()

func (*DeleteAppRequest) String added in v0.3.0

func (x *DeleteAppRequest) String() string

func (*DeleteAppRequest) Validate added in v0.3.0

func (m *DeleteAppRequest) Validate() error

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

func (m *DeleteAppRequest) ValidateAll() error

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

type DeleteAppRequestMultiError added in v0.3.0

type DeleteAppRequestMultiError []error

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

func (DeleteAppRequestMultiError) AllErrors added in v0.3.0

func (m DeleteAppRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAppRequestMultiError) Error added in v0.3.0

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

type DeleteAppRequestValidationError added in v0.3.0

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

DeleteAppRequestValidationError is the validation error returned by DeleteAppRequest.Validate if the designated constraints aren't met.

func (DeleteAppRequestValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (DeleteAppRequestValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (DeleteAppRequestValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (DeleteAppRequestValidationError) Field added in v0.3.0

Field function returns field value.

func (DeleteAppRequestValidationError) Key added in v0.3.0

Key function returns key value.

func (DeleteAppRequestValidationError) Reason added in v0.3.0

Reason function returns reason value.

type DeleteAppResponse added in v0.3.0

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

func (*DeleteAppResponse) Descriptor deprecated added in v0.3.0

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

Deprecated: Use DeleteAppResponse.ProtoReflect.Descriptor instead.

func (*DeleteAppResponse) ProtoMessage added in v0.3.0

func (*DeleteAppResponse) ProtoMessage()

func (*DeleteAppResponse) ProtoReflect added in v0.3.0

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

func (*DeleteAppResponse) Reset added in v0.3.0

func (x *DeleteAppResponse) Reset()

func (*DeleteAppResponse) String added in v0.3.0

func (x *DeleteAppResponse) String() string

func (*DeleteAppResponse) Validate added in v0.3.0

func (m *DeleteAppResponse) Validate() error

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

func (m *DeleteAppResponse) ValidateAll() error

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

type DeleteAppResponseMultiError added in v0.3.0

type DeleteAppResponseMultiError []error

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

func (DeleteAppResponseMultiError) AllErrors added in v0.3.0

func (m DeleteAppResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAppResponseMultiError) Error added in v0.3.0

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

type DeleteAppResponseValidationError added in v0.3.0

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

DeleteAppResponseValidationError is the validation error returned by DeleteAppResponse.Validate if the designated constraints aren't met.

func (DeleteAppResponseValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (DeleteAppResponseValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (DeleteAppResponseValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (DeleteAppResponseValidationError) Field added in v0.3.0

Field function returns field value.

func (DeleteAppResponseValidationError) Key added in v0.3.0

Key function returns key value.

func (DeleteAppResponseValidationError) Reason added in v0.3.0

Reason function returns reason value.

type ImageVersion added in v0.3.4

type ImageVersion struct {
	Image   string `protobuf:"bytes,1,opt,name=image,proto3" json:"image" bun:"image" csv:"image" pg:"image" yaml:"image"`
	Current string `protobuf:"bytes,2,opt,name=current,proto3" json:"current" bun:"current" csv:"current" pg:"current" yaml:"current"`
	Latest  string `protobuf:"bytes,3,opt,name=latest,proto3" json:"latest" bun:"latest" csv:"latest" pg:"latest" yaml:"latest"`
	// contains filtered or unexported fields
}

func (*ImageVersion) Descriptor deprecated added in v0.3.4

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

Deprecated: Use ImageVersion.ProtoReflect.Descriptor instead.

func (*ImageVersion) GetCurrent added in v0.3.4

func (x *ImageVersion) GetCurrent() string

func (*ImageVersion) GetImage added in v0.3.4

func (x *ImageVersion) GetImage() string

func (*ImageVersion) GetLatest added in v0.3.4

func (x *ImageVersion) GetLatest() string

func (*ImageVersion) ProtoMessage added in v0.3.4

func (*ImageVersion) ProtoMessage()

func (*ImageVersion) ProtoReflect added in v0.3.4

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

func (*ImageVersion) Reset added in v0.3.4

func (x *ImageVersion) Reset()

func (*ImageVersion) String added in v0.3.4

func (x *ImageVersion) String() string

func (*ImageVersion) Validate added in v0.3.4

func (m *ImageVersion) Validate() error

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

func (m *ImageVersion) ValidateAll() error

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

type ImageVersionMultiError added in v0.3.4

type ImageVersionMultiError []error

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

func (ImageVersionMultiError) AllErrors added in v0.3.4

func (m ImageVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ImageVersionMultiError) Error added in v0.3.4

func (m ImageVersionMultiError) Error() string

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

type ImageVersionValidationError added in v0.3.4

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

ImageVersionValidationError is the validation error returned by ImageVersion.Validate if the designated constraints aren't met.

func (ImageVersionValidationError) Cause added in v0.3.4

Cause function returns cause value.

func (ImageVersionValidationError) Error added in v0.3.4

Error satisfies the builtin error interface

func (ImageVersionValidationError) ErrorName added in v0.3.4

func (e ImageVersionValidationError) ErrorName() string

ErrorName returns error name.

func (ImageVersionValidationError) Field added in v0.3.4

Field function returns field value.

func (ImageVersionValidationError) Key added in v0.3.4

Key function returns key value.

func (ImageVersionValidationError) Reason added in v0.3.4

Reason function returns reason value.

type InstallAppRequest added in v0.3.0

type InstallAppRequest struct {
	Chart   string `protobuf:"bytes,1,opt,name=chart,proto3" json:"chart" bun:"chart" csv:"chart" pg:"chart" yaml:"chart"`
	Repo    string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo" bun:"repo" csv:"repo" pg:"repo" yaml:"repo"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release" bun:"release" csv:"release" pg:"release" yaml:"release"`
	Values  string `protobuf:"bytes,4,opt,name=values,proto3" json:"values" bun:"values" csv:"values" pg:"values" yaml:"values"`
	Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*InstallAppRequest) Descriptor deprecated added in v0.3.0

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

Deprecated: Use InstallAppRequest.ProtoReflect.Descriptor instead.

func (*InstallAppRequest) GetChart added in v0.3.0

func (x *InstallAppRequest) GetChart() string

func (*InstallAppRequest) GetRelease added in v0.3.0

func (x *InstallAppRequest) GetRelease() string

func (*InstallAppRequest) GetRepo added in v0.3.0

func (x *InstallAppRequest) GetRepo() string

func (*InstallAppRequest) GetValues added in v0.3.0

func (x *InstallAppRequest) GetValues() string

func (*InstallAppRequest) GetVersion added in v0.3.1

func (x *InstallAppRequest) GetVersion() string

func (*InstallAppRequest) ProtoMessage added in v0.3.0

func (*InstallAppRequest) ProtoMessage()

func (*InstallAppRequest) ProtoReflect added in v0.3.0

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

func (*InstallAppRequest) Reset added in v0.3.0

func (x *InstallAppRequest) Reset()

func (*InstallAppRequest) String added in v0.3.0

func (x *InstallAppRequest) String() string

func (*InstallAppRequest) Validate added in v0.3.0

func (m *InstallAppRequest) Validate() error

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

func (m *InstallAppRequest) ValidateAll() error

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

type InstallAppRequestMultiError added in v0.3.0

type InstallAppRequestMultiError []error

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

func (InstallAppRequestMultiError) AllErrors added in v0.3.0

func (m InstallAppRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallAppRequestMultiError) Error added in v0.3.0

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

type InstallAppRequestValidationError added in v0.3.0

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

InstallAppRequestValidationError is the validation error returned by InstallAppRequest.Validate if the designated constraints aren't met.

func (InstallAppRequestValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (InstallAppRequestValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (InstallAppRequestValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (InstallAppRequestValidationError) Field added in v0.3.0

Field function returns field value.

func (InstallAppRequestValidationError) Key added in v0.3.0

Key function returns key value.

func (InstallAppRequestValidationError) Reason added in v0.3.0

Reason function returns reason value.

type InstallAppResponse added in v0.3.0

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

func (*InstallAppResponse) Descriptor deprecated added in v0.3.0

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

Deprecated: Use InstallAppResponse.ProtoReflect.Descriptor instead.

func (*InstallAppResponse) ProtoMessage added in v0.3.0

func (*InstallAppResponse) ProtoMessage()

func (*InstallAppResponse) ProtoReflect added in v0.3.0

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

func (*InstallAppResponse) Reset added in v0.3.0

func (x *InstallAppResponse) Reset()

func (*InstallAppResponse) String added in v0.3.0

func (x *InstallAppResponse) String() string

func (*InstallAppResponse) Validate added in v0.3.0

func (m *InstallAppResponse) Validate() error

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

func (m *InstallAppResponse) ValidateAll() error

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

type InstallAppResponseMultiError added in v0.3.0

type InstallAppResponseMultiError []error

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

func (InstallAppResponseMultiError) AllErrors added in v0.3.0

func (m InstallAppResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallAppResponseMultiError) Error added in v0.3.0

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

type InstallAppResponseValidationError added in v0.3.0

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

InstallAppResponseValidationError is the validation error returned by InstallAppResponse.Validate if the designated constraints aren't met.

func (InstallAppResponseValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (InstallAppResponseValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (InstallAppResponseValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (InstallAppResponseValidationError) Field added in v0.3.0

Field function returns field value.

func (InstallAppResponseValidationError) Key added in v0.3.0

Key function returns key value.

func (InstallAppResponseValidationError) Reason added in v0.3.0

Reason function returns reason value.

type InstallOSUpdateRequest added in v0.3.5

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

func (*InstallOSUpdateRequest) Descriptor deprecated added in v0.3.5

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

Deprecated: Use InstallOSUpdateRequest.ProtoReflect.Descriptor instead.

func (*InstallOSUpdateRequest) ProtoMessage added in v0.3.5

func (*InstallOSUpdateRequest) ProtoMessage()

func (*InstallOSUpdateRequest) ProtoReflect added in v0.3.5

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

func (*InstallOSUpdateRequest) Reset added in v0.3.5

func (x *InstallOSUpdateRequest) Reset()

func (*InstallOSUpdateRequest) String added in v0.3.5

func (x *InstallOSUpdateRequest) String() string

func (*InstallOSUpdateRequest) Validate added in v0.3.5

func (m *InstallOSUpdateRequest) Validate() error

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

func (m *InstallOSUpdateRequest) ValidateAll() error

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

type InstallOSUpdateRequestMultiError added in v0.3.5

type InstallOSUpdateRequestMultiError []error

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

func (InstallOSUpdateRequestMultiError) AllErrors added in v0.3.5

func (m InstallOSUpdateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallOSUpdateRequestMultiError) Error added in v0.3.5

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

type InstallOSUpdateRequestValidationError added in v0.3.5

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

InstallOSUpdateRequestValidationError is the validation error returned by InstallOSUpdateRequest.Validate if the designated constraints aren't met.

func (InstallOSUpdateRequestValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (InstallOSUpdateRequestValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (InstallOSUpdateRequestValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (InstallOSUpdateRequestValidationError) Field added in v0.3.5

Field function returns field value.

func (InstallOSUpdateRequestValidationError) Key added in v0.3.5

Key function returns key value.

func (InstallOSUpdateRequestValidationError) Reason added in v0.3.5

Reason function returns reason value.

type InstallOSUpdateResponse added in v0.3.5

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

func (*InstallOSUpdateResponse) Descriptor deprecated added in v0.3.5

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

Deprecated: Use InstallOSUpdateResponse.ProtoReflect.Descriptor instead.

func (*InstallOSUpdateResponse) ProtoMessage added in v0.3.5

func (*InstallOSUpdateResponse) ProtoMessage()

func (*InstallOSUpdateResponse) ProtoReflect added in v0.3.5

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

func (*InstallOSUpdateResponse) Reset added in v0.3.5

func (x *InstallOSUpdateResponse) Reset()

func (*InstallOSUpdateResponse) String added in v0.3.5

func (x *InstallOSUpdateResponse) String() string

func (*InstallOSUpdateResponse) Validate added in v0.3.5

func (m *InstallOSUpdateResponse) Validate() error

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

func (m *InstallOSUpdateResponse) ValidateAll() error

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

type InstallOSUpdateResponseMultiError added in v0.3.5

type InstallOSUpdateResponseMultiError []error

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

func (InstallOSUpdateResponseMultiError) AllErrors added in v0.3.5

func (m InstallOSUpdateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallOSUpdateResponseMultiError) Error added in v0.3.5

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

type InstallOSUpdateResponseValidationError added in v0.3.5

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

InstallOSUpdateResponseValidationError is the validation error returned by InstallOSUpdateResponse.Validate if the designated constraints aren't met.

func (InstallOSUpdateResponseValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (InstallOSUpdateResponseValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (InstallOSUpdateResponseValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (InstallOSUpdateResponseValidationError) Field added in v0.3.5

Field function returns field value.

func (InstallOSUpdateResponseValidationError) Key added in v0.3.5

Key function returns key value.

func (InstallOSUpdateResponseValidationError) Reason added in v0.3.5

Reason function returns reason value.

type RestartHostRequest

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

func (*RestartHostRequest) Descriptor deprecated

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

Deprecated: Use RestartHostRequest.ProtoReflect.Descriptor instead.

func (*RestartHostRequest) ProtoMessage

func (*RestartHostRequest) ProtoMessage()

func (*RestartHostRequest) ProtoReflect

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

func (*RestartHostRequest) Reset

func (x *RestartHostRequest) Reset()

func (*RestartHostRequest) String

func (x *RestartHostRequest) String() string

func (*RestartHostRequest) Validate

func (m *RestartHostRequest) Validate() error

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

func (m *RestartHostRequest) ValidateAll() error

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

type RestartHostRequestMultiError

type RestartHostRequestMultiError []error

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

func (RestartHostRequestMultiError) AllErrors

func (m RestartHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RestartHostRequestMultiError) Error

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

type RestartHostRequestValidationError

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

RestartHostRequestValidationError is the validation error returned by RestartHostRequest.Validate if the designated constraints aren't met.

func (RestartHostRequestValidationError) Cause

Cause function returns cause value.

func (RestartHostRequestValidationError) Error

Error satisfies the builtin error interface

func (RestartHostRequestValidationError) ErrorName

ErrorName returns error name.

func (RestartHostRequestValidationError) Field

Field function returns field value.

func (RestartHostRequestValidationError) Key

Key function returns key value.

func (RestartHostRequestValidationError) Reason

Reason function returns reason value.

type RestartHostResponse

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

func (*RestartHostResponse) Descriptor deprecated

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

Deprecated: Use RestartHostResponse.ProtoReflect.Descriptor instead.

func (*RestartHostResponse) ProtoMessage

func (*RestartHostResponse) ProtoMessage()

func (*RestartHostResponse) ProtoReflect

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

func (*RestartHostResponse) Reset

func (x *RestartHostResponse) Reset()

func (*RestartHostResponse) String

func (x *RestartHostResponse) String() string

func (*RestartHostResponse) Validate

func (m *RestartHostResponse) Validate() error

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

func (m *RestartHostResponse) ValidateAll() error

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

type RestartHostResponseMultiError

type RestartHostResponseMultiError []error

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

func (RestartHostResponseMultiError) AllErrors

func (m RestartHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RestartHostResponseMultiError) Error

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

type RestartHostResponseValidationError

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

RestartHostResponseValidationError is the validation error returned by RestartHostResponse.Validate if the designated constraints aren't met.

func (RestartHostResponseValidationError) Cause

Cause function returns cause value.

func (RestartHostResponseValidationError) Error

Error satisfies the builtin error interface

func (RestartHostResponseValidationError) ErrorName

ErrorName returns error name.

func (RestartHostResponseValidationError) Field

Field function returns field value.

func (RestartHostResponseValidationError) Key

Key function returns key value.

func (RestartHostResponseValidationError) Reason

Reason function returns reason value.

type SetSystemImageRequest added in v0.3.6

type SetSystemImageRequest struct {
	CurrentImage   string `` /* 167-byte string literal not displayed */
	RequestedImage string `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetSystemImageRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use SetSystemImageRequest.ProtoReflect.Descriptor instead.

func (*SetSystemImageRequest) GetCurrentImage added in v0.3.6

func (x *SetSystemImageRequest) GetCurrentImage() string

func (*SetSystemImageRequest) GetRequestedImage added in v0.3.6

func (x *SetSystemImageRequest) GetRequestedImage() string

func (*SetSystemImageRequest) ProtoMessage added in v0.3.6

func (*SetSystemImageRequest) ProtoMessage()

func (*SetSystemImageRequest) ProtoReflect added in v0.3.6

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

func (*SetSystemImageRequest) Reset added in v0.3.6

func (x *SetSystemImageRequest) Reset()

func (*SetSystemImageRequest) String added in v0.3.6

func (x *SetSystemImageRequest) String() string

func (*SetSystemImageRequest) Validate added in v0.3.6

func (m *SetSystemImageRequest) Validate() error

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

func (m *SetSystemImageRequest) ValidateAll() error

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

type SetSystemImageRequestMultiError added in v0.3.6

type SetSystemImageRequestMultiError []error

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

func (SetSystemImageRequestMultiError) AllErrors added in v0.3.6

func (m SetSystemImageRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetSystemImageRequestMultiError) Error added in v0.3.6

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

type SetSystemImageRequestValidationError added in v0.3.6

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

SetSystemImageRequestValidationError is the validation error returned by SetSystemImageRequest.Validate if the designated constraints aren't met.

func (SetSystemImageRequestValidationError) Cause added in v0.3.6

Cause function returns cause value.

func (SetSystemImageRequestValidationError) Error added in v0.3.6

Error satisfies the builtin error interface

func (SetSystemImageRequestValidationError) ErrorName added in v0.3.6

ErrorName returns error name.

func (SetSystemImageRequestValidationError) Field added in v0.3.6

Field function returns field value.

func (SetSystemImageRequestValidationError) Key added in v0.3.6

Key function returns key value.

func (SetSystemImageRequestValidationError) Reason added in v0.3.6

Reason function returns reason value.

type SetSystemImageResponse added in v0.3.6

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

func (*SetSystemImageResponse) Descriptor deprecated added in v0.3.6

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

Deprecated: Use SetSystemImageResponse.ProtoReflect.Descriptor instead.

func (*SetSystemImageResponse) ProtoMessage added in v0.3.6

func (*SetSystemImageResponse) ProtoMessage()

func (*SetSystemImageResponse) ProtoReflect added in v0.3.6

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

func (*SetSystemImageResponse) Reset added in v0.3.6

func (x *SetSystemImageResponse) Reset()

func (*SetSystemImageResponse) String added in v0.3.6

func (x *SetSystemImageResponse) String() string

func (*SetSystemImageResponse) Validate added in v0.3.6

func (m *SetSystemImageResponse) Validate() error

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

func (m *SetSystemImageResponse) ValidateAll() error

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

type SetSystemImageResponseMultiError added in v0.3.6

type SetSystemImageResponseMultiError []error

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

func (SetSystemImageResponseMultiError) AllErrors added in v0.3.6

func (m SetSystemImageResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetSystemImageResponseMultiError) Error added in v0.3.6

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

type SetSystemImageResponseValidationError added in v0.3.6

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

SetSystemImageResponseValidationError is the validation error returned by SetSystemImageResponse.Validate if the designated constraints aren't met.

func (SetSystemImageResponseValidationError) Cause added in v0.3.6

Cause function returns cause value.

func (SetSystemImageResponseValidationError) Error added in v0.3.6

Error satisfies the builtin error interface

func (SetSystemImageResponseValidationError) ErrorName added in v0.3.6

ErrorName returns error name.

func (SetSystemImageResponseValidationError) Field added in v0.3.6

Field function returns field value.

func (SetSystemImageResponseValidationError) Key added in v0.3.6

Key function returns key value.

func (SetSystemImageResponseValidationError) Reason added in v0.3.6

Reason function returns reason value.

type ShutdownHostRequest

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

func (*ShutdownHostRequest) Descriptor deprecated

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

Deprecated: Use ShutdownHostRequest.ProtoReflect.Descriptor instead.

func (*ShutdownHostRequest) ProtoMessage

func (*ShutdownHostRequest) ProtoMessage()

func (*ShutdownHostRequest) ProtoReflect

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

func (*ShutdownHostRequest) Reset

func (x *ShutdownHostRequest) Reset()

func (*ShutdownHostRequest) String

func (x *ShutdownHostRequest) String() string

func (*ShutdownHostRequest) Validate

func (m *ShutdownHostRequest) Validate() error

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

func (m *ShutdownHostRequest) ValidateAll() error

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

type ShutdownHostRequestMultiError

type ShutdownHostRequestMultiError []error

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

func (ShutdownHostRequestMultiError) AllErrors

func (m ShutdownHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownHostRequestMultiError) Error

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

type ShutdownHostRequestValidationError

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

ShutdownHostRequestValidationError is the validation error returned by ShutdownHostRequest.Validate if the designated constraints aren't met.

func (ShutdownHostRequestValidationError) Cause

Cause function returns cause value.

func (ShutdownHostRequestValidationError) Error

Error satisfies the builtin error interface

func (ShutdownHostRequestValidationError) ErrorName

ErrorName returns error name.

func (ShutdownHostRequestValidationError) Field

Field function returns field value.

func (ShutdownHostRequestValidationError) Key

Key function returns key value.

func (ShutdownHostRequestValidationError) Reason

Reason function returns reason value.

type ShutdownHostResponse

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

func (*ShutdownHostResponse) Descriptor deprecated

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

Deprecated: Use ShutdownHostResponse.ProtoReflect.Descriptor instead.

func (*ShutdownHostResponse) ProtoMessage

func (*ShutdownHostResponse) ProtoMessage()

func (*ShutdownHostResponse) ProtoReflect

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

func (*ShutdownHostResponse) Reset

func (x *ShutdownHostResponse) Reset()

func (*ShutdownHostResponse) String

func (x *ShutdownHostResponse) String() string

func (*ShutdownHostResponse) Validate

func (m *ShutdownHostResponse) Validate() error

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

func (m *ShutdownHostResponse) ValidateAll() error

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

type ShutdownHostResponseMultiError

type ShutdownHostResponseMultiError []error

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

func (ShutdownHostResponseMultiError) AllErrors

func (m ShutdownHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownHostResponseMultiError) Error

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

type ShutdownHostResponseValidationError

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

ShutdownHostResponseValidationError is the validation error returned by ShutdownHostResponse.Validate if the designated constraints aren't met.

func (ShutdownHostResponseValidationError) Cause

Cause function returns cause value.

func (ShutdownHostResponseValidationError) Error

Error satisfies the builtin error interface

func (ShutdownHostResponseValidationError) ErrorName

ErrorName returns error name.

func (ShutdownHostResponseValidationError) Field

Field function returns field value.

func (ShutdownHostResponseValidationError) Key

Key function returns key value.

func (ShutdownHostResponseValidationError) Reason

Reason function returns reason value.

type UpdateAppRequest added in v0.3.0

type UpdateAppRequest struct {
	Chart   string `protobuf:"bytes,1,opt,name=chart,proto3" json:"chart" bun:"chart" csv:"chart" pg:"chart" yaml:"chart"`
	Repo    string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo" bun:"repo" csv:"repo" pg:"repo" yaml:"repo"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release" bun:"release" csv:"release" pg:"release" yaml:"release"`
	Values  string `protobuf:"bytes,4,opt,name=values,proto3" json:"values" bun:"values" csv:"values" pg:"values" yaml:"values"`
	Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*UpdateAppRequest) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UpdateAppRequest.ProtoReflect.Descriptor instead.

func (*UpdateAppRequest) GetChart added in v0.3.0

func (x *UpdateAppRequest) GetChart() string

func (*UpdateAppRequest) GetRelease added in v0.3.0

func (x *UpdateAppRequest) GetRelease() string

func (*UpdateAppRequest) GetRepo added in v0.3.0

func (x *UpdateAppRequest) GetRepo() string

func (*UpdateAppRequest) GetValues added in v0.3.0

func (x *UpdateAppRequest) GetValues() string

func (*UpdateAppRequest) GetVersion added in v0.3.1

func (x *UpdateAppRequest) GetVersion() string

func (*UpdateAppRequest) ProtoMessage added in v0.3.0

func (*UpdateAppRequest) ProtoMessage()

func (*UpdateAppRequest) ProtoReflect added in v0.3.0

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

func (*UpdateAppRequest) Reset added in v0.3.0

func (x *UpdateAppRequest) Reset()

func (*UpdateAppRequest) String added in v0.3.0

func (x *UpdateAppRequest) String() string

func (*UpdateAppRequest) Validate added in v0.3.0

func (m *UpdateAppRequest) Validate() error

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

func (m *UpdateAppRequest) ValidateAll() error

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

type UpdateAppRequestMultiError added in v0.3.0

type UpdateAppRequestMultiError []error

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

func (UpdateAppRequestMultiError) AllErrors added in v0.3.0

func (m UpdateAppRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateAppRequestMultiError) Error added in v0.3.0

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

type UpdateAppRequestValidationError added in v0.3.0

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

UpdateAppRequestValidationError is the validation error returned by UpdateAppRequest.Validate if the designated constraints aren't met.

func (UpdateAppRequestValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (UpdateAppRequestValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (UpdateAppRequestValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (UpdateAppRequestValidationError) Field added in v0.3.0

Field function returns field value.

func (UpdateAppRequestValidationError) Key added in v0.3.0

Key function returns key value.

func (UpdateAppRequestValidationError) Reason added in v0.3.0

Reason function returns reason value.

type UpdateAppResponse added in v0.3.0

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

func (*UpdateAppResponse) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UpdateAppResponse.ProtoReflect.Descriptor instead.

func (*UpdateAppResponse) ProtoMessage added in v0.3.0

func (*UpdateAppResponse) ProtoMessage()

func (*UpdateAppResponse) ProtoReflect added in v0.3.0

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

func (*UpdateAppResponse) Reset added in v0.3.0

func (x *UpdateAppResponse) Reset()

func (*UpdateAppResponse) String added in v0.3.0

func (x *UpdateAppResponse) String() string

func (*UpdateAppResponse) Validate added in v0.3.0

func (m *UpdateAppResponse) Validate() error

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

func (m *UpdateAppResponse) ValidateAll() error

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

type UpdateAppResponseMultiError added in v0.3.0

type UpdateAppResponseMultiError []error

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

func (UpdateAppResponseMultiError) AllErrors added in v0.3.0

func (m UpdateAppResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateAppResponseMultiError) Error added in v0.3.0

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

type UpdateAppResponseValidationError added in v0.3.0

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

UpdateAppResponseValidationError is the validation error returned by UpdateAppResponse.Validate if the designated constraints aren't met.

func (UpdateAppResponseValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (UpdateAppResponseValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (UpdateAppResponseValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (UpdateAppResponseValidationError) Field added in v0.3.0

Field function returns field value.

func (UpdateAppResponseValidationError) Key added in v0.3.0

Key function returns key value.

func (UpdateAppResponseValidationError) Reason added in v0.3.0

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