Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding egress IP addresses to the CRD output #241

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions bindata/network/openshift-sdn/001-crd.yaml
Expand Up @@ -117,6 +117,14 @@ spec:
type: string
description: The CIDR range of the overlay network assigned to the node for its pods
JSONPath: .subnet
- name: Egress CIDRs
type: string
description: The network egress CIDRs
JSONPath: .egressCIDRs
- name: Egress IPs
type: string
description: The network egress IP addresses
JSONPath: .egressIPs
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -153,6 +161,10 @@ spec:
type: integer
description: The network identifier of the network namespace
JSONPath: .netid
- name: Egress IPs
type: string
description: The network egress IP addresses
JSONPath: .egressIPs
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
Expand Down