package
0.4.2
Repository: https://github.com/amalgam8/amalgam8.git
Documentation: pkg.go.dev

# Functions

New creates and initializes a K8s catalog factory.

# Constants

ProtocolTCP is the TCP protocol.
ProtocolUDP is the UDP protocol.

# Structs

EndpointAddress is a tuple that describes single IP address.
EndpointPort is a tuple that describes a single port.
Endpoints is a group of EndpointSubset.
EndpointsList is a list of endpoints.
EndpointSubset is a group of addresses with a common set of ports.
K8sConfig encapsulates K8s configuration parameters.
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
ObjectReference contains enough information to let you inspect or modify the referred object.
TypeMeta describes an individual object in an API response or request with strings representing the type of the object and its API schema version.

# Type aliases

Protocol defines network protocols supported for things like conatiner ports.