Versions in this module Expand all Collapse all v0 v0.0.1 Feb 28, 2024 Changes in this version + const KindDeleteOptions + const KindGetOptions + const KindListMeta + const KindListOptions + const KindObjectMeta + const KindOrganisationedObjectMeta + const KindPatchOptions + const KindTypeMeta + const KindUnstructuredObject + const KindWatchEvent + const KindWatchOptions + var File_lib_proto_meta_v1beta_meta_proto protoreflect.FileDescriptor + var GroupVersion = runtime.GroupVersion + var WatchEvent_Type_name = map[int32]string + var WatchEvent_Type_value = map[string]int32 + type Client interface + func NewGRPCClient(conn *grpc.ClientConn) Client + type DeleteOptions struct + Name string + Namespace string + func (*DeleteOptions) Descriptor() ([]byte, []int) + func (*DeleteOptions) ProtoMessage() + func (m *DeleteOptions) Validate() error + func (m *DeleteOptions) ValidateAll() error + func (o *DeleteOptions) GetCollectionName() string + func (x *DeleteOptions) GetName() string + func (x *DeleteOptions) GetNamespace() string + func (x *DeleteOptions) ProtoReflect() protoreflect.Message + func (x *DeleteOptions) Reset() + func (x *DeleteOptions) String() string + type DeleteOptionsMultiError []error + func (m DeleteOptionsMultiError) AllErrors() []error + func (m DeleteOptionsMultiError) Error() string + type DeleteOptionsResourceModel struct + Name string + Namespace string + func (m *DeleteOptionsResourceModel) FromProto(r *DeleteOptions) (err error) + type DeleteOptionsResourceTFModel struct + Name types.String + Namespace types.String + func (m *DeleteOptionsResourceTFModel) ToProto(ctx context.Context) (*DeleteOptions, diag.Diagnostics) + type DeleteOptionsValidationError struct + func (e DeleteOptionsValidationError) Cause() error + func (e DeleteOptionsValidationError) Error() string + func (e DeleteOptionsValidationError) ErrorName() string + func (e DeleteOptionsValidationError) Field() string + func (e DeleteOptionsValidationError) Key() bool + func (e DeleteOptionsValidationError) Reason() string + type GetOptions struct + Name string + Namespace string + func (*GetOptions) Descriptor() ([]byte, []int) + func (*GetOptions) ProtoMessage() + func (m *GetOptions) Validate() error + func (m *GetOptions) ValidateAll() error + func (o *GetOptions) GetCollectionName() string + func (x *GetOptions) GetName() string + func (x *GetOptions) GetNamespace() string + func (x *GetOptions) ProtoReflect() protoreflect.Message + func (x *GetOptions) Reset() + func (x *GetOptions) String() string + type GetOptionsMultiError []error + func (m GetOptionsMultiError) AllErrors() []error + func (m GetOptionsMultiError) Error() string + type GetOptionsResourceModel struct + Name string + Namespace string + func (m *GetOptionsResourceModel) FromProto(r *GetOptions) (err error) + type GetOptionsResourceTFModel struct + Name types.String + Namespace types.String + func (m *GetOptionsResourceTFModel) ToProto(ctx context.Context) (*GetOptions, diag.Diagnostics) + type GetOptionsValidationError struct + func (e GetOptionsValidationError) Cause() error + func (e GetOptionsValidationError) Error() string + func (e GetOptionsValidationError) ErrorName() string + func (e GetOptionsValidationError) Field() string + func (e GetOptionsValidationError) Key() bool + func (e GetOptionsValidationError) Reason() string + type ListMeta struct + func (*ListMeta) Descriptor() ([]byte, []int) + func (*ListMeta) ProtoMessage() + func (m *ListMeta) Validate() error + func (m *ListMeta) ValidateAll() error + func (x *ListMeta) ProtoReflect() protoreflect.Message + func (x *ListMeta) Reset() + func (x *ListMeta) String() string + type ListMetaMultiError []error + func (m ListMetaMultiError) AllErrors() []error + func (m ListMetaMultiError) Error() string + type ListMetaResourceModel struct + func (m *ListMetaResourceModel) FromProto(r *ListMeta) (err error) + type ListMetaResourceTFModel struct + func (m *ListMetaResourceTFModel) ToProto(ctx context.Context) (*ListMeta, diag.Diagnostics) + type ListMetaValidationError struct + func (e ListMetaValidationError) Cause() error + func (e ListMetaValidationError) Error() string + func (e ListMetaValidationError) ErrorName() string + func (e ListMetaValidationError) Field() string + func (e ListMetaValidationError) Key() bool + func (e ListMetaValidationError) Reason() string + type ListOptions struct + Namespace string + func (*ListOptions) Descriptor() ([]byte, []int) + func (*ListOptions) ProtoMessage() + func (m *ListOptions) Validate() error + func (m *ListOptions) ValidateAll() error + func (o *ListOptions) GetCollectionName() string + func (x *ListOptions) GetNamespace() string + func (x *ListOptions) ProtoReflect() protoreflect.Message + func (x *ListOptions) Reset() + func (x *ListOptions) String() string + type ListOptionsMultiError []error + func (m ListOptionsMultiError) AllErrors() []error + func (m ListOptionsMultiError) Error() string + type ListOptionsResourceModel struct + Namespace string + func (m *ListOptionsResourceModel) FromProto(r *ListOptions) (err error) + type ListOptionsResourceTFModel struct + Namespace types.String + func (m *ListOptionsResourceTFModel) ToProto(ctx context.Context) (*ListOptions, diag.Diagnostics) + type ListOptionsValidationError struct + func (e ListOptionsValidationError) Cause() error + func (e ListOptionsValidationError) Error() string + func (e ListOptionsValidationError) ErrorName() string + func (e ListOptionsValidationError) Field() string + func (e ListOptionsValidationError) Key() bool + func (e ListOptionsValidationError) Reason() string + type ObjectMeta struct + Created *timestamppb.Timestamp + Name string + Namespace string + Updated *timestamppb.Timestamp + Version int64 + func (*ObjectMeta) Descriptor() ([]byte, []int) + func (*ObjectMeta) ProtoMessage() + func (m *ObjectMeta) GetCollectionName() string + func (m *ObjectMeta) GetCollectionType() string + func (m *ObjectMeta) Validate() error + func (m *ObjectMeta) ValidateAll() error + func (x *ObjectMeta) GetCreated() *timestamppb.Timestamp + func (x *ObjectMeta) GetName() string + func (x *ObjectMeta) GetNamespace() string + func (x *ObjectMeta) GetUpdated() *timestamppb.Timestamp + func (x *ObjectMeta) GetVersion() int64 + func (x *ObjectMeta) ProtoReflect() protoreflect.Message + func (x *ObjectMeta) Reset() + func (x *ObjectMeta) String() string + type ObjectMetaMultiError []error + func (m ObjectMetaMultiError) AllErrors() []error + func (m ObjectMetaMultiError) Error() string + type ObjectMetaResourceModel struct + Created types.Int64 + Name string + Namespace string + Updated types.Int64 + Version int64 + func (m *ObjectMetaResourceModel) FromProto(r *ObjectMeta) (err error) + type ObjectMetaResourceTFModel struct + Created types.Int64 + Name types.String + Namespace types.String + Updated types.Int64 + Version types.Int64 + func (m *ObjectMetaResourceTFModel) ToProto(ctx context.Context) (*ObjectMeta, diag.Diagnostics) + type ObjectMetaValidationError struct + func (e ObjectMetaValidationError) Cause() error + func (e ObjectMetaValidationError) Error() string + func (e ObjectMetaValidationError) ErrorName() string + func (e ObjectMetaValidationError) Field() string + func (e ObjectMetaValidationError) Key() bool + func (e ObjectMetaValidationError) Reason() string + type OrganisationedObjectMeta struct + Created *timestamppb.Timestamp + Name string + Organisation string + Updated *timestamppb.Timestamp + Version int64 + func (*OrganisationedObjectMeta) Descriptor() ([]byte, []int) + func (*OrganisationedObjectMeta) ProtoMessage() + func (m *OrganisationedObjectMeta) Validate() error + func (m *OrganisationedObjectMeta) ValidateAll() error + func (x *OrganisationedObjectMeta) GetCreated() *timestamppb.Timestamp + func (x *OrganisationedObjectMeta) GetName() string + func (x *OrganisationedObjectMeta) GetOrganisation() string + func (x *OrganisationedObjectMeta) GetUpdated() *timestamppb.Timestamp + func (x *OrganisationedObjectMeta) GetVersion() int64 + func (x *OrganisationedObjectMeta) ProtoReflect() protoreflect.Message + func (x *OrganisationedObjectMeta) Reset() + func (x *OrganisationedObjectMeta) String() string + type OrganisationedObjectMetaMultiError []error + func (m OrganisationedObjectMetaMultiError) AllErrors() []error + func (m OrganisationedObjectMetaMultiError) Error() string + type OrganisationedObjectMetaResourceModel struct + Created types.Int64 + Name string + Organisation string + Updated types.Int64 + Version int64 + func (m *OrganisationedObjectMetaResourceModel) FromProto(r *OrganisationedObjectMeta) (err error) + type OrganisationedObjectMetaResourceTFModel struct + Created types.Int64 + Name types.String + Organisation types.String + Updated types.Int64 + Version types.Int64 + func (m *OrganisationedObjectMetaResourceTFModel) ToProto(ctx context.Context) (*OrganisationedObjectMeta, diag.Diagnostics) + type OrganisationedObjectMetaValidationError struct + func (e OrganisationedObjectMetaValidationError) Cause() error + func (e OrganisationedObjectMetaValidationError) Error() string + func (e OrganisationedObjectMetaValidationError) ErrorName() string + func (e OrganisationedObjectMetaValidationError) Field() string + func (e OrganisationedObjectMetaValidationError) Key() bool + func (e OrganisationedObjectMetaValidationError) Reason() string + type PatchOptions struct + FieldMask *fieldmaskpb.FieldMask + Item *anypb.Any + Name string + Namespace string + func (*PatchOptions) Descriptor() ([]byte, []int) + func (*PatchOptions) ProtoMessage() + func (m *PatchOptions) Validate() error + func (m *PatchOptions) ValidateAll() error + func (o *PatchOptions) GetCollectionName() string + func (x *PatchOptions) GetFieldMask() *fieldmaskpb.FieldMask + func (x *PatchOptions) GetItem() *anypb.Any + func (x *PatchOptions) GetName() string + func (x *PatchOptions) GetNamespace() string + func (x *PatchOptions) ProtoReflect() protoreflect.Message + func (x *PatchOptions) Reset() + func (x *PatchOptions) String() string + type PatchOptionsMultiError []error + func (m PatchOptionsMultiError) AllErrors() []error + func (m PatchOptionsMultiError) Error() string + type PatchOptionsResourceModel struct + Name string + Namespace string + func (m *PatchOptionsResourceModel) FromProto(r *PatchOptions) (err error) + type PatchOptionsResourceTFModel struct + Name types.String + Namespace types.String + func (m *PatchOptionsResourceTFModel) ToProto(ctx context.Context) (*PatchOptions, diag.Diagnostics) + type PatchOptionsValidationError struct + func (e PatchOptionsValidationError) Cause() error + func (e PatchOptionsValidationError) Error() string + func (e PatchOptionsValidationError) ErrorName() string + func (e PatchOptionsValidationError) Field() string + func (e PatchOptionsValidationError) Key() bool + func (e PatchOptionsValidationError) Reason() string + type TypeMeta struct + ApiVersion string + Kind string + func (*TypeMeta) Descriptor() ([]byte, []int) + func (*TypeMeta) ProtoMessage() + func (m *TypeMeta) Validate() error + func (m *TypeMeta) ValidateAll() error + func (x *TypeMeta) GetApiVersion() string + func (x *TypeMeta) GetKind() string + func (x *TypeMeta) ProtoReflect() protoreflect.Message + func (x *TypeMeta) Reset() + func (x *TypeMeta) String() string + type TypeMetaMultiError []error + func (m TypeMetaMultiError) AllErrors() []error + func (m TypeMetaMultiError) Error() string + type TypeMetaResourceModel struct + ApiVersion string + Kind string + func (m *TypeMetaResourceModel) FromProto(r *TypeMeta) (err error) + type TypeMetaResourceTFModel struct + ApiVersion types.String + Kind types.String + func (m *TypeMetaResourceTFModel) ToProto(ctx context.Context) (*TypeMeta, diag.Diagnostics) + type TypeMetaValidationError struct + func (e TypeMetaValidationError) Cause() error + func (e TypeMetaValidationError) Error() string + func (e TypeMetaValidationError) ErrorName() string + func (e TypeMetaValidationError) Field() string + func (e TypeMetaValidationError) Key() bool + func (e TypeMetaValidationError) Reason() string + type UnstructuredObject struct + ApiVersion string + Kind string + Metadata *ObjectMeta + func (*UnstructuredObject) Descriptor() ([]byte, []int) + func (*UnstructuredObject) ProtoMessage() + func (m *UnstructuredObject) Validate() error + func (m *UnstructuredObject) ValidateAll() error + func (x *UnstructuredObject) GetApiVersion() string + func (x *UnstructuredObject) GetKind() string + func (x *UnstructuredObject) GetMetadata() *ObjectMeta + func (x *UnstructuredObject) ProtoReflect() protoreflect.Message + func (x *UnstructuredObject) Reset() + func (x *UnstructuredObject) String() string + type UnstructuredObjectMultiError []error + func (m UnstructuredObjectMultiError) AllErrors() []error + func (m UnstructuredObjectMultiError) Error() string + type UnstructuredObjectResourceModel struct + ApiVersion string + Kind string + Metadata *ObjectMetaResourceModel + func (m *UnstructuredObjectResourceModel) FromProto(r *UnstructuredObject) (err error) + type UnstructuredObjectResourceTFModel struct + ApiVersion types.String + Kind types.String + Metadata types.Object + func (m *UnstructuredObjectResourceTFModel) ToProto(ctx context.Context) (*UnstructuredObject, diag.Diagnostics) + type UnstructuredObjectValidationError struct + func (e UnstructuredObjectValidationError) Cause() error + func (e UnstructuredObjectValidationError) Error() string + func (e UnstructuredObjectValidationError) ErrorName() string + func (e UnstructuredObjectValidationError) Field() string + func (e UnstructuredObjectValidationError) Key() bool + func (e UnstructuredObjectValidationError) Reason() string + type WatchEvent struct + Object []byte + Prev []byte + Type WatchEvent_Type + func (*WatchEvent) Descriptor() ([]byte, []int) + func (*WatchEvent) ProtoMessage() + func (m *WatchEvent) Validate() error + func (m *WatchEvent) ValidateAll() error + func (x *WatchEvent) GetObject() []byte + func (x *WatchEvent) GetPrev() []byte + func (x *WatchEvent) GetType() WatchEvent_Type + func (x *WatchEvent) ProtoReflect() protoreflect.Message + func (x *WatchEvent) Reset() + func (x *WatchEvent) String() string + type WatchEventMultiError []error + func (m WatchEventMultiError) AllErrors() []error + func (m WatchEventMultiError) Error() string + type WatchEventResourceModel struct + Type string + func (m *WatchEventResourceModel) FromProto(r *WatchEvent) (err error) + type WatchEventResourceTFModel struct + Type types.String + func (m *WatchEventResourceTFModel) ToProto(ctx context.Context) (*WatchEvent, diag.Diagnostics) + type WatchEventValidationError struct + func (e WatchEventValidationError) Cause() error + func (e WatchEventValidationError) Error() string + func (e WatchEventValidationError) ErrorName() string + func (e WatchEventValidationError) Field() string + func (e WatchEventValidationError) Key() bool + func (e WatchEventValidationError) Reason() string + type WatchEvent_Type int32 + const WatchEvent_ADD + const WatchEvent_DELETE + const WatchEvent_UNKNOWN + const WatchEvent_UPDATE + func (WatchEvent_Type) Descriptor() protoreflect.EnumDescriptor + func (WatchEvent_Type) EnumDescriptor() ([]byte, []int) + func (WatchEvent_Type) Type() protoreflect.EnumType + func (e *WatchEvent_Type) UnmarshalText(text []byte) error + func (e WatchEvent_Type) MarshalText() (text []byte, err error) + func (x WatchEvent_Type) Enum() *WatchEvent_Type + func (x WatchEvent_Type) Number() protoreflect.EnumNumber + func (x WatchEvent_Type) String() string + type WatchOptions struct + Name string + Namespace string + func (*WatchOptions) Descriptor() ([]byte, []int) + func (*WatchOptions) ProtoMessage() + func (m *WatchOptions) Validate() error + func (m *WatchOptions) ValidateAll() error + func (o *WatchOptions) GetCollectionName() string + func (x *WatchOptions) GetName() string + func (x *WatchOptions) GetNamespace() string + func (x *WatchOptions) ProtoReflect() protoreflect.Message + func (x *WatchOptions) Reset() + func (x *WatchOptions) String() string + type WatchOptionsMultiError []error + func (m WatchOptionsMultiError) AllErrors() []error + func (m WatchOptionsMultiError) Error() string + type WatchOptionsResourceModel struct + Name string + Namespace string + func (m *WatchOptionsResourceModel) FromProto(r *WatchOptions) (err error) + type WatchOptionsResourceTFModel struct + Name types.String + Namespace types.String + func (m *WatchOptionsResourceTFModel) ToProto(ctx context.Context) (*WatchOptions, diag.Diagnostics) + type WatchOptionsValidationError struct + func (e WatchOptionsValidationError) Cause() error + func (e WatchOptionsValidationError) Error() string + func (e WatchOptionsValidationError) ErrorName() string + func (e WatchOptionsValidationError) Field() string + func (e WatchOptionsValidationError) Key() bool + func (e WatchOptionsValidationError) Reason() string v0.0.1-pre Feb 20, 2024