Package v1alpha1 contains API Schema definitions for the operator v1alpha1 API group
- TinyFlow
- TinyFlowList
- TinyModule
- TinyModuleList
- TinyNode
- TinyNodeList
- TinyProject
- TinyProjectList
- TinyScenario
- TinyScenarioList
- TinySignal
- TinySignalList
- TinyWidgetPage
- TinyWidgetPageList
Underlying type: integer
Appears in:
ScenarioPortData stores the sample data for a single port
Appears in:
| Field | Description |
|---|---|
port string |
Port is the full port name (e.g., "flowid.module.component-suffix:portname") |
data byte array |
Data is the JSON-encoded sample payload for this port |
TinyFlow is the Schema for the tinyflows API
Appears in:
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyFlow |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ObjectMeta |
Refer to Kubernetes API documentation for fields of metadata. |
spec TinyFlowSpec |
|
status TinyFlowStatus |
TinyFlowList contains a list of TinyFlow
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyFlowList |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ListMeta |
Refer to Kubernetes API documentation for fields of metadata. |
items TinyFlow array |
TinyFlowSpec defines the desired state of TinyFlow
Appears in:
TinyFlowStatus defines the observed state of TinyFlow
Appears in:
TinyModule is the Schema for the tinymodules API
Appears in:
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyModule |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ObjectMeta |
Refer to Kubernetes API documentation for fields of metadata. |
spec TinyModuleSpec |
|
status TinyModuleStatus |
Appears in:
| Field | Description |
|---|---|
name string |
|
description string |
|
info string |
|
tags string array |
TinyModuleList contains a list of TinyModule
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyModuleList |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ListMeta |
Refer to Kubernetes API documentation for fields of metadata. |
items TinyModule array |
TinyModuleSpec defines the desired state of TinyModule
Appears in:
| Field | Description |
|---|---|
image string |
Foo is an example field of TinyModule. Edit tinymodule_types.go to remove/update |
TinyModuleStatus defines the observed state of TinyModule
Appears in:
| Field | Description |
|---|---|
addr string |
INSERT ADDITIONAL STATUS FIELD - define observed state of cluster Important: Run "make" to regenerate code after modifying this file |
name string |
|
version string |
|
sdkVersion string |
|
components TinyModuleComponentStatus array |
TinyNode is the Schema for the tinynodes API
Appears in:
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyNode |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ObjectMeta |
Refer to Kubernetes API documentation for fields of metadata. |
spec TinyNodeSpec |
|
status TinyNodeStatus |
Appears in:
| Field | Description |
|---|---|
description string |
|
info string |
|
tags string array |
Appears in:
| Field | Description |
|---|---|
id string |
Edge id |
port string |
Current node's port name Source port |
to string |
Other node's full port name |
flowID string |
TinyNodeList contains a list of TinyNode
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyNodeList |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ListMeta |
Refer to Kubernetes API documentation for fields of metadata. |
items TinyNode array |
Appears in:
| Field | Description |
|---|---|
name string |
|
version string |
|
sdkVersion string |
Appears in:
| Field | Description |
|---|---|
from string |
Settings depend on a sender |
port string |
|
schema byte array |
Schema JSON schema of the port |
configuration byte array |
Configuration JSON data of the port's configuration |
flowID string |
Appears in:
| Field | Description |
|---|---|
name string |
|
label string |
|
position Position |
|
source boolean |
|
schema byte array |
|
configuration byte array |
TinyNodeSpec defines the desired state of TinyNode
Appears in:
| Field | Description |
|---|---|
module string |
Module name - container image repo + tag |
component string |
Component name within a module |
ports TinyNodePortConfig array |
Port configurations |
edges TinyNodeEdge array |
Edges to send message next |
TinyNodeStatus defines the observed state of TinyNode
Appears in:
| Field | Description |
|---|---|
observedGeneration integer |
ObservedGeneration is the most recent generation observed by the controller. It corresponds to metadata.generation, which is updated on mutation by the API Server. |
module TinyNodeModuleStatus |
|
component TinyNodeComponentStatus |
|
ports TinyNodePortStatus array |
|
status string |
|
metadata object (keys:string, values:string) |
Refer to Kubernetes API documentation for fields of metadata. |
error boolean |
|
lastUpdateTime Time |
TinyProject is the Schema for the tinyprojects API
Appears in:
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyProject |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ObjectMeta |
Refer to Kubernetes API documentation for fields of metadata. |
spec TinyProjectSpec |
|
status TinyProjectStatus |
TinyProjectList contains a list of TinyProject
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyProjectList |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ListMeta |
Refer to Kubernetes API documentation for fields of metadata. |
items TinyProject array |
TinyProjectSpec defines the desired state of TinyProject
Appears in:
| Field | Description |
|---|---|
description string |
Description is a markdown description of the project |
TinyProjectStatus defines the observed state of TinyProject
Appears in:
TinyScenario is the Schema for the tinyscenarios API
Appears in:
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyScenario |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ObjectMeta |
Refer to Kubernetes API documentation for fields of metadata. |
spec TinyScenarioSpec |
|
status TinyScenarioStatus |
TinyScenarioList contains a list of TinyScenario
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyScenarioList |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ListMeta |
Refer to Kubernetes API documentation for fields of metadata. |
items TinyScenario array |
TinyScenarioSpec defines the desired state of TinyScenario
Appears in:
| Field | Description |
|---|---|
ports ScenarioPortData array |
Ports contains per-port sample data entries |
TinyScenarioStatus defines the observed state of TinyScenario
Appears in:
TinySignal is the Schema for the tinysignals API
Appears in:
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinySignal |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ObjectMeta |
Refer to Kubernetes API documentation for fields of metadata. |
spec TinySignalSpec |
|
status TinySignalStatus |
TinySignalList contains a list of TinySignal
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinySignalList |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ListMeta |
Refer to Kubernetes API documentation for fields of metadata. |
items TinySignal array |
TinySignalSpec defines the desired state of TinySignal
Appears in:
| Field | Description |
|---|---|
node string |
Node is the name of the TinyNode to signal |
port string |
Port is the port on the node to send the signal to |
data byte array |
Data is the payload to send with the signal |
traceID string |
TraceID is an optional trace ID to use for the signal's execution trace. If set, the delivery span will use this as the parent trace ID, allowing callers to look up the trace by a known ID. |
TinySignalStatus defines the observed state of TinySignal
Appears in:
Appears in:
| Field | Description |
|---|---|
port string |
|
name string |
|
schemaPatch byte array |
|
gridX integer |
|
gridY integer |
|
gridW integer |
|
gridH integer |
TinyWidgetPage is the Schema for the tinywidgetpages API
Appears in:
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyWidgetPage |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ObjectMeta |
Refer to Kubernetes API documentation for fields of metadata. |
spec TinyWidgetPageSpec |
|
status TinyWidgetPageStatus |
TinyWidgetPageList contains a list of TinyWidgetPage
| Field | Description |
|---|---|
apiVersion string |
operator.tinysystems.io/v1alpha1 |
kind string |
TinyWidgetPageList |
kind string |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
apiVersion string |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
metadata ListMeta |
Refer to Kubernetes API documentation for fields of metadata. |
items TinyWidgetPage array |
TinyWidgetPageSpec defines the desired state of TinyWidgetPage
Appears in:
| Field | Description |
|---|---|
widgets TinyWidget array |
Foo is an example field of TinyWidgetPage. Edit tinywidgetpage_types.go to remove/update |
TinyWidgetPageStatus defines the observed state of TinyWidgetPage
Appears in: