implv1

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RelationMetadata_RelationKind_name = map[int32]string{
		0: "UNKNOWN_KIND",
		1: "RELATION",
		2: "PERMISSION",
	}
	RelationMetadata_RelationKind_value = map[string]int32{
		"UNKNOWN_KIND": 0,
		"RELATION":     1,
		"PERMISSION":   2,
	}
)

Enum value maps for RelationMetadata_RelationKind.

View Source
var File_impl_v1_impl_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DecodedZedToken added in v0.0.2

type DecodedZedToken struct {

	// Types that are assignable to VersionOneof:
	//	*DecodedZedToken_DeprecatedV1Zookie
	//	*DecodedZedToken_V1
	VersionOneof isDecodedZedToken_VersionOneof `protobuf_oneof:"version_oneof"`
	// contains filtered or unexported fields
}

func (*DecodedZedToken) Descriptor deprecated added in v0.0.2

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

Deprecated: Use DecodedZedToken.ProtoReflect.Descriptor instead.

func (*DecodedZedToken) GetDeprecatedV1Zookie added in v0.0.2

func (x *DecodedZedToken) GetDeprecatedV1Zookie() *DecodedZedToken_V1Zookie

func (*DecodedZedToken) GetV1 added in v0.0.2

func (*DecodedZedToken) GetVersionOneof added in v0.0.2

func (m *DecodedZedToken) GetVersionOneof() isDecodedZedToken_VersionOneof

func (*DecodedZedToken) ProtoMessage added in v0.0.2

func (*DecodedZedToken) ProtoMessage()

func (*DecodedZedToken) ProtoReflect added in v0.0.2

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

func (*DecodedZedToken) Reset added in v0.0.2

func (x *DecodedZedToken) Reset()

func (*DecodedZedToken) String added in v0.0.2

func (x *DecodedZedToken) String() string

func (*DecodedZedToken) Validate added in v0.0.2

func (m *DecodedZedToken) Validate() error

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

type DecodedZedTokenValidationError added in v0.0.2

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

DecodedZedTokenValidationError is the validation error returned by DecodedZedToken.Validate if the designated constraints aren't met.

func (DecodedZedTokenValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DecodedZedTokenValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DecodedZedTokenValidationError) ErrorName added in v0.0.2

func (e DecodedZedTokenValidationError) ErrorName() string

ErrorName returns error name.

func (DecodedZedTokenValidationError) Field added in v0.0.2

Field function returns field value.

func (DecodedZedTokenValidationError) Key added in v0.0.2

Key function returns key value.

func (DecodedZedTokenValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DecodedZedToken_DeprecatedV1Zookie added in v0.0.2

type DecodedZedToken_DeprecatedV1Zookie struct {
	DeprecatedV1Zookie *DecodedZedToken_V1Zookie `protobuf:"bytes,2,opt,name=deprecated_v1_zookie,json=deprecatedV1Zookie,proto3,oneof"`
}

type DecodedZedToken_V1 added in v0.0.2

type DecodedZedToken_V1 struct {
	V1 *DecodedZedToken_V1ZedToken `protobuf:"bytes,3,opt,name=v1,proto3,oneof"`
}

type DecodedZedToken_V1ZedToken added in v0.0.2

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

func (*DecodedZedToken_V1ZedToken) Descriptor deprecated added in v0.0.2

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

Deprecated: Use DecodedZedToken_V1ZedToken.ProtoReflect.Descriptor instead.

func (*DecodedZedToken_V1ZedToken) GetRevision added in v0.0.2

func (x *DecodedZedToken_V1ZedToken) GetRevision() string

func (*DecodedZedToken_V1ZedToken) ProtoMessage added in v0.0.2

func (*DecodedZedToken_V1ZedToken) ProtoMessage()

func (*DecodedZedToken_V1ZedToken) ProtoReflect added in v0.0.2

func (*DecodedZedToken_V1ZedToken) Reset added in v0.0.2

func (x *DecodedZedToken_V1ZedToken) Reset()

func (*DecodedZedToken_V1ZedToken) String added in v0.0.2

func (x *DecodedZedToken_V1ZedToken) String() string

func (*DecodedZedToken_V1ZedToken) Validate added in v0.0.2

func (m *DecodedZedToken_V1ZedToken) Validate() error

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

type DecodedZedToken_V1ZedTokenValidationError added in v0.0.2

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

DecodedZedToken_V1ZedTokenValidationError is the validation error returned by DecodedZedToken_V1ZedToken.Validate if the designated constraints aren't met.

func (DecodedZedToken_V1ZedTokenValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DecodedZedToken_V1ZedTokenValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DecodedZedToken_V1ZedTokenValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DecodedZedToken_V1ZedTokenValidationError) Field added in v0.0.2

Field function returns field value.

func (DecodedZedToken_V1ZedTokenValidationError) Key added in v0.0.2

Key function returns key value.

func (DecodedZedToken_V1ZedTokenValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DecodedZedToken_V1Zookie added in v0.0.2

type DecodedZedToken_V1Zookie struct {
	Revision uint64 `protobuf:"varint,1,opt,name=revision,proto3" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodedZedToken_V1Zookie) Descriptor deprecated added in v0.0.2

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

Deprecated: Use DecodedZedToken_V1Zookie.ProtoReflect.Descriptor instead.

func (*DecodedZedToken_V1Zookie) GetRevision added in v0.0.2

func (x *DecodedZedToken_V1Zookie) GetRevision() uint64

func (*DecodedZedToken_V1Zookie) ProtoMessage added in v0.0.2

func (*DecodedZedToken_V1Zookie) ProtoMessage()

func (*DecodedZedToken_V1Zookie) ProtoReflect added in v0.0.2

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

func (*DecodedZedToken_V1Zookie) Reset added in v0.0.2

func (x *DecodedZedToken_V1Zookie) Reset()

func (*DecodedZedToken_V1Zookie) String added in v0.0.2

func (x *DecodedZedToken_V1Zookie) String() string

func (*DecodedZedToken_V1Zookie) Validate added in v0.0.2

func (m *DecodedZedToken_V1Zookie) Validate() error

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

type DecodedZedToken_V1ZookieValidationError added in v0.0.2

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

DecodedZedToken_V1ZookieValidationError is the validation error returned by DecodedZedToken_V1Zookie.Validate if the designated constraints aren't met.

func (DecodedZedToken_V1ZookieValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DecodedZedToken_V1ZookieValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DecodedZedToken_V1ZookieValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DecodedZedToken_V1ZookieValidationError) Field added in v0.0.2

Field function returns field value.

func (DecodedZedToken_V1ZookieValidationError) Key added in v0.0.2

Key function returns key value.

func (DecodedZedToken_V1ZookieValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DecodedZookie

type DecodedZookie struct {
	Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	// Types that are assignable to VersionOneof:
	//	*DecodedZookie_V1
	//	*DecodedZookie_V2
	VersionOneof isDecodedZookie_VersionOneof `protobuf_oneof:"version_oneof"`
	// contains filtered or unexported fields
}

func (*DecodedZookie) Descriptor deprecated

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

Deprecated: Use DecodedZookie.ProtoReflect.Descriptor instead.

func (*DecodedZookie) GetV1

func (*DecodedZookie) GetV2

func (*DecodedZookie) GetVersion

func (x *DecodedZookie) GetVersion() uint32

func (*DecodedZookie) GetVersionOneof

func (m *DecodedZookie) GetVersionOneof() isDecodedZookie_VersionOneof

func (*DecodedZookie) ProtoMessage

func (*DecodedZookie) ProtoMessage()

func (*DecodedZookie) ProtoReflect

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

func (*DecodedZookie) Reset

func (x *DecodedZookie) Reset()

func (*DecodedZookie) String

func (x *DecodedZookie) String() string

func (*DecodedZookie) Validate added in v0.0.2

func (m *DecodedZookie) Validate() error

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

type DecodedZookieValidationError added in v0.0.2

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

DecodedZookieValidationError is the validation error returned by DecodedZookie.Validate if the designated constraints aren't met.

func (DecodedZookieValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DecodedZookieValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DecodedZookieValidationError) ErrorName added in v0.0.2

func (e DecodedZookieValidationError) ErrorName() string

ErrorName returns error name.

func (DecodedZookieValidationError) Field added in v0.0.2

Field function returns field value.

func (DecodedZookieValidationError) Key added in v0.0.2

Key function returns key value.

func (DecodedZookieValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DecodedZookie_V1

type DecodedZookie_V1 struct {
	V1 *DecodedZookie_V1Zookie `protobuf:"bytes,2,opt,name=v1,proto3,oneof"`
}

type DecodedZookie_V1Zookie

type DecodedZookie_V1Zookie struct {
	Revision uint64 `protobuf:"varint,1,opt,name=revision,proto3" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodedZookie_V1Zookie) Descriptor deprecated

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

Deprecated: Use DecodedZookie_V1Zookie.ProtoReflect.Descriptor instead.

func (*DecodedZookie_V1Zookie) GetRevision

func (x *DecodedZookie_V1Zookie) GetRevision() uint64

func (*DecodedZookie_V1Zookie) ProtoMessage

func (*DecodedZookie_V1Zookie) ProtoMessage()

func (*DecodedZookie_V1Zookie) ProtoReflect

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

func (*DecodedZookie_V1Zookie) Reset

func (x *DecodedZookie_V1Zookie) Reset()

func (*DecodedZookie_V1Zookie) String

func (x *DecodedZookie_V1Zookie) String() string

func (*DecodedZookie_V1Zookie) Validate added in v0.0.2

func (m *DecodedZookie_V1Zookie) Validate() error

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

type DecodedZookie_V1ZookieValidationError added in v0.0.2

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

DecodedZookie_V1ZookieValidationError is the validation error returned by DecodedZookie_V1Zookie.Validate if the designated constraints aren't met.

func (DecodedZookie_V1ZookieValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DecodedZookie_V1ZookieValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DecodedZookie_V1ZookieValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DecodedZookie_V1ZookieValidationError) Field added in v0.0.2

Field function returns field value.

func (DecodedZookie_V1ZookieValidationError) Key added in v0.0.2

Key function returns key value.

func (DecodedZookie_V1ZookieValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DecodedZookie_V2

type DecodedZookie_V2 struct {
	V2 *DecodedZookie_V2Zookie `protobuf:"bytes,3,opt,name=v2,proto3,oneof"`
}

type DecodedZookie_V2Zookie

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

func (*DecodedZookie_V2Zookie) Descriptor deprecated

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

Deprecated: Use DecodedZookie_V2Zookie.ProtoReflect.Descriptor instead.

func (*DecodedZookie_V2Zookie) GetRevision

func (x *DecodedZookie_V2Zookie) GetRevision() string

func (*DecodedZookie_V2Zookie) ProtoMessage

func (*DecodedZookie_V2Zookie) ProtoMessage()

func (*DecodedZookie_V2Zookie) ProtoReflect

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

func (*DecodedZookie_V2Zookie) Reset

func (x *DecodedZookie_V2Zookie) Reset()

func (*DecodedZookie_V2Zookie) String

func (x *DecodedZookie_V2Zookie) String() string

func (*DecodedZookie_V2Zookie) Validate added in v0.0.2

func (m *DecodedZookie_V2Zookie) Validate() error

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

type DecodedZookie_V2ZookieValidationError added in v0.0.2

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

DecodedZookie_V2ZookieValidationError is the validation error returned by DecodedZookie_V2Zookie.Validate if the designated constraints aren't met.

func (DecodedZookie_V2ZookieValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DecodedZookie_V2ZookieValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DecodedZookie_V2ZookieValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DecodedZookie_V2ZookieValidationError) Field added in v0.0.2

Field function returns field value.

func (DecodedZookie_V2ZookieValidationError) Key added in v0.0.2

Key function returns key value.

func (DecodedZookie_V2ZookieValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DocComment

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

func (*DocComment) Descriptor deprecated

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

Deprecated: Use DocComment.ProtoReflect.Descriptor instead.

func (*DocComment) GetComment

func (x *DocComment) GetComment() string

func (*DocComment) ProtoMessage

func (*DocComment) ProtoMessage()

func (*DocComment) ProtoReflect

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

func (*DocComment) Reset

func (x *DocComment) Reset()

func (*DocComment) String

func (x *DocComment) String() string

func (*DocComment) Validate added in v0.0.2

func (m *DocComment) Validate() error

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

type DocCommentValidationError added in v0.0.2

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

DocCommentValidationError is the validation error returned by DocComment.Validate if the designated constraints aren't met.

func (DocCommentValidationError) Cause added in v0.0.2

func (e DocCommentValidationError) Cause() error

Cause function returns cause value.

func (DocCommentValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DocCommentValidationError) ErrorName added in v0.0.2

func (e DocCommentValidationError) ErrorName() string

ErrorName returns error name.

func (DocCommentValidationError) Field added in v0.0.2

Field function returns field value.

func (DocCommentValidationError) Key added in v0.0.2

Key function returns key value.

func (DocCommentValidationError) Reason added in v0.0.2

func (e DocCommentValidationError) Reason() string

Reason function returns reason value.

type NamespaceAndRevision added in v1.2.0

type NamespaceAndRevision struct {
	NamespaceName string `protobuf:"bytes,1,opt,name=namespace_name,json=namespaceName,proto3" json:"namespace_name,omitempty"`
	Revision      string `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*NamespaceAndRevision) Descriptor deprecated added in v1.2.0

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

Deprecated: Use NamespaceAndRevision.ProtoReflect.Descriptor instead.

func (*NamespaceAndRevision) GetNamespaceName added in v1.2.0

func (x *NamespaceAndRevision) GetNamespaceName() string

func (*NamespaceAndRevision) GetRevision added in v1.2.0

func (x *NamespaceAndRevision) GetRevision() string

func (*NamespaceAndRevision) ProtoMessage added in v1.2.0

func (*NamespaceAndRevision) ProtoMessage()

func (*NamespaceAndRevision) ProtoReflect added in v1.2.0

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

func (*NamespaceAndRevision) Reset added in v1.2.0

func (x *NamespaceAndRevision) Reset()

func (*NamespaceAndRevision) String added in v1.2.0

func (x *NamespaceAndRevision) String() string

func (*NamespaceAndRevision) Validate added in v1.2.0

func (m *NamespaceAndRevision) Validate() error

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

type NamespaceAndRevisionValidationError added in v1.2.0

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

NamespaceAndRevisionValidationError is the validation error returned by NamespaceAndRevision.Validate if the designated constraints aren't met.

func (NamespaceAndRevisionValidationError) Cause added in v1.2.0

Cause function returns cause value.

func (NamespaceAndRevisionValidationError) Error added in v1.2.0

Error satisfies the builtin error interface

func (NamespaceAndRevisionValidationError) ErrorName added in v1.2.0

ErrorName returns error name.

func (NamespaceAndRevisionValidationError) Field added in v1.2.0

Field function returns field value.

func (NamespaceAndRevisionValidationError) Key added in v1.2.0

Key function returns key value.

func (NamespaceAndRevisionValidationError) Reason added in v1.2.0

Reason function returns reason value.

type RelationMetadata

type RelationMetadata struct {
	Kind RelationMetadata_RelationKind `protobuf:"varint,1,opt,name=kind,proto3,enum=impl.v1.RelationMetadata_RelationKind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationMetadata) Descriptor deprecated

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

Deprecated: Use RelationMetadata.ProtoReflect.Descriptor instead.

func (*RelationMetadata) GetKind

func (*RelationMetadata) ProtoMessage

func (*RelationMetadata) ProtoMessage()

func (*RelationMetadata) ProtoReflect

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

func (*RelationMetadata) Reset

func (x *RelationMetadata) Reset()

func (*RelationMetadata) String

func (x *RelationMetadata) String() string

func (*RelationMetadata) Validate added in v0.0.2

func (m *RelationMetadata) Validate() error

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

type RelationMetadataValidationError added in v0.0.2

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

RelationMetadataValidationError is the validation error returned by RelationMetadata.Validate if the designated constraints aren't met.

func (RelationMetadataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (RelationMetadataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (RelationMetadataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (RelationMetadataValidationError) Field added in v0.0.2

Field function returns field value.

func (RelationMetadataValidationError) Key added in v0.0.2

Key function returns key value.

func (RelationMetadataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type RelationMetadata_RelationKind

type RelationMetadata_RelationKind int32
const (
	RelationMetadata_UNKNOWN_KIND RelationMetadata_RelationKind = 0
	RelationMetadata_RELATION     RelationMetadata_RelationKind = 1
	RelationMetadata_PERMISSION   RelationMetadata_RelationKind = 2
)

func (RelationMetadata_RelationKind) Descriptor

func (RelationMetadata_RelationKind) Enum

func (RelationMetadata_RelationKind) EnumDescriptor deprecated

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

Deprecated: Use RelationMetadata_RelationKind.Descriptor instead.

func (RelationMetadata_RelationKind) Number

func (RelationMetadata_RelationKind) String

func (RelationMetadata_RelationKind) Type

type V1Alpha1Revision added in v1.2.0

type V1Alpha1Revision struct {
	NsRevisions []*NamespaceAndRevision `protobuf:"bytes,1,rep,name=ns_revisions,json=nsRevisions,proto3" json:"ns_revisions,omitempty"`
	// contains filtered or unexported fields
}

func (*V1Alpha1Revision) Descriptor deprecated added in v1.2.0

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

Deprecated: Use V1Alpha1Revision.ProtoReflect.Descriptor instead.

func (*V1Alpha1Revision) GetNsRevisions added in v1.2.0

func (x *V1Alpha1Revision) GetNsRevisions() []*NamespaceAndRevision

func (*V1Alpha1Revision) ProtoMessage added in v1.2.0

func (*V1Alpha1Revision) ProtoMessage()

func (*V1Alpha1Revision) ProtoReflect added in v1.2.0

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

func (*V1Alpha1Revision) Reset added in v1.2.0

func (x *V1Alpha1Revision) Reset()

func (*V1Alpha1Revision) String added in v1.2.0

func (x *V1Alpha1Revision) String() string

func (*V1Alpha1Revision) Validate added in v1.2.0

func (m *V1Alpha1Revision) Validate() error

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

type V1Alpha1RevisionValidationError added in v1.2.0

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

V1Alpha1RevisionValidationError is the validation error returned by V1Alpha1Revision.Validate if the designated constraints aren't met.

func (V1Alpha1RevisionValidationError) Cause added in v1.2.0

Cause function returns cause value.

func (V1Alpha1RevisionValidationError) Error added in v1.2.0

Error satisfies the builtin error interface

func (V1Alpha1RevisionValidationError) ErrorName added in v1.2.0

ErrorName returns error name.

func (V1Alpha1RevisionValidationError) Field added in v1.2.0

Field function returns field value.

func (V1Alpha1RevisionValidationError) Key added in v1.2.0

Key function returns key value.

func (V1Alpha1RevisionValidationError) Reason added in v1.2.0

Reason function returns reason value.

Jump to

Keyboard shortcuts

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