You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: PolicyEndpoint is the Schema for the policyendpoints API
77
75
properties:
78
76
apiVersion:
79
-
description: 'APIVersion defines the versioned schema of this representation
80
-
of an object. Servers should convert recognized schemas to the latest
81
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
77
+
description: |-
78
+
APIVersion defines the versioned schema of this representation of an object.
79
+
Servers should convert recognized schemas to the latest internal value, and
80
+
may reject unrecognized values.
81
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
82
82
type: string
83
83
kind:
84
-
description: 'Kind is a string value representing the REST resource this
85
-
object represents. Servers may infer this from the endpoint the client
86
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
84
+
description: |-
85
+
Kind is a string value representing the REST resource this object represents.
86
+
Servers may infer this from the endpoint the client submits requests to.
87
+
Cannot be updated.
88
+
In CamelCase.
89
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
87
90
type: string
88
91
metadata:
89
92
type: object
@@ -100,6 +103,12 @@ spec:
100
103
cidr:
101
104
description: CIDR is the network address(s) of the endpoint
102
105
type: string
106
+
domainName:
107
+
description: |-
108
+
DomainName is the FQDN for the endpoint (mutually exclusive with CIDR, egress-only)
109
+
Note: This field should only be used in egress rules, not ingress
0 commit comments