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
{{ message }}
This repository was archived by the owner on May 24, 2023. It is now read-only.
The operator will run in your local machine but will be communicating with the cluster.
36
+
The operator will run in your local machine but will be communicating with the cluster. The operator will only watch the `default` namespace when deployed locally.
description: GlobalConfiguration defines the GlobalConfiguration resource.
22
+
type: object
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: GlobalConfigurationSpec is the spec of the GlobalConfiguration
description: Policy defines a Policy for VirtualServer and VirtualServerRoute
22
+
resources.
23
+
type: object
24
+
properties:
25
+
apiVersion:
26
+
description: 'APIVersion defines the versioned schema of this representation
27
+
of an object. Servers should convert recognized schemas to the latest
28
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
29
+
type: string
30
+
kind:
31
+
description: 'Kind is a string value representing the REST resource this
32
+
object represents. Servers may infer this from the endpoint the client
33
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
+
type: string
35
+
metadata:
36
+
type: object
37
+
spec:
38
+
description: 'PolicySpec is the spec of the Policy resource. The spec includes
39
+
multiple fields, where each field represents a different policy. Note:
40
+
currently we have only one policy -- AccessControl, but we will support
41
+
more in the future. Only one policy (field) is allowed.'
42
+
type: object
43
+
properties:
44
+
accessControl:
45
+
description: AccessControl defines an access policy based on the source
description: TransportServer defines the TransportServer resource.
22
+
type: object
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: TransportServerSpec is the spec of the TransportServer resource.
38
+
type: object
39
+
properties:
40
+
action:
41
+
description: Action defines an action.
42
+
type: object
43
+
properties:
44
+
pass:
45
+
type: string
46
+
host:
47
+
type: string
48
+
listener:
49
+
description: TransportServerListener defines a listener for a TransportServer.
50
+
type: object
51
+
properties:
52
+
name:
53
+
type: string
54
+
protocol:
55
+
type: string
56
+
upstreamParameters:
57
+
description: UpstreamParameters defines parameters for an upstream.
0 commit comments