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
description: FieldExport is the schema for the FieldExport API.
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
36
type: string
33
37
metadata:
34
38
type: object
35
39
spec:
36
40
description: FieldExportSpec defines the desired state of the FieldExport.
37
41
properties:
38
42
from:
39
-
description: ResourceFieldSelector provides the values necessary to
40
-
identify an individual field on an individual K8s resource.
43
+
description: |-
44
+
ResourceFieldSelector provides the values necessary to identify an individual
45
+
field on an individual K8s resource.
41
46
properties:
42
47
path:
43
48
type: string
44
49
resource:
45
-
description: NamespacedResource provides all the values necessary
46
-
to identify an ACK resource of a given type (within the same
47
-
namespace as the custom resource containing this type).
50
+
description: |-
51
+
NamespacedResource provides all the values necessary to identify an ACK
52
+
resource of a given type (within the same namespace as the custom resource
53
+
containing this type).
48
54
properties:
49
55
group:
50
56
type: string
@@ -62,16 +68,18 @@ spec:
62
68
- resource
63
69
type: object
64
70
to:
65
-
description: FieldExportTarget provides the values necessary to identify
66
-
the output path for a field export.
71
+
description: |-
72
+
FieldExportTarget provides the values necessary to identify the
73
+
output path for a field export.
67
74
properties:
68
75
key:
69
76
description: Key overrides the default value (`<namespace>.<FieldExport-resource-name>`)
70
77
for the FieldExport target
71
78
type: string
72
79
kind:
73
-
description: FieldExportOutputType represents all types that can
74
-
be produced by a field export operation
80
+
description: |-
81
+
FieldExportOutputType represents all types that can be produced by a field
82
+
export operation
75
83
enum:
76
84
- configmap
77
85
- secret
@@ -94,12 +102,14 @@ spec:
94
102
description: FieldExportStatus defines the observed status of the FieldExport.
95
103
properties:
96
104
conditions:
97
-
description: A collection of `ackv1alpha1.Condition` objects that
98
-
describe the various recoverable states of the field CR
105
+
description: |-
106
+
A collection of `ackv1alpha1.Condition` objects that describe the various
107
+
recoverable states of the field CR
99
108
items:
100
-
description: Condition is the common struct used by all CRDs managed
101
-
by ACK service controllers to indicate terminal states of the
102
-
CR and its backend AWS service API resource
109
+
description: |-
110
+
Condition is the common struct used by all CRDs managed by ACK service
111
+
controllers to indicate terminal states of the CR and its backend AWS
112
+
service API resource
103
113
properties:
104
114
lastTransitionTime:
105
115
description: Last time the condition transitioned from one status
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'
24
+
description: |-
25
+
APIVersion defines the versioned schema of this representation of an object.
26
+
Servers should convert recognized schemas to the latest internal value, and
27
+
may reject unrecognized values.
28
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28
29
type: string
29
30
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'
31
+
description: |-
32
+
Kind is a string value representing the REST resource this object represents.
33
+
Servers may infer this from the endpoint the client submits requests to.
34
+
Cannot be updated.
35
+
In CamelCase.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
33
37
type: string
34
38
metadata:
35
39
type: object
36
40
spec:
37
-
description: "PlatformApplicationSpec defines the desired state of PlatformApplication.
38
-
\n Platform application object."
41
+
description: |-
42
+
PlatformApplicationSpec defines the desired state of PlatformApplication.
43
+
44
+
Platform application object.
39
45
properties:
40
46
eventDeliveryFailure:
41
47
type: string
42
48
eventEndpointCreated:
43
49
type: string
44
50
eventEndpointCreatedRef:
45
51
description: "AWSResourceReferenceWrapper provides a wrapper around
46
-
*AWSResourceReference type to provide more user friendly syntax
47
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
52
+
*AWSResourceReference\ntype to provide more user friendly syntax
53
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t
54
+
\ name: my-api"
48
55
properties:
49
56
from:
50
-
description: AWSResourceReference provides all the values necessary
51
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
57
+
description: |-
58
+
AWSResourceReference provides all the values necessary to reference another
59
+
k8s resource for finding the identifier(Id/ARN/Name)
52
60
properties:
53
61
name:
54
62
type: string
63
+
namespace:
64
+
type: string
55
65
type: object
56
66
type: object
57
67
eventEndpointDeleted:
58
68
type: string
59
69
eventEndpointDeletedRef:
60
70
description: "AWSResourceReferenceWrapper provides a wrapper around
61
-
*AWSResourceReference type to provide more user friendly syntax
62
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
71
+
*AWSResourceReference\ntype to provide more user friendly syntax
72
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t
73
+
\ name: my-api"
63
74
properties:
64
75
from:
65
-
description: AWSResourceReference provides all the values necessary
66
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
76
+
description: |-
77
+
AWSResourceReference provides all the values necessary to reference another
78
+
k8s resource for finding the identifier(Id/ARN/Name)
67
79
properties:
68
80
name:
69
81
type: string
82
+
namespace:
83
+
type: string
70
84
type: object
71
85
type: object
72
86
eventEndpointUpdated:
73
87
type: string
74
88
eventEndpointUpdatedRef:
75
89
description: "AWSResourceReferenceWrapper provides a wrapper around
76
-
*AWSResourceReference type to provide more user friendly syntax
77
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
90
+
*AWSResourceReference\ntype to provide more user friendly syntax
91
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t
92
+
\ name: my-api"
78
93
properties:
79
94
from:
80
-
description: AWSResourceReference provides all the values necessary
81
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
95
+
description: |-
96
+
AWSResourceReference provides all the values necessary to reference another
97
+
k8s resource for finding the identifier(Id/ARN/Name)
82
98
properties:
83
99
name:
84
100
type: string
101
+
namespace:
102
+
type: string
85
103
type: object
86
104
type: object
87
105
failureFeedbackRoleARN:
88
106
type: string
89
107
failureFeedbackRoleRef:
90
108
description: "AWSResourceReferenceWrapper provides a wrapper around
91
-
*AWSResourceReference type to provide more user friendly syntax
92
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
109
+
*AWSResourceReference\ntype to provide more user friendly syntax
110
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t
111
+
\ name: my-api"
93
112
properties:
94
113
from:
95
-
description: AWSResourceReference provides all the values necessary
96
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
114
+
description: |-
115
+
AWSResourceReference provides all the values necessary to reference another
116
+
k8s resource for finding the identifier(Id/ARN/Name)
97
117
properties:
98
118
name:
99
119
type: string
120
+
namespace:
121
+
type: string
100
122
type: object
101
123
type: object
102
124
name:
103
-
description: Application names must be made up of only uppercase and
104
-
lowercase ASCII letters, numbers, underscores, hyphens, and periods,
105
-
and must be between 1 and 256 characters long.
125
+
description: |-
126
+
Application names must be made up of only uppercase and lowercase ASCII letters,
127
+
numbers, underscores, hyphens, and periods, and must be between 1 and 256
128
+
characters long.
106
129
type: string
107
130
platform:
108
-
description: 'The following platforms are supported: ADM (Amazon Device
0 commit comments