mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Upgrade kube-ovn to v1.1.0 and move test from centos7 to centos8 (#5852)
This commit is contained in:
@@ -40,7 +40,12 @@ spec:
|
||||
kind: Subnet
|
||||
shortNames:
|
||||
- subnet
|
||||
subresources:
|
||||
status: {}
|
||||
additionalPrinterColumns:
|
||||
- name: Provider
|
||||
type: string
|
||||
JSONPath: .spec.provider
|
||||
- name: Protocol
|
||||
type: string
|
||||
JSONPath: .spec.protocol
|
||||
@@ -53,11 +58,23 @@ spec:
|
||||
- name: NAT
|
||||
type: boolean
|
||||
JSONPath: .spec.natOutgoing
|
||||
- name: Default
|
||||
type: boolean
|
||||
JSONPath: .spec.default
|
||||
- name: GatewayType
|
||||
type: string
|
||||
JSONPath: .spec.gatewayType
|
||||
- name: Used
|
||||
type: integer
|
||||
JSONPath: .status.usingIPs
|
||||
- name: Available
|
||||
type: integer
|
||||
JSONPath: .status.availableIPs
|
||||
validation:
|
||||
openAPIV3Schema:
|
||||
properties:
|
||||
spec:
|
||||
required: ["cidrBlock","gateway"]
|
||||
required: ["cidrBlock"]
|
||||
properties:
|
||||
cidrBlock:
|
||||
type: "string"
|
||||
|
||||
Reference in New Issue
Block a user