You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Features:
- Added Softgate CRD
- Added Switch CRD
- Added Controller CRD
- Added Link CRD
Improvements:
- Changed default Calico ASN range
Bug Fixes:
- Throw an error when the port used by BGP is not found
description: ControllerMeta is the Schema for the controllermeta API
23
+
properties:
24
+
apiVersion:
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
type: string
29
+
kind:
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33
+
type: string
34
+
metadata:
35
+
type: object
36
+
spec:
37
+
description: ControllerMetaSpec defines the desired state of ControllerMeta
38
+
properties:
39
+
controllerGeneration:
40
+
format: int64
41
+
type: integer
42
+
controllerName:
43
+
type: string
44
+
description:
45
+
type: string
46
+
id:
47
+
type: integer
48
+
imported:
49
+
type: boolean
50
+
mainIp:
51
+
type: string
52
+
reclaimPolicy:
53
+
type: boolean
54
+
site:
55
+
type: integer
56
+
tenant:
57
+
type: integer
58
+
required:
59
+
- controllerGeneration
60
+
- controllerName
61
+
- id
62
+
- imported
63
+
- reclaimPolicy
64
+
type: object
65
+
status:
66
+
description: ControllerMetaStatus defines the observed state of ControllerMeta
description: Controller is the Schema for the controllers API
39
+
properties:
40
+
apiVersion:
41
+
description: 'APIVersion defines the versioned schema of this representation
42
+
of an object. Servers should convert recognized schemas to the latest
43
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
44
+
type: string
45
+
kind:
46
+
description: 'Kind is a string value representing the REST resource this
47
+
object represents. Servers may infer this from the endpoint the client
48
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
49
+
type: string
50
+
metadata:
51
+
type: object
52
+
spec:
53
+
description: ControllerSpec defines the desired state of Controller
description: LinkMeta is the Schema for the linkmeta API
23
+
properties:
24
+
apiVersion:
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
type: string
29
+
kind:
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33
+
type: string
34
+
metadata:
35
+
type: object
36
+
spec:
37
+
description: LinkMetaSpec defines the desired state of LinkMeta
38
+
properties:
39
+
id:
40
+
type: string
41
+
imported:
42
+
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
43
+
Important: Run "make" to regenerate code after modifying this file'
44
+
type: boolean
45
+
linkGeneration:
46
+
format: int64
47
+
type: integer
48
+
linkName:
49
+
type: string
50
+
local:
51
+
type: integer
52
+
reclaimPolicy:
53
+
type: boolean
54
+
remote:
55
+
type: integer
56
+
required:
57
+
- id
58
+
- imported
59
+
- linkGeneration
60
+
- linkName
61
+
- local
62
+
- reclaimPolicy
63
+
- remote
64
+
type: object
65
+
status:
66
+
description: LinkMetaStatus defines the observed state of LinkMeta
description: 'APIVersion defines the versioned schema of this representation
36
+
of an object. Servers should convert recognized schemas to the latest
37
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
38
+
type: string
39
+
kind:
40
+
description: 'Kind is a string value representing the REST resource this
41
+
object represents. Servers may infer this from the endpoint the client
42
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
43
+
type: string
44
+
metadata:
45
+
type: object
46
+
spec:
47
+
description: LinkSpec defines the desired state of Link
48
+
properties:
49
+
ports:
50
+
items:
51
+
description: LinkSpecPort .
52
+
type: string
53
+
maxItems: 2
54
+
minItems: 2
55
+
type: array
56
+
required:
57
+
- ports
58
+
type: object
59
+
status:
60
+
description: LinkStatus defines the observed state of Link
61
+
properties:
62
+
message:
63
+
type: string
64
+
ports:
65
+
type: string
66
+
status:
67
+
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
68
+
of cluster Important: Run "make" to regenerate code after modifying
0 commit comments