Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
ecd26785
Unverified
Commit
ecd26785
authored
3 years ago
by
Florian Ruynat
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Move ovn4nvf crd from v1beta1 to v1 (#8006)
parent
ac846667
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/network_plugin/ovn4nfv/templates/ovn4nfv-k8s-plugin.yml.j2
+222
-223
222 additions, 223 deletions
...etwork_plugin/ovn4nfv/templates/ovn4nfv-k8s-plugin.yml.j2
with
222 additions
and
223 deletions
roles/network_plugin/ovn4nfv/templates/ovn4nfv-k8s-plugin.yml.j2
+
222
−
223
View file @
ecd26785
---
---
apiVersion: apiextensions.k8s.io/v1
beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
kind: CustomResourceDefinition
metadata:
metadata:
name: networks.k8s.plugin.opnfv.org
name: networks.k8s.plugin.opnfv.org
...
@@ -13,10 +13,15 @@ spec:
...
@@ -13,10 +13,15 @@ spec:
plural: networks
plural: networks
singular: network
singular: network
scope: Namespaced
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true
subresources:
subresources:
status: {}
status: {}
validation
:
schema
:
openAPIV3Schema:
openAPIV3Schema:
type: object
properties:
properties:
apiVersion:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
description: 'APIVersion defines the versioned schema of this representation
...
@@ -113,15 +118,10 @@ spec:
...
@@ -113,15 +118,10 @@ spec:
required:
required:
- state
- state
type: object
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
---
---
apiVersion: apiextensions.k8s.io/v1
beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
kind: CustomResourceDefinition
metadata:
metadata:
name: providernetworks.k8s.plugin.opnfv.org
name: providernetworks.k8s.plugin.opnfv.org
...
@@ -133,11 +133,16 @@ spec:
...
@@ -133,11 +133,16 @@ spec:
plural: providernetworks
plural: providernetworks
singular: providernetwork
singular: providernetwork
scope: Namespaced
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true
subresources:
subresources:
status: {}
status: {}
validation
:
schema
:
openAPIV3Schema:
openAPIV3Schema:
description: ProviderNetwork is the Schema for the providernetworks API
description: ProviderNetwork is the Schema for the providernetworks API
type: object
properties:
properties:
apiVersion:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
description: 'APIVersion defines the versioned schema of this representation
...
@@ -272,12 +277,6 @@ spec:
...
@@ -272,12 +277,6 @@ spec:
required:
required:
- state
- state
type: object
type: object
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
---
---
apiVersion: v1
apiVersion: v1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment