secrets

package
v0.1.21 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_resource_definitions_secrets_secrets_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type APICertsSpec

type APICertsSpec struct {
	Client      *common.PEMEncodedCertificateAndKey `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	Server      *common.PEMEncodedCertificateAndKey `protobuf:"bytes,3,opt,name=server,proto3" json:"server,omitempty"`
	AcceptedCAs []*common.PEMEncodedCertificate     `protobuf:"bytes,4,rep,name=accepted_c_as,json=acceptedCAs,proto3" json:"accepted_c_as,omitempty"`
	// contains filtered or unexported fields
}

APICertsSpec describes API certificate secrets.

func (*APICertsSpec) Descriptor deprecated

func (*APICertsSpec) Descriptor() ([]byte, []int)

Deprecated: Use APICertsSpec.ProtoReflect.Descriptor instead.

func (*APICertsSpec) GetAcceptedCAs

func (x *APICertsSpec) GetAcceptedCAs() []*common.PEMEncodedCertificate

func (*APICertsSpec) GetClient

func (*APICertsSpec) GetServer

func (*APICertsSpec) MarshalToSizedBufferVT

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

func (*APICertsSpec) MarshalToVT

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

func (*APICertsSpec) MarshalVT

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

func (*APICertsSpec) ProtoMessage

func (*APICertsSpec) ProtoMessage()

func (*APICertsSpec) ProtoReflect

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

func (*APICertsSpec) Reset

func (x *APICertsSpec) Reset()

func (*APICertsSpec) SizeVT

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

func (*APICertsSpec) String

func (x *APICertsSpec) String() string

func (*APICertsSpec) UnmarshalVT

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

type CertSANSpec

type CertSANSpec struct {
	IPs      []*common.NetIP `protobuf:"bytes,1,rep,name=i_ps,json=iPs,proto3" json:"i_ps,omitempty"`
	DnsNames []string        `protobuf:"bytes,2,rep,name=dns_names,json=dnsNames,proto3" json:"dns_names,omitempty"`
	Fqdn     string          `protobuf:"bytes,3,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	// contains filtered or unexported fields
}

CertSANSpec describes fields of the cert SANs.

func (*CertSANSpec) Descriptor deprecated

func (*CertSANSpec) Descriptor() ([]byte, []int)

Deprecated: Use CertSANSpec.ProtoReflect.Descriptor instead.

func (*CertSANSpec) GetDnsNames

func (x *CertSANSpec) GetDnsNames() []string

func (*CertSANSpec) GetFqdn

func (x *CertSANSpec) GetFqdn() string

func (*CertSANSpec) GetIPs

func (x *CertSANSpec) GetIPs() []*common.NetIP

func (*CertSANSpec) MarshalToSizedBufferVT

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

func (*CertSANSpec) MarshalToVT

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

func (*CertSANSpec) MarshalVT

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

func (*CertSANSpec) ProtoMessage

func (*CertSANSpec) ProtoMessage()

func (*CertSANSpec) ProtoReflect

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

func (*CertSANSpec) Reset

func (x *CertSANSpec) Reset()

func (*CertSANSpec) SizeVT

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

func (*CertSANSpec) String

func (x *CertSANSpec) String() string

func (*CertSANSpec) UnmarshalVT

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

type EncryptionSaltSpec

type EncryptionSaltSpec struct {
	DiskSalt []byte `protobuf:"bytes,1,opt,name=disk_salt,json=diskSalt,proto3" json:"disk_salt,omitempty"`
	// contains filtered or unexported fields
}

EncryptionSaltSpec describes the salt.

func (*EncryptionSaltSpec) Descriptor deprecated

func (*EncryptionSaltSpec) Descriptor() ([]byte, []int)

Deprecated: Use EncryptionSaltSpec.ProtoReflect.Descriptor instead.

func (*EncryptionSaltSpec) GetDiskSalt

func (x *EncryptionSaltSpec) GetDiskSalt() []byte

func (*EncryptionSaltSpec) MarshalToSizedBufferVT

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

func (*EncryptionSaltSpec) MarshalToVT

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

func (*EncryptionSaltSpec) MarshalVT

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

func (*EncryptionSaltSpec) ProtoMessage

func (*EncryptionSaltSpec) ProtoMessage()

func (*EncryptionSaltSpec) ProtoReflect

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

func (*EncryptionSaltSpec) Reset

func (x *EncryptionSaltSpec) Reset()

func (*EncryptionSaltSpec) SizeVT

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

func (*EncryptionSaltSpec) String

func (x *EncryptionSaltSpec) String() string

func (*EncryptionSaltSpec) UnmarshalVT

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

type MaintenanceRootSpec

type MaintenanceRootSpec struct {
	Ca *common.PEMEncodedCertificateAndKey `protobuf:"bytes,1,opt,name=ca,proto3" json:"ca,omitempty"`
	// contains filtered or unexported fields
}

MaintenanceRootSpec describes maintenance service CA.

func (*MaintenanceRootSpec) Descriptor deprecated

func (*MaintenanceRootSpec) Descriptor() ([]byte, []int)

Deprecated: Use MaintenanceRootSpec.ProtoReflect.Descriptor instead.

func (*MaintenanceRootSpec) GetCa

func (*MaintenanceRootSpec) MarshalToSizedBufferVT

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

func (*MaintenanceRootSpec) MarshalToVT

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

func (*MaintenanceRootSpec) MarshalVT

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

func (*MaintenanceRootSpec) ProtoMessage

func (*MaintenanceRootSpec) ProtoMessage()

func (*MaintenanceRootSpec) ProtoReflect

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

func (*MaintenanceRootSpec) Reset

func (x *MaintenanceRootSpec) Reset()

func (*MaintenanceRootSpec) SizeVT

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

func (*MaintenanceRootSpec) String

func (x *MaintenanceRootSpec) String() string

func (*MaintenanceRootSpec) UnmarshalVT

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

type MaintenanceServiceCertsSpec

type MaintenanceServiceCertsSpec struct {
	Ca     *common.PEMEncodedCertificateAndKey `protobuf:"bytes,1,opt,name=ca,proto3" json:"ca,omitempty"`
	Server *common.PEMEncodedCertificateAndKey `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

MaintenanceServiceCertsSpec describes maintenance service certs secrets.

func (*MaintenanceServiceCertsSpec) Descriptor deprecated

func (*MaintenanceServiceCertsSpec) Descriptor() ([]byte, []int)

Deprecated: Use MaintenanceServiceCertsSpec.ProtoReflect.Descriptor instead.

func (*MaintenanceServiceCertsSpec) GetCa

func (*MaintenanceServiceCertsSpec) GetServer

func (*MaintenanceServiceCertsSpec) MarshalToSizedBufferVT

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

func (*MaintenanceServiceCertsSpec) MarshalToVT

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

func (*MaintenanceServiceCertsSpec) MarshalVT

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

func (*MaintenanceServiceCertsSpec) ProtoMessage

func (*MaintenanceServiceCertsSpec) ProtoMessage()

func (*MaintenanceServiceCertsSpec) ProtoReflect

func (*MaintenanceServiceCertsSpec) Reset

func (x *MaintenanceServiceCertsSpec) Reset()

func (*MaintenanceServiceCertsSpec) SizeVT

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

func (*MaintenanceServiceCertsSpec) String

func (x *MaintenanceServiceCertsSpec) String() string

func (*MaintenanceServiceCertsSpec) UnmarshalVT

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

type OSRootSpec

type OSRootSpec struct {
	IssuingCa       *common.PEMEncodedCertificateAndKey `protobuf:"bytes,1,opt,name=issuing_ca,json=issuingCa,proto3" json:"issuing_ca,omitempty"`
	CertSaniPs      []*common.NetIP                     `protobuf:"bytes,2,rep,name=cert_sani_ps,json=certSaniPs,proto3" json:"cert_sani_ps,omitempty"`
	CertSandnsNames []string                            `protobuf:"bytes,3,rep,name=cert_sandns_names,json=certSandnsNames,proto3" json:"cert_sandns_names,omitempty"`
	Token           string                              `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	AcceptedCAs     []*common.PEMEncodedCertificate     `protobuf:"bytes,5,rep,name=accepted_c_as,json=acceptedCAs,proto3" json:"accepted_c_as,omitempty"`
	// contains filtered or unexported fields
}

OSRootSpec describes operating system CA.

func (*OSRootSpec) Descriptor deprecated

func (*OSRootSpec) Descriptor() ([]byte, []int)

Deprecated: Use OSRootSpec.ProtoReflect.Descriptor instead.

func (*OSRootSpec) GetAcceptedCAs

func (x *OSRootSpec) GetAcceptedCAs() []*common.PEMEncodedCertificate

func (*OSRootSpec) GetCertSandnsNames

func (x *OSRootSpec) GetCertSandnsNames() []string

func (*OSRootSpec) GetCertSaniPs

func (x *OSRootSpec) GetCertSaniPs() []*common.NetIP

func (*OSRootSpec) GetIssuingCa

func (x *OSRootSpec) GetIssuingCa() *common.PEMEncodedCertificateAndKey

func (*OSRootSpec) GetToken

func (x *OSRootSpec) GetToken() string

func (*OSRootSpec) MarshalToSizedBufferVT

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

func (*OSRootSpec) MarshalToVT

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

func (*OSRootSpec) MarshalVT

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

func (*OSRootSpec) ProtoMessage

func (*OSRootSpec) ProtoMessage()

func (*OSRootSpec) ProtoReflect

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

func (*OSRootSpec) Reset

func (x *OSRootSpec) Reset()

func (*OSRootSpec) SizeVT

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

func (*OSRootSpec) String

func (x *OSRootSpec) String() string

func (*OSRootSpec) UnmarshalVT

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

type TrustdCertsSpec

type TrustdCertsSpec struct {
	Server      *common.PEMEncodedCertificateAndKey `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	AcceptedCAs []*common.PEMEncodedCertificate     `protobuf:"bytes,3,rep,name=accepted_c_as,json=acceptedCAs,proto3" json:"accepted_c_as,omitempty"`
	// contains filtered or unexported fields
}

TrustdCertsSpec describes trustd certificate secrets.

func (*TrustdCertsSpec) Descriptor deprecated

func (*TrustdCertsSpec) Descriptor() ([]byte, []int)

Deprecated: Use TrustdCertsSpec.ProtoReflect.Descriptor instead.

func (*TrustdCertsSpec) GetAcceptedCAs

func (x *TrustdCertsSpec) GetAcceptedCAs() []*common.PEMEncodedCertificate

func (*TrustdCertsSpec) GetServer

func (*TrustdCertsSpec) MarshalToSizedBufferVT

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

func (*TrustdCertsSpec) MarshalToVT

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

func (*TrustdCertsSpec) MarshalVT

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

func (*TrustdCertsSpec) ProtoMessage

func (*TrustdCertsSpec) ProtoMessage()

func (*TrustdCertsSpec) ProtoReflect

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

func (*TrustdCertsSpec) Reset

func (x *TrustdCertsSpec) Reset()

func (*TrustdCertsSpec) SizeVT

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

func (*TrustdCertsSpec) String

func (x *TrustdCertsSpec) String() string

func (*TrustdCertsSpec) UnmarshalVT

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

Jump to

Keyboard shortcuts

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