-
Alex ubuntu vm authoredAlex ubuntu vm authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
deployManager.yaml 627.67 KiB
---
apiVersion: v1
kind: Namespace
metadata:
labels:
app.kubernetes.io/component: manager
app.kubernetes.io/created-by: l2network
app.kubernetes.io/instance: system
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: namespace
app.kubernetes.io/part-of: l2network
control-plane: controller-manager
name: he-codeco-netma
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
name: l2networks.l2sm.l2sm.k8s.local
spec:
group: l2sm.l2sm.k8s.local
names:
kind: L2Network
listKind: L2NetworkList
plural: l2networks
singular: l2network
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: Internal SDN Controller Connectivity
jsonPath: .status.internalConnectivity
name: AVAILABILITY
type: string
- description: Internal SDN Controller Connectivity
jsonPath: .status.connectedPods
name: CONNECTED_PODS
type: integer
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
name: v1
schema:
openAPIV3Schema:
description: L2Network is the Schema for the l2networks 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: L2NetworkSpec defines the desired state of L2Network
properties:
config:
description: Config is an optional field that is meant to be used
as additional configuration depending on the type of network. Check