etcd

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use SpecSpec.ProtoReflect.Descriptor instead.

func (*SpecSpec) GetAdvertisedAddresses

func (x *SpecSpec) GetAdvertisedAddresses() []*common.NetIP

func (*SpecSpec) GetExtraArgs

func (x *SpecSpec) GetExtraArgs() map[string]string

func (*SpecSpec) GetImage

func (x *SpecSpec) GetImage() string

func (*SpecSpec) GetListenClientAddresses

func (x *SpecSpec) GetListenClientAddresses() []*common.NetIP

func (*SpecSpec) GetListenPeerAddresses

func (x *SpecSpec) GetListenPeerAddresses() []*common.NetIP

func (*SpecSpec) GetName

func (x *SpecSpec) GetName() string

func (*SpecSpec) MarshalToSizedBufferVT

func (m *SpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SpecSpec) MarshalToVT

func (m *SpecSpec) MarshalToVT(dAtA []byte) (int, error)

func (*SpecSpec) MarshalVT

func (m *SpecSpec) MarshalVT() (dAtA []byte, err error)

func (*SpecSpec) ProtoMessage

func (*SpecSpec) ProtoMessage()

func (*SpecSpec) ProtoReflect

func (x *SpecSpec) ProtoReflect() protoreflect.Message

func (*SpecSpec) Reset

func (x *SpecSpec) Reset()

func (*SpecSpec) SizeVT

func (m *SpecSpec) SizeVT() (n int)

func (*SpecSpec) String

func (x *SpecSpec) String() string

func (*SpecSpec) UnmarshalVT

func (m *SpecSpec) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL