FieldExport
services.k8s.aws/v1alpha1
Type | Link |
---|---|
GoDoc | runtime/apis/core/v1alpha1#FieldExport |
Metadata
Property | Value |
---|---|
Scope | Namespaced |
Kind | FieldExport |
ListKind | FieldExportList |
Plural | fieldexports |
Singular | fieldexport |
Spec
from:
path: string
resource:
group: string
kind: string
name: string
to:
key: string
kind: string
name: string
namespace: string
Field | Description |
---|---|
from Required | object ResourceFieldSelector provides the values necessary to identify an individual field on an individual K8s resource. |
from.path Required | string |
from.resource Required | object NamespacedResource provides all the values necessary to identify an ACK resource of a given type (within the same namespace as the custom resource containing this type). |
from.resource.group Required | string |
from.resource.kind Required | string |
from.resource.name Required | string |
to Required | object FieldExportTarget provides the values necessary to identify the output path for a field export. |
to.key Optional | string Key overrides the default value ( <namespace>.<FieldExport-resource-name> ) for the FieldExport target |
to.kind Required | string FieldExportOutputType represents all types that can be produced by a field export operation |
to.name Required | string |
to.namespace Optional | string Namespace is marked as optional, so we cannot compose NamespacedName |
Status
conditions:
- lastTransitionTime: string
message: string
reason: string
status: string
type: string
Field | Description |
---|---|
conditions Required | array A collection of ackv1alpha1.Condition objects that describe the variousrecoverable states of the field CR |
conditions.[] Required | object Condition is the common struct used by all CRDs managed by ACK service |
controllers to indicate terminal states of the CR and its backend AWS | |
service API resource | |
conditions.[].message Optional | string A human readable message indicating details about the transition. |
conditions.[].reason Optional | string The reason for the condition’s last transition. |
conditions.[].status Optional | string Status of the condition, one of True, False, Unknown. |
conditions.[].type Optional | string Type is the type of the Condition |