Documentation ¶
Index ¶
- Variables
- type EtcFileSpecSpec
- func (*EtcFileSpecSpec) Descriptor() ([]byte, []int)deprecated
- func (x *EtcFileSpecSpec) GetContents() []byte
- func (x *EtcFileSpecSpec) GetMode() uint32
- func (m *EtcFileSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *EtcFileSpecSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *EtcFileSpecSpec) MarshalVT() (dAtA []byte, err error)
- func (*EtcFileSpecSpec) ProtoMessage()
- func (x *EtcFileSpecSpec) ProtoReflect() protoreflect.Message
- func (x *EtcFileSpecSpec) Reset()
- func (m *EtcFileSpecSpec) SizeVT() (n int)
- func (x *EtcFileSpecSpec) String() string
- func (m *EtcFileSpecSpec) UnmarshalVT(dAtA []byte) error
- type EtcFileStatusSpec
- func (*EtcFileStatusSpec) Descriptor() ([]byte, []int)deprecated
- func (x *EtcFileStatusSpec) GetSpecVersion() string
- func (m *EtcFileStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *EtcFileStatusSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *EtcFileStatusSpec) MarshalVT() (dAtA []byte, err error)
- func (*EtcFileStatusSpec) ProtoMessage()
- func (x *EtcFileStatusSpec) ProtoReflect() protoreflect.Message
- func (x *EtcFileStatusSpec) Reset()
- func (m *EtcFileStatusSpec) SizeVT() (n int)
- func (x *EtcFileStatusSpec) String() string
- func (m *EtcFileStatusSpec) 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_definitions_files_files_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EtcFileSpecSpec ¶
type EtcFileSpecSpec struct { Contents []byte `protobuf:"bytes,1,opt,name=contents,proto3" json:"contents,omitempty"` Mode uint32 `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"` // contains filtered or unexported fields }
EtcFileSpecSpec describes status of rendered secrets.
func (*EtcFileSpecSpec) Descriptor
deprecated
func (*EtcFileSpecSpec) Descriptor() ([]byte, []int)
Deprecated: Use EtcFileSpecSpec.ProtoReflect.Descriptor instead.
func (*EtcFileSpecSpec) GetContents ¶
func (x *EtcFileSpecSpec) GetContents() []byte
func (*EtcFileSpecSpec) GetMode ¶
func (x *EtcFileSpecSpec) GetMode() uint32
func (*EtcFileSpecSpec) MarshalToSizedBufferVT ¶
func (m *EtcFileSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*EtcFileSpecSpec) MarshalToVT ¶
func (m *EtcFileSpecSpec) MarshalToVT(dAtA []byte) (int, error)
func (*EtcFileSpecSpec) MarshalVT ¶
func (m *EtcFileSpecSpec) MarshalVT() (dAtA []byte, err error)
func (*EtcFileSpecSpec) ProtoMessage ¶
func (*EtcFileSpecSpec) ProtoMessage()
func (*EtcFileSpecSpec) ProtoReflect ¶
func (x *EtcFileSpecSpec) ProtoReflect() protoreflect.Message
func (*EtcFileSpecSpec) Reset ¶
func (x *EtcFileSpecSpec) Reset()
func (*EtcFileSpecSpec) SizeVT ¶
func (m *EtcFileSpecSpec) SizeVT() (n int)
func (*EtcFileSpecSpec) String ¶
func (x *EtcFileSpecSpec) String() string
func (*EtcFileSpecSpec) UnmarshalVT ¶
func (m *EtcFileSpecSpec) UnmarshalVT(dAtA []byte) error
type EtcFileStatusSpec ¶
type EtcFileStatusSpec struct { SpecVersion string `protobuf:"bytes,1,opt,name=spec_version,json=specVersion,proto3" json:"spec_version,omitempty"` // contains filtered or unexported fields }
EtcFileStatusSpec describes status of rendered secrets.
func (*EtcFileStatusSpec) Descriptor
deprecated
func (*EtcFileStatusSpec) Descriptor() ([]byte, []int)
Deprecated: Use EtcFileStatusSpec.ProtoReflect.Descriptor instead.
func (*EtcFileStatusSpec) GetSpecVersion ¶
func (x *EtcFileStatusSpec) GetSpecVersion() string
func (*EtcFileStatusSpec) MarshalToSizedBufferVT ¶
func (m *EtcFileStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*EtcFileStatusSpec) MarshalToVT ¶
func (m *EtcFileStatusSpec) MarshalToVT(dAtA []byte) (int, error)
func (*EtcFileStatusSpec) MarshalVT ¶
func (m *EtcFileStatusSpec) MarshalVT() (dAtA []byte, err error)
func (*EtcFileStatusSpec) ProtoMessage ¶
func (*EtcFileStatusSpec) ProtoMessage()
func (*EtcFileStatusSpec) ProtoReflect ¶
func (x *EtcFileStatusSpec) ProtoReflect() protoreflect.Message
func (*EtcFileStatusSpec) Reset ¶
func (x *EtcFileStatusSpec) Reset()
func (*EtcFileStatusSpec) SizeVT ¶
func (m *EtcFileStatusSpec) SizeVT() (n int)
func (*EtcFileStatusSpec) String ¶
func (x *EtcFileStatusSpec) String() string
func (*EtcFileStatusSpec) UnmarshalVT ¶
func (m *EtcFileStatusSpec) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.