Documentation ¶
Index ¶
- Variables
- type Compatibility
- func (*Compatibility) Descriptor() ([]byte, []int)deprecated
- func (x *Compatibility) GetTalos() *Constraint
- func (m *Compatibility) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Compatibility) MarshalToVT(dAtA []byte) (int, error)
- func (m *Compatibility) MarshalVT() (dAtA []byte, err error)
- func (*Compatibility) ProtoMessage()
- func (x *Compatibility) ProtoReflect() protoreflect.Message
- func (x *Compatibility) Reset()
- func (m *Compatibility) SizeVT() (n int)
- func (x *Compatibility) String() string
- func (m *Compatibility) UnmarshalVT(dAtA []byte) error
- type Constraint
- func (*Constraint) Descriptor() ([]byte, []int)deprecated
- func (x *Constraint) GetVersion() string
- func (m *Constraint) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Constraint) MarshalToVT(dAtA []byte) (int, error)
- func (m *Constraint) MarshalVT() (dAtA []byte, err error)
- func (*Constraint) ProtoMessage()
- func (x *Constraint) ProtoReflect() protoreflect.Message
- func (x *Constraint) Reset()
- func (m *Constraint) SizeVT() (n int)
- func (x *Constraint) String() string
- func (m *Constraint) UnmarshalVT(dAtA []byte) error
- type Layer
- func (*Layer) Descriptor() ([]byte, []int)deprecated
- func (x *Layer) GetImage() string
- func (x *Layer) GetMetadata() *Metadata
- func (m *Layer) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Layer) MarshalToVT(dAtA []byte) (int, error)
- func (m *Layer) MarshalVT() (dAtA []byte, err error)
- func (*Layer) ProtoMessage()
- func (x *Layer) ProtoReflect() protoreflect.Message
- func (x *Layer) Reset()
- func (m *Layer) SizeVT() (n int)
- func (x *Layer) String() string
- func (m *Layer) UnmarshalVT(dAtA []byte) error
- type Metadata
- func (*Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Metadata) GetAuthor() string
- func (x *Metadata) GetCompatibility() *Compatibility
- func (x *Metadata) GetDescription() string
- func (x *Metadata) GetExtraInfo() string
- func (x *Metadata) GetName() string
- func (x *Metadata) GetVersion() string
- func (m *Metadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Metadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *Metadata) MarshalVT() (dAtA []byte, err error)
- func (*Metadata) ProtoMessage()
- func (x *Metadata) ProtoReflect() protoreflect.Message
- func (x *Metadata) Reset()
- func (m *Metadata) SizeVT() (n int)
- func (x *Metadata) String() string
- func (m *Metadata) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_resource_definitions_extensions_extensions_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Compatibility ¶
type Compatibility struct { Talos *Constraint `protobuf:"bytes,1,opt,name=talos,proto3" json:"talos,omitempty"` // contains filtered or unexported fields }
Compatibility describes extension compatibility.
func (*Compatibility) Descriptor
deprecated
func (*Compatibility) Descriptor() ([]byte, []int)
Deprecated: Use Compatibility.ProtoReflect.Descriptor instead.
func (*Compatibility) GetTalos ¶
func (x *Compatibility) GetTalos() *Constraint
func (*Compatibility) MarshalToSizedBufferVT ¶
func (m *Compatibility) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Compatibility) MarshalToVT ¶
func (m *Compatibility) MarshalToVT(dAtA []byte) (int, error)
func (*Compatibility) MarshalVT ¶
func (m *Compatibility) MarshalVT() (dAtA []byte, err error)
func (*Compatibility) ProtoMessage ¶
func (*Compatibility) ProtoMessage()
func (*Compatibility) ProtoReflect ¶
func (x *Compatibility) ProtoReflect() protoreflect.Message
func (*Compatibility) Reset ¶
func (x *Compatibility) Reset()
func (*Compatibility) SizeVT ¶
func (m *Compatibility) SizeVT() (n int)
func (*Compatibility) String ¶
func (x *Compatibility) String() string
func (*Compatibility) UnmarshalVT ¶
func (m *Compatibility) UnmarshalVT(dAtA []byte) error
type Constraint ¶
type Constraint struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
Constraint describes compatibility constraint.
func (*Constraint) Descriptor
deprecated
func (*Constraint) Descriptor() ([]byte, []int)
Deprecated: Use Constraint.ProtoReflect.Descriptor instead.
func (*Constraint) GetVersion ¶
func (x *Constraint) GetVersion() string
func (*Constraint) MarshalToSizedBufferVT ¶
func (m *Constraint) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Constraint) MarshalToVT ¶
func (m *Constraint) MarshalToVT(dAtA []byte) (int, error)
func (*Constraint) MarshalVT ¶
func (m *Constraint) MarshalVT() (dAtA []byte, err error)
func (*Constraint) ProtoMessage ¶
func (*Constraint) ProtoMessage()
func (*Constraint) ProtoReflect ¶
func (x *Constraint) ProtoReflect() protoreflect.Message
func (*Constraint) Reset ¶
func (x *Constraint) Reset()
func (*Constraint) SizeVT ¶
func (m *Constraint) SizeVT() (n int)
func (*Constraint) String ¶
func (x *Constraint) String() string
func (*Constraint) UnmarshalVT ¶
func (m *Constraint) UnmarshalVT(dAtA []byte) error
type Layer ¶
type Layer struct { Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` Metadata *Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
Layer defines overlay mount layer.
func (*Layer) Descriptor
deprecated
func (*Layer) GetMetadata ¶
func (*Layer) MarshalToSizedBufferVT ¶
func (*Layer) ProtoMessage ¶
func (*Layer) ProtoMessage()
func (*Layer) ProtoReflect ¶
func (x *Layer) ProtoReflect() protoreflect.Message
func (*Layer) UnmarshalVT ¶
type Metadata ¶
type Metadata struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` Author string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Compatibility *Compatibility `protobuf:"bytes,5,opt,name=compatibility,proto3" json:"compatibility,omitempty"` ExtraInfo string `protobuf:"bytes,6,opt,name=extra_info,json=extraInfo,proto3" json:"extra_info,omitempty"` // contains filtered or unexported fields }
Metadata describes base extension metadata.
func (*Metadata) Descriptor
deprecated
func (*Metadata) GetCompatibility ¶
func (x *Metadata) GetCompatibility() *Compatibility
func (*Metadata) GetDescription ¶
func (*Metadata) GetExtraInfo ¶ added in v1.7.0
func (*Metadata) GetVersion ¶
func (*Metadata) MarshalToSizedBufferVT ¶
func (*Metadata) ProtoMessage ¶
func (*Metadata) ProtoMessage()
func (*Metadata) ProtoReflect ¶
func (x *Metadata) ProtoReflect() protoreflect.Message
func (*Metadata) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.