Kind
CiliumEndpointSlice
Group
cilium.io
Version
v2alpha1
apiVersion: cilium.io/v2alpha1 kind: CiliumEndpointSlice metadata: name: example
Tip: use .endpoints[].encryption for path-only search
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
endpoints []object required
Endpoints is a list of coreCEPs packed in a CiliumEndpointSlice
encryption object
EncryptionSpec defines the encryption relevant configuration of a node.
key integer
Key is the index to the key to use for encryption or 0 if encryption is disabled.
id integer
IdentityID is the numeric identity of the endpoint
format: int64
name string
Name indicate as CiliumEndpoint name.
named-ports []object
NamedPorts List of named Layer 4 port and protocol pairs which will be used in Network Policy specs. swagger:model NamedPorts
name string
Optional layer 4 port name
port integer
Layer 4 port number
protocol string
Layer 4 protocol Enum: ["TCP","UDP","SCTP","ICMP","ICMPV6","ANY"]
networking object
EndpointNetworking is the addressing information of an endpoint.
addressing []object required
IP4/6 addresses assigned to this Endpoint
ipv4 string
ipv6 string
node string
NodeIP is the IP of the node the endpoint is running on. The IP must be reachable between nodes.
service-account string
ServiceAccount is the service account of the endpoint.
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object required
namespace string
Namespace indicate as CiliumEndpointSlice namespace. All the CiliumEndpoints within the same namespace are put together in CiliumEndpointSlice.

No matches. Try .endpoints[].encryption for an exact path

Copied!