Skip to content

Commit

Permalink
Update-2021-08-13_08:18:55
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Aug 13, 2021
1 parent 4baf27b commit 7765c16
Show file tree
Hide file tree
Showing 8 changed files with 843 additions and 842 deletions.
4 changes: 2 additions & 2 deletions charts/netris-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.6
version: 0.3.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v0.4.4
appVersion: v0.4.5
home: https://github.com/netrisai/netris-operator
icon: https://www.netris.ai/wp-content/uploads/2020/05/logo-600.png # [todo] Change url to permalink
keywords:
Expand Down
311 changes: 155 additions & 156 deletions charts/netris-operator/crds/k8s.netris.ai_bgpmeta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

---
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
controller-gen.kubebuilder.io/version: v0.6.1
creationTimestamp: null
name: bgpmeta.k8s.netris.ai
spec:
Expand All @@ -15,164 +15,163 @@ spec:
plural: bgpmeta
singular: bgpmeta
scope: Namespaced
subresources:
status: {}
validation:
openAPIV3Schema:
description: BGPMeta is the Schema for the bgpmeta API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: BGPMetaSpec defines the desired state of BGPMeta
properties:
allowas_in:
type: integer
bgp_password:
type: string
bgpGeneration:
format: int64
type: integer
bgpName:
type: string
community:
type: string
description:
type: string
id:
type: integer
imported:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
type: boolean
inboundRouteMap:
type: integer
internal:
type: string
ip_version:
type: string
local_ip:
type: string
local_preference:
type: integer
multihop:
type: integer
name:
type: string
neighbor_address:
type: string
neighbor_as:
type: integer
nfv_id:
type: integer
nfv_port_id:
type: integer
originate:
type: string
outboundRouteMap:
type: integer
prefix_length:
type: integer
prefix_limit:
type: integer
prefix_list_inbound:
type: string
prefix_list_outbound:
type: string
prepend_inbound:
type: integer
prepend_outbound:
type: integer
rcircuit_id:
type: integer
reclaimPolicy:
type: boolean
remote_ip:
type: string
site_id:
type: integer
status:
type: string
switch_id:
type: integer
switch_name:
type: string
switch_port_id:
type: integer
term_switch_id:
type: integer
term_switch_name:
type: string
terminate_on_switch:
type: string
update_source:
type: string
vlan:
type: integer
weight:
type: integer
required:
- allowas_in
- bgpGeneration
- bgpName
- bgp_password
- community
- description
- id
- imported
- inboundRouteMap
- internal
- ip_version
- local_ip
- local_preference
- multihop
- name
- neighbor_address
- neighbor_as
- nfv_id
- nfv_port_id
- originate
- outboundRouteMap
- prefix_length
- prefix_limit
- prefix_list_inbound
- prefix_list_outbound
- prepend_inbound
- prepend_outbound
- rcircuit_id
- reclaimPolicy
- remote_ip
- site_id
- status
- switch_id
- switch_name
- switch_port_id
- term_switch_id
- term_switch_name
- terminate_on_switch
- update_source
- vlan
- weight
type: object
status:
description: BGPMetaStatus defines the observed state of BGPMeta
type: object
type: object
version: v1alpha1
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: BGPMeta is the Schema for the bgpmeta API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: BGPMetaSpec defines the desired state of BGPMeta
properties:
allowas_in:
type: integer
bgp_password:
type: string
bgpGeneration:
format: int64
type: integer
bgpName:
type: string
community:
type: string
description:
type: string
id:
type: integer
imported:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
type: boolean
inboundRouteMap:
type: integer
internal:
type: string
ip_version:
type: string
local_ip:
type: string
local_preference:
type: integer
multihop:
type: integer
name:
type: string
neighbor_address:
type: string
neighbor_as:
type: integer
nfv_id:
type: integer
nfv_port_id:
type: integer
originate:
type: string
outboundRouteMap:
type: integer
prefix_length:
type: integer
prefix_limit:
type: integer
prefix_list_inbound:
type: string
prefix_list_outbound:
type: string
prepend_inbound:
type: integer
prepend_outbound:
type: integer
rcircuit_id:
type: integer
reclaimPolicy:
type: boolean
remote_ip:
type: string
site_id:
type: integer
status:
type: string
switch_id:
type: integer
switch_name:
type: string
switch_port_id:
type: integer
term_switch_id:
type: integer
term_switch_name:
type: string
terminate_on_switch:
type: string
update_source:
type: string
vlan:
type: integer
weight:
type: integer
required:
- allowas_in
- bgpGeneration
- bgpName
- bgp_password
- community
- description
- id
- imported
- inboundRouteMap
- internal
- ip_version
- local_ip
- local_preference
- multihop
- name
- neighbor_address
- neighbor_as
- nfv_id
- nfv_port_id
- originate
- outboundRouteMap
- prefix_length
- prefix_limit
- prefix_list_inbound
- prefix_list_outbound
- prepend_inbound
- prepend_outbound
- rcircuit_id
- reclaimPolicy
- remote_ip
- site_id
- status
- switch_id
- switch_name
- switch_port_id
- term_switch_id
- term_switch_name
- terminate_on_switch
- update_source
- vlan
- weight
type: object
status:
description: BGPMetaStatus defines the observed state of BGPMeta
type: object
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
Expand Down
Loading

0 comments on commit 7765c16

Please sign in to comment.