package
0.0.0-20221121043126-298dde518304
Repository: https://github.com/nitrictech/minio.git
Documentation: pkg.go.dev

# Functions

Authentication - custom username and password for authenticating at the endpoint.
CoreDNSPath - custom prefix on etcd to populate DNS service records, optional and can be empty.
DomainIPs set a list of custom domain IPs, note this will fail if set to empty when constructor initializes.
DomainNames set a list of domain names used by this CoreDNS client setting, note this will fail if set to empty when constructor initializes.
DomainPort - is a string version of server port.
NewCoreDNS - initialize a new coreDNS set/unset values.
NewOperatorDNS - initialize a new K8S Operator DNS set/unset values.
RootCAs - add custom trust certs pool.

# Variables

ErrDomainMissing - Indicates domain is missing.
ErrNoEntriesFound - Indicates no entries were found for the given key (directory).
ErrNotImplemented - Indicates the functionality which is not implemented.

# Structs

CoreDNS - represents dns config for coredns server.
Error - DNS related errors error.
OperatorDNS - represents dns config for MinIO k8s operator.
SrvRecord - represents a DNS service record.

# Interfaces

Store dns record store.

# Type aliases

ErrBucketConflict for buckets that already exist.
ErrInvalidBucketName for buckets with invalid name.
EtcdOption - functional options pattern style.
OperatorOption - functional options pattern style for OperatorDNS.