# Functions
New creates and initializes a K8s catalog factory.
# 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.