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
Copy file name to clipboardExpand all lines: stable/aws-vpc-cni/crds/customresourcedefinition.yaml
+55-39Lines changed: 55 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -76,14 +76,19 @@ spec:
76
76
description: PolicyEndpoint is the Schema for the policyendpoints API
77
77
properties:
78
78
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'
79
+
description: |-
80
+
APIVersion defines the versioned schema of this representation of an object.
81
+
Servers should convert recognized schemas to the latest internal value, and
82
+
may reject unrecognized values.
83
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
82
84
type: string
83
85
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'
86
+
description: |-
87
+
Kind is a string value representing the REST resource this object represents.
88
+
Servers may infer this from the endpoint the client submits requests to.
89
+
Cannot be updated.
90
+
In CamelCase.
91
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
87
92
type: string
88
93
metadata:
89
94
type: object
@@ -100,6 +105,12 @@ spec:
100
105
cidr:
101
106
description: CIDR is the network address(s) of the endpoint
102
107
type: string
108
+
domainName:
109
+
description: |-
110
+
DomainName is the FQDN for the endpoint (mutually exclusive with CIDR, egress-only)
111
+
Note: This field should only be used in egress rules, not ingress
0 commit comments