Documentation ¶
Index ¶
- Variables
- type DeviceConfigSpecSpec
- func (*DeviceConfigSpecSpec) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceConfigSpecSpec) GetYamlMarshalled() []byte
- func (m *DeviceConfigSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *DeviceConfigSpecSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *DeviceConfigSpecSpec) MarshalVT() (dAtA []byte, err error)
- func (*DeviceConfigSpecSpec) ProtoMessage()
- func (x *DeviceConfigSpecSpec) ProtoReflect() protoreflect.Message
- func (x *DeviceConfigSpecSpec) Reset()
- func (m *DeviceConfigSpecSpec) SizeVT() (n int)
- func (x *DeviceConfigSpecSpec) String() string
- func (m *DeviceConfigSpecSpec) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_resource_network_device_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DeviceConfigSpecSpec ¶
type DeviceConfigSpecSpec struct { // Contains YAML marshalled device config (as part of the machine config). YamlMarshalled []byte `protobuf:"bytes,1,opt,name=yaml_marshalled,json=yamlMarshalled,proto3" json:"yaml_marshalled,omitempty"` // contains filtered or unexported fields }
DeviceConfigSpecSpec is the spec for the network.DeviceConfigSpec resource.
func (*DeviceConfigSpecSpec) Descriptor
deprecated
func (*DeviceConfigSpecSpec) Descriptor() ([]byte, []int)
Deprecated: Use DeviceConfigSpecSpec.ProtoReflect.Descriptor instead.
func (*DeviceConfigSpecSpec) GetYamlMarshalled ¶
func (x *DeviceConfigSpecSpec) GetYamlMarshalled() []byte
func (*DeviceConfigSpecSpec) MarshalToSizedBufferVT ¶
func (m *DeviceConfigSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*DeviceConfigSpecSpec) MarshalToVT ¶
func (m *DeviceConfigSpecSpec) MarshalToVT(dAtA []byte) (int, error)
func (*DeviceConfigSpecSpec) MarshalVT ¶
func (m *DeviceConfigSpecSpec) MarshalVT() (dAtA []byte, err error)
func (*DeviceConfigSpecSpec) ProtoMessage ¶
func (*DeviceConfigSpecSpec) ProtoMessage()
func (*DeviceConfigSpecSpec) ProtoReflect ¶
func (x *DeviceConfigSpecSpec) ProtoReflect() protoreflect.Message
func (*DeviceConfigSpecSpec) Reset ¶
func (x *DeviceConfigSpecSpec) Reset()
func (*DeviceConfigSpecSpec) SizeVT ¶
func (m *DeviceConfigSpecSpec) SizeVT() (n int)
func (*DeviceConfigSpecSpec) String ¶
func (x *DeviceConfigSpecSpec) String() string
func (*DeviceConfigSpecSpec) UnmarshalVT ¶
func (m *DeviceConfigSpecSpec) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.