⎈ k8s knowledge compiler

IPAddress [api_object]ai-synthesized · conf 0.82

IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1

networking

Represents a single IP address.

Why it matters Used to specify IP addresses in networking resources, such as Ingress and Services.

Key facts - Defined by io.k8s.api.networking.v1.IPAddress in the Kubernetes API - Represents a single IP address

Sources

swagger.jsonio.k8s.api.networking.v1.IPAddress

Related (4)

related_to ObjectMetareferences type conf=1
related_to IPAddressSpecreferences type conf=1
api_for IPAddressdocuments API object conf=1
related_to IPAddressListreferences type conf=1

← all API Explorer