Documentation ¶
Index ¶
- Variables
- type ConfigSpec
- func (*ConfigSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigSpec) GetAdvertiseExcludeSubnets() []string
- func (x *ConfigSpec) GetAdvertiseValidSubnets() []string
- func (x *ConfigSpec) GetExtraArgs() map[string]string
- func (x *ConfigSpec) GetImage() string
- func (x *ConfigSpec) GetListenExcludeSubnets() []string
- func (x *ConfigSpec) GetListenValidSubnets() []string
- func (m *ConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ConfigSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *ConfigSpec) MarshalVT() (dAtA []byte, err error)
- func (*ConfigSpec) ProtoMessage()
- func (x *ConfigSpec) ProtoReflect() protoreflect.Message
- func (x *ConfigSpec) Reset()
- func (m *ConfigSpec) SizeVT() (n int)
- func (x *ConfigSpec) String() string
- func (m *ConfigSpec) UnmarshalVT(dAtA []byte) error
- type MemberSpec
- func (*MemberSpec) Descriptor() ([]byte, []int)deprecated
- func (x *MemberSpec) GetMemberId() string
- func (m *MemberSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *MemberSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *MemberSpec) MarshalVT() (dAtA []byte, err error)
- func (*MemberSpec) ProtoMessage()
- func (x *MemberSpec) ProtoReflect() protoreflect.Message
- func (x *MemberSpec) Reset()
- func (m *MemberSpec) SizeVT() (n int)
- func (x *MemberSpec) String() string
- func (m *MemberSpec) UnmarshalVT(dAtA []byte) error
- type PKIStatusSpec
- func (*PKIStatusSpec) Descriptor() ([]byte, []int)deprecated
- func (x *PKIStatusSpec) GetReady() bool
- func (x *PKIStatusSpec) GetVersion() string
- func (m *PKIStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *PKIStatusSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *PKIStatusSpec) MarshalVT() (dAtA []byte, err error)
- func (*PKIStatusSpec) ProtoMessage()
- func (x *PKIStatusSpec) ProtoReflect() protoreflect.Message
- func (x *PKIStatusSpec) Reset()
- func (m *PKIStatusSpec) SizeVT() (n int)
- func (x *PKIStatusSpec) String() string
- func (m *PKIStatusSpec) UnmarshalVT(dAtA []byte) error
- type SpecSpec
- func (*SpecSpec) Descriptor() ([]byte, []int)deprecated
- func (x *SpecSpec) GetAdvertisedAddresses() []*common.NetIP
- func (x *SpecSpec) GetExtraArgs() map[string]string
- func (x *SpecSpec) GetImage() string
- func (x *SpecSpec) GetListenClientAddresses() []*common.NetIP
- func (x *SpecSpec) GetListenPeerAddresses() []*common.NetIP
- func (x *SpecSpec) GetName() string
- func (m *SpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *SpecSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *SpecSpec) MarshalVT() (dAtA []byte, err error)
- func (*SpecSpec) ProtoMessage()
- func (x *SpecSpec) ProtoReflect() protoreflect.Message
- func (x *SpecSpec) Reset()
- func (m *SpecSpec) SizeVT() (n int)
- func (x *SpecSpec) String() string
- func (m *SpecSpec) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_resource_definitions_etcd_etcd_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ConfigSpec ¶
type ConfigSpec struct { AdvertiseValidSubnets []string `` /* 126-byte string literal not displayed */ AdvertiseExcludeSubnets []string `` /* 132-byte string literal not displayed */ Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"` ExtraArgs map[string]string `` /* 176-byte string literal not displayed */ ListenValidSubnets []string `protobuf:"bytes,5,rep,name=listen_valid_subnets,json=listenValidSubnets,proto3" json:"listen_valid_subnets,omitempty"` ListenExcludeSubnets []string `protobuf:"bytes,6,rep,name=listen_exclude_subnets,json=listenExcludeSubnets,proto3" json:"listen_exclude_subnets,omitempty"` // contains filtered or unexported fields }
ConfigSpec describes (some) configuration settings of etcd.
func (*ConfigSpec) Descriptor
deprecated
func (*ConfigSpec) Descriptor() ([]byte, []int)
Deprecated: Use ConfigSpec.ProtoReflect.Descriptor instead.
func (*ConfigSpec) GetAdvertiseExcludeSubnets ¶
func (x *ConfigSpec) GetAdvertiseExcludeSubnets() []string
func (*ConfigSpec) GetAdvertiseValidSubnets ¶
func (x *ConfigSpec) GetAdvertiseValidSubnets() []string
func (*ConfigSpec) GetExtraArgs ¶
func (x *ConfigSpec) GetExtraArgs() map[string]string
func (*ConfigSpec) GetImage ¶
func (x *ConfigSpec) GetImage() string
func (*ConfigSpec) GetListenExcludeSubnets ¶
func (x *ConfigSpec) GetListenExcludeSubnets() []string
func (*ConfigSpec) GetListenValidSubnets ¶
func (x *ConfigSpec) GetListenValidSubnets() []string
func (*ConfigSpec) MarshalToSizedBufferVT ¶
func (m *ConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ConfigSpec) MarshalToVT ¶
func (m *ConfigSpec) MarshalToVT(dAtA []byte) (int, error)
func (*ConfigSpec) MarshalVT ¶
func (m *ConfigSpec) MarshalVT() (dAtA []byte, err error)
func (*ConfigSpec) ProtoMessage ¶
func (*ConfigSpec) ProtoMessage()
func (*ConfigSpec) ProtoReflect ¶
func (x *ConfigSpec) ProtoReflect() protoreflect.Message
func (*ConfigSpec) Reset ¶
func (x *ConfigSpec) Reset()
func (*ConfigSpec) SizeVT ¶
func (m *ConfigSpec) SizeVT() (n int)
func (*ConfigSpec) String ¶
func (x *ConfigSpec) String() string
func (*ConfigSpec) UnmarshalVT ¶
func (m *ConfigSpec) UnmarshalVT(dAtA []byte) error
type MemberSpec ¶
type MemberSpec struct { MemberId string `protobuf:"bytes,1,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"` // contains filtered or unexported fields }
MemberSpec holds information about an etcd member.
func (*MemberSpec) Descriptor
deprecated
func (*MemberSpec) Descriptor() ([]byte, []int)
Deprecated: Use MemberSpec.ProtoReflect.Descriptor instead.
func (*MemberSpec) GetMemberId ¶
func (x *MemberSpec) GetMemberId() string
func (*MemberSpec) MarshalToSizedBufferVT ¶
func (m *MemberSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*MemberSpec) MarshalToVT ¶
func (m *MemberSpec) MarshalToVT(dAtA []byte) (int, error)
func (*MemberSpec) MarshalVT ¶
func (m *MemberSpec) MarshalVT() (dAtA []byte, err error)
func (*MemberSpec) ProtoMessage ¶
func (*MemberSpec) ProtoMessage()
func (*MemberSpec) ProtoReflect ¶
func (x *MemberSpec) ProtoReflect() protoreflect.Message
func (*MemberSpec) Reset ¶
func (x *MemberSpec) Reset()
func (*MemberSpec) SizeVT ¶
func (m *MemberSpec) SizeVT() (n int)
func (*MemberSpec) String ¶
func (x *MemberSpec) String() string
func (*MemberSpec) UnmarshalVT ¶
func (m *MemberSpec) UnmarshalVT(dAtA []byte) error
type PKIStatusSpec ¶
type PKIStatusSpec struct { Ready bool `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
PKIStatusSpec describes status of rendered secrets.
func (*PKIStatusSpec) Descriptor
deprecated
func (*PKIStatusSpec) Descriptor() ([]byte, []int)
Deprecated: Use PKIStatusSpec.ProtoReflect.Descriptor instead.
func (*PKIStatusSpec) GetReady ¶
func (x *PKIStatusSpec) GetReady() bool
func (*PKIStatusSpec) GetVersion ¶
func (x *PKIStatusSpec) GetVersion() string
func (*PKIStatusSpec) MarshalToSizedBufferVT ¶
func (m *PKIStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*PKIStatusSpec) MarshalToVT ¶
func (m *PKIStatusSpec) MarshalToVT(dAtA []byte) (int, error)
func (*PKIStatusSpec) MarshalVT ¶
func (m *PKIStatusSpec) MarshalVT() (dAtA []byte, err error)
func (*PKIStatusSpec) ProtoMessage ¶
func (*PKIStatusSpec) ProtoMessage()
func (*PKIStatusSpec) ProtoReflect ¶
func (x *PKIStatusSpec) ProtoReflect() protoreflect.Message
func (*PKIStatusSpec) Reset ¶
func (x *PKIStatusSpec) Reset()
func (*PKIStatusSpec) SizeVT ¶
func (m *PKIStatusSpec) SizeVT() (n int)
func (*PKIStatusSpec) String ¶
func (x *PKIStatusSpec) String() string
func (*PKIStatusSpec) UnmarshalVT ¶
func (m *PKIStatusSpec) UnmarshalVT(dAtA []byte) error
type SpecSpec ¶
type SpecSpec struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` AdvertisedAddresses []*common.NetIP `protobuf:"bytes,2,rep,name=advertised_addresses,json=advertisedAddresses,proto3" json:"advertised_addresses,omitempty"` Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"` ExtraArgs map[string]string `` /* 176-byte string literal not displayed */ ListenPeerAddresses []*common.NetIP `protobuf:"bytes,5,rep,name=listen_peer_addresses,json=listenPeerAddresses,proto3" json:"listen_peer_addresses,omitempty"` ListenClientAddresses []*common.NetIP `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
SpecSpec describes (some) Specuration settings of etcd.
func (*SpecSpec) Descriptor
deprecated
func (*SpecSpec) GetAdvertisedAddresses ¶
func (*SpecSpec) GetExtraArgs ¶
func (*SpecSpec) GetListenClientAddresses ¶
func (*SpecSpec) GetListenPeerAddresses ¶
func (*SpecSpec) MarshalToSizedBufferVT ¶
func (*SpecSpec) ProtoMessage ¶
func (*SpecSpec) ProtoMessage()
func (*SpecSpec) ProtoReflect ¶
func (x *SpecSpec) ProtoReflect() protoreflect.Message
func (*SpecSpec) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.