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

Update CRDs after upgrade controller-gen #188

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 59 additions & 68 deletions config/crd/bases/infrastructure.cluster.x-k8s.io_ociclusters.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.7.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: ociclusters.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -129,28 +128,27 @@ spec:
destination:
description: 'Conceptually, this is the range
of IP addresses that a packet originating
from the instance can go to. Allowed values: *
IP address range in CIDR notation. For example:
`192.168.1.0/24` or `2001:0db8:0123:45::/56` Note
that IPv6 addressing is currently supported
only in certain regions. See IPv6 Addresses
(https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm). *
The `cidrBlock` value for a Service, if
you''re setting up a security list rule
from the instance can go to. Allowed values:
* IP address range in CIDR notation. For
example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`
Note that IPv6 addressing is currently supported
only in certain regions. See IPv6 Addresses
(https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
* The `cidrBlock` value for a Service, if
you''re setting up a security list rule
for traffic destined for a particular `Service`
through a service gateway. For example:
through a service gateway. For example:
`oci-phx-objectstorage`.'
type: string
destinationType:
description: 'Type of destination for the
rule. The default is `CIDR_BLOCK`. Allowed
values: * `CIDR_BLOCK`: If the rule''s
`destination` is an IP address range in
CIDR notation. * `SERVICE_CIDR_BLOCK`:
If the rule''s `destination` is the `cidrBlock`
value for a Service (the rule is for
traffic destined for a particular `Service`
through a service gateway).'
values: * `CIDR_BLOCK`: If the rule''s `destination`
is an IP address range in CIDR notation.
* `SERVICE_CIDR_BLOCK`: If the rule''s `destination`
is the `cidrBlock` value for a Service (the
rule is for traffic destined for a particular
`Service` through a service gateway).'
type: string
icmpOptions:
description: 'IcmpOptions Optional and valid
Expand Down Expand Up @@ -357,27 +355,27 @@ spec:
source:
description: 'Conceptually, this is the range
of IP addresses that a packet coming into
the instance can come from. Allowed values: *
IP address range in CIDR notation. For example:
`192.168.1.0/24` or `2001:0db8:0123:45::/56`. IPv6
addressing is supported for all commercial
and government regions. See IPv6 Addresses
(https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm). *
The `cidrBlock` value for a Service, if
you''re setting up a security list rule
the instance can come from. Allowed values:
* IP address range in CIDR notation. For
example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`.
IPv6 addressing is supported for all commercial
and government regions. See IPv6 Addresses
(https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
* The `cidrBlock` value for a Service, if
you''re setting up a security list rule
for traffic coming from a particular `Service`
through a service gateway. For example:
through a service gateway. For example:
`oci-phx-objectstorage`.'
type: string
sourceType:
description: 'Type of source for the rule.
The default is `CIDR_BLOCK`. * `CIDR_BLOCK`:
The default is `CIDR_BLOCK`. * `CIDR_BLOCK`:
If the rule''s `source` is an IP address
range in CIDR notation. * `SERVICE_CIDR_BLOCK`:
range in CIDR notation. * `SERVICE_CIDR_BLOCK`:
If the rule''s `source` is the `cidrBlock`
value for a Service (the rule is for
traffic coming from a particular `Service`
through a service gateway).'
value for a Service (the rule is for traffic
coming from a particular `Service` through
a service gateway).'
type: string
tcpOptions:
description: TcpOptions Optional and valid
Expand Down Expand Up @@ -525,28 +523,27 @@ spec:
destination:
description: 'Conceptually, this is the range
of IP addresses that a packet originating
from the instance can go to. Allowed values: *
IP address range in CIDR notation. For example:
`192.168.1.0/24` or `2001:0db8:0123:45::/56` Note
that IPv6 addressing is currently supported
only in certain regions. See IPv6 Addresses
(https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm). *
The `cidrBlock` value for a Service, if
you''re setting up a security list rule
from the instance can go to. Allowed values:
* IP address range in CIDR notation. For
example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`
Note that IPv6 addressing is currently supported
only in certain regions. See IPv6 Addresses
(https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
* The `cidrBlock` value for a Service, if
you''re setting up a security list rule
for traffic destined for a particular `Service`
through a service gateway. For example:
through a service gateway. For example:
`oci-phx-objectstorage`.'
type: string
destinationType:
description: 'Type of destination for the
rule. The default is `CIDR_BLOCK`. Allowed
values: * `CIDR_BLOCK`: If the rule''s
`destination` is an IP address range in
CIDR notation. * `SERVICE_CIDR_BLOCK`:
If the rule''s `destination` is the `cidrBlock`
value for a Service (the rule is for
traffic destined for a particular `Service`
through a service gateway).'
values: * `CIDR_BLOCK`: If the rule''s `destination`
is an IP address range in CIDR notation.
* `SERVICE_CIDR_BLOCK`: If the rule''s `destination`
is the `cidrBlock` value for a Service (the
rule is for traffic destined for a particular
`Service` through a service gateway).'
type: string
icmpOptions:
description: 'IcmpOptions Optional and valid
Expand Down Expand Up @@ -738,27 +735,27 @@ spec:
source:
description: 'Conceptually, this is the range
of IP addresses that a packet coming into
the instance can come from. Allowed values: *
IP address range in CIDR notation. For example:
`192.168.1.0/24` or `2001:0db8:0123:45::/56`. IPv6
addressing is supported for all commercial
and government regions. See IPv6 Addresses
(https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm). *
The `cidrBlock` value for a Service, if
you''re setting up a security list rule
the instance can come from. Allowed values:
* IP address range in CIDR notation. For
example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`.
IPv6 addressing is supported for all commercial
and government regions. See IPv6 Addresses
(https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
* The `cidrBlock` value for a Service, if
you''re setting up a security list rule
for traffic coming from a particular `Service`
through a service gateway. For example:
through a service gateway. For example:
`oci-phx-objectstorage`.'
type: string
sourceType:
description: 'Type of source for the rule.
The default is `CIDR_BLOCK`. * `CIDR_BLOCK`:
The default is `CIDR_BLOCK`. * `CIDR_BLOCK`:
If the rule''s `source` is an IP address
range in CIDR notation. * `SERVICE_CIDR_BLOCK`:
range in CIDR notation. * `SERVICE_CIDR_BLOCK`:
If the rule''s `source` is the `cidrBlock`
value for a Service (the rule is for
traffic coming from a particular `Service`
through a service gateway).'
value for a Service (the rule is for traffic
coming from a particular `Service` through
a service gateway).'
type: string
tcpOptions:
description: TcpOptions Optional and valid
Expand Down Expand Up @@ -1050,9 +1047,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Loading